Enable soft bundle in devnet and testnet#18302
Conversation
|
@shio-coder is attempting to deploy a commit to the Mysten Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6df1e65 to
b3f4872
Compare
mystenmark
left a comment
There was a problem hiding this comment.
This all looks good. We need one additional test, which is to make sure that bad certs in soft bundles are rejected. The easiest way to do this is most likely to add another check here
which calls handle_soft_bundle_certificates_v3 in addition to handle_certificate_v2 and makes sure the error is the same. I think its okay to use a soft bundle of size one for this check.
b3f4872 to
5b4682f
Compare
|
Thanks Mark! I have added forged cert tests for Soft Bundle. It is a little bit different though because we have to make sure the tx has access to a shared object. |
5b4682f to
fa15711
Compare
fa15711 to
5b9ab84
Compare
5b9ab84 to
1254b2e
Compare
Description
This is a follow up change after PR #17508 and #17868 , for SIP-19.
The change adds a unit test for soft bundle failure modes, as well as enable soft bundle feature flag in devnet and testnet.
Test plan
The feature is not exactly user-facing and do not break anything.
Release notes