v0.0.16
Changes
- commonware@v0.0.62 by @patrick-ogrady in #145
- fix: backfill test by @clabby in #153
- commonware@d71d776 by @andresilva in #154
- [explorer] Redeploy for v0.0.63 by @patrick-ogrady in #155
- [release] v0.0.15 by @patrick-ogrady in #157
- [inspector] Fix alto inspector by @patrick-ogrady in #158
New Contributors
- @clabby made their first contribution in #153
- @andresilva made their first contribution in #154
Full Changelog: v0.0.14...v0.0.16
Stats
Cargo.lock | 258 ++++++++++++++++++-----
Cargo.toml | 33 +--
chain/Cargo.toml | 6 +-
chain/dashboard.json | 51 ++---
chain/src/application/actor.rs | 57 +++---
chain/src/application/ingress.rs | 32 +--
chain/src/application/mod.rs | 15 --
chain/src/bin/setup.rs | 2 +
chain/src/bin/validator.rs | 87 +++++---
chain/src/engine.rs | 182 ++++++++---------
chain/src/indexer.rs | 13 +-
chain/src/lib.rs | 228 ++++++++++++++++-----
chain/src/supervisor.rs | 109 ----------
client/Cargo.toml | 6 +-
client/src/consensus.rs | 18 +-
client/src/lib.rs | 7 +-
explorer/package.json | 2 +-
explorer/src/AboutModal.tsx | 12 +-
explorer/src/App.tsx | 6 +-
explorer/src/alto_types/alto_types.js | 318 ++++++++++++++++++++++++++++-
explorer/src/alto_types/alto_types_bg.wasm | Bin 174544 -> 209159 bytes
explorer/src/global_config.ts | 2 +-
explorer/src/usa_config.ts | 2 +-
inspector/Cargo.toml | 6 +-
inspector/src/main.rs | 2 +-
inspector/src/utils.rs | 2 +-
package-lock.json | 6 -
scripts/bump_versions.sh | 86 --------
types/Cargo.toml | 6 +-
types/src/block.rs | 29 ++-
types/src/consensus.rs | 23 +--
types/src/lib.rs | 109 +++++-----
types/src/wasm.rs | 40 ++--
33 files changed, 1072 insertions(+), 683 deletions(-)