Skip to content

v0.0.16

Choose a tag to compare

@patrick-ogrady patrick-ogrady released this 04 Nov 02:17
· 13 commits to main since this release
958bcff

Changes

New Contributors

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(-)