-
Notifications
You must be signed in to change notification settings - Fork 990
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tiago/retransmit-expired-eth-events' (#1899)
* origin/tiago/retransmit-expired-eth-events: Changelog for #1899 Change wording on Ethereum tally docstr Check if eth events to retransmit are empty Add test_commit_broadcasts_expired_eth_events() unit test Add test_delete_expired_tally() unit test Add deleted eth events with >1/3 voting power to expired queue Return deleted tally payload if its voting power is >1/3 Broadcast expired txs Factor out signing eth events vote extensions in the shell Refactor broadcasting protocol txs Add expired txs queue to storage Implement queue of expired txs
- Loading branch information
Showing
7 changed files
with
251 additions
and
31 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1899-retransmit-expired-eth-events.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Retransmit timed out Ethereum events in case they have accumulated >1/3 voting | ||
power ([\#1899](https://github.com/anoma/namada/pull/1899)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.