Releases: zingolabs/infrastructure
Releases · zingolabs/infrastructure
zcash_local_net_v0.4.0
What's Changed
- update name, and make test compare expected deviation between lwd and… by @zancas in #1
- Break zcash_local_net into two crates by @zancas in #2
- Add readme by @zancas in #3
- Update names by @zancas in #8
- turn off fetcher pending integration as a dependency by @zancas in #11
- Update readme by @zancas in #13
- Add reexports by @zancas in #12
- update yanked crates by @rex4539 in #15
- fix RUSTSEC-2025-0004 by @rex4539 in #18
- cargo update by @ala-mode in #16
- fetcher crate by @nachog00 in #17
- cleanup fetcher Cargo.toml, comments, readme, old shasums, adjust util by @ala-mode in #29
- Fetcher crate by @nachog00 in #26
- cleanup by @ala-mode in #34
- fetcher-core crate by @nachog00 in #37
- minor fixes and utils by @nachog00 in #40
- port fetcher logic by @nachog00 in #41
- remove fetcher crate by @nachog00 in #51
- cargo update by @ala-mode in #52
- Add missing binaries by @nachog00 in #63
- Removed commented out code by @nachog00 in #62
- Fix get_path method bug by @nachog00 in #64
- docs for fetcher-core by @nachog00 in #66
- Include byes at compile time by @nachog00 in #67
- testing fetcher core by @nachog00 in #61
- cache struct cleanup by @nachog00 in #65
- logs for Binaries get by @nachog00 in #68
- Back to PATH bins by @nachog00 in #70
- services integration direct by @nachog00 in #69
- Update zingolib dep to
zaino_dep_005by @idky137 in #71 - Revert "Merge pull request #69 from nachog00/services_integration_direct" by @nachog00 in #73
- zaino config and launch by @idky137 in #72
- Fix merge conflicts with latest dev by @nachog00 in #74
- Fetcher core crate by @nachog00 in #39
- avoid duplicate crates by @rex4539 in #77
- reverse lwd blockid hash in client_rpcs::get_latest_block test by @ala-mode in #81
- updated zebra dep, fixed get_block_template rpc imports by @idky137 in #82
- Update to latest zebra and zingolib by @Oscar-Pepper in #83
- improve error by @AloeareV in #85
- Zingolib integration update by @Oscar-Pepper in #88
- Remove fetcher-core by @nachog00 in #91
- Changes needed for zaino zebrad update to v2.4.x by @AloeareV in #86
- Zebra update fixes. by @idky137 in #93
- clean up error message by @zancas in #89
- Update to zebra 0893e1a7f by @Oscar-Pepper in #94
- cleanup_post-PR by @ala-mode in #95
- Add support for NU 6.1 by @dorianvp in #97
- Revert "Add support for NU 6.1" by @dorianvp in #98
- Update to zebra v2.5.0 by @Oscar-Pepper in #99
- remove dependency on zcb by @zancas in #100
- Zingolib integration pt2 by @Oscar-Pepper in #103
- upgrade error message by @fluidvanadium in #106
- Bump deps & remove
tower_serviceby @dorianvp in #102 - ExecutableLocation by @fluidvanadium in #107
- docs: expand documentation for
ExecutableLocationby @dorianvp in #108 - refactor(tests): Split
testutilscrate by @dorianvp in #109 - feat!: Expose
ActivationHeightswrapper by @dorianvp in #110 - expose set_height by @zancas in #112
- Use zebra-chain NetworkType instead of bespoke enum Network by @fluidvanadium in #114
- expose inner for ActivationHeights and fix NetworkKind inconsistencie… by @Oscar-Pepper in #117
- zcash_protocol::local_network is a common type for heights by @zancas in #119
- Add default_test_config method to Validator and Indexer traits by @fluidvanadium in #118
- 3 micro crates by @fluidvanadium in #126
- add .github/workflows cargo-hack.yaml and ci-nightly.yaml by @fluidvanadium in #128
- Rename helper constructor by @zancas in #127
- Change from local network to config act heights by @zancas in #129
- fix import error by @fluidvanadium in #130
- fix import error by @fluidvanadium in #131
- activate nu6.1 in regtest, and complete name change to full_stack_tests by @zancas in #132
- renamed zcash_local_net from zingo_full_stack_tests by @fluidvanadium in #133
- feat: add support for single-cache-multiple-validators by @dorianvp in #123
- update zcash_client_backend by @Oscar-Pepper in #135
- Removed Executable Location by @fluidvanadium in #137
- Remove direct dependency of zcash_local_net, on zcash_protocol by @zancas in #141
- Improved printout by @fluidvanadium in #139
- fix warning message by @zancas in #143
- Abstract Processes into Broader Interface by @fluidvanadium in #142
- Dry CI by @fluidvanadium in #145
- Ci w claude by @fluidvanadium in #147
- DryCI @3 by @fluidvanadium in #148
- Zebra 3 by @fluidvanadium in #150
- Tklog by @fluidvanadium in #149
- Cargo update. by @fluidvanadium in #151
- Replace tklog with tracing. by @fluidvanadium in #153
- Use tracing by @fluidvanadium in #154
- Get network heights from validator and add delay fn to trait by @zancas in #152
cargo updateby @fluidvanadium in #156- fix: re-export type necessary for
set_test_parametersby @dorianvp in #157 - Activation heights debug tracing by @fluidvanadium in #159
- Add std fmt debug by @zancas in #165
- Fix activation heights parsing by @fluidvanadium in #164
- Tracing activationheights setup. by @fluidvanadium in #160
cargo updateby @fluidvanadium in #158- added ci test straight outta zingolib by @fluidvanadium in #163
- fix zainod config toml by @Oscar-Pepper in #169
- Cargo update by @zancas in #170
- Executable finder polish by @fluidvanadium in #178
- Configure Renovate by @re...