Arya
083ddea58a
change(docs): Replaces XXX with TODO ( #6417 )
...
* Replaces XXX with TODO:
* Updates block/tests
2023-03-28 04:13:04 +00:00
dependabot[bot]
e982a437f4
build(deps): bump regex from 1.7.2 to 1.7.3 ( #6412 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: regex
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-03-28 01:42:48 +00:00
dependabot[bot]
6c12af9c86
build(deps): bump reqwest from 0.11.15 to 0.11.16 ( #6414 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.15 to 0.11.16.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.15...v0.11.16 )
---
updated-dependencies:
- dependency-name: reqwest
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-03-28 01:42:18 +00:00
dependabot[bot]
a8321f95bc
build(deps): bump indexmap from 1.9.2 to 1.9.3 ( #6413 )
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/1.9.2...1.9.3 )
---
updated-dependencies:
- dependency-name: indexmap
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-03-28 01:41:36 +00:00
Arya
aa1e4077a3
feat(script): Add binary for finding references to closed issues ( #6347 )
...
* adds search-todos to zebra-utils
* updates example output
* updates example usage.
* search for full issue url refs too
* renames search-todos to search-issue-refs
* Makes url in doc comment a hyperlink
* fixes spelling
* adds tokio to run a bit quicker
* Update zebra-utils/src/bin/search-issue-refs/main.rs
* replaces `if let .. else` with `let .. else`
* address suggestions from PR review
* removes println from debugging and adds comment
* updates column in issue refs
* adds location of references triggering github api calls that fail
* Applies suggestions from code review
* Add remote file refs
* Update example output
* Update zebra-utils/src/bin/search-issue-refs/main.rs
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
---------
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2023-03-28 01:40:54 +00:00
dependabot[bot]
d104a25688
build(deps): bump shimataro/ssh-key-action from 2.5.0 to 2.5.1 ( #6411 )
...
Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/shimataro/ssh-key-action/releases )
- [Changelog](https://github.com/shimataro/ssh-key-action/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/shimataro/ssh-key-action/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: shimataro/ssh-key-action
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-03-28 01:40:04 +00:00
teor
9a3c88c565
Add missing continuous deployment step to the release checklist ( #6401 )
2023-03-27 22:45:33 +00:00
Arya
8ba3fd921a
change(rpc): Add confirmations to getrawtransaction method response ( #6287 )
...
* adds confirmation field to getrawtransaction
* Updates tests
* Adds comment about correctness
* Apply suggestion revisions from review
* fixes overflow bug and adds test for valid confirmations value
* Update test to check that confirmations isn't too high
* Update transaction request to return confirmations
* Applies suggestions from PR review
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
* fixes test
* restore derives that were lost in a bad merge
---------
Co-authored-by: teor <teor@riseup.net>
2023-03-26 23:53:44 +00:00
teor
8cf62b4a17
change(deps): Update dependencies that only appear in the lock file ( #6217 )
...
* Manually update duplicate dependency exceptions
* Update the release checklist to check for missed dependency updates
* Fix a clippy "unused result" lint
* Run `cargo update`
Output:
```
$ cargo update
Updating crates.io index
Updating addr2line v0.17.0 -> v0.19.0
Updating ahash v0.8.2 -> v0.8.3
Updating aho-corasick v0.7.18 -> v0.7.20
Updating anyhow v1.0.69 -> v1.0.70
Updating arrayref v0.3.6 -> v0.3.7
Updating async-stream v0.3.2 -> v0.3.4
Updating async-stream-impl v0.3.2 -> v0.3.4
Updating async-trait v0.1.52 -> v0.1.67
Updating axum v0.5.17 -> v0.6.12
Updating axum-core v0.2.9 -> v0.3.3
Updating backtrace v0.3.64 -> v0.3.67
Updating base64 v0.13.0 -> v0.13.1
Updating bit-set v0.5.2 -> v0.5.3
Removing block-buffer v0.7.3
Removing block-buffer v0.10.2
Adding block-buffer v0.10.4
Removing block-padding v0.1.5
Updating bls12_381 v0.7.0 -> v0.7.1
Updating bstr v0.2.17 -> v1.4.0
Updating byte-slice-cast v1.2.1 -> v1.2.2
Removing byte-tools v0.3.1
Updating bytemuck v1.8.0 -> v1.13.1
Updating cc v1.0.73 -> v1.0.79
Removing chunked_transfer v1.4.0
Updating cipher v0.4.3 -> v0.4.4
Updating clang-sys v1.3.1 -> v1.6.0
Updating clap v3.2.20 -> v3.2.23
Updating console v0.15.4 -> v0.15.5
Updating constant_time_eq v0.2.4 -> v0.2.5
Updating crossbeam-channel v0.5.4 -> v0.5.7
Updating crossbeam-deque v0.8.1 -> v0.8.3
Updating crossbeam-epoch v0.9.7 -> v0.9.14
Updating crossbeam-utils v0.8.7 -> v0.8.15
Adding cxx-build v1.0.93
Updating cxx-gen v0.7.74 -> v0.7.93
Updating darling v0.14.1 -> v0.14.4
Updating darling_core v0.14.1 -> v0.14.4
Updating darling_macro v0.14.1 -> v0.14.4
Removing digest v0.8.1
Removing digest v0.10.5
Adding digest v0.10.6
Updating dirs-sys v0.3.6 -> v0.3.7
Updating either v1.6.1 -> v1.8.1
Updating encoding_rs v0.8.30 -> v0.8.32
Updating enum-iterator v1.2.0 -> v1.4.0
Updating enum-iterator-derive v1.1.0 -> v1.2.0
Updating eyre v0.6.7 -> v0.6.8
Removing fake-simd v0.1.2
Updating fastrand v1.7.0 -> v1.9.0
Updating ff v0.12.0 -> v0.12.1
Updating fixedbitset v0.4.1 -> v0.4.2
Updating flate2 v1.0.22 -> v1.0.25
Updating form_urlencoded v1.0.1 -> v1.1.0
Removing generic-array v0.12.4
Removing generic-array v0.14.5
Adding generic-array v0.14.6
Updating gimli v0.26.1 -> v0.27.2
Updating glob v0.3.0 -> v0.3.1
Updating globset v0.4.8 -> v0.4.10
Updating h2 v0.3.11 -> v0.3.16
Updating hashbrown v0.12.1 -> v0.12.3
Updating hdrhistogram v7.5.0 -> v7.5.2
Updating heck v0.4.0 -> v0.4.1
Updating http v0.2.8 -> v0.2.9
Removing http-range-header v0.3.0
Updating hyper-rustls v0.23.0 -> v0.23.2
Updating iana-time-zone v0.1.46 -> v0.1.54
Adding iana-time-zone-haiku v0.1.1
Updating idna v0.2.3 -> v0.3.0
Updating io-lifetimes v1.0.4 -> v1.0.9
Updating ipnet v2.4.0 -> v2.7.1
Updating is-terminal v0.4.4 -> v0.4.5
Updating itoa v1.0.4 -> v1.0.6
Updating jobserver v0.1.24 -> v0.1.26
Updating js-sys v0.3.59 -> v0.3.61
Updating libc v0.2.139 -> v0.2.140
Updating libloading v0.7.3 -> v0.7.4
Updating libm v0.2.2 -> v0.2.6
Updating libz-sys v1.1.4 -> v1.1.8
Updating link-cplusplus v1.0.7 -> v1.0.8
Updating lock_api v0.4.6 -> v0.4.9
Removing maplit v1.0.2
Removing matches v0.1.9
Updating matchit v0.5.0 -> v0.7.0
Updating memoffset v0.6.5 -> v0.8.0
Updating mime v0.3.16 -> v0.3.17
Updating miniz_oxide v0.4.4 -> v0.6.2
Updating minreq v2.6.0 -> v2.7.0
Updating mio v0.8.4 -> v0.8.6
Updating net2 v0.2.37 -> v0.2.38
Updating nom v7.1.0 -> v7.1.3
Updating num-format v0.4.3 -> v0.4.4
Updating num-traits v0.2.14 -> v0.2.15
Updating object v0.27.1 -> v0.30.3
Removing opaque-debug v0.2.3
Updating openssl v0.10.38 -> v0.10.48
Adding openssl-macros v0.1.0
Updating openssl-sys v0.9.72 -> v0.9.83
Updating os_info v3.5.1 -> v3.7.0
Updating os_str_bytes v6.3.0 -> v6.5.0
Updating parity-scale-codec v3.1.2 -> v3.4.0
Updating parity-scale-codec-derive v3.1.2 -> v3.1.4
Updating parking_lot v0.12.0 -> v0.12.1
Removing parking_lot_core v0.8.5
Removing parking_lot_core v0.9.1
Adding parking_lot_core v0.8.6
Adding parking_lot_core v0.9.7
Updating pasta_curves v0.4.0 -> v0.4.1
Updating percent-encoding v2.1.0 -> v2.2.0
Updating pest v2.1.3 -> v2.5.6
Updating pest_derive v2.1.0 -> v2.5.6
Updating pest_generator v2.1.3 -> v2.5.6
Updating pest_meta v2.1.3 -> v2.5.6
Updating petgraph v0.6.0 -> v0.6.3
Updating pkg-config v0.3.24 -> v0.3.26
Updating plotters v0.3.1 -> v0.3.4
Updating plotters-backend v0.3.2 -> v0.3.4
Updating plotters-svg v0.3.1 -> v0.3.3
Updating portable-atomic v0.3.15 -> v0.3.19
Updating ppv-lite86 v0.2.16 -> v0.2.17
Updating prettyplease v0.1.9 -> v0.1.25
Updating proc-macro-crate v1.1.3 -> v1.3.1
Updating proc-macro2 v1.0.52 -> v1.0.53
Updating prost-build v0.11.1 -> v0.11.8
Updating prost-types v0.11.1 -> v0.11.8
Updating raw-cpuid v10.2.0 -> v10.7.0
Updating redox_syscall v0.2.11 -> v0.2.16
Updating redox_users v0.4.0 -> v0.4.3
Updating rgb v0.8.32 -> v0.8.36
Updating rustc-demangle v0.1.21 -> v0.1.22
Updating rustix v0.36.7 -> v0.36.11
Updating rustls v0.20.7 -> v0.20.8
Updating rustls-pemfile v1.0.0 -> v1.0.2
Updating rustversion v1.0.11 -> v1.0.12
Updating ryu v1.0.9 -> v1.0.13
Updating schannel v0.1.19 -> v0.1.21
Adding scratch v1.0.5
Updating security-framework v2.6.1 -> v2.8.2
Updating security-framework-sys v2.6.1 -> v2.8.0
Removing sha-1 v0.8.2
Adding sha2 v0.10.6
Updating signal-hook-registry v1.4.0 -> v1.4.1
Updating similar v2.1.0 -> v2.2.1
Updating slab v0.4.5 -> v0.4.8
Updating socket2 v0.4.7 -> v0.4.9
Removing syn v1.0.104
Removing syn v2.0.3
Adding syn v1.0.109
Adding syn v2.0.8
Updating sync_wrapper v0.1.1 -> v0.1.2
Updating termcolor v1.1.3 -> v1.2.0
Updating textwrap v0.15.0 -> v0.16.0
Updating thread_local v1.1.4 -> v1.1.7
Removing time v0.1.44
Removing time v0.3.17
Adding time v0.1.43
Adding time v0.3.20
Updating time-macros v0.2.6 -> v0.2.8
Updating tinyvec_macros v0.1.0 -> v0.1.1
Updating tokio-macros v1.7.0 -> v1.8.2
Updating tokio-native-tls v0.3.0 -> v0.3.1
Updating tokio-rustls v0.23.2 -> v0.23.4
Updating tokio-util v0.6.9 -> v0.6.10
Updating toml_edit v0.19.7 -> v0.19.8
Updating tonic v0.8.2 -> v0.8.3
Updating tonic-build v0.8.2 -> v0.8.4
Removing tower-http v0.3.4
Updating tower-layer v0.3.1 -> v0.3.2
Updating tower-service v0.3.1 -> v0.3.2
Updating try-lock v0.2.3 -> v0.2.4
Updating typenum v1.15.0 -> v1.16.0
Updating ucd-trie v0.1.3 -> v0.1.5
Updating unicode-bidi v0.3.7 -> v0.3.13
Updating unicode-ident v1.0.2 -> v1.0.8
Updating unicode-normalization v0.1.19 -> v0.1.22
Updating unicode-segmentation v1.9.0 -> v1.10.1
Updating unicode-width v0.1.9 -> v0.1.10
Updating unicode-xid v0.2.2 -> v0.2.4
Updating ureq v2.5.0 -> v2.6.2
Updating url v2.2.2 -> v2.3.1
Updating uuid v1.1.0 -> v1.3.0
Updating walkdir v2.3.2 -> v2.3.3
Updating wasi v0.10.0+wasi-snapshot-preview1 -> v0.10.2+wasi-snapshot-preview1
Updating wasm-bindgen v0.2.82 -> v0.2.84
Updating wasm-bindgen-backend v0.2.82 -> v0.2.84
Updating wasm-bindgen-futures v0.4.29 -> v0.4.34
Updating wasm-bindgen-macro v0.2.82 -> v0.2.84
Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.84
Updating wasm-bindgen-shared v0.2.82 -> v0.2.84
Updating web-sys v0.3.56 -> v0.3.61
Updating webpki-roots v0.22.5 -> v0.22.6
Updating which v4.2.4 -> v4.4.0
Adding windows v0.46.0
Removing windows-sys v0.32.0
Removing windows-sys v0.36.1
Updating windows-targets v0.42.1 -> v0.42.2
Updating windows_aarch64_gnullvm v0.42.1 -> v0.42.2
Removing windows_aarch64_msvc v0.32.0
Removing windows_aarch64_msvc v0.36.1
Removing windows_aarch64_msvc v0.42.1
Adding windows_aarch64_msvc v0.42.2
Removing windows_i686_gnu v0.32.0
Removing windows_i686_gnu v0.36.1
Removing windows_i686_gnu v0.42.1
Adding windows_i686_gnu v0.42.2
Removing windows_i686_msvc v0.32.0
Removing windows_i686_msvc v0.36.1
Removing windows_i686_msvc v0.42.1
Adding windows_i686_msvc v0.42.2
Removing windows_x86_64_gnu v0.32.0
Removing windows_x86_64_gnu v0.36.1
Removing windows_x86_64_gnu v0.42.1
Adding windows_x86_64_gnu v0.42.2
Updating windows_x86_64_gnullvm v0.42.1 -> v0.42.2
Removing windows_x86_64_msvc v0.32.0
Removing windows_x86_64_msvc v0.36.1
Removing windows_x86_64_msvc v0.42.1
Adding windows_x86_64_msvc v0.42.2
Updating winnow v0.3.6 -> v0.4.0
Updating wyz v0.5.0 -> v0.5.1
Updating zeroize_derive v1.3.2 -> v1.3.3
```
* Update deny.toml
2023-03-26 23:53:17 +00:00
dependabot[bot]
de546ff7d7
build(deps): bump actions/checkout from 3.4.0 to 3.5.0 ( #6403 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
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-03-24 18:04:28 +00:00
Arya
671420bd84
feat(release): create Docker hub binary with mining enabled on release ( #6228 )
...
* Duplicates Dockerfile
* updates mining-testnet Dockerfile with getblocktemplate-rpcs feature, Testnet by default, and an RPC port
* renames mining-testnet.Dockerfile and adds workflow for publishing images on release
* replaces space-seperated features with commas
* Adds .experimental tag suffix, removes new dockerfile, makes lightwalletd tests conditional
* updates build-args to pass on features directly
* adds "lightwalletd-grpc-tests" as default test_features in build-docker-image
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
* adds tag suffix to cache keys
---------
Co-authored-by: teor <teor@riseup.net>
2023-03-24 07:10:40 +00:00
Arya
571cbfba7a
change(state): Stop re-downloading blocks that are in non-finalized side chains ( #6335 )
...
* Adds 'Contains' request in state, and:
- adds finalized block hashes to sent_blocks
- replaces Depth call with Contains in sync, inbound, and block verifier
* removes unnecessary From impl
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
* updates references to Request::Contains
* Renames zs::response::BlockLocation to KnownBlocks
* Updates AlreadyInChain error
* update docs for sent_hashes.add_finalized
* Update zebra-consensus/src/block.rs
Co-authored-by: teor <teor@riseup.net>
* Update comment for `sent_blocks` field in state service
* update KnownBlock request to check the non-finalized state before responding that a block is in the queue
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
* update references to renamed method
* Clear sent_blocks when there's a reset
* Move self.finalized_block_write_sender.is_none() to can_fork_chain_at
* revert changes related to checking queue
---------
Co-authored-by: teor <teor@riseup.net>
2023-03-24 07:10:07 +00:00
Deirdre Connolly
8873525831
Suggest making sure the RPC endpoint is enabled for checkpointing ( #6375 )
...
* Suggest making sure the RPC endpoint is enabled for checkpointing
* Add link to installing zcash-cli via package repo
2023-03-24 07:09:37 +00:00
dependabot[bot]
0817db3dc3
build(deps): bump tj-actions/changed-files from 35.7.2 to 35.7.6 ( #6394 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.7.2 to 35.7.6.
- [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.7.2...v35.7.6 )
---
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-03-24 07:09:06 +00:00
teor
92e2f5205c
Ignore Firo non-Zcash nodes in Zebra's address book ( #6398 )
2023-03-24 07:08:24 +00:00
Deirdre Connolly
c3273e4a61
v1.0.0-rc.6 release ( #6314 )
...
* Package and version bumps
* Updated mainnet checkpoints
* Update test-checkpoints.txt
* Bump zebrad rust-version to 1.68
* update the changelog
* add suggestions
Co-authored-by: teor <teor@riseup.net>
* fix typo
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
* add suggestions from review
Co-authored-by: teor <teor@riseup.net>
* add suggestion
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Co-authored-by: teor <teor@riseup.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-24 01:24:29 +00:00
dependabot[bot]
fc32e68cf4
build(deps): bump insta from 1.28.0 to 1.29.0 ( #6395 )
...
Bumps [insta](https://github.com/mitsuhiko/insta ) from 1.28.0 to 1.29.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.28.0...1.29.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-03-23 18:25:07 +00:00
dependabot[bot]
7eb08208ea
build(deps): bump dirs from 4.0.0 to 5.0.0 ( #6360 )
...
* build(deps): bump dirs from 4.0.0 to 5.0.0
Bumps [dirs](https://github.com/soc/dirs-rs ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/soc/dirs-rs/releases )
- [Commits](https://github.com/soc/dirs-rs/commits )
---
updated-dependencies:
- dependency-name: dirs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Allow a different dirs-sys version used for a different purpose
---------
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-03-22 19:37:46 +00:00
dependabot[bot]
45a96b5adc
build(deps): bump serde from 1.0.156 to 1.0.158 ( #6358 )
...
* build(deps): bump serde from 1.0.156 to 1.0.158
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.156 to 1.0.158.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.158 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Make MERKLE_DEPTH into a u8 to avoid a spurious serde_derive warning
---------
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-03-22 17:12:34 +00:00
dependabot[bot]
8003116882
build(deps): bump bitflags from 2.0.1 to 2.0.2 ( #6381 )
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/2.0.1...2.0.2 )
---
updated-dependencies:
- dependency-name: bitflags
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-03-22 07:31:55 +00:00
teor
ff54f86296
Simplify types used in AddrV2 size check ( #6368 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-22 04:48:53 +00:00
teor
474182a355
Split lightwalletd full sync time into two jobs ( #6364 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-22 02:50:18 +00:00
dependabot[bot]
99d39caabb
build(deps): bump zcash_primitives from 0.10.1 to 0.10.2 ( #6355 )
...
Bumps [zcash_primitives](https://github.com/zcash/librustzcash ) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/zcash/librustzcash/releases )
- [Commits](https://github.com/zcash/librustzcash/compare/zcash_primitives-0.10.1...zcash_primitives-0.10.2 )
---
updated-dependencies:
- dependency-name: zcash_primitives
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-03-22 02:49:49 +00:00
dependabot[bot]
d06b0b15a1
build(deps): bump bitflags from 1.3.2 to 2.0.1 ( #6346 )
...
* build(deps): bump bitflags from 1.3.2 to 2.0.1
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 1.3.2 to 2.0.1.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.0.1 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* make bitflag v2 work with zebra
* add doc suggestions
Co-authored-by: Marek <mail@marek.onl>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Co-authored-by: Marek <mail@marek.onl>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-22 02:49:21 +00:00
dependabot[bot]
f1bedafbbb
build(deps): bump tj-actions/changed-files from 35.7.1 to 35.7.2 ( #6354 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.7.1 to 35.7.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.7.1...v35.7.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-03-21 23:18:15 +00:00
dependabot[bot]
06f8f8b7dd
build(deps): bump regex from 1.7.1 to 1.7.2 ( #6371 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.2 )
---
updated-dependencies:
- dependency-name: regex
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-03-21 23:17:58 +00:00
dependabot[bot]
c0849ad8cb
build(deps): bump reqwest from 0.11.14 to 0.11.15 ( #6361 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.14 to 0.11.15.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.15 )
---
updated-dependencies:
- dependency-name: reqwest
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-03-21 18:41:19 +00:00
teor
9609e625ea
Simplify elasticsearch duplicate dependency exceptions ( #6369 )
2023-03-21 12:50:47 +00:00
teor
de0767ed79
Switch CI to a GCP zone with available instances ( #6365 )
2023-03-21 11:19:23 +00:00
dependabot[bot]
a97a9752d7
build(deps): bump thiserror from 1.0.39 to 1.0.40 ( #6359 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40 )
---
updated-dependencies:
- dependency-name: thiserror
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-03-20 19:07:11 +00:00
Arya
6d0ce112db
change(state): Condense CodeTimer::start() and Span::current() calls in state service ( #6337 )
...
* starts the timer at the top of the call() method
* assigns 'span' at the top of the call methods
2023-03-18 15:21:11 +00:00
dependabot[bot]
58da3576b9
build(deps): bump futures-core from 0.3.26 to 0.3.27 ( #6303 )
...
Bumps [futures-core](https://github.com/rust-lang/futures-rs ) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27 )
---
updated-dependencies:
- dependency-name: futures-core
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2023-03-17 03:42:08 +00:00
dependabot[bot]
f58771fdda
build(deps): bump actions/checkout from 3.3.0 to 3.4.0 ( #6345 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
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-03-16 21:57:42 +00:00
dependabot[bot]
0197f45399
build(deps): bump toml from 0.7.2 to 0.7.3 ( #6317 )
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.2...toml-v0.7.3 )
---
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-03-16 20:01:58 +00:00
dependabot[bot]
c69ebb0c8d
build(deps): bump tj-actions/changed-files from 35.6.4 to 35.7.1 ( #6331 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.6.4 to 35.7.1.
- [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.6.4...v35.7.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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-03-15 23:10:28 +00:00
dependabot[bot]
dbdf617124
build(deps): bump serde from 1.0.154 to 1.0.156 ( #6316 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.154 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.156 )
---
updated-dependencies:
- dependency-name: serde
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-03-15 23:10:09 +00:00
Pili Guerra
87f9e02dbf
Fix tipo. Credit: @rex4539 ( #6328 )
2023-03-15 19:40:54 +00:00
dependabot[bot]
360c974829
build(deps): bump chrono from 0.4.23 to 0.4.24 ( #6300 )
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24 )
---
updated-dependencies:
- dependency-name: chrono
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2023-03-15 17:29:10 +00:00
dependabot[bot]
b0a22d9478
build(deps): bump semver from 1.0.16 to 1.0.17 ( #6301 )
...
Bumps [semver](https://github.com/dtolnay/semver ) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/dtolnay/semver/releases )
- [Commits](https://github.com/dtolnay/semver/compare/1.0.16...1.0.17 )
---
updated-dependencies:
- dependency-name: semver
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-15 15:20:14 +00:00
dependabot[bot]
404478374b
build(deps): bump serde_with from 2.3.0 to 2.3.1 ( #6308 )
...
Bumps [serde_with](https://github.com/jonasbb/serde_with ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases )
- [Commits](https://github.com/jonasbb/serde_with/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: serde_with
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-03-15 15:19:32 +00:00
dependabot[bot]
634d17d4b3
build(deps): bump hyper from 0.14.24 to 0.14.25 ( #6307 )
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.14.24 to 0.14.25.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.25/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.24...v0.14.25 )
---
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-03-15 15:18:37 +00:00
Alfredo Garcia
ccb772278a
validate addr length before reading ( #6320 )
2023-03-15 01:49:14 +00:00
dependabot[bot]
c75fb63385
build(deps): bump futures from 0.3.26 to 0.3.27 ( #6299 )
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27 )
---
updated-dependencies:
- dependency-name: futures
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-03-14 22:21:15 +00:00
Alfredo Garcia
e59facd1ba
feat(docs): Add elasticsearch section to Zebra book ( #6295 )
...
* add elasticsearch section to zebra book
* codespell
2023-03-14 17:06:43 +00:00
dependabot[bot]
93c702a7e8
build(deps): bump reddsa from 0.4.0 to 0.5.0 ( #6293 )
...
Bumps [reddsa](https://github.com/ZcashFoundation/reddsa ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ZcashFoundation/reddsa/releases )
- [Changelog](https://github.com/ZcashFoundation/reddsa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ZcashFoundation/reddsa/compare/0.4.0...0.5.0 )
---
updated-dependencies:
- dependency-name: reddsa
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-03-13 21:14:08 +00:00
Alfredo Garcia
4dedffebbc
feat(elasticsearch): Export block data to elasticsearch database ( #6274 )
...
* add initial ES support
* hide elasticsearch behind feture, add config
* make the builds and clippy happy
* move ES code to a function
* change database name
* fix database name and panic
* increase close to tip interval
* update deny for elastic
* remove a block clone
* try to fix builds
* fix builds 2
* refactor some imports and unwraps
* typo
* change argument of elasticsearch function
* move elastic call to the end of `commit_finalized_direct`
* get height from block
2023-03-13 21:13:30 +00:00
Deirdre Connolly
47cf0f475f
Halborn 2023 02 20 ( #6297 )
...
* Limit version user agents to 256 bytes, rather than 2MB, needs failure tests
* Limit all inv messages to 50,000 entries, existing tests cover this
* Limit reject message strings based on network protocol, needs success and failure tests
* Catch up as fast as possible if inventory rotation is delayed, existing tests cover this
* Truncate inv channel hashes to 1000, needs success and failure tests
* Limit inv registry size to 4 MB, needs over-limit tests for inv and addr
* Test size constraints on version user agent, reject command, and reject reason (#13 )
* Test inventory registry memory limits for hashes and peers (#14 )
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
---------
Co-authored-by: teor <teor@riseup.net>
Co-authored-by: Arya <aryasolhi@gmail.com>
2023-03-13 18:10:15 +00:00
dependabot[bot]
6ed1d4969d
build(deps): bump tj-actions/changed-files from 35.6.0 to 35.6.4 ( #6291 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.6.0 to 35.6.4.
- [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.6.0...v35.6.4 )
---
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-03-13 15:55:01 +00:00
dependabot[bot]
472aaea62b
build(deps): bump w9jds/firebase-action from 11.22.0 to 11.24.1 ( #6290 )
...
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action ) from 11.22.0 to 11.24.1.
- [Release notes](https://github.com/w9jds/firebase-action/releases )
- [Commits](https://github.com/w9jds/firebase-action/compare/v11.22.0...v11.24.1 )
---
updated-dependencies:
- dependency-name: w9jds/firebase-action
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-03-13 15:54:44 +00:00
dependabot[bot]
de8820f892
build(deps): bump peter-evans/dockerhub-description from 3.1.2 to 3.3.0 ( #6265 )
...
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description ) from 3.1.2 to 3.3.0.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases )
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v3.1.2...v3.3.0 )
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
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-03-13 15:54:25 +00:00