What's Changed
- [chain] Sleep until Skew by @patrick-ogrady in #187
- Test
v2026.5.0by @patrick-ogrady in #191
Full Changelog: v2026.3.0...v2026.5.0
Stats
Cargo.lock | 1119 +++++++++++++---------
Cargo.toml | 38 +-
chain/Cargo.toml | 1 +
chain/src/application.rs | 313 +++++--
chain/src/engine.rs | 53 +-
chain/src/indexer/backfiller/consumer.rs | 16 +-
chain/src/indexer/backfiller/mod.rs | 12 +-
chain/src/indexer/backfiller/producer.rs | 88 +-
chain/src/indexer/backfiller/state.rs | 13 +
chain/src/indexer/mod.rs | 16 +-
chain/src/indexer/pusher.rs | 34 +-
chain/src/lib.rs | 237 +++--
client/Cargo.toml | 1 +
client/src/lib.rs | 2 +-
deploy/Cargo.toml | 1 +
deploy/README.md | 4 +-
deploy/dashboard.json | 604 +++++++++++-
deploy/src/main.rs | 94 +-
explorer/src/AboutModal.tsx | 2 +-
explorer/src/alto_types/alto_types.js | 109 ++-
explorer/src/alto_types/alto_types_bg.wasm | Bin 247269 -> 248623 bytes
explorer/src/global_config.ts | 2 +-
explorer/src/usa_config.ts | 2 +-
follower/Cargo.toml | 4 +-
follower/examples/global.yml | 2 +-
follower/examples/usa.yml | 2 +-
follower/src/application.rs | 46 +-
follower/src/archive.rs | 27 +-
follower/src/engine.rs | 224 ++---
follower/src/feeder.rs | 87 +-
follower/src/main.rs | 93 +-
follower/src/resolver.rs | 1387 ++++++++++++----------------
follower/src/test_utils.rs | 14 +-
indexer/Cargo.toml | 1 +
indexer/src/lib.rs | 2 +-
indexer/src/main.rs | 3 +-
inspector/Cargo.toml | 1 +
inspector/src/main.rs | 8 +-
inspector/src/utils.rs | 3 +-
types/Cargo.toml | 1 +
types/src/lib.rs | 3 +-
validator/Cargo.toml | 1 +
validator/src/main.rs | 71 +-
43 files changed, 2912 insertions(+), 1829 deletions(-)