| .. |
|
cli_util.rs
|
f74817ba8e
move TokenId from SDK to money contract
|
2 yıl önce |
|
dao.rs
|
c781936b12
replace usage of blake3::Hash for tx hashes with TransactionHash type. Change all occurances of `let txs: Vec<blake3::Hash> = block.txs.iter().map(|x| blake3::hash(&serialize(x))).collect();` to `let txs: Vec<TransactionHash> = block.txs.iter().map(|tx| tx.hash()).collect();`
|
2 yıl önce |
|
error.rs
|
3062597fca
drk is back in the menu boys
|
2 yıl önce |
|
main.rs
|
5c9e3bd4a1
tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() )
|
2 yıl önce |
|
money.rs
|
2956207cc5
chore: clippy
|
2 yıl önce |
|
rpc.rs
|
5c9e3bd4a1
tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() )
|
2 yıl önce |
|
swap.rs
|
4d74247c9f
drk: fixed erroneous eprintlns
|
2 yıl önce |
|
token.rs
|
4d74247c9f
drk: fixed erroneous eprintlns
|
2 yıl önce |
|
transfer.rs
|
4d74247c9f
drk: fixed erroneous eprintlns
|
2 yıl önce |
|
txs_history.rs
|
5c9e3bd4a1
tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() )
|
2 yıl önce |
|
walletdb.rs
|
44103f0359
darkfid: use base64 encoding | drk: minor fixes
|
2 yıl önce |