Commit Graph

1457 Commits

Author SHA1 Message Date
Lukas Korba 76dacb6ddf Offlinetests fixed 2025-03-06 12:27:36 +01:00
Lukas Korba 95bddc517a Checkpoints and changelog updated 2025-03-06 12:27:36 +01:00
Lukas Korba d42f517f6f Remove check using pcztRequiresSaplingProofs 2025-03-06 12:27:36 +01:00
Lukas Korba 470215dce3 derivePrivateUseMetadataKey updated to use UnifiedFullViewingKey 2025-03-06 12:27:36 +01:00
Lukas Korba d6ec441c67 Async removal because it's not needed, tests updated 2025-03-06 12:27:36 +01:00
Lukas Korba e5720b2ad3 public init for AccountMetadataKey 2025-03-06 12:27:36 +01:00
Lukas Korba 53c970a22c ffi updated with the &height argument fix 2025-03-06 12:27:36 +01:00
Lukas Korba 059e1761d8 Total spent & received for the transactions 2025-03-06 12:27:36 +01:00
Lukas Korba 21739439db tmp compile fix 2025-03-06 12:27:36 +01:00
Lukas Korba dca3d3a551 Mainnet checkpoints updated 2025-03-06 12:27:36 +01:00
Lukas Korba 74a6555005 Unnecessary locking removed from some APIs
- DBActor is supposed to bring thread safety when interacting with the DB, these APIs don't
2025-03-06 12:27:36 +01:00
Lukas Korba aa93619552 Download params if needed 2025-03-06 12:27:36 +01:00
Lukas Korba 14b9712c88 AddProofs updated to check via PCZTRequiresSaplingProofs 2025-03-06 12:27:36 +01:00
Lukas Korba eac59e77d9
Merge pull request #1527 from Electric-Coin-Company/ffi-0.13.0
FFI 0.13.0
2025-03-06 12:27:05 +01:00
Lukas Korba b4fa4380f1 Code syntax updated for the unwrap of ufvk 2025-03-05 11:41:45 +01:00
Lukas Korba 90cc180c65 Update Package.resolved on the root 2025-03-05 11:26:05 +01:00
Lukas Korba ce4cfba2d9 FFI Updated to final 0.13.0 2025-03-04 20:47:33 +01:00
Lukas Korba f2b830fe72 ufvk in the Account 2025-03-01 12:13:49 +01:00
Jack Grigg 09aeeb7d2d Expose UFVK on the `Account` type 2025-03-01 11:52:45 +13:00
Jack Grigg 8a8b63bf53 Bump FFI preview for `zcashlc_tor_lwd_conn_fetch_transaction` arg fix 2025-03-01 00:21:28 +13:00
Jack Grigg 8f9cb314d5 Merge branch 'main' into ffi-0.13.0 2025-02-28 02:48:46 +13:00
Jack Grigg 07b33f11a2 Migrate to second preview of FFI 0.13.0 2025-02-28 02:46:47 +13:00
Lukas Korba 72c5e84642
Merge pull request #1528 from LukasKorba/1526-Failed-transaction-timestamps
[#1526] New transaction history features
2025-02-17 12:38:31 +01:00
Lukas Korba 3e788fa6e1 Offline tests fixes 2025-02-17 12:37:47 +01:00
Lukas Korba fb093cd04f Clean up and changelog update 2025-02-17 12:37:47 +01:00
Lukas Korba c6a234ff6e Call found transactions only when there are some
- I observed on a client side that foundTransations event is called with 0 transactions. This change prevents from doing so.
2025-02-17 12:37:47 +01:00
Lukas Korba 255c52996e Pass new transactions to the event stream
- When a proposal is correct and new transactions are prepared to be submitted, we're letting know clients about those asap.
2025-02-17 12:37:47 +01:00
Lukas Korba d125050810 Equatable & Identifiable conformance 2025-02-17 12:37:47 +01:00
Lukas Korba f145f8ece1 Fetch Txids with memo containing search term
- The logic for fetching transaction ids with memos containing search term prepared
2025-02-17 12:37:47 +01:00
Lukas Korba 6cce0856f6 Query search term in memos
- The new public api for the querying the search term in the memos ready to be tested
2025-02-17 12:37:47 +01:00
Lukas Korba ac590f2d53 [#1526] Failed Transaction TImestamps
- BlockDAO reintroduced
- When a minedHeight is missing, the block time is trying to be fetched and used
2025-02-17 12:37:47 +01:00
Lukas Korba ed89ed7f0b
Merge branch 'Electric-Coin-Company:main' into main 2025-02-17 11:11:50 +01:00
Lukas Korba 502f86f4ac
Merge pull request #1529 from Electric-Coin-Company/LukasKorba-patch-1
Update swift.yml
2025-02-17 11:11:38 +01:00
Lukas Korba 2719d9a8d5
Update swift.yml
xcode 16 has been removed from macos-14 runner, switching to macos-15
2025-02-17 09:28:01 +01:00
Jack Grigg 57e12e2332 Migrate to first preview of FFI 0.13.0 2025-02-14 15:27:49 +13:00
Jack Grigg bf839def5c Update root Package.resolved to match example app 2025-02-14 14:15:08 +13:00
Lukas Korba 3444265a1f
Merge branch 'Electric-Coin-Company:main' into main 2025-01-25 07:20:04 -05:00
Lukas Korba 69dc9e9cb9
Merge pull request #1524 from LukasKorba/1523-Release-2-2-8
[#1523] Release 2.2.8
2025-01-10 12:31:52 +01:00
Lukas Korba 298a58da73 [#1523] Release 2.2.8
- Checkpoints added
- Changelog updated
2025-01-10 11:11:01 +01:00
Lukas Korba 6d0c1f2367
Merge branch 'Electric-Coin-Company:main' into main 2025-01-10 11:03:16 +01:00
Lukas Korba 4233e260a9
Merge pull request #1522 from Electric-Coin-Company/1514-Finish-multi-account-support
[#1514] finish multi account support
2025-01-10 10:02:04 +01:00
Lukas Korba bccb2322b7
Merge branch 'Electric-Coin-Company:main' into main 2025-01-10 09:34:15 +01:00
Jack Grigg f7029ede72
Merge pull request #1517 from LukasKorba/import-ufvk-ffi-preview
Multi-account and PCZT support
2025-01-09 19:49:01 +00:00
Lukas Korba 3bea79c45a Comments updated 2025-01-09 09:12:10 +01:00
Lukas Korba a8b1524199 Review comments addressed 2025-01-07 10:43:42 +01:00
Lukas Korba ce667eb18f FFI 0.12.0 bump
- FFI version bumped to 0.12.0
2024-12-17 09:49:45 +01:00
Lukas Korba f16d098925 Code cleanup 2024-12-13 10:22:33 +01:00
Lukas Korba da00a69b49 Pczt typealias and clean up
- The comments were provided
- Changelog updated
- Code cleaned up
- Tests fixed
- Error codes for the Pczt
2024-12-13 10:13:01 +01:00
Lukas Korba fb38ac8d9e Alias checker disconnected 2024-12-12 19:20:58 +01:00
Lukas Korba f499898ff5 Create and submit PCZT 2024-12-12 12:07:25 +01:00