Commit Graph

7 Commits

Author SHA1 Message Date
Luke Parker
5313210526 Monero prepare_send 2022-06-05 15:10:50 -04:00
Luke Parker
a46432b829 Add a proper database trait 2022-06-05 06:00:21 -04:00
Luke Parker
3617ed4eb7 Use const values for our traits where we can 2022-06-03 23:22:08 -04:00
Luke Parker
b83ca7d666 Implement a basic TX IO selector algorithm 2022-06-03 22:46:48 -04:00
Luke Parker
e4fc469e58 Use a transcript when generating the per-chain binding for a given set of keys
While it was fine as-is, as it only had one variable length property, 
this is a bit more robust. Also binds the Curve ID, which should declare 
differently even for just different basepoints, and therefore adds two 
variable length properties (justifying the transcript).
2022-06-03 01:37:12 -04:00
Luke Parker
df2876dbd4 Acknowledge Substrate's ordering and move to a multi-key wallet setup 2022-06-01 03:30:57 -04:00
Luke Parker
b5bdb545cc Add basic key management to the processor 2022-05-28 19:57:10 -04:00