17000 Commits

Author SHA1 Message Date
Jude Nelson
378fc1b80e fix: changelog entry for 2.05.0.4.0 2022-09-30 16:42:49 -07:00
Aaron Blankstein
bd54bd758e Merge pull request #3314 from stacks-network/feat/denorm-mempool
Hotfix: denormalize mempool iteration, only deserialize considered txs
2022-09-30 17:47:27 -05:00
Aaron Blankstein
cff3d1e47b ci: use rust stable for code coverage tests 2022-09-30 14:39:54 -05:00
Aaron Blankstein
3b4ca5f3cf set mempool schema version to 5 2022-09-30 14:26:53 -05:00
Aaron Blankstein
f74816fb1e feat: denormalize mempool/fee_estimates table to remove join, only deser txs actually considered 2022-09-30 14:08:02 -05:00
Diwaker Gupta
44e35d3158 Merge pull request #3309 from omahs/patch-1
Fix: typos
2022-09-29 11:46:45 -04:00
omahs
be09336d6d Fix: typos
Fix: typos
2022-09-29 10:40:49 +02:00
Jude Nelson
3e8a91733d Merge pull request #3271 from stacks-network/feat/release-2.05.0.3.0
Feat/release 2.05.0.3.0
2022-08-31 18:32:32 +00:00
CharlieC3
9db371195e ci: revert GH actions changes 2022-08-31 14:17:17 -04:00
Jude Nelson
1a34c11508 feat: release 2.05.0.3.0 2022-08-31 13:41:12 -04:00
Jude Nelson
a55b518faf Merge branch 'master' into feat/release-2.05.0.3.0 2022-08-31 13:40:49 -04:00
wileyj
e4ab78326e inherit secret 2022-08-19 08:24:51 -07:00
wileyj
b28b81fea2 disabling these PR workflows 2022-08-19 08:22:29 -07:00
wileyj
ca1f5d675c build docker images for quay 2022-08-19 08:10:20 -07:00
wileyj
cb22fdbb0f disable docker builds 2022-08-19 07:25:26 -07:00
wileyj
119815d61f Merge pull request #3255 from stacks-network/feat/2.05.0.3.0-changelog
Update CHANGELOG for 2.05.0.3.0
2022-08-18 11:09:38 -07:00
wileyj
c835cf99b3 Remove line about non-existent PR 3229 2022-08-18 08:07:08 -07:00
wileyj
ce21a95d3a Fix typo 2022-08-16 15:51:43 -07:00
wileyj
f8628cd738 revert formatting changes 2022-08-16 15:51:09 -07:00
wileyj
4c76b401a7 Update CHANGELOG for 2.05.0.3.0 2022-08-16 15:47:21 -07:00
wileyj
d8ad79ee3d Merge pull request #3235 from stacks-network/mock-miner
Add mock-miner config file
2022-08-15 15:33:39 -07:00
wileyj
2a98362cf4 Merge branch 'develop' into mock-miner 2022-08-15 12:04:17 -07:00
Jude Nelson
5d7b9afd3d Merge pull request #3200 from wileyj/feat/remove-puppet-chain
Move puppet-chain to contrib/tools
2022-08-10 18:51:01 +00:00
Jude Nelson
1954bb024d Merge branch 'develop' into mock-miner 2022-08-08 15:32:09 +00:00
Jude Nelson
b112edc4d0 Merge branch 'develop' into feat/remove-puppet-chain 2022-08-08 14:30:25 +00:00
Jude Nelson
522e41624e Merge pull request #3236 from stacks-network/fix/3216
Fix/3216
2022-08-03 17:39:09 +00:00
Jude Nelson
69a384fb45 Merge branch 'develop' into fix/3216 2022-08-03 15:05:39 +00:00
Jude Nelson
7d17ec608c Merge pull request #3219 from stacks-network/human-time
Adds human-readable time to logger
2022-08-03 15:05:23 +00:00
Jude Nelson
1d10b407fe Merge branch 'develop' into fix/3216 2022-08-03 09:25:32 -04:00
Jude Nelson
92e3443e31 Merge branch 'develop' into human-time 2022-08-03 12:57:55 +00:00
Jude Nelson
b0930b9836 Merge pull request #3212 from stacks-network/feat/drop-problematic-transactions
Feat/drop problematic transactions
2022-08-03 12:57:43 +00:00
Jude Nelson
4e9a86d036 chore: add changelog for this PR 2022-08-02 20:56:07 -04:00
Jude Nelson
74771773c2 Merge branch 'develop' into feat/drop-problematic-transactions 2022-08-03 00:55:05 +00:00
Jude Nelson
01bff18233 Merge branch 'develop' into human-time 2022-08-03 00:54:37 +00:00
Jude Nelson
061fcdd727 Merge pull request #3228 from stacks-network/fix/3227
Fix/3227
2022-08-03 00:54:22 +00:00
Jude Nelson
7b56663b06 chore: add CHANGELOG.md entry 2022-08-02 14:17:31 -04:00
Jude Nelson
b3c13a861f fix: wait_for_sortitions() takes a block height 2022-08-02 13:41:31 -04:00
Jude Nelson
ba1a64aab5 fix: start the p2p thread immediately if there are available sortitions in the DB. If there aren't, then wait for one sortition to complete before spawning it. 2022-08-02 13:27:23 -04:00
Jude Nelson
d588625382 refactor: take a BlockSnapshot, not a BurnchainTip, when spawning a Neon node because we only really need the snapshot 2022-08-02 13:26:48 -04:00
Jude Nelson
c21870f33a refactor: make PeerNetwork::with_inv_state() take a closure that returns R instead of Result<R, net_error> 2022-08-02 11:22:15 -04:00
Igor
8491730ea9 fix 2022-08-01 16:42:20 -05:00
Igor
8a3b176f86 Add config file 2022-08-01 16:07:34 -05:00
Igor
bc22e348a9 Added changelog 2022-08-01 14:25:39 -05:00
Jude Nelson
6aea9bf291 Merge branch 'develop' into human-time 2022-08-01 15:49:53 +00:00
Jude Nelson
438589ce82 fix: the network state machine can only fail if it was not properly instantiated (which should always result in a panic) 2022-07-31 09:33:27 -04:00
Jude Nelson
155e0a5809 fix: make the network state-machine processing steps (in particular, mempool sync) infallible -- make them absorb all errors and simply retry their execution instead of propagating them to the caller of PeerNetwork::run() 2022-07-31 09:29:19 -04:00
Jude Nelson
2545a64437 fix: make process_new_sockets() infallible -- it doesn't need to return Err(..) if the http server isn't initialized 2022-07-31 09:28:53 -04:00
Jude Nelson
960cdf82e4 fix: make top-level inv sync state machine infallible -- it absorbs all errors that could happen 2022-07-31 09:28:23 -04:00
Jude Nelson
dc2d1e06a1 fix: make attachment enqueuing fail specifically due to DB errors, since that's the only way it can fail 2022-07-31 09:27:55 -04:00
Jude Nelson
30154fe453 Merge branch 'develop' into feat/drop-problematic-transactions 2022-07-30 01:52:08 +00:00