Commit Graph

1250 Commits

Author SHA1 Message Date
Lukas Korba 1a3cb53257 [#1464] Release 2.1.12
- Version set to 2.1.12
2024-07-04 08:51:37 +02:00
Lukas Korba 0d2f7efd8d
Merge pull request #1463 from LukasKorba/1462-Syncing-is-broken
[#1462] Syncing is broken
2024-07-04 08:46:13 +02:00
Lukas Korba beb48dd0bd [#1462] Syncing is broken
- The CompactBlockProcessor's state machine got stuck in some cases at the updateChainTip action.

[#1462] Syncing is broken

- unit test fixed
2024-07-04 08:28:48 +02:00
Lukas Korba 2c76ad4a59
Merge pull request #1461 from LukasKorba/1460-Release-2-1-11
[#1460] Release 2.1.11
2024-07-03 15:08:21 +02:00
Lukas Korba d4a759212a [#1460] Release 2.1.11
- Changelog updated
2024-07-03 14:33:51 +02:00
Lukas Korba bb9bcb685a
Merge pull request #1454 from LukasKorba/1452-TX-Resubmission-the-wallet-has-to-periodically-resubmit-unmined-transactions
[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions
2024-07-03 14:32:10 +02:00
Lukas Korba 25582fecef [#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)
- State machine puml and png files updated
- Order of transaction removed because it has no effect
2024-07-03 14:31:43 +02:00
Lukas Korba 09028c38b3 [#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)
- addressed comments from the PR, logs enhanced to feature height and demo app logs issues first before any other code is executed

[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)

- txId log

[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)

- logs tweaked
2024-07-03 14:31:43 +02:00
Lukas Korba 528f380484 [#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions
- functional version is done

[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions

- code cleanup

[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions

- changelog updated

[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions

- unit tests fixed
- mocks generated
2024-07-03 14:31:43 +02:00
Lukas Korba bfcdc3efd1
Merge pull request #1459 from LukasKorba/1458-Checkpoints-update
[#1458] Checkpoints update
2024-07-03 14:06:34 +02:00
Lukas Korba 896fe0754c [#1458] Checkpoints update
- Checkpoints + changelog updated
2024-07-03 13:50:16 +02:00
Lukas Korba 1604aa4729
Merge pull request #1342 from pacu/arot-fixes
[#1341] Add Support for GetSubTreeRoots in Advanced Re Org tests
2024-06-28 08:22:02 +02:00
Francisco Gindre bcffcead1e
add tree state for height 663187 2024-06-26 17:23:09 -03:00
Francisco Gindre b13b5bc179
Add TreeState fo 663150 2024-06-26 17:03:17 -03:00
Francisco Gindre eb6daba93c
[#1341] Add Support for GetSubTreeRoots in Advanced Re Org tests
closes #1341

Updates Proto files and compile new swift versions

Adds setSubTree darkside service
adds subtrees into buildFakeChain() methods
2024-06-26 16:57:05 -03:00
Lukas Korba 5e4191454a
Merge pull request #1456 from pacu/addTreeState-support
[#1455] Darkside Tests: Test fail with "call AddTreeState() first"
2024-06-26 21:19:05 +02:00
Francisco Gindre aaf12c057b
[#1455] Darkside Tests: Test fail with "call AddTreeState() first"
this adds the addTreeState() function to the DarksideWalletService
class and corresponding calls in FakeChainBuilder
Closes #1455
2024-06-26 10:34:05 -03:00
Lukas Korba d9a706ddeb
Merge pull request #1451 from LukasKorba/1448-Release-2-1-10
[#1448] Release 2.1.10
2024-06-14 12:37:13 +02:00
Lukas Korba 72f6ba5e91 [#1448] Release 2.1.10
- Changelog updated
2024-06-14 12:35:25 +02:00
Lukas Korba c52f80b267
Merge pull request #1450 from LukasKorba/1449-Checkpoints-and-ffi-update
[#1449] Checkpoints and ffi update
2024-06-14 12:33:41 +02:00
Lukas Korba c8f134ca6f [#1449] Checkpoints and ffi update
- FFI updated to 0.8.1
- Checkpoints updated
- Changelog updated
2024-06-14 12:14:05 +02:00
Lukas Korba 4c92c2b4a6
Merge pull request #1445 from LukasKorba/1444-Release-2-1-9
[#1444] Release 2.1.9
2024-06-05 21:06:53 +02:00
Lukas Korba e439f1a56b [#1444] Release 2.1.9
- Changelog updated
2024-06-05 20:55:25 +02:00
Lukas Korba 866e63d12f
Merge pull request #1442 from LukasKorba/1441-Checkpoints-update
[#1441] Checkpoints update
2024-06-05 20:53:23 +02:00
Lukas Korba 864b24eb0a [#1441] Checkpoints update
- added new mainnet checkpoints
2024-06-05 17:48:19 +02:00
Lukas Korba d2be9ec15b
Merge pull request #1439 from LukasKorba/1292-Optional-chainTip-for-account-creation
[#1440] Optional chainTip for account creation
2024-06-05 17:31:27 +02:00
Lukas Korba d8023d0bc1 [#1292] Optional chainTip for account creation
- Prepare of the synchronizer should be possible even if the server is down, fetching chain tip was forced and newly is optional

[#1292] Optional chainTip for account creation

- changelog updated
2024-06-05 12:02:12 +02:00
Lukas Korba 4fde1ad672
Merge pull request #1436 from LukasKorba/1435-Release-2-1-8
[#1435] Release 2.1.8
2024-05-30 13:43:57 +02:00
Lukas Korba 8b8cb7d276 [#1435] Release 2.1.8
- changelog updated
2024-05-30 13:20:00 +02:00
Lukas Korba f7fbd1392c
Merge pull request #1434 from LukasKorba/1433-Checkpoints-update
[#1433] Checkpoints update
2024-05-30 13:18:33 +02:00
Lukas Korba 9ea49f8a57 [#1433] Checkpoints update
- changelog updated
- mainnet checkpoints added
- NOTE: testnet is down so checkpoints are not provided
2024-05-30 13:18:05 +02:00
Lukas Korba 8f550f9f5c
Merge pull request #1432 from LukasKorba/1431-Fix-swiftlint-reported-issues
[#1431] Fix swiftlint reported issues
2024-05-30 13:17:06 +02:00
Lukas Korba d258fc094b [#1431] Fix swiftlint reported issues
- all reported swiftlint issues have been addressed

[#1431] Fix swiftlint reported issues

- changelog updated

[#1431] Fix swiftlint reported issues (#1432)

- fixme fix
2024-05-30 13:16:46 +02:00
Lukas Korba 05559799e8
Merge pull request #1430 from LukasKorba/1429-Get-memos-for-rawID
[#1429] Get memos for rawID
2024-05-30 13:12:07 +02:00
Lukas Korba 9de9ea5e78 [#1429] Get memos for rawID
- New API for getting the memos by transaction's rawID

[#1429] Get memos for rawID

- Mock regenerated to have unique names

[#1429] Get memos for rawID

- Offlinetest fixed
2024-05-28 18:42:53 +02:00
Lukas Korba d97d19694a
Merge pull request #1428 from LukasKorba/1427-Release-2-1-7
[#1427] Release 2.1.7
2024-05-17 13:16:44 +02:00
Lukas Korba c43dd55462 [#1427] Release 2.1.7
- Changelog updated
2024-05-16 14:56:29 +02:00
Lukas Korba 5570fc6b9d
Merge pull request #1421 from nuttycom/zero_conf_shielding
Allow shielding with one confirmation for incoming transparent funds.
2024-05-16 14:50:42 +02:00
Lukas Korba f348a15bd6
Merge pull request #1426 from LukasKorba/1425-Release-2-1-6
[#1425] Release 2.1.6
2024-05-15 10:12:38 +02:00
Lukas Korba 1d753187bc [#1425] Release 2.1.6
- Changelog updated
2024-05-15 09:59:04 +02:00
Lukas Korba 19a7715c2e
Merge pull request #1424 from LukasKorba/1420-Synchronizer-proposeShielding-crashes-when-there-are-insufficient-funds-to-shield
[#1420] Synchronizer.proposeShielding crashes when there are insuffic…
2024-05-15 09:57:25 +02:00
Lukas Korba 95433fe8f0 [#1420] Synchronizer.proposeShielding crashes when there are insufficient funds to shield
- Check for the null value of the pointer when constructing propose shielding

[#1420] Synchronizer.proposeShielding crashes when there are insufficient funds to shield

- throw an error instead of returning nil value

[#1420] Synchronizer.proposeShielding crashes when there are insufficient funds to shield

- Changelog updated
- Error message polished a bit

[#1420] Synchronizer.proposeShielding crashes when there are insufficien… …t funds to shield  - Check for the null value of the pointer when constructing propose shielding  [#1420] Synchronizer.proposeShielding crashes when there are insufficient funds to shield  - throw an error instead of returning nil value  [#1420] Synchronizer.proposeShielding crashes when there are insufficient funds to shield (#1424)

- Refactored the error msg a bit
2024-05-15 09:57:09 +02:00
Kris Nuttycombe b4b79a0f50 Allow shielding with one confirmation for incoming transparent funds. 2024-05-02 07:51:35 -06:00
Lukas Korba 31a5848013
Merge pull request #1419 from LukasKorba/1418-Release-2-1-5
[#1418] Release 2.1.5
2024-04-18 15:43:58 +02:00
Lukas Korba 1c483dcb7f [#1418] Release 2.1.5
- Changelog updated
2024-04-18 15:29:52 +02:00
Lukas Korba c460121254
Merge pull request #1417 from Electric-Coin-Company/release-2.2.0
Update to zcash-light-client-ffi version 0.8.0.
2024-04-18 15:27:53 +02:00
Kris Nuttycombe 0cf08c6a59 Update to zcash-light-client-ffi version 0.8.0. 2024-04-17 17:21:37 -06:00
Lukas Korba 6bbb4a9e42
Merge pull request #1415 from LukasKorba/1413-Release-2-1-4
[#1413] Release 2.1.4
2024-04-17 14:37:12 +02:00
Lukas Korba 9c3f3d59a0 [#1413] Release 2.1.4
- Checkpoints updated
2024-04-17 12:38:45 +02:00
Lukas Korba 83702731a0
Merge pull request #1414 from LukasKorba/1412-Review-wipe-function-and-in-memory-values
[#1412] Review wipe function and in memory values
2024-04-17 12:36:08 +02:00