-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(lightclient): removed the need for next stateInfo for valiad…
…ition (#1467) * initial renames according to adr * reverting states * removed frozen notation. added revision number in rollapp object * cleanup * UT compiles * fixed state deletion on fraud * UT pass * fixed StateInfoByHeight UT * chainId revision check moved back to create rollapp. as it mess up dymns UT * PR comments * fixed basic sequencer logic to unbond all * feat(hard_fork): part2 (Delyayed ack callback) (#1355) * feat(hard_fork): Lightclient rollback (#1363) * feat(hard_fork): DRS and stateUpdate (#1369) * feat(hard_fork): rollapp fraud proposal (#1371) * feat(hard_fork): revision start height (#1373) * cleanup * lightClient doesn't trigger hard fork * clearing consesnsus state in descending order * fix UT * fraud proposal validates genesis bridge completed * validate revision in header.Header.Version.App * linter * linter * feat(hard_fork): delayed ack should create commitment after rolling back acks (#1383) * register proposal handler * updating next proposer on state infos * feat(hard_fork): update hard fork to support new `x/sequencer` updates (#1406) Co-authored-by: keruch <53012408+keruch@users.noreply.github.com> Co-authored-by: zale144 <aleksandar.sukovic@gmail.com> Co-authored-by: Daniel T <30197399+danwt@users.noreply.github.com> Co-authored-by: Omri <omritoptix@gmail.com> Co-authored-by: Sergi Rene <sergi@dymension.xyz> Co-authored-by: Itzhak Bokris <jzak300@gmail.com> * linter * UT fix * minor update to fraud proposal * delete pendingPacketsByAddress on the delayedAck * fixed seqeucner heoght pruning * fraud proposal supports future heights * fork hook doesn't return error * rotation doesn't go through sentinel proposer * simplified k.UpdateRollappPacketWithStatus interface * minor * minor log * fixed lightclient when setting canonical channel * feat(migrations): renamed vulnerable rollapps to obsolete (#1436) * Danwt/mtsitrin 937 rollapp hard fork hub side rewardee (#1441) * Danwt/fix upgrade conflicts (#1442) Co-authored-by: zale144 <aleksandar.sukovic@gmail.com> Co-authored-by: keruch <53012408+keruch@users.noreply.github.com> * fix frozen * refactored to use Finalaization queue by rollappId * fixed pruning of finalization queue * cleared unused expected methods * linter * more cleanup * comments * fixed packet commitment and lightclient comments * return err on HardFork hooks * not forking on state update with obsolete DRS * linter * renamed fraudHeight * add error to kickProposer flow * fixed UT * deleteBySender moved to DeletePacket * fixed surprise linter * DRY pruneSigners code * feat(sequencer): hardforking when rotating to sentinel (#1455) Co-authored-by: danwt <30197399+danwt@users.noreply.github.com> * PR comments * AfterRecoveryFromHalt hook cleanup * fixed missing setConsensusMetadata. fixed kicked proposer unbond * fixed unbond store * refactor ValidateUpdatePessimistically to use single state info refactor canonical client check * updated expected keeper * dried out the state update hook * removed unused replace * unified canonical and ongoingvalidation * fix future height check * DRY canonical setting code * revert renaming * removed canonical setting on update headers * fixed tests compile --------- Co-authored-by: keruch <53012408+keruch@users.noreply.github.com> Co-authored-by: zale144 <aleksandar.sukovic@gmail.com> Co-authored-by: Daniel T <30197399+danwt@users.noreply.github.com> Co-authored-by: Omri <omritoptix@gmail.com> Co-authored-by: Sergi Rene <sergi@dymension.xyz> Co-authored-by: Itzhak Bokris <jzak300@gmail.com>
- Loading branch information
1 parent
151fafb
commit 200dd62
Showing
11 changed files
with
158 additions
and
197 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
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.