-
Notifications
You must be signed in to change notification settings - Fork 254
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
Upgrade to substrate rc4 release #131
Conversation
Oddly I get the following test failure on CI, but not locally:
@dvc94ch any ideas? #130 does touch this but can't see how it would break it. |
I guess you could revert and push to this branch to see if it fixes it |
Good idea I'll try that Edit: except #130 was not even on this branch - just merged it in 😬 |
So here's one issue: diff --git a/src/lib.rs b/src/lib.rs
index ae28b40..bce4734 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -578,7 +578,7 @@ mod tests {
// create raw payload with AccoundId and sign it
let raw_payload = client
- .create_unsigned(
+ .create_payload(
balances::TransferCall {
to: &dest,
amount: 10_000, But since you had it before I expect there to be another one. With this change it works locally for me |
Thanks that fixed it @dvc94ch |
Can you release a new version of the client too? 0.10.0 doesn't build with the client feature enabled... |
No description provided.