mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-13 11:45:45 +03:00
WIP: refactor dataflow and types
This commit is contained in:
parent
d4b25cc5f3
commit
a6e4333e53
@ -9,3 +9,6 @@ PIER=$1
|
||||
|
||||
cp sys/zuse.hoon $PIER/
|
||||
echo "zuse copied"
|
||||
|
||||
cp lib/bip32.hoon $PIER/
|
||||
echo "lib/bip32/hoon copied"
|
||||
|
@ -38,7 +38,7 @@
|
||||
[%get-block-count ~]
|
||||
[%get-block-and-fee ~]
|
||||
==
|
||||
::
|
||||
::
|
||||
+$ response
|
||||
$% [%get-address-info utxos=(set utxo) used=? blockcount=@ud]
|
||||
[%get-raw-tx =txid =rawtx]
|
||||
|
@ -6,7 +6,7 @@
|
||||
:: blockcount included so that we only request address info when
|
||||
:: there's a newer block, in the case of addresses we are cooking
|
||||
::
|
||||
:: payment: a payment expected from another ship
|
||||
:: payment: a payment expected from another ship
|
||||
:: - address: address generated for this payment
|
||||
:: piym: incoming payments. Stores all ship moons under their planet.
|
||||
:: piym-watch/poym-watch:
|
||||
|
Loading…
Reference in New Issue
Block a user