You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like, for 3, we could instead use the WithMessageHandler option and define the handler in the provenance repo instead. Since you've already got it in our wasmd fork, though, we can probably use that just fine. It'd be nice to get off our fork at some point, and go back to using the standard repo. If we ever do that, we'll need to go with the WithMessageHandler way, but until then.... eh.
Summary
Allow metadata scopes, sessions, and/or records to have owners that are smart contracts.
Problem Definition
As a smart-contract creator, I want to be able to have my smart-contract own metadata entries so I can more easily manage updating information.
Proposal
x/metadata
wasm encoders, add the smart contract address as the first signer of the message being sent.x/metadata
msg validation, make sure that the first signer is one of the required signers.wasmd
fork, updatehandleSdkMessage
to only check the first address fromGetSigners()
.For Admin Use
The text was updated successfully, but these errors were encountered: