-
Notifications
You must be signed in to change notification settings - Fork 7
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
Phoenix: creates initial sceleton with a single err and a copy of pai… #116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use common structure for all the errors, it's not a good idea.
Don't leave commented code.
I'm still thinking if phoenix
is a good name. Seems like it, given that it would become a core component for probably most of out contracts, but may be confusing.
Let's leave it as it is, just pointing that out.
about the name of the new library - yeah I also thought of that, as I was constantly getting confused. We probably can go with something more verbose probably phoenix_helper, but we can give it a thought later |
ec33e70
to
960297b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Good work; you can merge it and modify that test I commented out in follow up or in this one and just merge it after.
960297b
to
e842dde
Compare
…r/utils.rs. Once implemented in full we need to pick it up from here and do some heavy refactoring
…nfo) and importing of contract clients
…and makes chnages to the pair and factory cargo.tomls
Pair: fixes imports
…re we don't store errors in the helper lib Pair: adds the helper macro validate_int_parameters Pair-stable: adds the helper macor validate_int_parameters
e86b7b4
to
da135b0
Compare
…r/utils.rs. Once implemented in full we need to pick it up from here and do some heavy refactoring