-
Notifications
You must be signed in to change notification settings - Fork 67
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(eibc): store json object as the group and policy metadata #1153
Merged
artemijspavlovs
merged 11 commits into
main
from
artemijspavlovs/eibc-metadata-improvements
Dec 5, 2024
Merged
feat(eibc): store json object as the group and policy metadata #1153
artemijspavlovs
merged 11 commits into
main
from
artemijspavlovs/eibc-metadata-improvements
Dec 5, 2024
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
feat: update onchain metadata when a new rollapp is added to config
artemijspavlovs
changed the title
feat: store json object as the group and policy metadata
feat(eibc): store json object as the group and policy metadata
Dec 5, 2024
artemijspavlovs
deleted the
artemijspavlovs/eibc-metadata-improvements
branch
December 5, 2024 18:08
PrathyushaLakkireddy
added a commit
to vitwit/roller
that referenced
this pull request
Dec 13, 2024
* fix: update dependency retrieval to support different ra types (dymensionxyz#1146) * fix: sequencer bond comes from rollapp * fix(fullnode): fix when retrieving list p2p addresses + filter by bonded + opted in (dymensionxyz#1145) * fix: remove deprecated dymint values * fix(deps): bump relayer binary version (dymensionxyz#1151) * fix: min sequencer bond is returned as a coin (dymensionxyz#1152) * chore: fix some function names in comment (dymensionxyz#1150) Signed-off-by: hongkuang <[email protected]> * fix: update dymd version * fix: substitute min sequencer bond with global value fix: substitute min sequencer bond with global value * fix: min sequencer bond from ra (dymensionxyz#1154) * chore: update grafana dashboard's var to support dns * fix: skip migrations if no versions were detected * feat: add the ability to disable health agent through config * feat(eibc): store json object as the group and policy metadata (dymensionxyz#1153) * fix: don't fail drs update if old version does not have drs build flags * fix: upgrade handler flow (dymensionxyz#1157) * fix: change phrasing to be clearer ( dymint > rollapp rpc ) * feat: add policy address to group's metadata * fix dependency * fix: move non base64 metadata into moniker of the new metadata (dymensionxyz#1159) * fix * fix issue * fix dep issue --------- Signed-off-by: hongkuang <[email protected]> Co-authored-by: artpav <[email protected]> Co-authored-by: Sergi Rene <[email protected]> Co-authored-by: HongKuang <[email protected]>
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.
PR Standards
Opening a pull request should be able to meet the following requirements
For Author:
godoc
commentsFor Reviewer:
After reviewer approval: