jonesmarvin8
|
935ef1db46
|
Merge branch 'marvin/signature-bip340-fixes' into marvin/refactor-wallet-pub-acc
|
2026-04-27 18:57:34 -04:00 |
|
Sergio Chouhy
|
c3f47f6685
|
use option<identifier> for all wallet commands
|
2026-04-27 19:57:25 -03:00 |
|
jonesmarvin8
|
469d5bdad9
|
CI fixes
|
2026-04-27 18:51:57 -04:00 |
|
jonesmarvin8
|
016d063329
|
CI fixes
|
2026-04-27 18:47:02 -04:00 |
|
Sergio Chouhy
|
eb3d3d8a8d
|
simplify insert account logic
|
2026-04-27 18:48:28 -03:00 |
|
Sergio Chouhy
|
924b30650c
|
change pda reserved identifier
|
2026-04-27 18:45:19 -03:00 |
|
jonesmarvin8
|
2926c808d3
|
Removed privacy txs for keycard
|
2026-04-27 16:37:21 -04:00 |
|
jonesmarvin8
|
9ef69ef684
|
Add domain separators
|
2026-04-27 16:33:00 -04:00 |
|
jonesmarvin8
|
e319c8fa55
|
Revert "Removed privacy keycard calls"
This reverts commit d70ef505a1f40b87159099761f5fce5a31e3f17b.
|
2026-04-27 16:30:46 -04:00 |
|
jonesmarvin8
|
d70ef505a1
|
Removed privacy keycard calls
|
2026-04-27 16:30:27 -04:00 |
|
Daniil Polyakov
|
cf3639d825
|
Merge pull request #458 from logos-blockchain/arjentix/fix-clock-tx-in-indexer
Fix clock transaction validation in Indexer
v0.1.2
v0.2.0-rc3
|
2026-04-27 18:48:00 +03:00 |
|
Pravdyvy
|
478ba4c2f2
|
Merge pull request #427 from logos-blockchain/Pravdyvy/indexer-ffi-spawns-rpc-for-communication
Simple indexer FFI
|
2026-04-27 17:18:03 +03:00 |
|
Pravdyvy
|
be8f5a6db2
|
fix: comments 2
|
2026-04-27 15:44:46 +03:00 |
|
jonesmarvin8
|
2381961621
|
Merge branch 'marvin/signature-bip340-fixes' into marvin/keycard-commands
|
2026-04-27 08:38:21 -04:00 |
|
Pravdyvy
|
37f59281c0
|
fix: all types added
|
2026-04-27 15:38:06 +03:00 |
|
Moudy
|
9927e6e690
|
fix: rebuild artifacts
|
2026-04-27 14:37:15 +02:00 |
|
Daniil Polyakov
|
88102d6964
|
fix: skip check on state for clock transaction in indexer storage
|
2026-04-27 15:34:21 +03:00 |
|
Pravdyvy
|
02949e961a
|
Merge branch 'main' into Pravdyvy/indexer-ffi-spawns-rpc-for-communication
|
2026-04-27 13:58:10 +03:00 |
|
jonesmarvin8
|
8386d3ab17
|
fixes
|
2026-04-26 22:50:16 -04:00 |
|
jonesmarvin8
|
24f6f1f8ca
|
fixes
|
2026-04-26 21:29:54 -04:00 |
|
jonesmarvin8
|
5bcf1a253b
|
Revert "fixes"
This reverts commit 41f34f4ff4145b7abb60fd9bec168ae4b60f23b4.
|
2026-04-26 21:28:11 -04:00 |
|
Moudy
|
636fc9dd30
|
fix: rebuild artifacts
|
2026-04-27 02:45:06 +02:00 |
|
Moudy
|
5b9cf95c47
|
feat: add group PDA test program, unit tests, and integration test
|
2026-04-27 02:44:16 +02:00 |
|
Moudy
|
48f95b1b7a
|
feat: add GroupKeyHolder storage and PrivateGroupPda wallet variant
|
2026-04-27 02:43:51 +02:00 |
|
Moudy
|
f3215606fb
|
feat: add GroupKeyHolder with per-PDA derivation, epoch ratchet, and seal/unseal
|
2026-04-27 02:43:26 +02:00 |
|
jonesmarvin8
|
41f34f4ff4
|
fixes
|
2026-04-26 20:27:22 -04:00 |
|
jonesmarvin8
|
a99fccd704
|
Merge branch 'marvin/signature-bip340-fixes' into marvin/refactor-wallet-pub-acc
|
2026-04-25 23:42:59 -04:00 |
|
jonesmarvin8
|
cd1ab87fc3
|
fix unit test
|
2026-04-25 23:11:32 -04:00 |
|
jonesmarvin8
|
7b4f973f96
|
refactor and add pin support to program facades
|
2026-04-24 22:10:04 -04:00 |
|
Sergio Chouhy
|
85a6763490
|
artifacts
|
2026-04-24 19:31:13 -03:00 |
|
Sergio Chouhy
|
e09cb6284e
|
enforce reserved identifier for private pda
|
2026-04-24 18:00:54 -03:00 |
|
Sergio Chouhy
|
52992a124a
|
fix identifier for pda
|
2026-04-24 17:04:40 -03:00 |
|
jonesmarvin8
|
93a1487553
|
Merge branch 'marvin/refactor-wallet-pub-acc' into marvin/keycard-commands
|
2026-04-24 12:05:17 -04:00 |
|
jonesmarvin8
|
1cea188e38
|
Merge branch 'marvin/signature-bip340-fixes' into marvin/refactor-wallet-pub-acc
|
2026-04-24 12:04:15 -04:00 |
|
jonesmarvin8
|
72c35416df
|
fmt
|
2026-04-24 11:36:14 -04:00 |
|
jonesmarvin8
|
be33f39dc5
|
fix BIP-340 signatures for fixed sized messages
|
2026-04-24 11:23:53 -04:00 |
|
Pravdyvy
|
b736b229ef
|
fix: types halfway done
|
2026-04-24 17:37:09 +03:00 |
|
Pravdyvy
|
063ad8e476
|
Merge branch 'main' into Pravdyvy/indexer-query-api
|
2026-04-24 16:32:06 +03:00 |
|
Sergio Chouhy
|
7c45b5af3c
|
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
|
2026-04-24 01:04:55 -03:00 |
|
Sergio Chouhy
|
584bfb2052
|
clippy
|
2026-04-24 00:42:54 -03:00 |
|
Sergio Chouhy
|
6f9c3b2af3
|
fmt
|
2026-04-24 00:37:36 -03:00 |
|
Sergio Chouhy
|
9c90a6d182
|
remove unused impl
|
2026-04-24 00:36:25 -03:00 |
|
Sergio Chouhy
|
e19c9ff20a
|
return impl iterator
|
2026-04-24 00:04:22 -03:00 |
|
Sergio Chouhy
|
4719b1265a
|
replace typedef with struct
|
2026-04-23 23:44:31 -03:00 |
|
Sergio Chouhy
|
a5565e0875
|
make identifier random by default for wallet cli send commands
|
2026-04-23 23:31:21 -03:00 |
|
jonesmarvin8
|
fac4e86e40
|
Updates for signatures with keycard
|
2026-04-23 17:45:43 -04:00 |
|
Pravdyvy
|
9fc2e39c10
|
feat: first query api
|
2026-04-23 17:07:19 +03:00 |
|
jonesmarvin8
|
9f1c8bdf29
|
fixed load for non continuous run
|
2026-04-23 09:47:09 -04:00 |
|
jonesmarvin8
|
096522ebb9
|
fixes
|
2026-04-22 21:23:33 -04:00 |
|
Moudy
|
00d3140490
|
Merge pull request #446 from logos-blockchain/moudy/feat-private-pdas
feat: private PDA support in the privacy circuit
|
2026-04-22 23:07:18 +02:00 |
|