Skip to content

Releases: commonwarexyz/alto

v0.0.14

12 Aug 23:32
6805ad7
Compare
Choose a tag to compare

Changes

Full Changelog: v0.0.13...v0.0.14

Stats

 Cargo.lock                                 |  56 ++++++++++++++---------------
 Cargo.toml                                 |  28 +++++++--------
 chain/Cargo.toml                           |   2 +-
 chain/src/engine.rs                        |  20 +++++++----
 client/Cargo.toml                          |   2 +-
 explorer/package.json                      |   2 +-
 explorer/src/alto_types/alto_types_bg.wasm | Bin 174341 -> 174544 bytes
 inspector/Cargo.toml                       |   2 +-
 types/Cargo.toml                           |   2 +-
 9 files changed, 61 insertions(+), 53 deletions(-)

v0.0.13

01 Aug 15:52
b39de55
Compare
Choose a tag to compare

Changes

Full Changelog: v0.0.12...v0.0.13

Stats

 .github/actions/setup/action.yml                 |  14 +-
 .github/workflows/tests.yml                      |   7 +-
 Cargo.lock                                       |  58 +-
 Cargo.toml                                       |  28 +-
 chain/Cargo.toml                                 |   2 +-
 chain/dashboard.json                             |   6 +-
 chain/src/actors/mod.rs                          |   2 -
 chain/src/actors/syncer/actor.rs                 | 832 -----------------------
 chain/src/actors/syncer/coordinator.rs           |  25 -
 chain/src/actors/syncer/handler.rs               |  67 --
 chain/src/actors/syncer/ingress.rs               | 156 -----
 chain/src/actors/syncer/key.rs                   | 125 ----
 chain/src/actors/syncer/mod.rs                   |  47 --
 chain/src/{actors => }/application/actor.rs      |  74 +-
 chain/src/{actors => }/application/ingress.rs    |  18 +-
 chain/src/{actors => }/application/mod.rs        |   2 -
 chain/src/bin/setup.rs                           |   2 +
 chain/src/bin/validator.rs                       |  15 +-
 chain/src/engine.rs                              | 125 ++--
 chain/src/indexer.rs                             | 209 ++++++
 chain/src/lib.rs                                 | 124 +---
 chain/src/{actors/application => }/supervisor.rs |  26 +-
 chain/src/utils.rs                               |  29 +
 client/Cargo.toml                                |   2 +-
 client/src/consensus.rs                          |   2 +-
 explorer/README.md                               |  14 +-
 explorer/package.json                            |   8 +-
 explorer/src/AboutModal.css                      | 100 +++
 explorer/src/AboutModal.tsx                      |  67 +-
 explorer/src/App.css                             |  36 +-
 explorer/src/App.tsx                             | 134 +++-
 explorer/src/SearchModal.tsx                     |   6 +-
 explorer/src/StatsSection.css                    | 227 ++++++-
 explorer/src/StatsSection.tsx                    |  97 ++-
 explorer/src/alto_types/alto_types_bg.wasm       | Bin 174341 -> 174341 bytes
 explorer/src/config.ts                           |  87 +--
 explorer/src/global_config.ts                    |  54 ++
 explorer/src/usa_config.ts                       |  54 ++
 explorer/src/useClockSkew.ts                     |  19 +-
 inspector/Cargo.toml                             |   2 +-
 inspector/src/main.rs                            |   4 +-
 inspector/src/utils.rs                           |   2 +-
 types/Cargo.toml                                 |   2 +-
 types/src/block.rs                               |  10 +
 types/src/wasm.rs                                |   2 +-
 45 files changed, 1207 insertions(+), 1715 deletions(-)

v0.0.12

14 Jul 19:27
4cd2d63
Compare
Choose a tag to compare

Changes

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

v0.0.11

04 Jun 19:43
ce076a6
Compare
Choose a tag to compare

What's Changed

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

v0.0.10

03 Jun 23:53
7eccf6b
Compare
Choose a tag to compare

What's Changed

Stats

 Cargo.lock                                 |   8 ++++----
 Cargo.toml                                 |   4 ++--
 chain/Cargo.toml                           |   2 +-
 chain/README.md                            |   2 --
 chain/src/bin/setup.rs                     |   5 ++---
 client/Cargo.toml                          |   2 +-
 explorer/package.json                      |   2 +-
 explorer/src/alto_types/alto_types_bg.wasm | Bin 175390 -> 175670 bytes
 explorer/src/config.ts                     |   2 +-
 inspector/Cargo.toml                       |   2 +-
 inspector/src/main.rs                      |   2 +-
 types/Cargo.toml                           |   2 +-
 12 files changed, 15 insertions(+), 18 deletions(-)