19507 Commits

Author SHA1 Message Date
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
Brice Dobry
44fee0b31f fix: canonicalize types from ClarityDatabase 2023-01-24 08:08:55 -05:00
Brice Dobry
3e70b9f974 fix: canonicalize types when reading from analysis DB
See: #3519
2023-01-24 08:08:55 -05:00
Brice Dobry
3d1a834116 fix: canonicalize types when checking contract-call 2023-01-24 08:08:55 -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
Jude Nelson
65dd1e6abe fix: consolidate affirmation maps in a single method 2023-01-20 16:18:04 -05:00
Jude Nelson
fafed1d824 Merge branch 'develop' into feat/synthetic-print-delegate-stx 2023-01-20 20:48:38 +00:00
Jude Nelson
0b2bfc8312 Merge branch 'develop' into feat/2.1.0.0.0-rc2 2023-01-20 20:37:00 +00:00
Sergey Shandar
56f81ca890 proposed changes 2023-01-20 12:02:31 -08:00
Jude Nelson
67d108d12a Merge pull request #3512 from stacks-network/trait-arg-check
fix: fix arg-check for passing 2.05 trait in 2.1
2023-01-20 19:06:30 +00:00
Pavitthra Pandurangan
349f3f641d fixed failing unit test 2023-01-20 13:22:55 -05:00
Jude Nelson
ab5b21c397 fix: fix some failing integration tests 2023-01-20 10:49:52 -05:00
Brice Dobry
b8e21618f4 fix: fix arg-check for passing 2.05 trait in 2.1 2023-01-19 20:05:29 -05:00
pavitthrap
3d40a94611 Merge branch 'develop' into feat/synthetic-print-delegate-stx 2023-01-19 14:53:11 -05:00
Pavitthra Pandurangan
105700543f ran fmt + fized non-test build 2023-01-19 14:52:30 -05:00
Jude Nelson
cc3eb0f501 Merge branch 'develop' into feat/2.1.0.0.0-rc2 2023-01-18 22:12:22 -05:00
Brice Dobry
9f823d689d Merge pull request #3490 from stacks-network/fix/trait-types
fix: handle `TraitReferenceType` in 2.1
2023-01-18 20:39:30 -05:00
pavitthrap
30d695f02e Merge branch 'develop' into feat/synthetic-print-delegate-stx 2023-01-18 17:35:52 -05:00
Pavitthra Pandurangan
3d741db7fb added integration test to yml file 2023-01-18 17:32:06 -05:00
Pavitthra Pandurangan
40ce97bc6b cleaned up tests 2023-01-18 17:07:10 -05:00
Pavitthra Pandurangan
aa102f22be clean up test 2023-01-18 16:52:14 -05:00
Brice Dobry
51285a1ace chore: clarify the canonicalize method
Rename and add a note so that it is clear that it only handles simple
types, and complex types should be recursed by the caller.
2023-01-18 16:05:11 -05:00
Pavitthra Pandurangan
17f194a19e wip, test works except for pox 2023-01-18 15:20:05 -05:00
Brice Dobry
9e782945f2 Merge branch 'develop' into fix/trait-types 2023-01-18 15:11:17 -05:00
Brice Dobry
10c4e658f9 Merge pull request #3501 from stacks-network/fix/v1-parser-long-contract-name
fix: revert all regex changes in the v1 parser
2023-01-18 15:10:58 -05:00
Brice Dobry
ad56a07889 chore: fix formatting 2023-01-18 11:01:38 -05:00