Commit Graph

  • 1bd621e781 feat: (Signer) Deprecate support for persisting signer DKG shares in SignerDB Mårten Blankfors 2024-04-08 22:13:22 +02:00
  • 952275aba6 feat: (Signer) Persist encrypted dkg shares in StackerDB Mårten Blankfors 2024-04-04 14:15:33 +02:00
  • 844a2a7f7a Merge pull request #4646 from stacks-network/fix/remove-portable wileyj 2024-04-08 20:06:24 +00:00
  • 9f26d4afee Remove non existent stackerdb_delayed_sign test Jacinta Ferrant 2024-04-08 11:56:29 -07:00
  • 2aaa669c47 Do not attempt to process sign messages as miner messages are always overwritten so its impossible to do properly Jacinta Ferrant 2024-04-08 11:52:19 -07:00
  • ebfe075420 WIP: Verify retrieved packets from stackerdb before ingesting them Jacinta Ferrant 2024-04-05 08:39:04 -04:00
  • 31af777edd WIP: can't seem to end dkg Jacinta Ferrant 2024-04-04 23:37:43 -04:00
  • 18f3c0344c WIP: issues when tries to start DKG before initialized Jacinta Ferrant 2024-04-04 22:28:51 -04:00
  • 8681bffd87 WIP: initial testing framework Jacinta Ferrant 2024-04-04 10:21:51 -04:00
  • bf75d42ac8 WIP: initial ideas for reloading messages Jacinta Ferrant 2024-04-04 08:44:54 -04:00
  • 8450bc451c Merge branch 'master' into chore/master-to-develop-040824 Aaron Blankstein 2024-04-08 11:56:59 -05:00
  • 3bd40e2a5c Merge pull request #4637 from stacks-network/fix/update-start-end-events Brice Dobry 2024-04-08 11:07:25 -04:00
  • 126b0831cc added check-caller-allowed to set-signer-key-authorization jesus 2024-04-08 09:20:16 -04:00
  • e63366c829 addressing comments jesus 2024-04-06 15:51:13 -04:00
  • 5d2cbdd1ab Merge pull request #4626 from stacks-network/fix/aggregate-key-warning Brice Dobry 2024-04-06 19:08:36 +00:00
  • c4b0952a62 Update stackslib/src/net/api/getblock_v3.rs Vlad 2024-04-06 14:14:34 +04:00
  • ac057cadab fix: redundant import removed Fess 2024-04-06 14:05:44 +04:00
  • 2167f2f12d fix: revert messages.rs file Fess 2024-04-06 14:03:25 +04:00
  • 341e17a714 Update stackslib/src/blockstack_cli.rs Vlad 2024-04-06 13:56:07 +04:00
  • 15cd521254 Update stacks-common/src/codec/mod.rs Vlad 2024-04-06 13:55:55 +04:00
  • d644759fca Update stackslib/src/chainstate/nakamoto/staging_blocks.rs Vlad 2024-04-06 13:55:35 +04:00
  • a057bc2e30 Update stackslib/src/net/api/gettenure.rs Vlad 2024-04-06 13:55:16 +04:00
  • f84cc68572 Update stackslib/src/net/api/getblock.rs Vlad 2024-04-06 13:55:05 +04:00
  • 551761c976 Update stackslib/src/net/api/postblock.rs Vlad 2024-04-06 13:54:53 +04:00
  • 6c4c50de3a Update stackslib/src/net/api/posttransaction.rs Vlad 2024-04-06 13:54:38 +04:00
  • 1549a9a95b Update stackslib/src/net/codec.rs Vlad 2024-04-06 13:54:27 +04:00
  • f7dbfed515 Update stackslib/src/net/api/tests/getblock_v3.rs Vlad 2024-04-06 13:54:16 +04:00
  • 1cb0dcbe38 Update stackslib/src/net/api/tests/getblock.rs Vlad 2024-04-06 13:53:58 +04:00
  • 0fd03213da Update stackslib/src/net/api/tests/gettenure.rs Vlad 2024-04-06 13:53:47 +04:00
  • b5984a6eae formatting jesus 2024-04-05 17:15:24 -04:00
  • a7f7ea068d updated test jesus 2024-04-05 17:11:19 -04:00
  • d693d28067 removed comments jesus 2024-04-05 16:06:54 -04:00
  • aca4027699 include signer equivalence check jesus 2024-04-05 15:57:21 -04:00
  • e28fd6506a update per 4638 wileyj 2024-04-05 11:53:22 -07:00
  • b12aea3464 removing portable flag wileyj 2024-04-05 11:01:18 -07:00
  • 48442cc0a2 updated variable names jesus 2024-04-05 12:50:01 -04:00
  • b775a1cb17 updated confusing var names jesus 2024-04-05 12:38:28 -04:00
  • e0d9014f2d updated delegate-stx check jesus 2024-04-05 12:30:03 -04:00
  • 1256d81c62 fixed comment jesus 2024-04-04 17:58:52 -04:00
  • 85b9311b83 updated previous checks jesus 2024-04-04 17:23:04 -04:00
  • de0a73a856 removed unused import jesus 2024-04-04 17:11:44 -04:00
  • a357d49de6 removed comments jesus 2024-04-04 17:01:58 -04:00
  • 86b675569d updated test comment jesus 2024-04-04 16:51:30 -04:00
  • b5c5a3d945 happy path complete jesus 2024-04-04 16:47:49 -04:00
  • 9b746a78cb added params & signature check to stack-aggregation-increase jesus 2024-04-04 14:11:29 -04:00
  • 468a13ae1f Merge branch 'develop' into fix/update-start-end-events Aaron Blankstein 2024-04-05 10:13:38 -05:00
  • a995f21904 fix: warning Fess 2024-04-05 10:03:32 +04:00
  • 8d4da579d3 Merge pull request #4583 from stacks-network/feat/stacks-signer-fee-estimate jferrant 2024-04-05 01:28:42 +00:00
  • 1ec94581b5 Merge pull request #4640 from stacks-network/bugfix/check-next-approved-aggregate-key jferrant 2024-04-05 01:28:17 +00:00
  • 7cd05b8db1 Merge pull request #4606 from stacks-network/feat/migrate-epoch24-to-epoch25 Jude Nelson 2024-04-04 21:35:58 +00:00
  • ca171bd782 test: add assertions on reward sets Brice Dobry 2024-04-04 16:13:38 -04:00
  • aaa37f3692 fix: format Fess 2024-04-04 22:02:32 +04:00
  • bb66baee82 fix: failing autotests fix and transaction.rs test code refactoring Fess 2024-04-04 22:00:57 +04:00
  • 758c58a44c fix: remove logic for epoch gating Fess 2024-04-04 19:39:39 +04:00
  • b22cbeed49 fix: update prepare offset of start-end cycle ids janniks 2024-04-04 14:19:59 +07:00
  • 7f96d082a6 Bugfix: verify block transactions only when the upcoming signers approved key is not set Jacinta Ferrant 2024-04-04 11:04:08 -04:00
  • 76b610bf20 Fix bad merge 2 Jacinta Ferrant 2024-04-04 07:17:36 -04:00
  • 85eb351609 Fix bad merge Jacinta Ferrant 2024-04-04 07:02:08 -04:00
  • 972b6315cc Merge branch 'next' of https://github.com/stacks-network/stacks-core into feat/stacks-signer-fee-estimate Jacinta Ferrant 2024-04-04 06:59:16 -04:00
  • 0deff44b1d Merge pull request #3 from jbencin/multisig-order-independence Vlad 2024-04-04 10:25:33 +04:00
  • 7b4794db06 chore: Remove DeserializeWithEpoch trait Jeff Bencin 2024-04-03 23:35:48 -04:00
  • d54b67c96c Merge pull request #4629 from stacks-network/bugfix/signer-reward-cycle-length-bug Aaron Blankstein 2024-04-04 01:18:20 +00:00
  • 97083685bd Merge pull request #4591 from stacks-network/bugfix/enable-dkg-in-current-reward-cycle Aaron Blankstein 2024-04-03 20:32:59 +00:00
  • c247a473b1 chore: address PR feedback Jude Nelson 2024-04-03 16:28:17 -04:00
  • 93bacdcc00 feat: set 2.5 activation height at bitcoin block 839,444 Aaron Blankstein 2024-04-03 12:47:12 -05:00
  • bdd0cc15f6 Merge branch 'develop' into feat/migrate-epoch24-to-epoch25 Jude Nelson 2024-04-03 19:38:04 +00:00
  • 1028135308 CRC: change debug to info for pre epoch 3.0 cycles requiring a fee Jacinta Ferrant 2024-04-03 14:27:16 -04:00
  • 21368aa1e4 Merge branch 'next' of https://github.com/stacks-network/stacks-core into feat/stacks-signer-fee-estimate Jacinta Ferrant 2024-04-03 14:25:56 -04:00
  • 4b26a2c560 Merge branch 'next' of https://github.com/stacks-network/stacks-core into bugfix/enable-dkg-in-current-reward-cycle Jacinta Ferrant 2024-04-03 14:24:33 -04:00
  • 3e8e519be2 Add unit tests for is_in_prepare_phase and is_in_reward_cycle functions Jacinta Ferrant 2024-04-03 14:20:32 -04:00
  • 929a9b82f7 Merge pull request #4621 from stacks-network/bugfix/resubmit-dkg-vote-inc-nonce jferrant 2024-04-03 17:36:15 +00:00
  • 803ab477ac CRC: remove duplicate logging Jacinta Ferrant 2024-04-03 12:38:15 -04:00
  • e561fe1e48 Merge pull request #4631 from stacks-network/chore/next-to-develop Aaron Blankstein 2024-04-03 10:44:24 -05:00
  • c17045d7ad Merge branch 'next' into draft/multisig-order-independence Jude Nelson 2024-04-03 14:35:59 +00:00
  • 956d209fb0 Merge branch 'next' into chore/next-to-develop Aaron Blankstein 2024-04-03 08:56:29 -05:00
  • f9efc529b7 Reward cycle length was being incorrectly stored as reward phase length Jacinta Ferrant 2024-04-03 09:24:17 -04:00
  • 0713b65350 fix: dont warn about aggregate key in 2.5 Hank Stoever 2024-04-02 14:39:24 -07:00
  • 53f2635cae Consider nonce when checking for existing vote transactions in stackerdb during update_dkg Jacinta Ferrant 2024-04-02 15:35:45 -04:00
  • c383bdd501 Merge pull request #4599 from jbencin/chore/release-lite-profile Jeff Bencin 2024-04-02 18:03:39 +00:00
  • 95f5d74aad Merge pull request #4614 from stacks-network/feat/tuple-perf-improvements Aaron Blankstein 2024-04-02 17:20:46 +00:00
  • 3c4e1246d7 Fix bad merge Jacinta Ferrant 2024-04-02 12:50:27 -04:00
  • aab1ffb60c feat: more efficient tuple types, reduce type map tracking overhead Aaron Blankstein 2024-04-02 11:45:00 -05:00
  • d29dde3e98 Merge branch 'next' of https://github.com/stacks-network/stacks-core into feat/stacks-signer-fee-estimate Jacinta Ferrant 2024-04-02 10:30:09 -04:00
  • 132ced0fcb Merge pull request #4580 from stacks-network/feat/signer-signature-json Hank Stoever 2024-04-02 14:16:25 +00:00
  • ccfba63381 CRC: do not pop the command until its executed Jacinta Ferrant 2024-04-02 09:29:06 -04:00
  • 9aa8814404 Merge branch 'next' of https://github.com/stacks-network/stacks-core into bugfix/enable-dkg-in-current-reward-cycle Jacinta Ferrant 2024-04-02 09:25:42 -04:00
  • ca71d956e4 Merge branch 'next' of https://github.com/stacks-network/stacks-core into bugfix/enable-dkg-in-current-reward-cycle Jacinta Ferrant 2024-04-02 09:02:33 -04:00
  • 110d04e612 CRC: add config tests and remove config log Jacinta Ferrant 2024-03-28 08:49:41 -04:00
  • a112bf510e CRC: remove dead path and update debug message to a warn Jacinta Ferrant 2024-03-27 10:24:30 -04:00
  • 00fd7db252 Update stacks-signer to attempt to estimate the transaction fee if a user sets max_tx_fee_ustx in the config Jacinta Ferrant 2024-03-22 17:59:06 -04:00
  • abfc68a3a3 Seperate unsigned and signed transaction building and update tests Jacinta Ferrant 2024-03-22 17:31:40 -04:00
  • 7a970ac37f Add get_medium_estimated_fee_ustx to get estimated fee from stacks node Jacinta Ferrant 2024-03-22 17:15:47 -04:00
  • ee5c72665f Remove unnecessary retries throughout code Jacinta Ferrant 2024-03-22 16:52:22 -04:00
  • e797c04a47 Merge pull request #4569 from stacks-network/feat/signers-get-round-info jferrant 2024-04-02 12:51:59 +00:00
  • 132c942e43 Merge pull request #4570 from stacks-network/4388-nakamoto-stacks-signer-should-store-its-party-shares-on-the-side-to-enable-restart Mårten Blankfors 2024-04-02 09:48:38 +00:00
  • 93b9ee1014 Merge branch 'next' into 4388-nakamoto-stacks-signer-should-store-its-party-shares-on-the-side-to-enable-restart Mårten Blankfors 2024-04-02 11:27:01 +02:00
  • 93ff0e87a3 Merge pull request #4611 from stacks-network/fix/4609 wileyj 2024-04-02 05:05:20 +00:00
  • b374119f23 fix: regenerate the last reward cycle prior to 3.0 Jude Nelson 2024-04-02 00:24:49 -04:00
  • 09ac58cfb9 fix: don't log aggregate public keys as missing so often (do so at the caller's option), and in the p2p stack in particular, remember that aggregate public keys are never going to appear if we're pre-3.0 Jude Nelson 2024-04-02 00:07:33 -04:00
  • b6c1fa71b6 Merge branch 'next' into feat/migrate-epoch24-to-epoch25 jude 2024-04-01 16:44:34 -04:00