skoupidi
|
6cbd478fcc
drk/rpc: rescan genesis block if reorg height is 1
|
1 year ago |
skoupidi
|
9f490a09d3
darkfid: replaced finalization term with confirmation
|
1 year ago |
skoupidi
|
5fae4818f0
bin/drk/rpc: reorg handling added
|
1 year ago |
skoupidi
|
3153069aad
bin/darkfid/rpc: also return the hash of the last known(finalized) block
|
1 year ago |
skoupidi
|
b3e8d7b2df
bin/drk: revert to specific height functionality added
|
1 year ago |
skoupidi
|
26ff0a55cd
drk: drop wallet info table and retrieve last scanned block from the corresponding scanned blocks table
|
1 year ago |
skoupidi
|
ca22db1d1e
drk: introduce scanned blocks table to store a blocks rollback query
|
1 year ago |
skoupidi
|
fae10e8657
drk: keep last scanned block hash along with its height
|
1 year ago |
skoupidi
|
7b125b38a9
drk/rpc: fixed genesis block not scanned on subscribe
|
1 year ago |
skoupidi
|
041257447a
drk: properly handle txs history and token auth is_frozen reset
|
1 year ago |
skoupidi
|
04bc7e14de
drk: moved info table from money to wallet generic schema
|
1 year ago |
skoupidi
|
4e3b1594f8
src/error: renamed RusqliteError into DatabaseError for generic usage and removed rusqlite crate dep entirely
|
2 years ago |
skoupidi
|
97f7a91879
drk: rpc cleanup and minor fix
|
2 years ago |
draoi
|
b0b192c3f2
system: rename Subscriber to Publisher + propagate change
|
2 years ago |
skoupidi
|
b5cb5a55b7
contract/dao: use actual runtime block target time not hardcoded one in blockwindow()
|
2 years ago |
skoupidi
|
6b5ae99724
drk/transfer: added new --half-split to split output coin into two equal halves
|
2 years ago |
skoupidi
|
cbb53aa8ec
drk: refactored DAO votes functionalities
|
2 years ago |
skoupidi
|
c6382e8d12
drk: refactored DAO proposals functionalities
|
2 years ago |
skoupidi
|
96a8068ec3
drk: refactor to support SMT
|
2 years ago |
skoupidi
|
9e71055a9d
drk: fixed token minting and added its fee call
|
2 years ago |
skoupidi
|
4101f8b608
drk: tx history handling cleanup
|
2 years ago |
skoupidi
|
07606d27e4
drk: added fee call to transfer
|
2 years ago |
skoupidi
|
e956ee71f2
drk: bincode rpc retrieval fixed, transfer tx generation fixed
|
2 years ago |
skoupidi
|
d1c11b7cf6
drk: properly scan blocks based on tx call order
|
2 years ago |
skoupidi
|
d3ab4be743
drk: make rpc_client optional so its not required it in every operation
|
2 years ago |
skoupidi
|
9f5e6aafc4
blockchain: changed block height from u64 to u32
|
2 years ago |
zero
|
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 years ago |
parazyd
|
41045f4433
drk: Use async (de)serialisation and prefer base64 over base58 for txs.
|
2 years ago |
skoupidi
|
4d74247c9f
drk: fixed erroneous eprintlns
|
2 years ago |
skoupidi
|
d4af12f264
drk: another minor scan fix
|
2 years ago |