chore(contracts): bump seismic-std-lib to 0.2.0 - #25
Open
ameya-deshmukh wants to merge 1 commit into
Open
Conversation
Picks up the Zellic audit fixes published in 0.2.0: the EIP-712 chainId domain for SRC20.balanceOfSigned, the per-encrypt random nonce in Directory, and the non-32-byte return check in SRC20Multicall.batchBalancesDetailed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
seismic-std-libfrom the pre-audit release to 0.2.0, the first published version containing the Zellic remediation fixes (monorepo PR #212).What 0.2.0 changes
SRC20.balanceOfSigned— personal-sign digest → EIP-712 bound tochainIdDirectorydraws a random nonce per encrypt;IDirectory.nonce()removedSRC20Multicall.batchBalancesDetailedtreats a non-32-byte return as failureImpact here
None of this repo's contracts call
balanceOfSignedorIDirectory, so this is a dependency bump with no behavioural change.ShieldedDelegationAccount— the contract this repo actually consumes — is byte-identical between the old pin and 0.2.0; the only other delta is two purely additive files (SRC20Token.sol,SRC20Factory.sol).Test plan
soldeer.lockregenerated; checksum5b7bae55…92eamatches the published artifact, which was verified byte-identical to monorepomain(minus the.soldeerignore-excludedCLAUDE.md).sforge build --force— exit 0, zero errors. Only the usual advisory warnings (10311/10301/3805) from insidedependencies/seismic-std-lib-0.2.0/.