Commit Graph

17020 Commits

Author SHA1 Message Date
Kris Nuttycombe 26df6834ca
Merge pull request #6243 from sellout/extract-memo
Factor out memo parsing from asyncrpcoperation_sendmany
2022-12-08 13:07:33 -07:00
Greg Pfeil 69d7f5b5fd
Merge pull request #6298 from sellout/docker-entrypoint
Fix a minor bug in docker/entrypoint.sh
2022-12-07 15:14:05 -07:00
Greg Pfeil 6a7b67c06d Fix a minor bug in docker/entrypoint.sh
Fixes #6297.
2022-12-06 17:18:18 -07:00
Greg Pfeil 4cff6f80c6 Apply suggestions from code review
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2022-12-06 15:23:55 -07:00
Kris Nuttycombe 9c600a5582 Factor out memo parsing from asyncrpcoperation_sendmany 2022-12-06 15:23:55 -07:00
Greg Pfeil 196af70eaa
Merge pull request #6294 from sellout/appease-shellcheck
Appease ShellCheck
2022-12-06 15:08:43 -07:00
Greg Pfeil 7cb61508b1 Defer fixing docker/entrypoint.sh lint failure 2022-12-06 13:46:00 -07:00
Greg Pfeil 4946316537 Appease ShellCheck
ShellCheck has started failing in CI. My guess is that the ubuntu-latest runner
now uses a `/bin/sh` that is actually Bash.

