Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump deps to v0.9.22 Signed-off-by: Dengjianping <[email protected]> * Refactor rpc service Signed-off-by: Dengjianping <[email protected]> * Fix fmt Signed-off-by: Dengjianping <[email protected]> * Fix build Signed-off-by: Dengjianping <[email protected]> * Fix clippy Signed-off-by: Dengjianping <[email protected]> * Fix build Signed-off-by: Dengjianping <[email protected]> * Fix benchmark Signed-off-by: Dengjianping <[email protected]> * Remove unsafe flags for ws and rpc Signed-off-by: Dengjianping <[email protected]> * Separate rpc implementation by runtime Signed-off-by: Dengjianping <[email protected]> * Native asset should never be minted Signed-off-by: Dengjianping <[email protected]> * Fix test and remove unused crate Signed-off-by: Dengjianping <[email protected]> * Remove minting test case for native asset Signed-off-by: Dengjianping <[email protected]> * Rename mint param Signed-off-by: Dengjianping <[email protected]> * [no ci]Fix typo Signed-off-by: Dengjianping <[email protected]> * Rename will_increase_total_supply param Signed-off-by: Dengjianping <[email protected]> * Pin 07-10 rust nightly in CI Signed-off-by: Adam Reif <[email protected]> * align rust toolchain install sequence with parity docs Signed-off-by: Adam Reif <[email protected]> * try the `rustup +nightly` syntax Signed-off-by: Adam Reif <[email protected]> * pin nightly to 2022-06-02 Signed-off-by: Adam Reif <[email protected]> * fix Signed-off-by: Adam Reif <[email protected]> * revert rust stable to 1.61.0 Signed-off-by: Adam Reif <[email protected]> * test with WASM_BUILD_TOOLCHAIN env Signed-off-by: Adam Reif <[email protected]> * fix Signed-off-by: Adam Reif <[email protected]> * try RUSTC_BOOTSTRAP Signed-off-by: Adam Reif <[email protected]> * add wasm target to stable Signed-off-by: Adam Reif <[email protected]> * Fix CI workflows by adding RUSTC_BOOTSTRAP=1 flag Signed-off-by: Adam Reif <[email protected]> * wasm target not needed for linters Signed-off-by: Adam Reif <[email protected]> * revert init.sh change Signed-off-by: Adam Reif <[email protected]> * remove unneeded rpc client Signed-off-by: Adam Reif <[email protected]> Co-authored-by: Brandon H. Gomes <[email protected]> Co-authored-by: Georgi Zlatarev <[email protected]> Co-authored-by: Adam Reif <[email protected]>
- Loading branch information