Skip to content

v2.9.0

Latest

Choose a tag to compare

@arabot-1 arabot-1 released this 15 Jul 08:51
5179bf4

Minor Changes

  • #720 576b552 Thanks @thekidnamedkd! - Enforce EVM-stringent validation on ProposalActionsDecoder inputs: validate signed int* values (previously unvalidated), check that numeric values fit the bit-width of their type (e.g. uint8 must be 0-255), verify EIP-55 address checksums (all-lowercase addresses are still accepted), and strip negative signs from unsigned number inputs. Adds signedNumber and numberRange messages to the proposalActionsDecoder.validation copy.

Patch Changes

  • #719 942d83f Thanks @harryburger! - Allow empty strings on ProposalActionsDecoder string parameters (empty strings are valid Solidity values, including elements inside string[] 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 c097ac7 Thanks @milosh86! - Fix SVG build config with missing prefixIds plugin

  • #717 688fe16 Thanks @evanaronson! - Set text-neutral-800 on the status context label of ProposalDataListItem.Structure so it no longer inherits the default (black) text color.