odra
odra copied to clipboard
Odra framework
Try to have it in one step. `release/*` could have separate job on push to save json to cache.
`mockall` causes too much problems on CI
`cargo odra test` should execute tests from `tests` directory in the main directory of the crate.
- [x] Changelog update - [x] CEP18 Tutorial - [x] CEP78 Tutorial - [x] Check docs code - [ ] Release Docs - [x] Update crates version - [x] Prepare...
Make separate branch `release/2.0.0` and port code to match `casper-node`'s `feat-2.0`. It should include: - new native event - RPC changes in livenet - NCTL-based CI tests Test it against...
`0.7.0` is the last version where `signatures` article was available. It should be back.
Move kpob's macros from cep78 to core and reuse them in cep18.
Currently, loading a contract which doesn't use CES events panics, because livenet env loads events count internally. This makes impossible testing contracts which don't use CES.