-
Notifications
You must be signed in to change notification settings - Fork 69
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
Securely added CosmWasm(CW) pallet into Picasso Runtime #3574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only comment is:
type CodeStackLimit = ConstU32<{ u32::MAX }>;
does it have to be so large?
It was set that way, I just used const instead of macro. Macro is deprecated. We tried to find where it used, went deep to stack, not researched why its so. |
We look may only into 4-5 parameters to setup, we need to ensure all are good at some point. |
This reverts commit 422847c.
- picasso was added with cosmwasm pallet - it is restricted on kusama - it is easy permissionless to use on rococo - restricted some limits (see comments about issues) - partially fixed #3415 , need @kkast explanation about RPC - weights fixes would be done when we remove restriction on kusama - [x] PR title is my best effort to provide summary of changes and has clear text to be part of release notes - [x] I marked PR by `misc` label if it should not be in release notes - [x] I have linked Zenhub/Github or any other reference item if one exists - [x] I was clear on what type of deployment required to release my changes (node, runtime, contract, indexer, on chain operation, frontend, infrastructure) if any in PR title or description - [ ] I waited and did best effort for `Effect gate, automatically merged if passed`(effects-job) to finish with success(green check mark) with my changes - [x] I have added at least one reviewer in reviewers list - [ ] I tagged(@) or used other form of notification of one person who I think can handle best review of this PR --------- Co-authored-by: Obsessed Cake <[email protected]>
picasso was added with cosmwasm pallet
it is restricted on kusama
it is easy permissionless to use on rococo
restricted some limits (see comments about issues)
partially fixed Add CosmWasm pallet to Picasso #3415 , need @kkast explanation about RPC
weights fixes would be done when we remove restriction on kusama
PR title is my best effort to provide summary of changes and has clear text to be part of release notes
I marked PR by
misc
label if it should not be in release notesI have linked Zenhub/Github or any other reference item if one exists
I was clear on what type of deployment required to release my changes (node, runtime, contract, indexer, on chain operation, frontend, infrastructure) if any in PR title or description
I waited and did best effort for
Effect gate, automatically merged if passed
(effects-job) to finish with success(green check mark) with my changesI have added at least one reviewer in reviewers list
I tagged(@) or used other form of notification of one person who I think can handle best review of this PR