Commit Graph

16862 Commits

Author SHA1 Message Date
Greg Coppola
4d2b296ad3 fix: build 2022-07-06 09:53:23 -05:00
Greg Coppola
f0b4e71402 review: use IntGauge for LAST_BLOCK_TRANSACTION_COUNT 2022-07-05 20:59:26 -05:00
Greg Coppola
1b778106e6 fixes to changelog 2022-07-01 11:09:21 -05:00
Greg Coppola
08b0516ae8 feat: add tx/block to prometheus outputs 2022-07-01 10:58:11 -05:00
Gregory Coppola
94185fb6a6 Merge pull request #3139 from stacks-network/fix/log-all-tx
fix: add logging for some tx outcomes that were missing
2022-06-27 19:59:26 -05:00
Greg Coppola
d4dd2e6c2f add to the changelog 2022-06-27 17:13:19 -05:00
Greg Coppola
2b2d926fd4 Merge branch 'develop' into fix/log-all-tx 2022-06-27 17:12:18 -05:00
Greg Coppola
eebcaeb241 don't push Skipped events to the observer 2022-06-27 15:07:32 -05:00
Greg Coppola
55719e0202 fixed comment 2022-06-27 12:59:34 -05:00
Jude Nelson
93e3d7b6ce Merge pull request #3163 from stacks-network/feat/clarity-cli-lcov
feat: add coverage flags to clarity-cli
2022-06-13 15:08:54 +00:00
Hank Stoever
ff6ec405fc fix: cargo fmt 2022-06-10 09:31:25 -07:00
Hank Stoever
4bb2a47450 chore: comment cleanup 2022-06-08 07:43:06 -07:00
Hank Stoever
beedf34775 fix: cleanup saving coverage into function 2022-06-08 07:42:33 -07:00
Hank Stoever
8bf9fcd6f1 feat: add coverage flags to clarity-cli 2022-06-07 09:06:37 -07:00
Aaron Blankstein
50c716f91c Merge pull request #3147 from stacks-network/zone117x-patch-2
chore: update vscode rust-analyzer extension ID
2022-06-01 14:52:53 -05:00
Aaron Blankstein
ce2c228633 Merge branch 'develop' into zone117x-patch-2 2022-05-31 09:12:41 -05:00
Ludo Galabru
0fc9c3ee49 Merge pull request #3151 from stacks-network/fix/update-clarinet-test
fix: use latest clarinet test lib
2022-05-25 22:28:48 -04:00
Ludo Galabru
e570d394ec fix: use latest clarinet test lib 2022-05-25 16:57:27 -04:00
Greg Coppola
dd2c17ad54 fix Some(None) bug, and reformat messages 2022-05-25 15:44:20 -05:00
Matthew Little
eb8f237c0c chore: update vscode rust-analyzer extension ID
The `matklad.rust-analyzer` vscode rust extension changed to `rust-lang.rust-analyzer` in Feb 2022, see https://blog.rust-lang.org/2022/02/21/rust-analyzer-joins-rust-org.html -- this fixes the vscode error prompt due to the no longer existent plugin ID being specified
2022-05-24 17:29:21 +02:00
Greg Coppola
e3dedef603 fix build errors in tests 2022-05-17 16:44:02 -05:00
Greg Coppola
368ab2c7c3 have iterate_candidates manage the adding of events 2022-05-17 11:11:02 -05:00
Greg Coppola
148294ab95 fix tests 2022-05-16 17:04:09 -05:00
Greg Coppola
d09ea40a07 fix: add logging for some tx outcomes that were missing 2022-05-16 16:03:33 -05:00
Jude Nelson
584a7fe87b Merge pull request #2858 from stacks-network/feat/clarinet-setup
Leveraging Clarinet for core contracts
2022-05-05 14:12:35 +00:00
Aaron Blankstein
75c266563f oops, fix pathing change 2022-05-04 14:13:41 -05:00
Aaron Blankstein
199017a7f8 feat: add gh action for clarinet tests, move clarinet definitions to contrib/ 2022-05-04 12:13:01 -05:00
Aaron Blankstein
3713fba802 Merge branch 'develop' into feat/clarinet-setup 2022-05-04 12:07:28 -05:00
pavitthrap
d38f7f2328 Merge pull request #3119 from stacks-network/cleanup/clarity-fns
cleanup: added tests + updated docs for burn-related Clarity functions
2022-05-04 11:14:57 -04:00
pavitthrap
706eedbf09 Merge branch 'develop' into cleanup/clarity-fns 2022-05-03 17:43:59 -04:00
Pavitthra Pandurangan
141840871a update test assertion 2022-05-03 15:05:29 -04:00
Jude Nelson
46410014cc Merge pull request #3122 from stacks-network/fix/vacuum-on-migrate
fix: incrementally vacuum the MARF DB when migrating
2.05.0.2.0
2022-05-03 15:27:06 +00:00
Jude Nelson
e09bd5c04d fix: keep a separate "migrated_version" table to track whether or not a migration was completed or not -- the schema version gets set *before* migration, and the migrated version gets set *after.* If no migration happens -- i.e. the schema version didn't change in the act of migrating -- and there's no evidence of a partial migration, then assume that no migration was ever needed (i.e. it's a fresh DB). 2022-05-02 19:58:21 -04:00
Jude Nelson
fb3e548de4 chore: set MARF as migrated once it's actually done 2022-05-02 19:57:58 -04:00
Jude Nelson
5bd47724b4 chore: update changelog 2022-05-02 14:19:28 -04:00
Jude Nelson
e49babe279 feat: add a method to detect partial migration to a .blobs file 2022-05-02 14:15:33 -04:00
Jude Nelson
762a5e9903 fix: panic if we detect a failed migration -- i.e. there are some tries with offset=0, length=0, and others that are not 2022-05-02 14:15:14 -04:00
Jude Nelson
fe7431a3c9 chore: only vacuum once, when we're done, and put the vacuum code into its own method 2022-05-02 14:14:43 -04:00
Pavitthra Pandurangan
4271ea1593 Changed BurnTokenErrorCodes to avoid consensus-breaking issue 2022-05-02 10:49:42 -04:00
Jude Nelson
71ad8954eb fix: don't unset SQLITE_TMPDIR until end of the loop; vacuum every 1024 tries; also set TMPDIR for good measure 2022-05-01 20:51:19 -04:00
Jude Nelson
246d626568 fix: use SQLITE_TMPDIR to control where temporary vacuum state gets stored, so we don't OOM nodes that keep chainstate on a separate volume in the expectation that they can keep using a small root (or, specifically, /tmp) volume 2022-05-01 09:21:50 -04:00
Jude Nelson
c90dfb5774 fix: when migrating MARF tries to a .blobs file, periodically vacuum the marf.sqlite file to reclaim the now-unused space. 2022-04-30 20:05:38 -04:00
Aaron Blankstein
258a3bde0a Merge pull request #3120 from stacks-network/fix/mocknet-events
Fix mocknet events in RC
2.05.0.2.0-rc3
2022-04-28 17:30:29 -05:00
Aaron Blankstein
3f3ff1280c fix: duplicate event broadcasts in mocknet node 2022-04-28 15:14:37 -05:00
Aaron Blankstein
e9065472ef Merge branch 'develop' into fix/mocknet-events 2022-04-28 15:13:54 -05:00
Aaron Blankstein
870089f261 Merge branch 'master' into fix/mocknet-events 2022-04-28 15:13:46 -05:00
Pavitthra Pandurangan
b32d1b98ca cleanup: added tests + updated docs for burn-related Clarity functions 2022-04-28 15:22:25 -04:00
Aaron Blankstein
16fe381b0e Merge pull request #3113 from stacks-network/feat/rename-core
Feat: rename blockstack-core to stacks-inspect
2022-04-26 09:36:34 -05:00
Aaron Blankstein
1d46436179 fix: update build scripts, etc. with stacks-inspect 2022-04-25 12:56:41 -05:00
Aaron Blankstein
906130a9f6 feat: rename blockstack-core to stacks-inspect 2022-04-25 10:24:36 -05:00