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

change directory permission #132

Merged
merged 2 commits into from
May 1, 2023
Merged

change directory permission #132

merged 2 commits into from
May 1, 2023

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented May 1, 2023

Describe your changes and provide context

Use ModePerm when creating application.db

Testing performed to validate your change

tested in devnet

@codchen codchen requested a review from philipsu522 May 1, 2023 14:34
@philipsu522 philipsu522 merged commit 400e0d6 into main May 1, 2023
Timwood0x10 pushed a commit to Timwood0x10/sei-tendermint that referenced this pull request Jun 7, 2023
…Dep Mappings (sei-protocol#132)

## Describe your changes and provide context
This separates the inter-contract references from normal access ops for
wasm dependencies. It introduces three types of contract references,
base, execute, and query contract references. Base contract references
are always imported, execute contract refs are imported specifically
based on the execute message name, and likewise for query contract
references. As an additional note, QUERY contract references cannot
contain non-query message types, since queries are read only workflows
for cosmwasm contracts.

## Testing performed to validate your change
Updated existing unit tests and adding more shortly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants