Skip to content

[release] v0.0.13 #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 1, 2025
Merged

[release] v0.0.13 #139

merged 9 commits into from
Aug 1, 2025

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Aug 1, 2025

 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                            |   7 +-
 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 +-
 43 files changed, 1188 insertions(+), 1712 deletions(-)

Copy link

cloudflare-workers-and-pages bot commented Aug 1, 2025

Deploying alto with  Cloudflare Pages  Cloudflare Pages

Latest commit: 535cc24
Status: ✅  Deploy successful!
Preview URL: https://822b6c35.alto-8k4.pages.dev
Branch Preview URL: https://v0-0-13.alto-8k4.pages.dev

View logs

@patrick-ogrady patrick-ogrady marked this pull request as ready for review August 1, 2025 15:50
@patrick-ogrady patrick-ogrady merged commit b39de55 into main Aug 1, 2025
9 checks passed
@patrick-ogrady patrick-ogrady deleted the v0.0.13 branch August 1, 2025 15:51
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.33%. Comparing base (7200003) to head (535cc24).
⚠️ Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   43.33%   43.33%           
=======================================
  Files          18       18           
  Lines        2492     2492           
=======================================
  Hits         1080     1080           
  Misses       1412     1412           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7200003...535cc24. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants