Jude Nelson
|
6c8845ea7f
|
fix: add new test to CI
|
2023-01-31 18:15:35 -05:00 |
|
Jude Nelson
|
913c45c135
|
fix: uncomment and finish the integration test that confirms that we can begin pox-2 at the end of a reward cycle and unlock pox-1 at the start of the next, and that stacking proceeds through the v1 unlock reward cycle
|
2023-01-31 17:41:25 -05:00 |
|
Jude Nelson
|
494a0046eb
|
fix: it's safe to instantiate pox-2 at the end of a prepare phase
|
2023-01-31 17:41:12 -05:00 |
|
Jude Nelson
|
6df9c78d57
|
Merge pull request #3524 from stacks-network/fix/3520
Fix/3520
|
2023-01-31 21:04:45 +00:00 |
|
Jude Nelson
|
f50c77d0d8
|
Merge branch 'develop' into fix/3520
|
2023-01-31 18:46:24 +00:00 |
|
Aaron Blankstein
|
44ac57b4d1
|
Merge pull request #3543 from stacks-network/fix/3541-non-recursing-parse
2.1: Eliminate recursion in `parse_list` and `parse_tuple`
|
2023-01-31 12:28:26 -06:00 |
|
Jude Nelson
|
5e643c2d59
|
Merge pull request #3528 from stacks-network/fix/3527
Fix/3527
|
2023-01-31 17:34:48 +00:00 |
|
Aaron Blankstein
|
63eab619e6
|
refactor: add fallible peek_last_token()
|
2023-01-31 09:37:45 -06:00 |
|
Jude Nelson
|
6e132755f6
|
Merge branch 'fix/3520' into fix/3527
|
2023-01-30 17:48:30 -05:00 |
|
Jude Nelson
|
d88fab33bc
|
Merge branch 'develop' into fix/3520
|
2023-01-30 17:48:19 -05:00 |
|
Jude Nelson
|
ea492102fa
|
Merge branch 'fix/3520' into fix/3527
|
2023-01-30 17:47:16 -05:00 |
|
Jude Nelson
|
e2ef0e1691
|
fix: add test coverage for Uint256 increment()
|
2023-01-30 17:46:43 -05:00 |
|
Jude Nelson
|
9b0989bd94
|
fix: add test coverage for the case when there is a burnchain fork that includes the same block-commit tx
|
2023-01-30 17:46:22 -05:00 |
|
Aaron Blankstein
|
ee72c0f5b6
|
Merge branch 'fix/3541-non-recursing-parse' of github.com:blockstack/stacks-blockchain into fix/3541-non-recursing-parse
|
2023-01-30 16:33:13 -06:00 |
|
Aaron Blankstein
|
523e2d4ef4
|
ci: do not fail ci if codecov upload fails
|
2023-01-30 16:33:04 -06:00 |
|
Aaron Blankstein
|
2baa69340b
|
chore: fix typo in rustdoc
Co-authored-by: Brice Dobry <brice@hiro.so>
|
2023-01-30 14:15:48 -06:00 |
|
Jude Nelson
|
e4611ea851
|
fix: delete unused constants
|
2023-01-30 14:56:55 -05:00 |
|
Jude Nelson
|
6c77464581
|
fix: burnchain operations are all keyed by (txid, burn_header_hash). Add test coverage to ensure that if there's a burnchain fork, we preserve both forks' burnchain ops
|
2023-01-30 14:56:13 -05:00 |
|
Aaron Blankstein
|
b7f5f50a2f
|
chore: add more detail to comments
|
2023-01-30 12:52:12 -06:00 |
|
Aaron Blankstein
|
f16c48286a
|
fix: #3541 by eliminating recursion in parse_list + parse_tuple
|
2023-01-30 12:37:56 -06:00 |
|
pavitthrap
|
5ac386c048
|
Merge pull request #3523 from stacks-network/fix/remove-idea
fix: Remove `.idea` directory which was added by mistake, add to .gitignore
|
2023-01-25 14:47:42 -05:00 |
|
Gregory Coppola
|
448b6df7b8
|
Merge branch 'develop' into fix/remove-idea
|
2023-01-24 18:27:12 -05:00 |
|
Jude Nelson
|
24538f48b8
|
fix: key all burnchain operations by txid,sortition_id
|
2023-01-24 14:49:02 -05:00 |
|
Jude Nelson
|
a015dbac19
|
fix: fix up unit tests to use the B type parameter when instantiating a ChainsCoordinator
|
2023-01-24 14:17:31 -05:00 |
|
Jude Nelson
|
cd27b1ce72
|
Merge branch 'develop' into fix/3520
|
2023-01-24 14:12:25 -05:00 |
|
pavitthrap
|
1cc9ec675e
|
Merge pull request #3503 from stacks-network/feat/synthetic-print-delegate-stx
Feat/synthetic print delegate stx
|
2023-01-24 11:11:20 -05:00 |
|
Jude Nelson
|
fd322779aa
|
fix: correctly detect when the DB is empty
|
2023-01-24 10:46:25 -05:00 |
|
Jude Nelson
|
fb9a08f6ab
|
chore: API sync to chain liveness thread
|
2023-01-24 10:32:21 -05:00 |
|
Jude Nelson
|
003b0878d7
|
chore: expose bitcoin indexer to p2p thread
|
2023-01-24 10:32:10 -05:00 |
|
Jude Nelson
|
d14666d3f4
|
chore: explose bitcoin indexer to p2p thread
|
2023-01-24 10:31:58 -05:00 |
|
Jude Nelson
|
6b967d70b6
|
chore: export make_bitcoin_indexer()
|
2023-01-24 10:31:46 -05:00 |
|
Jude Nelson
|
2ae9019834
|
feat: helper method to create a bitcoin indexer
|
2023-01-24 10:31:30 -05:00 |
|
Jude Nelson
|
18b5fb5b84
|
fix: avoid integer add overflow
|
2023-01-24 10:31:15 -05:00 |
|
Jude Nelson
|
d5738b48c6
|
fix: API sync
|
2023-01-24 10:31:05 -05:00 |
|
Jude Nelson
|
a6ab8e12f2
|
fix: API sync
|
2023-01-24 10:30:54 -05:00 |
|
Jude Nelson
|
5cceae0f09
|
fix: API sync
|
2023-01-24 10:30:45 -05:00 |
|
Jude Nelson
|
fa42ab3524
|
fix: use a type parameter for the burnchain indexer so we don't couple the chains coordinator to bitcoin
|
2023-01-24 10:30:16 -05:00 |
|
Greg
|
5c9c72a9db
|
1) remove .idea directory, added by mistake, 2) add .idea to .gitignore
|
2023-01-24 09:19:11 -05:00 |
|
Jude Nelson
|
43c6510767
|
fix: find the anchor block commit that occurs in our fork
|
2023-01-24 00:58:06 -05:00 |
|
Jude Nelson
|
daf9ee34ac
|
fix: change the vtxindex, not the txid
|
2023-01-24 00:57:34 -05:00 |
|
Jude Nelson
|
e27ac4d4f5
|
fix: API sync; also, expand get_commit_at() tests to handle the case where there is a burnchain fork
|
2023-01-24 00:46:16 -05:00 |
|
Jude Nelson
|
52e9e6bdf6
|
fix: API sync
|
2023-01-24 00:46:06 -05:00 |
|
Jude Nelson
|
17ae4d1671
|
fix: when loading burnchain operations, *always* consider the burnchain fork in which they live
|
2023-01-24 00:45:38 -05:00 |
|
Jude Nelson
|
665f9cce70
|
fix: pass burnchain header indexer to classify_transactions() so we only load previously-stored transactions in the indicated fork
|
2023-01-24 00:45:06 -05:00 |
|
Jude Nelson
|
de62bfca9d
|
fix: migrate SPV schema to include the block hash alongside the block headers
|
2023-01-24 00:44:50 -05:00 |
|
Jude Nelson
|
5c0e0ac09e
|
feat: implement find_burnchain_header_height()
|
2023-01-24 00:44:28 -05:00 |
|
pavitthrap
|
149ae7f379
|
Merge branch 'develop' into feat/synthetic-print-delegate-stx
|
2023-01-23 15:27:23 -05:00 |
|
Jude Nelson
|
d89fbb2a37
|
Merge pull request #3492 from stacks-network/feat/2.1.0.0.0-rc2
Feat/2.1.0.0.0 rc2
|
2023-01-21 04:54:42 +00:00 |
|
Sergey Shandar
|
e568d94c17
|
Merge pull request #3516 from stacks-network/sergey/feat/2.1.0.0.0-rc2
minor changes in `feat/2.1.0.0.0-rc2`
|
2023-01-20 14:07:48 -08:00 |
|
Jude Nelson
|
29e0e6a5bc
|
Merge branch 'feat/2.1.0.0.0-rc2' of https://github.com/stacks-network/stacks-blockchain into feat/2.1.0.0.0-rc2
|
2023-01-20 16:19:42 -05:00 |
|