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

feat(rollapp): rollapp state finalization #74

Merged
merged 7 commits into from
Aug 31, 2022

Conversation

liorzilp
Copy link
Contributor

No description provided.

@liorzilp liorzilp self-assigned this Aug 31, 2022
@liorzilp liorzilp added the c:rollapp Rollapp module label Aug 31, 2022
@liorzilp liorzilp linked an issue Aug 31, 2022 that may be closed by this pull request
@liorzilp liorzilp merged commit 836fd47 into main Aug 31, 2022
@liorzilp liorzilp deleted the liorzilp/51-rollapp-state-finalization branch August 31, 2022 13:14
liorzilp added a commit that referenced this pull request Sep 4, 2022
* ignite scaffold map block_height_to_finalization_queue finalization_queue:StateInfoIndex --index finalization_height:uint --no-message --module rollapp

* fix ignite command

* update finalizationQueue on UpdateState

* finalize states on EndBlocker

* add tests

* fix lint

* fix lint 2
liorzilp added a commit that referenced this pull request Sep 6, 2022
* change state fields of BlockDescriptor to be byte array

* feat(rollapp): rollapp state finalization (#74)

* ignite scaffold map block_height_to_finalization_queue finalization_queue:StateInfoIndex --index finalization_height:uint --no-message --module rollapp

* fix ignite command

* update finalizationQueue on UpdateState

* finalize states on EndBlocker

* add tests

* fix lint

* fix lint 2

* feat: simulation tests (#76)

* simulate create rollapp

* add simulation flag in app & keeper - used in sequencer simulation

* add simulation for update state

* change state fields of BlockDescriptor to be byte array

* fix gas consumption in simulation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:rollapp Rollapp module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rollapp state finalization
2 participants