gtest genesis parsing (!176)
* fix clippy * fix after rebase * WIP example specs * fix after rebase * add reproducibility * doc add missing protobuf compiler * remove ref to genesis timestamp * fix broken next identity index genesis * our pallets are not coming from the framework * fix first_ud everywhere * remove files unwanted on main branch * also apply renaming to gdev * rename first_ud_value and add comments (to put in value the absence of first_ud_time) * use index provided in GenesisIdty * add mold to documentation * change gtest existential deposit and adapt genesis parsing to real-world data * embed raw chainspecs only when enabled * add comments
Showing
- Cargo.lock 2 additions, 1 deletionCargo.lock
- Cargo.toml 3 additions, 1 deletionCargo.toml
- docs/dev/setup.md 14 additions, 1 deletiondocs/dev/setup.md
- end2end-tests/cucumber-genesis/default.json 30 additions, 8 deletionsend2end-tests/cucumber-genesis/default.json
- end2end-tests/cucumber-genesis/wot.json 34 additions, 9 deletionsend2end-tests/cucumber-genesis/wot.json
- end2end-tests/tests/cucumber_tests.rs 1 addition, 1 deletionend2end-tests/tests/cucumber_tests.rs
- node/specs/gdev-raw.json 94 additions, 95561 deletionsnode/specs/gdev-raw.json
- node/specs/gtest_client-specs.json 1 addition, 5 deletionsnode/specs/gtest_client-specs.json
- node/specs/gtest_genesis.json 228131 additions, 258 deletionsnode/specs/gtest_genesis.json
- node/src/chain_spec/gdev.rs 2 additions, 2 deletionsnode/src/chain_spec/gdev.rs
- node/src/chain_spec/gtest.rs 3 additions, 2 deletionsnode/src/chain_spec/gtest.rs
- node/src/chain_spec/gtest_genesis.rs 51 additions, 57 deletionsnode/src/chain_spec/gtest_genesis.rs
- node/src/command.rs 22 additions, 21 deletionsnode/src/command.rs
- pallets/authority-members/Cargo.toml 1 addition, 1 deletionpallets/authority-members/Cargo.toml
- pallets/authority-members/README.md 1 addition, 1 deletionpallets/authority-members/README.md
- pallets/certification/Cargo.toml 1 addition, 1 deletionpallets/certification/Cargo.toml
- pallets/duniter-account/Cargo.toml 1 addition, 1 deletionpallets/duniter-account/Cargo.toml
- pallets/duniter-wot/Cargo.toml 1 addition, 1 deletionpallets/duniter-wot/Cargo.toml
- pallets/identity/Cargo.toml 1 addition, 1 deletionpallets/identity/Cargo.toml
- pallets/identity/src/lib.rs 5 additions, 1 deletionpallets/identity/src/lib.rs
Loading
Please register or sign in to comment