Alfredo Garcia
b6f51640ec
fix(install): Downgrade `owo-colors` from 3.6.0 to 3.5.0 ( #6203 )
...
* downgrade owo-colors
* update Cargo.lock
2023-02-23 02:38:28 +00:00
Alfredo Garcia
e40a84c6eb
feat(docs): Add mining instructions to the zebra book ( #6199 )
...
* add mining section to the zebra book
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
* add more suggestions from review
---------
Co-authored-by: teor <teor@riseup.net>
2023-02-23 00:12:29 +00:00
teor
ec43d63ed2
change(log): Log a cute message for blocks that were mined by Zebra (off by default) ( #6098 )
...
* Mark Zebra coinbase transactions with extra coinbase data
* Log when we commit a block mined by Zebra to our state
* Reduce logging instrumentation during block writes
* Remove debug types in Zebra block log
* Add network and commit to write task logs
* Apply an allow-list before we log arbitrary user messages from blocks
* Rate-limit Zebra mined block logging to once every 1000 blocks
* Add mining configs for extra coinbase data and imitating zcashd, but don't use them yet
* Check CoinbaseData size limit when building transparent transactions
* Replace LIKE_ZCASHD constants with a config
* Take extra coinbase data from the configured string
* Update the zebrad configs in the tests with new config fields
2023-02-23 00:10:11 +00:00
teor
a835270ff7
Copy detailed mining docs from s-nomp fork to Zebra repository ( #6201 )
2023-02-22 11:22:49 +00:00
teor
4daedbc789
fix(consensus): Check that Zebra's state contains the social consensus chain on startup ( #6163 )
...
* Allow missing docs directly on derived error types
* Make Request::BestChainBlockHash redirect to the ReadStateService
* Re-write the checkpoint_sync documentation based on the latest consensus rules
* Expose the underlying iterator for CheckpointList
* Validate existing state block hashes at startup, but ignore the result
* Monitor state block hash checkpoint task in the start command
* Fix indentation
* Make logging consistent
* Explain the config needed for full security
* Tidy required checkpoints docs, expand other docs
* Add security and deprecation changelog entries
* Replace task handle vector with a struct
* Add a test that this consensus-critical code actually runs and finishes
* Make some state methods and types available in tests
* Add missing docs
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-21 05:30:29 +00:00
Marek
83d038c067
feat(rpc): Implement the `z_validateaddress` RPC ( #6185 )
...
* Add the response type for `z_validateaddress`
* Add UAs to the address variants
* Remove a redundant TODO
* Impl `z_validateaddress`
* Add basic test vectors
* Add basic snapshots
* Remove a deprecated field from the RPC response
* Add basic snapshot data
* Check the semantic validity of UAs
* Refactor imports
* Refactor snapshot filenames
This PR removes the `.new` filename extensions from snapshots.
* Rename `address` to `unified_address`
2023-02-20 21:06:22 +00:00
dependabot[bot]
03929bd205
build(deps): bump tokio-stream from 0.1.11 to 0.1.12 ( #6191 )
...
Bumps [tokio-stream](https://github.com/tokio-rs/tokio ) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12 )
---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 21:05:58 +00:00
Alfredo Garcia
31382d2a24
feat(rpc): Implement `z_listunifiedreceivers` ( #6171 )
...
* implement `z_listunifiedreceivers`
* add test vector
* add snapshots
* simplify sapling payment address
* send network argument to payment_address method
* use expect for impossible address errors
* remove network argument
* use already present network conversion
* add additional snapshot
* Derive common traits on the RPC struct
---------
Co-authored-by: teor <teor@riseup.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-20 12:22:37 +00:00
dependabot[bot]
d413790838
build(deps): bump serde-big-array from 0.4.1 to 0.5.0 ( #6188 )
...
Bumps [serde-big-array](https://github.com/est31/serde-big-array ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/est31/serde-big-array/releases )
- [Commits](https://github.com/est31/serde-big-array/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: serde-big-array
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 02:23:19 +00:00
dependabot[bot]
0a922a32a7
build(deps): bump tj-actions/changed-files from 35.5.3 to 35.5.5 ( #6180 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.5.3 to 35.5.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v35.5.3...v35.5.5 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 02:22:59 +00:00
teor
bf80786182
Increase macOS CI timeout ( #6176 )
2023-02-17 06:08:59 +00:00
Arya
cbc4b44573
Replaces tokio::spawn with joins ( #6184 )
2023-02-17 03:28:52 +00:00
dependabot[bot]
7833c7a362
build(deps): bump insta from 1.26.0 to 1.28.0 ( #6181 )
...
Bumps [insta](https://github.com/mitsuhiko/insta ) from 1.26.0 to 1.28.0.
- [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.26.0...1.28.0 )
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 01:16:49 +00:00
Arya
f253213e34
fix(mempool): Re-verify transactions that were verified at a different tip height ( #6154 )
...
* checks tip height before mempool insertions
* adds unit test for reverifying txs
* Adds TODO
* Adds correctness note
* dedup best_tip_height() calls
* Update zebrad/src/components/mempool.rs
Co-authored-by: teor <teor@riseup.net>
* uses Option for expected tip height
* removes misplaced dummy_call()
* calls wait_for_chain_tip without a timeout where it doesn't matter and skips instead of panicking where it doesn't
* Update zebrad/src/components/mempool/tests/vector.rs
* removes whitespace for rustfmt
---------
Co-authored-by: teor <teor@riseup.net>
2023-02-16 20:06:42 +00:00
dependabot[bot]
fddd361d3e
build(deps): bump sentry-tracing from 0.29.2 to 0.29.3 ( #6124 )
...
Bumps [sentry-tracing](https://github.com/getsentry/sentry-rust ) from 0.29.2 to 0.29.3.
- [Release notes](https://github.com/getsentry/sentry-rust/releases )
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-rust/compare/0.29.2...0.29.3 )
---
updated-dependencies:
- dependency-name: sentry-tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 09:55:51 +00:00
dependabot[bot]
e78c5c5d58
build(deps): bump once_cell from 1.17.0 to 1.17.1 ( #6161 )
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 03:04:22 +00:00
teor
3f1d94dd87
Run lightwalletd full sync in multi-job mode ( #6164 )
2023-02-15 18:12:30 +00:00
dependabot[bot]
41ee0da79c
build(deps): bump tj-actions/changed-files from 35.5.2 to 35.5.3 ( #6160 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.5.2 to 35.5.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v35.5.2...v35.5.3 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 21:30:11 +00:00
teor
ae21e36018
fix(rpc): Add `getblock` RPC fields to support the latest version of `zcash/lightwalletd` ( #6134 )
...
* Stabilise the BestChainBlockHash state request
* Always include the block hash in the getblock RPC response
* Make the lightwalletd integration tests compatible with zcash/lightwalletd
* Update getblock RPC snapshots
* Return the correct missing block error code
2023-02-14 08:52:58 +00:00
dependabot[bot]
a88d5cb5bd
build(deps): bump tokio-util from 0.7.6 to 0.7.7 ( #6150 )
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.6...tokio-util-0.7.7 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 04:08:30 +00:00
dependabot[bot]
909ae772a3
build(deps): bump sentry from 0.29.2 to 0.29.3 ( #6127 )
...
Bumps [sentry](https://github.com/getsentry/sentry-rust ) from 0.29.2 to 0.29.3.
- [Release notes](https://github.com/getsentry/sentry-rust/releases )
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-rust/compare/0.29.2...0.29.3 )
---
updated-dependencies:
- dependency-name: sentry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 04:08:04 +00:00
teor
9452487c61
fix(state): Fix minute-long delays in block verification after a chain fork ( #6122 )
...
* Split Chain fields into sections
* Replace Chain.sprout_note_commitment_tree with a lookup method
* Add TODOs
* Show full debug info when tests fail because chains aren't equal
* Print sprout and sapling tree Nodes as hex when debugging
* Correctly revert temporary finalized tip trees and anchors
* Fix tests
* Refactor removal functions
* Replace the Chain.sapling_note_commitment_tree field with a lookup method
* Replace the Chain.orchard_note_commitment_tree field with a lookup method
* Replace the Chain.history_tree field with a lookup method and remove redundant code
* Update comments
* Ignore clippy::unwrap_in_result
* Remove redundant fork() Result
* Put conditional code in blocks
* fastmod history_tree_at_tip history_block_commitment_tree zebra-state
2023-02-13 21:44:31 +00:00
dependabot[bot]
09faf48e1f
build(deps): bump rocksdb from 0.19.0 to 0.20.1 ( #6144 )
...
* build(deps): bump rocksdb from 0.19.0 to 0.20.1
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb ) from 0.19.0 to 0.20.1.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases )
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.19.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: rocksdb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Ignore duplicate bindgen dependency until zcash_script updates
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
2023-02-13 20:01:45 +00:00
dependabot[bot]
4eb27dda06
build(deps): bump blake2b_simd from 1.0.0 to 1.0.1 ( #6143 )
...
Bumps [blake2b_simd](https://github.com/oconnor663/blake2_simd ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/oconnor663/blake2_simd/releases )
- [Commits](https://github.com/oconnor663/blake2_simd/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: blake2b_simd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 02:30:07 +00:00
Marius Kjærstad
3785e511ce
Update copyright year in Apache License ( #6140 )
...
Update copyright year in Apache License
2023-02-12 22:46:21 +00:00
Marius Kjærstad
d8bef0aed5
Update copyright year in MIT License ( #6131 )
...
Update copyright year in MIT License
2023-02-12 22:46:11 +00:00
dependabot[bot]
ebe3a3e4b7
build(deps): bump blake2s_simd from 1.0.0 to 1.0.1 ( #6145 )
...
Bumps [blake2s_simd](https://github.com/oconnor663/blake2_simd ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/oconnor663/blake2_simd/releases )
- [Commits](https://github.com/oconnor663/blake2_simd/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: blake2s_simd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 22:45:43 +00:00
dependabot[bot]
0cf171afbe
build(deps): bump tokio-util from 0.7.5 to 0.7.6 ( #6142 )
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.5...tokio-util-0.7.6 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 22:45:12 +00:00
dependabot[bot]
5f3f53e3a9
build(deps): bump serde_json from 1.0.92 to 1.0.93 ( #6126 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 22:44:35 +00:00
teor
a8370a8eda
Remove unused impl ZcashDeserialize for Height ( #6139 )
2023-02-10 20:24:46 +00:00
Jack Gavigan
fc955152b7
Update zebra-dependencies-for-audit.md ( #6141 )
2023-02-10 14:20:53 +00:00
Arya
e1b8c43cfa
corrects panic/timer msg for CheckBestChainTipNullifiersAndAnchors request ( #6135 )
2023-02-10 09:54:11 +00:00
dependabot[bot]
4fda51f88f
build(deps): bump tokio-util from 0.7.4 to 0.7.5 ( #6128 )
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.4...tokio-util-0.7.5 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 09:53:42 +00:00
dependabot[bot]
6adf2b5fd8
build(deps): bump vergen from 7.5.0 to 7.5.1 ( #6125 )
...
Bumps [vergen](https://github.com/rustyhorde/vergen ) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/rustyhorde/vergen/releases )
- [Commits](https://github.com/rustyhorde/vergen/compare/7.5.0...7.5.1 )
---
updated-dependencies:
- dependency-name: vergen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 00:26:10 +00:00
dependabot[bot]
37af87cdfb
build(deps): bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 ( #6100 )
...
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v1.0.1...v1.1.0 )
---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 19:55:09 +00:00
dependabot[bot]
0caf97d795
build(deps): bump tj-actions/changed-files from 35.5.0 to 35.5.2 ( #6123 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.5.0 to 35.5.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v35.5.0...v35.5.2 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 19:54:45 +00:00
teor
4f289299fd
change(rpc): Simplify `getdifficulty` RPC implementation ( #6105 )
...
* Use existing Work type to calculate get_difficulty RPC, round in f64 tests
* Use a valid difficulty in all snapshots
* Explain compatibility TODO
* Fix typo
* Document consensus rules in the difficulty module
* Calculate the difficulty using the high 128 bits of the U256 values
* Require 6 significant figures of accuracy in the difficulty unit tests
* fixup! Calculate the difficulty using the high 128 bits of the U256 values
* Update snapshots
2023-02-08 23:41:41 +00:00
dependabot[bot]
a7c784f21d
build(deps): bump toml from 0.7.1 to 0.7.2 ( #6120 )
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.1...toml-v0.7.2 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 23:41:16 +00:00
teor
4e12a289a6
Update audit scope based on audit-v1.0.0-rc.0 tag ( #6109 )
...
* Update audit scope based on audit-v1.0.0-rc.0 branch
* Minor wording fixes and clarifications
Co-authored-by: Arya <aryasolhi@gmail.com>
* Set scope for `reddsa` and explain code movement
* Just base everything on rc.0
* I'm just about to make it into a tag, not a branch
* Make it clearer that the Crates categories are Zebra crates
* Add reddsa and redjubjub
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
* Fix links to red(jubjub|dsa) signing_key
* Add missing space
* Remove `redjubjub` from "Out of scope"
* Fix formatting
* Make previous audit clearer
* Add missing space
Co-authored-by: Arya <aryasolhi@gmail.com>
---------
Co-authored-by: Arya <aryasolhi@gmail.com>
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
2023-02-08 00:48:30 +00:00
teor
daba6d7744
add(rpc): Add extra `getblock` RPC fields used by some mining pools ( #6097 )
...
* clippy: remove unnecessary return statement
* Add hash, height, and confirmations fields to getblock RPC
* Remove a test that is already checked by snapshots
* Document the performance requirements of the getblock RPC
* Update snapshots, use new naming scheme
* Fix off-by-one error in confirmations
* Fix spelling mistakes
2023-02-07 01:25:34 +00:00
Alfredo Garcia
43cf7e6852
implement `getdifficulty` rpc method ( #6099 )
2023-02-07 00:01:45 +00:00
teor
311daaa19e
Add 2 full sync CI jobs and 10 hours to the Rust test time limit ( #6103 )
2023-02-06 21:16:28 +00:00
teor
7c36ff611f
Add missing PRs to the changelog ( #6106 )
2023-02-06 18:55:28 +00:00
dependabot[bot]
00be2da067
build(deps): bump serde_json from 1.0.91 to 1.0.92 ( #6111 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 18:01:38 +00:00
teor
8c0176fca5
change(deps): Upgrade to the zcash_primitives 0.10 API ( #6087 )
...
* bump zcash_primitives and proofs to 0.10.0
* Update to latest Sapling API
* Update Cargo.lock
2023-02-06 15:23:13 +00:00
dependabot[bot]
c4032e2b7f
build(deps): bump hyper from 0.14.23 to 0.14.24 ( #6094 )
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.14.23 to 0.14.24.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24 )
---
updated-dependencies:
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 00:32:06 +00:00
Arya
d67b3b641d
removes excessive logs, adds docs. ( #6102 )
2023-02-05 22:18:18 +00:00
Arya
0aab3df731
fix(test): avoid failing getblocktemplate acceptance test when the chain tip changes ( #6091 )
...
* adds basic usage of long polling in gbt test
* adds !submit_old check before cancelling proposing a new template
* Removes break statement in long polling task
* Update zebrad/tests/common/rpc_client.rs
Co-authored-by: teor <teor@riseup.net>
* use blocking_send and watch channel
* fix "cannot block the current thread from within a runtime"
* Reduces interval between proposals and increases num proposals required.
* Runs rate-limiting sleeps in parallel to validation
* corrects comment.
---------
Co-authored-by: teor <teor@riseup.net>
2023-02-03 05:48:49 +00:00
teor
a51bc2edd5
Make the verbosity argument optional in the getblock RPC ( #6092 )
2023-02-03 02:27:29 +00:00
Arya
0793eaf687
change(rpc): add validateaddress method ( #6086 )
...
* adds validate_address method
* Adds snapshot/vectors tests
* Checks that the address is transparent
* Removes unused pubkey/scriptPubKey fields
* adds snapshot for invalid addresses, updates network mismatch log
* simplifies is_transparent method
* Returns isvalid: false instead of conversion error
2023-02-03 02:26:58 +00:00