- Apr 02, 2024
-
-
Ethan Reesor authored
-
Ethan Reesor authored
Notify on BVN update [#3583] Closes #3583 See merge request !1052
-
Ethan Reesor authored
Closes #3583. Notify the DN when a BVN updates so it can adjust anchoring accordingly. Changelog: feature
-
Ethan Reesor authored
Simplify major block process [#3580] Closes #3580 See merge request !1051
-
Ethan Reesor authored
Closes #3580. Simplifies the major block process, reducing it to "the DN tells the BVNs that a major block happened" instead of the previous back-and-forth process. This will change how expiration events align with major blocks and how the DN and BVN minor block numbers align across major blocks, but that should not be a problem given current usage. Changelog: refactor
-
- Apr 01, 2024
-
-
Ethan Reesor authored
Fix ABCI error reporting [#3578] Closes #3578 See merge request !1050
-
Ethan Reesor authored
- Closes #3578. - Fixes error reporting in the ABCI. - Removes `accumulated init devnet` - Updates `accumulated run devnet` to handle initialization and to use the new configuration system. Changelog: fix
-
Ethan Reesor authored
Fix ABCI+simulator [#3577] Closes #3577 See merge request !1049
-
Ethan Reesor authored
Closes #3577. Restore the ability to use `simulator.UseABCI` to include the ABCI in simulator-driven tests. Changelog: fix
-
- Mar 29, 2024
-
-
Ethan Reesor authored
Make major block message [#3575] Closes #3575 See merge request !1048
-
Ethan Reesor authored
Closes #3575. Switches to using MakeMajorBlock instead of the directory anchor to trigger major blocks. Changelog: feature
-
Ethan Reesor authored
Implement suggestions [#3477] Closes #3477 See merge request !1045
-
Ethan Reesor authored
Closes #3477. Implements suggestions. A suggestion can only be the initiating signature. Suggestions are not counted towards the signers' thresholds nor do they trigger authority signatures. Changelog: feature
-
Ethan Reesor authored
Fix activating with delegates [#3573] Closes #3573 See merge request !1046
-
Ethan Reesor authored
Closes #3573. Fixes activating a new protocol version with delegated signatures. Changelog: fix
-
Ethan Reesor authored
Remove the major block scheduler [#3576] Closes #3576 See merge request !1047
-
Ethan Reesor authored
Closes #3576. Remove the major block scheduler and simply use `globals.MajorBlockSchedule.Next(currentBlockTime)` instead. Changelog: refactor
-
Ethan Reesor authored
RSA followup [#3571] Closes #3571 See merge request !1043
-
Ethan Reesor authored
Closes #3571. Conditionally enables RSA signatures. Changelog: feature
-
Ethan Reesor authored
Make URL memoization atomic [#3569] Closes #3569 See merge request !1042
-
Ethan Reesor authored
Closes #3569. Hopefully fixes the URL.Equal panic by making memoization atomic. Changelog: fix
-
- Mar 25, 2024
-
-
Ethan Reesor authored
-
Ethan Reesor authored
-
- Mar 22, 2024
-
-
Ethan Reesor authored
Merge 1.3 See merge request !1044
-
Ethan Reesor authored
-
Ethan Reesor authored
-
Ethan Reesor authored
-
- Mar 20, 2024
-
-
Ethan Reesor authored
Initial pathfinder support for RSA signatures [#3545] Closes #3545 See merge request !1023
-
Closes #3545. Adds pathfinder implementation for RSA signatures. Changelog: feature
-
Ethan Reesor authored
Unified config for instrumentation [#3567] Closes #3567 See merge request !1041
-
Ethan Reesor authored
Closes #3567. Adds prometheus listener config to `./cmd/accumulated/run`. Changelog: feature
-
- Mar 16, 2024
-
-
Ethan Reesor authored
-
Ethan Reesor authored
-
- Mar 15, 2024
-
-
Ethan Reesor authored
Enable flaky tests [#3562] Closes #3562 See merge request !1037
-
Ethan Reesor authored
Closes #3562. Enables previously flaky tests in the hope that #3555 resolved the source of the flakiness. Changelog: refactor
-
- Mar 14, 2024
-
-
Ethan Reesor authored
-
- Mar 13, 2024
-
-
Ethan Reesor authored
Submit consensus state machine [#3563] Closes #3563 See merge request !1039
-
Ethan Reesor authored
Closes #3563. Adds a state machine for consensus on submissions. Changelog: refactor
-
Ethan Reesor authored
Execute modules asynchronously [#3561] Closes #3561 See merge request !1038
-
Ethan Reesor authored
Closes #3561. Updates the simulator's consensus mechanism to execute modules asynchronously. Changelog: refactor
-