-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore - Bump shared to namada 0.41.0 #948
Conversation
374f854
to
ac77d54
Compare
Some(v) => Some(IbcShieldingData::try_from_slice(&v)?), | ||
None => None, | ||
}; | ||
|
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.
We will need to implement something for MaspTransaction
for shielding over IBC. Our schema can just handle the Borsh-serialized bytes, but that will need to be constructed in the interface, this just gets our schema up-to-date for IBC
ac77d54
to
fdee993
Compare
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.
LGTM! Tested and works nicely! We need to merge this before. Otherwise txs will get rejected
Update to support Namada
v0.41.0
(mainnet release)v0.41.0
packages/types
to catch latest changes