Minor Changes
- #720
576b552Thanks @thekidnamedkd! - Enforce EVM-stringent validation onProposalActionsDecoderinputs: validate signedint*values (previously unvalidated), check that numeric values fit the bit-width of their type (e.g.uint8must be 0-255), verify EIP-55 address checksums (all-lowercase addresses are still accepted), and strip negative signs from unsigned number inputs. AddssignedNumberandnumberRangemessages to theproposalActionsDecoder.validationcopy.
Patch Changes
-
#719
942d83fThanks @harryburger! - Allow empty strings onProposalActionsDecoderstring parameters (empty strings are valid Solidity values, including elements insidestring[]inputs), skip validation on hidden tuple registration fields to avoid invisible submit-blocking errors, and keep the array index label and remove button aligned to the input when a validation alert is displayed. -
#723
c097ac7Thanks @milosh86! - Fix SVG build config with missingprefixIdsplugin -
#717
688fe16Thanks @evanaronson! - Settext-neutral-800on the status context label ofProposalDataListItem.Structureso it no longer inherits the default (black) text color.