-
Notifications
You must be signed in to change notification settings - Fork 11
test: Relates to #3. Fix unit and integration tests so they actually run (including with CI) and use latest Substrate master branch #29
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
Conversation
…yment from balances
…t. Add to balance trait AccountData, AccountStore, OnNewAccount, OnReapAccount
When I run my integration tests (with 'node-runtime') and one of my runtime module pallet's unit tests (with 'roaming-operators')
I get error
I've tried different strategies, such as changing it to such as replacing it with as suggested here https://matrix.to/#/!HzySYSaIhtyWrwiwEV:matrix.org/$158210368377009vQnzC:matrix.parity.io?via=matrix.parity.io&via=matrix.org&via=web3.foundation In my runtime/lib.rs, I have the following:
But if I replace it with the following:
Then I get error:
So I changed it from
But then I get error:
So I looked in Substrate's frame/balances/src/lib.rs file, where the type is Then I updated it to be:
But that gave error:
|
…ule, the test balance module needs to use the test system module
The issue mentioned in comments above was resolved in commit f128e98 |
Note, relates to rust-lang/rust#69334 |
No description provided.