This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Merged
Conversation
udpatil
reviewed
Oct 22, 2022
FORKED_CHANGELOG.md
Outdated
| * (x/accesscontrol)[\#33](https://github.com/sei-protocol/sei-cosmos/pull/33) Add gov proposal handler for x/accesscontrol | ||
| * (x/accesscontrol)[\#41](https://github.com/sei-protocol/sei-cosmos/pull/41) Add ante dependency decorator to define dependencies | ||
| * [\#58](https://github.com/sei-protocol/sei-cosmos/pull/58) Lazy deposits all module accounts during EndBlock for parallel DeliverTx | ||
| * (x/accesscontrol)[\#59](https://github.com/sei-protocol/sei-cosmos/pull/59) Add gov proposal type for wasm dependency mapping updates |
Contributor
There was a problem hiding this comment.
We don't want to include wasm stuff for audit right? Or are we including the basic implementation that Tony's testing?
Contributor
Author
Contributor
There was a problem hiding this comment.
#53
This is where we added the wasm dependency stuff to ACL keeper, but the dynamic dependency usage is actually in sei-chain in the aclmapping dir
FORKED_CHANGELOG.md
Outdated
| ### Features | ||
| * [\#17](https://github.com/sei-protocol/sei-cosmos/pull/17) Support SR25519 algorithm for client transaction signing | ||
| * [\#23](https://github.com/sei-protocol/sei-cosmos/pull/23) Add priority to CheckTx based on gas fees | ||
| * (x/accesscontrol)[\#24](https://github.com/sei-protocol/sei-cosmos/pull/24) Add AccessControl module |
Contributor
There was a problem hiding this comment.
We should also include the change that adds the dependency dag to access control, right? It initially was put in sei chain and then refactored to sei-cosmos because it fits better in the access control module
BrandonWeng
reviewed
Oct 22, 2022
| * (x/accesscontrol)[\#30](https://github.com/sei-protocol/sei-cosmos/pull/30) Add resource hierarchy helper to build resource dependencies | ||
| * (x/accesscontrol)[\#33](https://github.com/sei-protocol/sei-cosmos/pull/33) Add gov proposal handler for x/accesscontrol | ||
| * (x/accesscontrol)[\#41](https://github.com/sei-protocol/sei-cosmos/pull/41) Add ante dependency decorator to define dependencies | ||
| * [\#58](https://github.com/sei-protocol/sei-cosmos/pull/58) Lazy deposits all module accounts during EndBlock for parallel DeliverTx |
Contributor
BrandonWeng
approved these changes
Oct 24, 2022
udpatil
approved these changes
Oct 25, 2022
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Describe your changes and provide context
Create FORKED_CHANGELOG containing changes made on forked project
Testing performed to validate your change