Releases: spaceandtimefdn/sxt-node
Releases · spaceandtimefdn/sxt-node
Release list
v1.69.1
v1.69.0
1.69.0 (2026-06-22)
Bug Fixes
- add basic documentation to runtime crate (30c26e7)
- add missing docs for runtime module items (52a2905)
- add missing docs to chain-utils (c8235c6)
- address warnings in on-chain-table (095a856)
- address warnings in pallet-rewards mock module (886bc36)
- allow deprecated CurrencyAdapter usage (cfe0517)
- allow missing docs in private items in test_end_row_limits binary (7700cd6)
- allow missing_docs_in_private_items on event forwarder contract (b2d6f8b)
- allow unused private_key variables in pallet-keystore benchmarks (c218f0d)
- declare anonymous lifetime in commitment-sql proptest helper (63b3fc0)
- declare anonymous lifetimes in canaries parse functions (f81e9de)
- document all items in watcher main module (2fe60db)
- document memory_commitment_map module in commitment-map (32a38e3)
- document missing items in canaries (72c5f33)
- document missing items in event-forwarder (5408075)
- document modules in chain-utils (3eb6545)
- document modules in rpc crate (19cf1af)
- don't hide elided lifetimes in backwards compatibility test case generator (4e6968e)
- don't import frame_benchmarking if runtime-benchmarks is disabled in node (32cfca3)
- expect AttestationInfo::block_number to be dead code in canaries (7753c44)
- expect some dead code in NewFullBase in node (fe06f5e)
- ignore unused error variable in watcher main module (d330fe5)
- ignore unused variable in attestation-tree test (ce8adf3)
- ignore unused variable in pallet-attestation benchmarks (b0ef4a7)
- implement benchmark configurations for runtime outside runtime api implementation (d1a3db8)
- only define migrations with runtime-benchmarks disabled (26e8804)
- privatize deposit_event in pallet-rewards (6c1caaf)
- privatize deposit_event in pallet-smartcontracts (fe43a19)
- privatize deposit_event in pallet-system-tables (8bf7c21)
- privatize deposit_event in pallet-tables (da951a5)
- privatize pallet-keystore deposit_event (e878e37)
- privatize pallet-permissions deposit_event (099a7ba)
- privatize system-contracts deposit_event (305dfc9)
- privatize zkpay deposit_event (9d5993c)
- propagate tui error in update_ui in watcher (fe943eb)
- remove dead code in chain-utils (0070600)
- remove dead code in node (6958ec6)
- remove unused block_number parameter from verify_attestations in watcher (6225426)
- remove unused block_number parameter from verify_signature in watcher (08f3bff)
- remove unused const in pallet-tables test (e7bf9f5)
- remove unused const in runtime test (c7e0add)
- remove unused dependencies from sxt-core (361f8a0)
- remove unused destructure variables in verify_attestation in watcher (dc04d24)
- remove unused import in memory_commitment_map test (4c2300a)
- remove unused import in pallet-attestation benchmarks (5fa662e)
- remove unused import in pallet-commitments migrations (ecf6a05)
- remove unused imports and format imports in chain-utils (5cd269b)
- remove unused imports in attestation-tree (91f5d61)
- remove unused imports in node (1f4c7a8)
- remove unused imports in pallet-smartcontracts (b7fa723)
- remove unused imports in pallet-tables (a08ccfd)
- remove unused imports in runtime (614a1e3)
- remove unused imports in test_end_row_limits (0328143)
- remove unused imports in watcher (340d27b)
- remove unused substrate key path from watcher client (2bd4d02)
- switch hex to being a dev dependency in rpc crate (7b01208)
- warn unused_crate_dependencies in sxt-core (62c85b7)
Features
- add configurable include set to gate captured tables (#193) (ab1cf7f)
- add http client for prover db indexer (#190) (617f4ef)
- Add OCW consumer that drains and forwards events (#192) (ec1d24c), closes #187 #190
- allow SCI namespace creation without special permissions (092ba68)
- configure prover_db_url from CLI and into local storage ([#186](https://github.c...