Commit Graph

15533 Commits

Author SHA1 Message Date
str4d 0268ce0ad0
Merge pull request #5370 from str4d/dep-updates
Dependency updates
2021-11-18 15:01:09 +00:00
Jack Grigg 9fd44c76fa CI: Add Pyflakes to lints workflow 2021-11-18 14:45:39 +00:00
Jack Grigg 675e489aff rust: Move `incremental_sinsemilla_tree_ffi` into crate root
Having this be a submodule of `orchard_ffi` while following Rust 2018
module structure made it impossible to use the `include!` macro on
`orchard_ffi.rs`, which is exactly what the `zcash_script` crate does.
See this comment for details:
    https://github.com/rust-lang/rust/issues/50132#issuecomment-969450868

To resolve this, we restructure the FFI library crate to only have FFI
methods in "leaf" module files.
2021-11-18 11:40:16 +00:00
teor bdbd86edb7 Explain how to get rid of a tiny duplicated function 2021-11-16 18:29:04 +00:00
teor f4a8dc57e0 Explain UINT_MAX error return value 2021-11-16 18:29:04 +00:00
teor 7d24ada757 Remove redundant variable
Co-authored-by: str4d <thestr4d@gmail.com>
2021-11-16 18:29:04 +00:00
teor 3bae89c732 Use correct copyright header
Co-authored-by: str4d <thestr4d@gmail.com>
2021-11-16 18:29:04 +00:00
teor 77ab1831a1 Remove an unused header 2021-11-16 18:29:04 +00:00
teor fa181a2d08 Increment the zcash_script API version 2021-11-16 18:29:04 +00:00
teor 31bd2ba4f1 Add sigop count functions to zcash_script library 2021-11-16 18:29:04 +00:00
Janito Vaqueiro Ferreira Filho ae9266a1cd Move `CurrentTxVersionInfo` into a new file
Don't compile it for `zcash_script`.
2021-11-16 18:29:04 +00:00
Dimitris Apostolou e05c1ddf8a
Fix typos 2021-11-14 16:27:09 +02:00
Jack Grigg 5eca8d34ba depends: Update Clang / libcxx to LLVM 13 2021-11-06 21:44:24 +00:00
Jack Grigg 373206027f depends: Update Rust to 1.56.1 2021-11-06 21:06:30 +00:00
Jack Grigg 1364db2ded Bump all postponed dependencies 2021-11-06 21:06:30 +00:00
Jack Grigg ca7160ebab tracing-subscriber 0.3 2021-11-06 21:06:30 +00:00
Jack Grigg 2005c91d41 cargo update 2021-11-06 21:06:30 +00:00
str4d c4b2ef7c4e
Merge pull request #5355 from centromere/freebsd
Update support for FreeBSD
2021-11-07 10:05:58 +13:00
str4d edac70ba2f
Merge pull request #5367 from zcash/mdr0id-docker-rust-metrics
Update entrypoint.sh
2021-11-04 06:39:39 +13:00
Marshall Gaucher 66e71c45b3
Update entrypoint.sh
Add in config option for prometheusport and metricsallowip via entrypoint.sh mechanism
2021-11-02 17:54:52 -07:00
Marshall Gaucher d6fc064018
Merge pull request #5342 from LarryRuane/2021-10-wallet-network-info-error
better wallet network info error handling
2021-10-15 18:12:44 -07:00
Kris Nuttycombe 3329b26374
Merge pull request #5339 from git-sgmoore/patch-1
Update reduce-traffic.md - add one word
2021-10-14 18:41:57 -06:00
Kris Nuttycombe 0e685b67da
Fix wallet-related wording in doc/reduce-traffic.md 2021-10-13 13:20:40 -06:00
Steven 1a7c2a3b04
Merge pull request #5337 from LarryRuane/2021-09-testIBD
Fix two boost tests that require post-IBD
2021-10-13 08:16:58 -07:00
Larry Ruane 58e4a76e60 better wallet network info error handling 2021-10-11 12:15:07 -06:00
Kris Nuttycombe 78ee3d7357
Merge pull request #5354 from zcash/hotfix-v4.5.1-1
Merge v4.5.1-1 hotfix branch
2021-10-11 08:58:20 -06:00
Alex Wied aac77dd284 Update support for FreeBSD 2021-10-10 22:31:40 -04:00
str4d 3ac39a56e4
Merge pull request #5349 from str4d/release-v4.5.1-1
Release v4.5.1-1
2021-10-09 08:51:38 +13:00
Jack Grigg d397f4e36d Update v4.5.1-1 release notes with bugfix 2021-10-08 17:07:24 +00:00
Jack Grigg e2abf34cc9 make-release.py: Updated release notes and changelog for 4.5.1-1. 2021-10-08 17:03:31 +00:00
Jack Grigg 3a20ade75d make-release.py: Updated manpages for 4.5.1-1. 2021-10-08 17:03:31 +00:00
Jack Grigg a4419b5f85 make-release.py: Versioning changes for 4.5.1-1. 2021-10-08 17:00:27 +00:00
str4d 5860151e35
Merge pull request #5347 from str4d/dep-bumps-hotfix-v4.5.1-1
Dependency bumps for v4.5.1-1
2021-10-09 06:00:08 +13:00
Jack Grigg 0263185a65 depends: Postpone dependency updates
We aren't going to move to Clang 13 in a hotfix release. The other
dependencies passed their postponement re-evaluation date, but also
won't be updated just yet.
2021-10-08 16:54:36 +00:00
Jack Grigg 8f0f8b6687 cargo update 2021-10-08 16:53:00 +00:00
str4d 59a75f9007
Merge pull request #5343 from nuttycom/feature/listaddresses
Add `listaddresses` RPC method.
2021-10-09 05:35:59 +13:00
Kris Nuttycombe d867a8dc67 Use lowerCamelCase for listaddresses JSON 2021-10-08 10:30:39 -06:00
Kris Nuttycombe 23507899a3 Consistently group Sapling addresses by IVK for every source. 2021-10-07 19:58:31 -06:00
Kris Nuttycombe 2221bf5484 Add listaddresses check to wallet_addresses.py 2021-10-07 18:12:13 -06:00
Kris Nuttycombe 9e83d28afb Include `ImportedWatchOnly` as a PaymentAddressSource result. 2021-10-07 17:43:56 -06:00
str4d 609373f205
Merge pull request #5346 from nuttycom/fix/remove_dead_code
Remove unused `AddDestData` method.
2021-10-08 10:47:09 +13:00
Kris Nuttycombe 7b40f87404 Update release notes for v4.5.1-1 to reflect the addition of `listaddresses` 2021-10-07 14:25:50 -06:00
Kris Nuttycombe 6b1d290789 Group legacy_hdseed Sapling addresses by account ID. 2021-10-07 13:48:55 -06:00
Kris Nuttycombe f8350ce93d
Apply suggestions from code review
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-10-07 07:41:15 -06:00
Daira Hopwood ee8a8e67e8
Merge pull request #5345 from str4d/nu5-standard-tx
Mark v5 transaction format as standard for NU5
2021-10-07 14:14:24 +01:00
str4d 6fd177c2de
Merge pull request #5333 from str4d/5302-update-debian-copyright
Update Debian copyright file
2021-10-08 00:54:51 +13:00
Kris Nuttycombe 33e449fcd1
Apply suggestions from code review
Co-authored-by: str4d <jack@electriccoin.co>
2021-10-06 20:43:48 -06:00
Kris Nuttycombe 6be880fe34 Correctly handle imported Sapling addresses
Update the tests to reflect the new listaddresses result
structure.
2021-10-06 20:39:52 -06:00
str4d ad35b89e05
contrib: Add space between URL and period
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-10-07 11:38:37 +13:00
Jack Grigg eb85b06c5a Fix comment
We switched testnet to follow standard rules in zcash/zcash#1604, in
order to find bugs such as the one fixed in the previous commit.
2021-10-06 20:47:34 +00:00