Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix wrong test button color on custom domain (snapshot-labs#4561)
* fix: button primary color to black and white * fix: prevent invalid transactions being submitted with osnap plugin (snapshot-labs#4552) * disable publish if osnap tx invalid * set state upstream even if invalid, better input logic * don't allow empty transaction array * clear form when changing type * clone safe on mount * better validation, state setting for nft trasnfer & token transfer * keep validation logic in components, emit isValid flag * check contract interaction params * enforce positive value for sending tokens * remove top level valid flag * handle value validation * set invalid method params for validation * validate raw tx inputs * disable publish if osnap tx invalid * set state upstream even if invalid, better input logic * don't allow empty transaction array * clear form when changing type * clone safe on mount * better validation, state setting for nft trasnfer & token transfer * keep validation logic in components, emit isValid flag * check contract interaction params * enforce positive value for sending tokens * remove top level valid flag * handle value validation * set invalid method params for validation * validate raw tx inputs * remove error message for decimal values * pad bytes32 * clean up --------- Co-authored-by: Gerhard Steenkamp <[email protected]> * fix: fix wrong test button color on custom domain --------- Co-authored-by: Sam <[email protected]> Co-authored-by: David A <[email protected]> Co-authored-by: Gerhard Steenkamp <[email protected]>
- Loading branch information