Tags: init4tech/bin-base
Tags
chore: bump signet sdk (#143) * chore: bump signet sdk also bumps bin-base * chore: bump rust-version to 1.92 and address new clippy lint The signet 0.17 SDK requires rustc 1.92 — without this bump the MSRV-aware resolver back-resolves signet-storage-types to 0.7.2, which is incompatible with signet-types 0.17 and breaks CI. * chore: add Fraser Hutchison to authors * chore: bump version in README to 0.20
chore(deps): bump deps and release 0.19.0 (#132) * chore(deps): bump ajj to 0.7.0 and release 0.18.0 Aggregates open dependabot PRs (#130 ajj, #119 reqwest) and bumps version from 0.18.0-rc.10 to 0.18.0. Reqwest 0.13.2 (#119) was dropped because signet-tx-cache 0.16.0-rc.11 depends on reqwest 0.12.x, causing type mismatches across the two reqwest versions. opentelemetry-otlp 0.31.1 (#129) was skipped per user request. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore(deps): bump version to 0.19.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * docs: add CLAUDE.md with semver and re-export guidelines Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(perms): add SSE subscribe_bundles to BuilderTxCache (#131) * feat(perms): add SSE subscribe_bundles to BuilderTxCache Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump version to 0.18.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(perms): add stream_bundles to BuilderTxCache (#124) * feat(perms): add stream_bundles to BuilderTxCache Add a stream_bundles() method that automatically paginates through all bundles, yielding individual CachedBundle items as a Stream. Follows the same unfold+flatten pattern used by upstream TxCache for transactions and orders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump version to 0.18.0-rc.11 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
PreviousNext