Skip to content

v0.0.19

Choose a tag to compare

@patrick-ogrady patrick-ogrady released this 07 Feb 02:23
· 6 commits to main since this release
315db19

What's Changed

Full Changelog: v0.0.18...v0.0.19

Stats

 Cargo.lock                                 | 410 +++++++++--------
 Cargo.toml                                 |  34 +-
 chain/dashboard.json                       |   6 +-
 chain/src/application.rs                   |  27 +-
 chain/src/bin/setup.rs                     |  14 +-
 chain/src/bin/validator.rs                 |   8 +-
 chain/src/engine.rs                        |  19 +-
 chain/src/lib.rs                           |  73 +--
 client/src/consensus.rs                    |   4 +-
 explorer/src/alto_types/alto_types.js      | 704 +++++++++++++++--------------
 explorer/src/alto_types/alto_types_bg.wasm | Bin 201151 -> 215799 bytes
 explorer/src/global_config.ts              |   2 +-
 explorer/src/usa_config.ts                 |   2 +-
 indexer/src/lib.rs                         |  42 +-
 inspector/src/main.rs                      |   6 +-
 types/src/block.rs                         |  44 +-
 types/src/consensus.rs                     |  13 +-
 types/src/lib.rs                           |  26 +-
 types/src/wasm.rs                          |  10 +-
 19 files changed, 777 insertions(+), 667 deletions(-)