smart-contracts icon indicating copy to clipboard operation
smart-contracts copied to clipboard

A few smart contracts

Results 4 smart-contracts issues
Sort by recently updated
recently updated
newest added

The `%root` entrypoint is required when the `%default` entrypoint is specified and is not at the root of the parameter.

## Sanity check new threshold/key pair during key updates The current key update function allows following bad values for new threshold/key pair. 1. Threshold value is Zero, which renders multisig...

This wouldn't compile, which has something to do with changes to add TCO and deprecate `fold_while`, `stop`, and `continue`.

Currently, all contracts use `PUSH unit (); FAILWITH` in case of different failures. It would be more convenient to fail with something more specific. Here we propose failures with human-readable...