Skip to content

v0.0.11

Choose a tag to compare

@patrick-ogrady patrick-ogrady released this 04 Jun 19:43
· 33 commits to main since this release
ce076a6

What's Changed

Stats

 Cargo.lock                                 |  67 ++++++++++++++----------
 Cargo.toml                                 |  28 +++++-----
 chain/Cargo.toml                           |   2 +-
 chain/src/actors/syncer/actor.rs           |   4 +-
 chain/src/bin/setup.rs                     |  36 ++++++-------
 chain/src/bin/validator.rs                 |   5 +-
 chain/src/engine.rs                        |  18 +++----
 chain/src/lib.rs                           |  80 ++++++++++++++---------------
 client/Cargo.toml                          |   2 +-
 explorer/package.json                      |   2 +-
 explorer/src/App.tsx                       |  26 +++++++---
 explorer/src/StatsSection.tsx              |  41 ++++++++++++---
 explorer/src/alto_types/alto_types_bg.wasm | Bin 175670 -> 175670 bytes
 explorer/src/useClockSkew.ts               |  11 +++-
 inspector/Cargo.toml                       |   2 +-
 types/Cargo.toml                           |   2 +-
 types/src/block.rs                         |   8 ++-
 17 files changed, 197 insertions(+), 137 deletions(-)

Full Changelog: v0.0.10...v0.0.11