Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
d2c94b9
add GrpcIndex type, and impl new Indexer trait on it
zancas Mar 13, 2026
c3db3b6
add tree_state trait method
zancas Mar 13, 2026
492a36b
2.0.2 --> 3.0.0, cargo update
zancas Mar 13, 2026
dac04c3
add CHANGELOG
zancas Mar 13, 2026
aa585c4
per-method enum errors, one variant per method failure mode
zancas Mar 13, 2026
ae73bba
move test code into mod tests
zancas Mar 13, 2026
eac3f9c
fmt
zancas Mar 13, 2026
ee03327
simplify pem file lookup
zancas Mar 17, 2026
8e47d43
remove more kruft
zancas Mar 17, 2026
0c6861f
start unit-test
zancas Mar 17, 2026
a30775e
move construction logic out of get_client into GrpcIndexer::new
zancas Mar 17, 2026
d2bd968
update test to newer interface
zancas Mar 17, 2026
119c17b
disconnect is not part of the GrpcIndexer contract
zancas Mar 17, 2026
d801649
select ring features over aws-lc-rs
zancas Mar 17, 2026
cf0314e
add trait method doc-comments explicitly describing the contracts wit…
zancas Mar 26, 2026
55a2698
switch from zcb to lightwallet-protocol-rust
zancas Mar 27, 2026
bc0df28
use our own lightwallet protocol
zancas Mar 27, 2026
4efa701
finish update to ligthwallet-protocol 0.2.0
zancas Mar 27, 2026
8527897
bump version to 4.0.0
zancas Mar 27, 2026
e60956d
clarify what callers can expect from implementors
zancas Mar 27, 2026
dbed283
use upstream bindings demote packages to dev-deps
zancas Mar 27, 2026
ab31bc3
add gated back-compat port
zancas Mar 27, 2026
b67b921
Update zingo-netutils/src/lib.rs
zancas Mar 27, 2026
3aa7431
Merge branch 'back_compat_zcb' into indexer_trait
zancas Mar 27, 2026
3ce6bfd
gate transparent and zcb-compat functionality behind opt-in features
zancas Mar 27, 2026
5026c8e
update stale change-log
zancas Mar 27, 2026
5316e93
add ping behind same-name-as-lwd-flag
zancas Mar 27, 2026
7a7eafd
constrain errors to be std::error::Error
zancas Mar 27, 2026
c7e3b12
extract TransparentIndexer sub-trait into globally_public module
zancas Mar 27, 2026
3b91fe1
ensure compliance between proto and get_tree_state
zancas Mar 27, 2026
2e2eb0c
● add compile-time proto agreement tests
zancas Mar 27, 2026
4f06d99
add test proving that the references documentation is incorrect
zancas Mar 27, 2026
b15f5e6
fix doc and reference validating test
zancas Mar 27, 2026
ed8341b
ensure implementation contract is documented on deprecated end-point
zancas Mar 27, 2026
9dfb536
update CHANGELOG and README
zancas Mar 27, 2026
25e8062
minor quality improvements
zancas Mar 27, 2026
beab9ea
add enums and tests for all method errors
zancas Mar 27, 2026
4c159d6
● per-method error enums with doc-tests and full audit
zancas Mar 27, 2026
7c58043
● add module-level docs and require --all-features for cargo doc
zancas Mar 27, 2026
ca3dcc6
● point cargo-checkmate at infrastructure with doc-all-features
zancas Mar 27, 2026
3c9005f
point at new infa commit in CI
zancas Mar 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: zingolabs/infrastructure/.github/actions/cargo-shear@20485fed7a080e381130ed8120419dc81acae641

cargo-checkmate:
uses: zingolabs/infrastructure/.github/workflows/cargo-checkmate.yaml@20485fed7a080e381130ed8120419dc81acae641
uses: zingolabs/infrastructure/.github/workflows/cargo-checkmate.yaml@46d6b15c994835f386973aabbc76a5503760dafe
with:
doc-all-features: 'true'

cargo-deny:
name: Cargo Deny
Expand Down
Loading
Loading