teor
09836d2800
fix(clippy): Put Rust format variables inline ( #5783 )
...
* cargo clippy --fix --all-features --all-targets
With rustc 1.67.0-nightly (234151769 2022-12-03)
* cargo fmt --all
2022-12-08 01:05:57 +00:00
Conrado Gouvea
6fd750e168
build(deps): bump insta from 1.15.0 to 1.17.1 ( #4884 )
...
* build(deps): bump insta from 1.15.0 to 1.17.1
Bumps [insta](https://github.com/mitsuhiko/insta ) from 1.15.0 to 1.17.1.
- [Release notes](https://github.com/mitsuhiko/insta/releases )
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitsuhiko/insta/compare/1.15.0...1.17.1 )
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* make zebra_test::init() return the insta drop guard
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-08-04 15:44:44 +00:00
Conrado Gouvea
9862f6e5cf
feat: get addresses from transparent outputs ( #3802 )
...
* feat: add Output::address()
* test transactions in test blocks
2022-03-11 03:23:04 +00:00
teor
4ce6fbccc4
Fix new clippy lints in clippy nightly ( #3176 )
2021-12-09 14:19:14 +00:00
Alfredo Garcia
9416729db8
Fix coinbase height deserialization ( #3129 )
...
* fix parse_coinbase_height()
* move tests and create test for parse_coinbase_height()
* add a coinbase height round trip prop test
* fix range
Co-authored-by: teor <teor@riseup.net>
* extend examples in test
* add more round trip testing
* extend the range of test
Co-authored-by: teor <teor@riseup.net>
* add test for single byte
Co-authored-by: teor <teor@riseup.net>
2021-12-06 08:38:02 +10:00