-
Notifications
You must be signed in to change notification settings - Fork 992
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
Test bridge pool wasm #737
Test bridge pool wasm #737
Conversation
…/ethbridge/eth-bridge-vp-escrow-nam
…-bridge-vp-escrow-nam
…/ethbridge/eth-bridge-vp-escrow-nam
…ridge/eth-bridge-vp-escrow-nam
…ng and a couple of small todos
…/ethbridge/bridge-pool-cli
…pool tx wasm and added test
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.
some xan
s need to become nam
s
@@ -35,7 +35,7 @@ impl Keys { | |||
self.prefix | |||
.push(&BALANCE_KEY_SEGMENT.to_owned()) | |||
.expect("should always be able to construct this key") | |||
.push(&format!("#{}", owner.encode())) | |||
.push(&owner.to_db_key()) |
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.
yeah this way is much better, the previous format
way was a hack
&albert_address(), | ||
&xan(), | ||
None, | ||
BERTHA_WEALTH.into(), |
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.
is albert stealing from bertha?
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.
That bastard!
Co-authored-by: James <[email protected]>
Co-authored-by: James <[email protected]>
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, there are a few things to PR back to main:
TestTxEnv::execute_tx
fn- the
namadac tx
flag changes TestTxEnv::credit_tokens
signature change and usages inwasm/wasm_source
pls update wasm |
This PR depends on #729 and