- excludes checksec.sh, as it’s not our code
- fixes lints in other files
2022-12-06 10:46:43 -07:00
Daira Hopwood e870334d04
Merge pull request #6267 from rex4539/typos
Fix typos
2022-12-06 17:39:20 +00:00
str4d 826e0dccb1
Merge pull request #6273 from sellout/utfcpp-include
Put utf8.h in the correct place
2022-12-06 00:08:03 +00:00
str4d 22c4653d6e
Merge pull request #6285 from daira/merge-5.3.2
Merge hotfix-v5.3.2 back to master
2022-12-05 23:55:04 +00:00
Daira Hopwood 346131a6d1 Merge branch 'hotfix-v5.3.2' of github.com:zcash/zcash 2022-12-05 22:33:17 +00:00
Daira Hopwood 184cb6d580
Merge pull request #6281 from daira/release-v5.3.2
Release v5.3.2
2022-12-05 19:02:40 +00:00
Daira Hopwood ed0089d876 make-release.py: Updated release notes and changelog for 5.3.2. 2022-12-03 19:58:44 +00:00
Daira Hopwood dd47391112 make-release.py: Updated manpages for 5.3.2. 2022-12-03 19:58:44 +00:00
Daira Hopwood f7697dbdf3 make-release.py: Versioning changes for 5.3.2. 2022-12-03 19:49:32 +00:00
Daira Hopwood 72cef60175 Postpone updates.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-03 19:47:30 +00:00
Greg Pfeil e1b5bd26ea
Merge pull request #6276 from zcash/revert-6231-headers-first-rebirth
Revert "Headers-first fix" to avoid a memory usage regression on IBD
2022-12-03 12:30:44 -07:00
Daira Hopwood 35700b9d65 Add release notes for the IBD memory spike issue.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-03 17:52:12 +00:00
Daira Hopwood 08f86a4db8 Revert "Headers-first fix" 2022-12-03 17:52:12 +00:00
Greg Pfeil 4e76a216d6 Put utf8.h in the correct place
Both CMake and Nix want it to be here, so I obliged.
2022-12-02 22:10:26 -07:00
str4d 4a4ae4d3e2
Merge pull request #6274 from zcash/version-5.3.1
Merge 5.3.1 release branch back into `master`
2022-12-03 03:15:41 +00:00
Kris Nuttycombe bcb9753f43
Merge pull request #6272 from zcash/release-v5.3.1
Release v5.3.1
2022-12-02 09:31:13 -07:00
Daira Hopwood 0972ffd785 make-release.py: Updated release notes and changelog for 5.3.1. 2022-12-02 02:46:42 +00:00
Daira Hopwood 4d5f4bc60b make-release.py: Updated manpages for 5.3.1. 2022-12-02 02:46:42 +00:00
Daira Hopwood 5e3e4d49d0 make-release.py: Versioning changes for 5.3.1. 2022-12-02 02:42:08 +00:00
Daira Hopwood 3a5a016a11 Merge branch 'master' into version-5.3.1 2022-12-02 02:41:23 +00:00
Daira Hopwood b2c88861ee Bump timestamps and add libcxx/native_clang 15.0.6 in `postponed-updates.txt`.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-02 02:15:22 +00:00
Daira Hopwood 1ef5372859 Update release notes: z_getnotescount already had the minconf parameter
Co-authored-by: Greg Pfeil <greg@technomadic.org>
2022-11-28 14:08:55 -07:00
Daira Hopwood 1dd4be5474 Add release notes for #6122 (`asOfHeight` RPC parameters).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-28 14:08:47 -07:00
Dimitris Apostolou 0994282019
Fix typos 2022-11-25 23:09:48 +02:00
Daira Hopwood 60a43b96c3
Merge pull request #6266 from daira/asofheight-release-notes
Add release notes for #6122 (`asOfHeight` RPC parameters)
2022-11-25 14:39:31 +00:00
Daira Hopwood a528b63097
Update release notes: z_getnotescount already had the minconf parameter
Co-authored-by: Greg Pfeil <greg@technomadic.org>
2022-11-24 20:11:53 +00:00
Daira Hopwood f4a722eff5 Add release notes for #6122 (`asOfHeight` RPC parameters).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-24 16:35:31 +00:00
str4d 32df2e6b7b
Merge pull request #6263 from sellout/release-v5.3.1-rc1
Release v5.3.1-rc1
2022-11-24 12:27:34 +00:00
Greg Pfeil 761b764b51 make-release.py: Updated release notes and changelog for 5.3.1-rc1. 2022-11-23 22:18:55 -07:00
Greg Pfeil 4ec715c6db make-release.py: Updated manpages for 5.3.1-rc1. 2022-11-23 22:18:54 -07:00
Greg Pfeil 0647a9ba24 make-release.py: Versioning changes for 5.3.1-rc1. 2022-11-23 22:09:24 -07:00
Greg Pfeil 3de2348987 Postpone dependency updates for v5.3.1 2022-11-23 22:05:45 -07:00
Greg Pfeil f6a4f68115
Merge pull request #6122 from nuttycom/wallet/listunspent_as_of
Add `asOfHeight` argument across the RPC API
2022-11-23 21:20:20 -07:00
Greg Pfeil 583fbb2218 Simplify filtering AvailableCoins by destination 2022-11-23 11:51:22 -07:00
Greg Pfeil 2eb29c2a66
Apply suggestions from code review
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2022-11-23 11:00:10 -07:00
Greg Pfeil 368d04245d Change asOfHeight to preserve Bitcoin compat 2022-11-22 22:06:51 -07:00
Greg Pfeil 4b2203a1fd Change asOfHeight to use -1 as default 2022-11-22 16:47:40 -07:00
Greg Pfeil 6421f47ef7 Revert getinfo support of asOfHeight
This operation is practically deprecated, so don’t change it.
2022-11-22 16:47:40 -07:00
Greg Pfeil 7792228bab Revert change to getbalance minconf
It was the docs that were wrong. In this case, the default `minconf` _should_ be
0 (to match upstream).
2022-11-22 16:47:40 -07:00
Greg Pfeil d444f8b586 Fix small error in code review suggestions 2022-11-22 16:47:40 -07:00
Greg Pfeil f290b9a7b4
Apply suggestions from code review
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2022-11-22 15:59:07 -07:00
Daira Hopwood 6284f3f8b0
Merge pull request #6231 from miodragpop/headers-first-rebirth
Headers-first fix
2022-11-22 19:27:03 +00:00
Greg Pfeil 5ea600a102
Update src/rpc/server.cpp
Co-authored-by: Kris Nuttycombe <kris.nuttycombe@gmail.com>
2022-11-22 10:38:21 -07:00