19507 Commits

Author SHA1 Message Date
pavitthrap
0e026baec0 Merge pull request #3632 from stacks-network/chore/unit-test-speedup
CI/Build: Speedup unit tests
2023-03-30 13:59:33 -04:00
Aaron Blankstein
136220efb8 ci: use GH workflow run rather than docker for unit-tests 2023-03-28 09:58:24 -05:00
Aaron Blankstein
4cd8ef001f build: use optimizations in packages for dev builds 2023-03-23 13:34:34 -05:00
Aaron Blankstein
8cb8340e63 Merge pull request #3626 from stacks-network/pointblankdev-maint/burnchain-naming-cleanup
Merge: PR #3598 burnchain naming to `develop`
2023-03-22 14:56:16 -05:00
Jude Nelson
3c6d1772dc Merge branch 'develop' into pointblankdev-maint/burnchain-naming-cleanup 2023-03-21 19:15:40 +00:00
Jude Nelson
cc58269b88 Merge pull request #3627 from stacks-network/merge/master-develop
Chore: Merge master -> develop
2023-03-21 19:15:05 +00:00
Aaron Blankstein
e0de91f269 Merge remote-tracking branch 'origin/master' into merge/master-develop 2023-03-21 10:45:02 -05:00
Aaron Blankstein
cb596526b9 Merge pull request #3598 from pointblankdev/maint/burnchain-naming-cleanup
🚚 Rename burn_chain_tip to burnchain_tip
2023-03-21 10:37:59 -05:00
Jude Nelson
c622b895e8 Merge pull request #3607 from stacks-network/fix/mempool-sync-tests
fix/ updated mempool sync protocol tests
2023-03-21 14:58:09 +00:00
Jude Nelson
4852d6439b Merge pull request #3613 from stacks-network/feat/fix-deps
fix(deps): only depend on one version of secp256k1
2023-03-21 14:57:04 +00:00
Jude Nelson
dca39476ba Merge branch 'master' into feat/fix-deps 2023-03-20 21:41:50 +00:00
Aaron Blankstein
a3feafd8cf Merge pull request #3624 from stacks-network/fix/mempool-unlocks-3623
Fix: Incorporate unlocks in mempool admitter, #3623
2023-03-20 15:06:01 -05:00
Aaron Blankstein
aa5f167422 chore: add changelog entry 2023-03-20 12:18:50 -05:00
Aaron Blankstein
2cd3dd093a test: add regression test for mempool unlock handling #3623 2023-03-20 12:11:04 -05:00
Pavitthra Pandurangan
441490ed49 rustfmt 2023-03-20 12:24:15 -04:00
pavitthrap
e3f7649a62 Merge branch 'develop' into fix/mempool-sync-tests 2023-03-20 12:23:10 -04:00
Aaron Blankstein
ac35cde2c3 fix: incorporate unlocks in mempool admitter, #3623 2023-03-20 10:21:31 -05:00
Jude Nelson
8432df3056 Merge pull request #3615 from stacks-network/doc-formatting
docs: consistent markdown formatting
2023-03-17 15:17:15 +00:00
Jude Nelson
69778f0387 Merge branch 'master' into feat/fix-deps 2023-03-17 15:16:41 +00:00
Brice Dobry
c825e1e5b6 docs: consistent markdown formatting
The main goal of this commit is to resolve the issues where a newline
was intended, but because Markdown formatting uses two newlines to
separate paragraphs, these lines were being merged. This was especially
apparent in the lists of possible error codes, which I've now
reformatted to use bulleted lists.
2023-03-17 02:28:11 -04:00
Aaron Blankstein
d69012ea9d Merge pull request #3614 from stacks-network/fix/3599
fix: don't panic if a bloom counter underflows
2023-03-15 10:19:48 -05:00
Aaron Blankstein
15c28b4f15 Merge branch 'master' into fix/3599 2023-03-14 17:48:46 -05:00
Aaron Blankstein
bfa941e633 Merge pull request #3610 from stacks-network/fix/chain-liveness-poll
Fix: reduce chain-liveness poll frequency
2023-03-14 17:48:25 -05:00
Aaron Blankstein
6ccadda4ad chore: update changelog 2023-03-14 13:45:38 -05:00
Aaron Blankstein
f6a48d02bf fix: reduce chain-liveness poll frequency 2023-03-14 13:45:38 -05:00
Aaron Blankstein
1ebd2a0ae8 Merge pull request #3611 from stacks-network/chore/update-seeds
chore: update default seed nodes and example config files
2023-03-14 13:45:22 -05:00
Jude Nelson
91173a23cd fix: don't panic if a bloom counter underflows 2023-03-14 14:09:09 -04:00
Scott A
ffccbd767d fix(deps): only depend on one version of secp256k1 2023-03-14 13:03:50 -04:00
CharlieC3
753aa1a224 chore: update default seed nodes and example config files 2023-03-14 10:11:20 -04:00
pavitthrap
97be3d6234 Merge branch 'develop' into fix/mempool-sync-tests 2023-03-13 16:53:35 -04:00
Jude Nelson
fe6db83c72 Merge pull request #3597 from stacks-network/feat/3595
Feat/3596
2023-03-10 20:29:51 +00:00
Jude Nelson
bcdbab4d0a Merge branch 'develop' into feat/3595 2023-03-10 03:22:11 +00:00
Pavitthra Pandurangan
59ef8ffd36 passing ibd as parameter to step 2023-03-09 14:56:09 -05:00
Pavitthra Pandurangan
fc08768a3b updated mempool sync protocol tests 2023-03-09 13:10:23 -05:00
Brice Dobry
91f99be724 Merge pull request #3605 from stacks-network/doc/none-consistency
Consistent use of `none` in docs
2023-03-08 14:54:38 -05:00
Brice Dobry
cc2966bbed docs: fix inconsistent use of none in docs 2023-03-08 12:18:30 -05:00
Brice Dobry
fa11f30d3f Merge pull request #3600 from stacks-network/feat/expr-comments
Feat/expr-comments
2023-03-08 09:56:09 -05:00
Ross Ragsdale
7977860f70 🚚 Rename burn_chain_tip to burnchain_tip
To normalize naming conventions
2023-03-08 06:20:38 -06:00
Brice Dobry
dff6c54908 Merge branch 'develop' into feat/expr-comments 2023-03-07 16:51:40 -05:00
Brice Dobry
10256aea4b Merge pull request #3593 from stacks-network/fix/report-analysis-errors
feat: add `vm_error` to analysis failure receipts
2023-03-07 16:49:15 -05:00
Igor Sylvester
a9f35ce799 Merge branch 'develop' into feat/3595 2023-03-07 12:14:42 -06:00
Jude Nelson
4ddc6d6038 Merge branch 'develop' into fix/report-analysis-errors 2023-03-07 16:27:38 +00:00
Jude Nelson
c1a2c2e59e Merge pull request #3603 from stacks-network/fix/always-use-affirmation-maps
fix: always_use_affirmation_maps defaults to false
2023-03-07 16:25:23 +00:00
Brice Dobry
5a1c8154a7 Merge branch 'develop' into feat/expr-comments 2023-03-07 10:19:23 -05:00
Aaron Blankstein
154b316de0 Merge pull request #3086 from stacks-network/feat/atlas-tolerance-3082
Improved Atlas shutdown and crash tolerance (#3082)
2023-03-06 16:37:04 -06:00
Brice Dobry
6a947ebe09 Merge branch 'develop' into feat/expr-comments 2023-03-06 16:55:40 -05:00
Brice Dobry
46476ec39b test: fix unit tests 2023-03-06 16:52:39 -05:00
Jude Nelson
2b70498fe8 Merge branch 'develop' into feat/atlas-tolerance-3082 2023-03-06 20:22:43 +00:00
pavitthrap
4a1e837800 Merge pull request #3586 from stacks-network/commit-hook
[eng quality] pre-commit hook docs
2023-03-06 14:56:39 -05:00
Brice Dobry
1495456ee2 chore: fix string in assertion 2023-03-04 10:24:46 -05:00