v0.0.12
Changes
- [explorer] Revert Latency Optimization by @patrick-ogrady in #121
- [chain] Clarify Application Integration Comments by @patrick-ogrady in #123
- CL@v0.0.55 by @patrick-ogrady in #127
- Add Regional Deployment (USA) by @patrick-ogrady in #130
- [release] v0.0.12 by @patrick-ogrady in #131
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(-)