-
Notifications
You must be signed in to change notification settings - Fork 18
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 our tokenfactory to the latest version NTRN-93 #200
Conversation
denom, | ||
}, | ||
}); | ||
expect(res.cosm_wasm_addr).toEqual(contractAddress); |
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.
I'd really like to see at least a small test case which assures we can not only set contracts for hooks, but also the hooks actually work
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.
I'd like too, but it's gonna require implementation of the whole contract w custom logic (and we don't want to waste any more time). so:
- code of whole module is copypasted
- module integrated successfully
- the test will be more about contract written for this test
- time pressure
https://github.com/neutron-org/neutron-tests/actions/runs/6173587028/job/16939576523 actually test are passing |
yeah, I have last tests passing now https://github.com/neutron-org/neutron-tests/actions/runs/6238607927 |
Task