jonesmarvin8
|
cf9177a095
|
feat(wallet): add keycard support for public tx for auth-transfer (#451)
* feat: add basic commands for communicating with keycard
* initialize changes
* reorganization
* add script file for easier wallet access
* update commands
* fixes
* fixed load for non continuous run
* Updates for signatures with keycard
* fix BIP-340 signatures for fixed sized messages
* fmt
* refactor and add pin support to program facades
* fix unit test
* fixes
* Revert "fixes"
This reverts commit 41f34f4ff4145b7abb60fd9bec168ae4b60f23b4.
* fixes
* fixes
* Removed privacy keycard calls
* Revert "Removed privacy keycard calls"
This reverts commit d70ef505a1f40b87159099761f5fce5a31e3f17b.
* Add domain separators
* Removed privacy txs for keycard
* CI fixes
* CI fixes
* addressed some comments
* fix ci
* ci fixes
* fix integration test issue and updated keycard firmware
* addressed more comments
* fixed deny
* remove keycard-py
* fixed from earlier merge
* add hash_message tests
* add test
* fix deny
* CI fixes
* fixed integration tests
* Update public.rs
* update artifacts
* ci and comments
* addressed comments
* comment fixes
* fixes from merging main
* first round of comments
* Revert "Merge branch 'main' into marvin/keycard-commands"
This reverts commit 3fce53f663a3996938dddf77680854570063ca21, reversing
changes made to e7b42a5177641455a8917bd2e29db20afd9690e5.
* python comments
* addressed comments
* compile error fixed
* fix artifacts
* fix main merge error
* adjust signer logic workflow
* fmt
* merge main and shift keycard tests
* deny fix
* artifacts fix
* remove keycard scripts from root
* tps fix
* fmt
|
2026-05-21 20:46:13 -04:00 |
|
Sergio Chouhy
|
6316f59777
|
fmt
|
2026-04-19 23:13:51 -03:00 |
|
Sergio Chouhy
|
3a3358e389
|
adapt wallet ffi
|
2026-04-15 19:35:48 -03:00 |
|
Sergio Chouhy
|
4ab8696d85
|
update facades to receive identifiers
|
2026-04-15 17:21:16 -03:00 |
|
Sergio Chouhy
|
607a34058d
|
Merge branch 'main' into schouhy/add-block-context
|
2026-03-20 09:52:16 -03:00 |
|
Sergio Chouhy
|
aeddb56978
|
fmt
|
2026-03-19 18:55:19 -03:00 |
|
Sergio Chouhy
|
0d46f0798a
|
clippy
|
2026-03-19 18:55:02 -03:00 |
|
Daniil Polyakov
|
b254ebb185
|
feat: refactor sequencer RPC client-side
|
2026-03-20 00:41:05 +03:00 |
|
Daniil Polyakov
|
e3b93b6e9a
|
feat: add restriction clippy lints
|
2026-03-17 21:25:30 +03:00 |
|
Daniil Polyakov
|
efe8393ba0
|
feat: add pedantic clippy lints
|
2026-03-17 21:25:30 +03:00 |
|
danielSanchezQ
|
b2ef5e915c
|
Update wallet ffi with transfer calls
|
2026-02-17 11:54:55 +00:00 |
|
jonesmarvin8
|
33084300ad
|
fix ipk -> vpk
|
2026-02-16 20:39:00 -05:00 |
|
Sergio Chouhy
|
5a96eb451c
|
minor refactor
|
2026-02-16 11:24:07 -03:00 |
|
Sergio Chouhy
|
d8537ea3f0
|
add wallet ffi auth-transfer private method
|
2026-02-16 11:24:06 -03:00 |
|
Sergio Chouhy
|
2c89e17896
|
add wallet ffi auth-transfer deshielded method
|
2026-02-16 11:16:48 -03:00 |
|
Sergio Chouhy
|
c3ca6c7563
|
add wallet ffi auth-transfer shielded method
|
2026-02-16 11:16:48 -03:00 |
|
Sergio Chouhy
|
707ea7d379
|
add get private account and init private account ffi methods
|
2026-02-16 11:16:46 -03:00 |
|
Daniil Polyakov
|
975cfb9ec6
|
feat: fully integrate Sequencer, Indexer and Explorer with Bedrock
|
2026-02-12 16:31:13 +03:00 |
|
Daniel
|
addc65933f
|
Fmt happy in nightly
|
2026-01-26 10:45:51 +01:00 |
|
Daniel
|
a97066c41d
|
Re-structure errors and clippy happy
|
2026-01-26 10:29:37 +01:00 |
|
Daniel
|
6d883d5528
|
Use bytearray instead of hi/lo for u128
|
2026-01-26 10:15:23 +01:00 |
|
Daniel
|
ec6caee2dc
|
Missing fmt
|
2026-01-21 15:38:50 +01:00 |
|
Daniel
|
17b36b924e
|
Vibecoded wallet-ffi
|
2026-01-21 15:22:38 +01:00 |
|