This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove look ahead in query topdown * use three pointers * up crate * fix error * Update fendermint/vm/topdown/src/sync/syncer.rs Co-authored-by: Akosh Farkash <[email protected]> * fix from integration testing * remove to_confirm pointer * restrict memory size * dont propose until interval reached * update latest height * split tendermint query to separete file * Update fendermint/vm/topdown/src/sync/syncer.rs Co-authored-by: adlrocha <[email protected]> * fix test linting * fix tests * more tests * check hash when executing * sync * sort by nonce * fmt * more unit tests * New proposal logic (#447) * new proposal logic * fmt * fix typo * minor changes * adding check * ignore proposal height * Fix type * expose config params --------- Co-authored-by: Alfonso de la Rocha <[email protected]> --------- Signed-off-by: Alfonso de la Rocha <[email protected]> Co-authored-by: Akosh Farkash <[email protected]> Co-authored-by: adlrocha <[email protected]> Co-authored-by: Alfonso de la Rocha <[email protected]>
- Loading branch information
1 parent
7aa9443
commit dca666c
Showing
18 changed files
with
1,445 additions
and
875 deletions.
There are no files selected for viewing
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.