mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
TODO notes
This commit is contained in:
parent
4b2920a1fb
commit
31ae53fa77
5
PSBT.md
5
PSBT.md
@ -66,3 +66,8 @@ Maps:
|
||||
- Change output Wallet derivation path
|
||||
* Key: {0x2}|{33byte pubkey}
|
||||
* Val: {4byte master xpub fingerprint}|{17byte HD path}
|
||||
|
||||
### Signed
|
||||
Input: keeps above keyvals, and adds one more for the partial signature:
|
||||
* (key type {0x2}|{publicKey})
|
||||
* val: 71 byte signature
|
||||
|
@ -192,14 +192,15 @@
|
||||
%broadcast-tx
|
||||
:: TODO:
|
||||
:: calc txid from poym's txbu
|
||||
:: calc txid
|
||||
:: make sure both are the same
|
||||
:: calc txid from TX, or send it back to me
|
||||
:: make sure both are the same; USE RETURN VALUE FROM RPC (sendrawtransaction)
|
||||
:: remove from poym
|
||||
:: broadcast to provider
|
||||
:: add to wallet-store history
|
||||
:: send message to peer
|
||||
:: poke to peer
|
||||
`state
|
||||
::
|
||||
:: %expect-payment
|
||||
:: - check that src.bowl isn't past piym-limit in pend-piym
|
||||
:: - check that payment is in piym
|
||||
:: - add payment to pend-piym
|
||||
|
Loading…
Reference in New Issue
Block a user