Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(zetacore): delete ballots after maturity #2863

Merged
merged 26 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0a39fd8
add function to clear ballots
kingpinXD Sep 10, 2024
16d21c4
add unit tests
kingpinXD Sep 10, 2024
9adb64e
refactor abci tests
kingpinXD Sep 11, 2024
0c0d077
Merge branch 'develop' into clear-ballots
kingpinXD Sep 11, 2024
7e771da
Merge branch 'develop' into clear-ballots
kingpinXD Sep 11, 2024
4779bda
refactor generate voter list method
kingpinXD Sep 11, 2024
1799d09
Merge remote-tracking branch 'origin/clear-ballots' into clear-ballots
kingpinXD Sep 11, 2024
afaa312
refactor names for ballot list functions
kingpinXD Sep 16, 2024
bf3c438
refactor ClearMaturedBallots to ClearMaturedBallotsAndBallotList
kingpinXD Sep 23, 2024
fbf277b
make getMaturedBallotHeight private
kingpinXD Sep 26, 2024
8be7f3f
make getMaturedBallotHeight private
kingpinXD Sep 26, 2024
12f9baa
add migration script to delete ballots and tests with mainnet data
kingpinXD Oct 1, 2024
a2c01e1
rebase develop 1
kingpinXD Dec 19, 2024
68bd73a
add test for migration
kingpinXD Dec 19, 2024
b074dda
add a query for all ballots
kingpinXD Dec 19, 2024
3c38438
generate files
kingpinXD Dec 19, 2024
5171ebd
add changelog
kingpinXD Dec 20, 2024
e533f7e
fixed test naming
kingpinXD Dec 20, 2024
3a807ec
update migration comment
kingpinXD Dec 20, 2024
c56fa11
update module version
kingpinXD Dec 23, 2024
0069905
make changes for comments 2
kingpinXD Jan 7, 2025
259d5f8
remove max limit for Ballots query
kingpinXD Jan 7, 2025
04402c4
remove BallotDeleteEvent
kingpinXD Jan 8, 2025
590467a
remove BallotDeleteEvent
kingpinXD Jan 8, 2025
57a0931
rebase develop 2
kingpinXD Jan 12, 2025
950141f
Merge branch 'develop' into clear-ballots
kingpinXD Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## v25.0.0

## Unreleased

## Refactor

* [2863](https://github.com/zeta-chain/node/pull/2863) - refactor zetacore to delete matured ballots and add a migration script to remove all old ballots.

### Features

* [3235](https://github.com/zeta-chain/node/pull/3235) - add /systemtime telemetry endpoint (zetaclient)
Expand Down
Loading
Loading