v0.0.11
What's Changed
- [explorer] Test Search Glyph by @patrick-ogrady in #115
- Update to commonware-*@v0.0.54 by @patrick-ogrady in #118
- [release] v0.0.11 by @patrick-ogrady in #119
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