Refactor node implementation (!256)
* fix formatting * remove unused code * fix #215 * fix #222 * refactor command * remove unused type * refactor client * refactor executor
parent
07bb8814
No related branches found
No related tags found
Showing
- Cargo.lock 3 additions, 0 deletionsCargo.lock
- README.md 1 addition, 0 deletionsREADME.md
- docs/dev/compilation.md 26 additions, 0 deletionsdocs/dev/compilation.md
- node/Cargo.toml 1 addition, 0 deletionsnode/Cargo.toml
- node/src/cli.rs 1 addition, 1 deletionnode/src/cli.rs
- node/src/command.rs 38 additions, 124 deletionsnode/src/command.rs
- node/src/service.rs 38 additions, 165 deletionsnode/src/service.rs
- node/src/service/client.rs 58 additions, 82 deletionsnode/src/service/client.rs
- runtime/common/Cargo.toml 3 additions, 0 deletionsruntime/common/Cargo.toml
- runtime/common/src/apis.rs 6 additions, 10 deletionsruntime/common/src/apis.rs
- runtime/g1/Cargo.toml 3 additions, 0 deletionsruntime/g1/Cargo.toml
- runtime/g1/src/lib.rs 1 addition, 0 deletionsruntime/g1/src/lib.rs
- runtime/gdev/Cargo.toml 3 additions, 0 deletionsruntime/gdev/Cargo.toml
- runtime/gtest/Cargo.toml 2 additions, 2 deletionsruntime/gtest/Cargo.toml
Loading
Please register or sign in to comment