Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update errors in multisig contracts #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvem
Copy link

@rvem rvem commented Oct 1, 2019

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 strings.

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 strings.
@gromakovsky
Copy link

Since at least one of these contracts seems to be used by tezos-client, I think it's better to find it in tezos/tezos and make PR there. This one doesn't seem to be likely to reviewed in near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants