-
Notifications
You must be signed in to change notification settings - Fork 3
Update substrate to latest master #238
Conversation
|
The builds fail because we seem to generate invalid transactions for the end-to-end tests. This looks like quite the issue. We need to find out why the transaction is invalid. Unfortunately the RPC apis don’t provide enough error information I believe. We might need to have the node log information to determine the error. It’s most likely that the transactions are invalid because calling |
|
any luck, @CodeSandwich? |
|
We were able to find out that it's the node that is rejecting the transactions, it's sending |
2968b65 to
19bb4be
Compare
|
The upgrade is finally fixed 🎉 DO NOT MERGE |
8de5689 to
d3ad1bf
Compare
|
Ready to be merged! |
e5b06ac to
d6bf527
Compare
11a122e to
bc0375c
Compare
geigerzaehler
left a comment
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
bc0375c to
649e3c4
Compare
649e3c4 to
3dd171c
Compare
This update requires the following changes
frame_system::Accountstorage.frame_system::Trait::Eventassociated type has now a type bound that is generic overSelf. This requires us to explicitly state some type bounds.