-
Notifications
You must be signed in to change notification settings - Fork 45
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
[rolldown] council actions for rolldown pallet #699
Closed
Closed
Conversation
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
Member
mateuszaaa
commented
Feb 26, 2024
- metamask integration - ExtendedCall trait
- Translated rust prototype app to substrate pallet
- Added pending_updates_json and its hash to storage
- workign example
- rpc interface for metamask signing
- Added pending_updates_as_u256_array and its hash to storage
- working example with metamask payloadd fetched through rpc
- fix args formatting
- impl rpc for kusama
- fix formatting
- impl ExtendedCall for all runtimes
- fix features
- bump refs
- bump sdk
- Made core changes - Yet to compile
- Ethereum address converter
- SequencerStaking - compiling
- Rolldown string to accountid conversion for SequencerStakingProvider is_active_sequencer
- use proper hashing alg comaptible with nostd runtime
- node side slashing
- slash rolldown uses slash in sequencer stake
- Rolldown - SequencerStaking - Added new_sequencer_active hook and fixed ensure_root bug
- Added is_active_sequencer origin, config for updated asset registry
- bump orml-asset-registry
- bump polkadot-sdk for a minor bug fix
- hande sequencer fn
- council_update_l2_from_l1
- comments and fmt
- fmt
- minor changes
- Impl for process_withdraw and process_deposit
- fmt
- minor fixes
- past reads no longer slashes sequencer or skips process_request
- past reads no longer slashes sequencer or skips process_request - 2
- Rolldown + sequencer staking + asset registry (Rolldown + sequencer staking + asset registry #660)
- updated deps branches
- rolldown prototype (rolldown prototype #661)
- fmt
- ci: add deployment workflows for eigen-mococo deployments
- ci: add conditions for fungible envs deployment only for PRs with label
- ci: temporarily change runners (ci: temporarily change runners #662)
- CI: Fix self-hosted GHA runners in GKE MGX-868 (CI: Fix self-hosted GHA runners in GKE MGX-868 #669)
- ci: add cancel-in-progress config for workflow
- ci: add a condition for eigen-mococo env deployment
- draft of runtime api
- tmp
- Remove outdated migrations
- bump runtime version for next release 0.34.0
- change chain id to goerly
- update chain id to goerly
- CI: Workflow updates (docs.yml fix, Helm chart update, release pipeline fix) (CI: Workflow updates (docs.yml fix, Helm chart update, release pipeline fix) #677)
- apply formatting
- use latest sdk
- at least it compiles ...
- unit tests for l1 requests
- test compiles and cancel request works (but needs to be rewritten either way)
- small cleanup
- apply formatting
- rename file with messages
- remove incompatible rust bindings
- improve naming
- cleanup
- fix warnings
- fix compilation problems
- apply cargo fix
- comment out not compiling code chunk
- bring back update type
- compatible api
- chore: add generate types ci
- chore: fix small issue with branch
- chore: fix branch format
- apply cargo fmt
- allign config file
- sort l2 updates
- create new chainspec config that sets intial collators to also have sequencer rights
- Feature: Align rollup-testnet environment naming MGX-944 (Feature: Align rollup-testnet environment naming MGX-944 #691)
- L1Update message verification
- formatting
- ci: reconfigure eth-rollup-develop to be automatically deployed to rollup-dev env instead of rollup-testnet env MGX-944 (ci: reconfigure eth-rollup-develop to be automatically deployed to rollup-dev env instead of rollup-testnet env MGX-944 #694)
- council action for update & cancel requests
…is_active_sequencer
… stano-rolldown-prototype
…ed ensure_root bug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.