skoupidi
|
b5cb5a55b7
contract/dao: use actual runtime block target time not hardcoded one in blockwindow()
|
2 years ago |
skoupidi
|
96a8068ec3
drk: refactor to support SMT
|
2 years ago |
skoupidi
|
e956ee71f2
drk: bincode rpc retrieval fixed, transfer tx generation fixed
|
2 years ago |
skoupidi
|
9f5e6aafc4
blockchain: changed block height from u64 to u32
|
2 years ago |
skoupidi
|
930a511309
blockchain: major hashes cleanup
|
2 years ago |
zero
|
564089646d
sdk: add hex decoding fns
|
2 years ago |
zero
|
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 years ago |
skoupidi
|
38a83c8b40
darkfid: renamed consensus_p2p to miners_p2p
|
2 years ago |
skoupidi
|
eaecebf47c
darkfid: cleaned up all slot references
|
2 years ago |
skoupidi
|
f79bd2de18
sdk, blockchain, validator: removed slot stuff
|
2 years ago |
skoupidi
|
16103b84a7
Night of the living dead
|
2 years ago |
parazyd
|
0e6f51e895
chore: Update copyright year in license headers
|
2 years ago |
parazyd
|
ffe8643812
bin: Feature cleanup
|
3 years ago |
parazyd
|
a5360368aa
bin: Remove async-std dependencies.
|
3 years ago |
parazyd
|
f85d0d6c46
darkfid2: Update to new RPC dependencies.
|
3 years ago |
parazyd
|
db607de661
darkfid: Update to new RPC dependencies.
|
3 years ago |
aggstam
|
0d00179abd
darkfid2: further extend tests foundation | repo: fmt
|
3 years ago |
parazyd
|
09eb0e1147
sdk: Implement a macro for bs58 => pallas::Base and use it where applicable.
|
3 years ago |
parazyd
|
ed5d427ede
darkfid: Attempt to expand blockchain RPCAPI
|
3 years ago |
aggstam
|
cd6dc23598
drk-darkfid: added subscribe to listen for erroneous transactions
|
3 years ago |
parazyd
|
43f89dbfc7
consensus: Remove erroneus tx logic.
|
3 years ago |
parazyd
|
98aa6f94a6
darkfid/faucetd: Use new zkas db API
|
3 years ago |
x
|
f76f33ad72
drk/darkfid make json-rpc get-tx protocol safe.
|
3 years ago |
x
|
89736f3f86
add command to simulate tx and show erroneous state for fetch-tx
|
3 years ago |
aggstam
|
b0d24ef776
darkfid: erroneous txs handling
|
3 years ago |
aggstam
|
1645f3f27d
blockchain: renamed stores
|
3 years ago |
parazyd
|
71cd3064d6
Update license year.
|
3 years ago |
parazyd
|
0c97a24b58
Clean up makefiles and set the ground floor for upgradable zkas circuits.
|
3 years ago |
parazyd
|
90eb93a9e5
drk: Block scanning
|
3 years ago |
parazyd
|
4892432cde
drk: Payments
|
3 years ago |