Skip to content

v0.0.12

Choose a tag to compare

@patrick-ogrady patrick-ogrady released this 14 Jul 19:27
· 28 commits to main since this release
4cd2d63

Changes

Full Changelog: v0.0.11...v0.0.12

Stats

 .github/actions/setup/action.yml           |  64 ++---
 .github/workflows/coverage.yml             |   2 -
 .github/workflows/publish.yml              |   2 -
 .github/workflows/tests.yml                |   6 -
 Cargo.lock                                 |  90 ++++--
 Cargo.toml                                 |  28 +-
 chain/Cargo.toml                           |   2 +-
 chain/README.md                            |  14 +-
 chain/dashboard.json                       | 423 ++++++++++++++++++++++++++++-
 chain/src/actors/application/actor.rs      |  16 +-
 chain/src/actors/syncer/actor.rs           | 214 ++++++++-------
 chain/src/actors/syncer/coordinator.rs     |   8 +-
 chain/src/actors/syncer/mod.rs             |  20 +-
 chain/src/bin/setup.rs                     |  46 ++--
 chain/src/bin/validator.rs                 |  33 +--
 chain/src/engine.rs                        |   5 +-
 chain/src/lib.rs                           |  24 +-
 client/Cargo.toml                          |   2 +-
 client/src/consensus.rs                    |  16 +-
 client/src/utils.rs                        |   2 +-
 explorer/package.json                      |   2 +-
 explorer/src/App.tsx                       |  24 +-
 explorer/src/alto_types/alto_types_bg.wasm | Bin 175670 -> 174341 bytes
 inspector/Cargo.toml                       |   2 +-
 inspector/src/utils.rs                     |   8 +-
 types/Cargo.toml                           |   2 +-
 26 files changed, 760 insertions(+), 295 deletions(-)