You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ReleaseNotes.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
## Release Notes
2
2
3
+
### v3.4.5 (Amethyst)
4
+
5
+
- Tiny fixes in mining-related code. All miners are advised to update.
6
+
7
+
*API tweaks*
8
+
- In `get_transfers` response, when filtering by address, filtering does not remove transfers from transactions, only returns less transactions
9
+
- In `check_sendproof` error response, hash of referenced transaction is returned if proof is successfully parsed
10
+
- In `check_sendproof` errors `ADDRESS_NOT_IN_TRANSACTION (-204)` and `ADDRESS_FAILED_TO_PARSE (-4)` removed, `PROOF_WRONG_SIGNATURE (-203)` will be reported instead.
11
+
-`walletd` methods which do request to `bytecoind` - `create_transaction`, `send_transaction`, `create_sendproof` will now return special error `BYTECOIND_REQUEST_ERROR (-1003)` instead of `INTERNAL_ERROR (-32603)` when json RPC call to `bytecoind` fails.
12
+
13
+
*API deprecations (will be removed in future)*
14
+
- In `get_transfers` response, `unlocked_transfers` for range of blocks deprecated, unlocked transfers are returned in corresponding blocks.
15
+
- In `create_sendproof` request/response, `addresses/sendproofs` fields are deprecated, use `address/sendproof` instead. If using `address` field and proof canno be created, json RPC error `ADDRESS_NOT_IN_TRANSACTION (-204)` will be returned, instead of empty proof, as it was before.
16
+
3
17
### v3.4.4 (Amethyst)
4
18
5
19
-`walletd` can now sync most of the blockchain from static files (tremendously increasing efficiency for public nodes), reverting to RPC only for the (small) part of blockchain after last hard checkpoint.
0 commit comments