Manta
Manta copied to clipboard
The main repo for manta blockchain nodes.
Now we don't have any tool for testing coverage for manta. It would be nice if we use a tool like [codecov](https://app.codecov.io/gh).
1. What're kind of tests we must cover before publish a release. a. runtime upgrade. b. block production. c. front-end. d. bugs fix, new features and improvements, e. ... 2....
This can improve tests, as they will all rely on the configuration instead of hard coded asset locations in the test themselves
There are several configurations which are different in the mock compared to production Kusama: - [ ] barriers - [ ] trader - [ ] weigher - [ ] self-location...
Companion to and blocked by: https://github.com/paritytech/polkadot-sdk/issues/398 Related to paritytech/substrate#387 Once we start modifying consensus inherents, it's possible to overflow the allowed 5MB PoV size with heavy on_initialize/on_finalize hooks and brick...
tracked at https://github.com/paritytech/substrate/issues/1252
https://github.com/paritytech/substrate/pull/11645
- [x] List of all xcm tests - https://www.notion.so/Existing-Test-Cases-3f6932a7e1114a1385a02b27e2658b60 - [ ] Testing spec/documentation(Jamie) - [ ] Research other chains' audits
Currently all of our CI workflows run only on Ubuntu and generic hardware. We should add simple checks, like cargo build, for an iOS machine M1 chip. Sometimes there could...
Kusama doesn't set it but Acala sets it to Treasury, which seems most straight forward. Related to https://github.com/Manta-Network/Manta/pull/328