parazyd
|
673b0ec6b1
Full Makefile project cleanup
|
2 years ago |
aggstam
|
e5081d55ce
blockchain/Block: refactored in preparation for mining integration
|
2 years ago |
parazyd
|
a02e3475f6
lib: Remove async-std dependency.
|
3 years ago |
parazyd
|
8fed5c49d3
consensus/validator: Disable subscriber notify functions.
|
3 years ago |
parazyd
|
21dd80ae99
rpc: Replace serde_json with tinyjson.
|
3 years ago |
aggstam
|
a2fb71e8cc
darkfid2: various json-rpc subscribers added
|
3 years ago |
aggstam
|
d3aa5ba643
rpc/jsonrpc: simplyfied subscibers usage
|
3 years ago |
aggstam
|
df5f2a7568
blockchain/Slot: renamed previous.eta to last_eta
|
3 years ago |
parazyd
|
60595e3002
zk: Handle invalid witnesses gracefully in empty_witnesses().
|
3 years ago |
aggstam
|
d9eed23013
blockchain: simplyfied Slot structure
|
3 years ago |
parazyd
|
29101c4e02
zk: Pass a ZkBinary reference to ZkCircuit::new instead of cloning.
|
3 years ago |
aggstam
|
b122e4e19e
blockchain: minor pointers cleanup
|
3 years ago |
parazyd
|
d070b7792b
wallet: Replace sqlx with rusqlite.
|
3 years ago |
aggstam
|
feabf5a67a
blockchain: rewrite completed
|
3 years ago |
aggstam
|
ec97e969c8
sdk: renamed SlotCheckpoint to Slot
|
3 years ago |
aggstam
|
7deaab24e1
src: moved SlotCheckpoint to sdk so it can be used by contracts
|
3 years ago |
aggstam
|
dd3d6a15e7
src/validator: set foundation for validator rewrite
|
3 years ago |
parazyd
|
afa34c59b1
contract/consensus: Replace incrementalmerkletree with bridgetree crate.
|
3 years ago |
aggstam
|
e436e6d069
consensus/state/SlotCheckpoint: renamed eta to previous eta and introduced fork hashes vector
|
3 years ago |
aggstam
|
1bd504eaa0
util/time/TimeKeeper: added verifying slot attribute that can be used by the runtime for validations
|
3 years ago |
parazyd
|
bd6a6bfaf2
zkas: Rename "stack" to "heap".
|
3 years ago |
aggstam
|
8384726c98
project: updated sled-overlay to 0.0.4
|
3 years ago |
aggstam
|
1633dc542e
src/consensus/validator: removed unused import
|
3 years ago |
parazyd
|
62e287f4a7
consensus: updated branch with latest master
|
3 years ago |
aggstam
|
4d294d1947
contract/consensus: laid foundation
|
3 years ago |
aggstam
|
01dad53892
consensus: created helper struct for all time related calculations, for easier access by the runtime
|
3 years ago |
parazyd
|
b4cdbea08c
Update project dependencies.
|
3 years ago |
aggstam
|
8178ac5071
blockchain/tx_store: use a new tree to keep pending transactions order
|
3 years ago |
aggstam
|
cd6dc23598
drk-darkfid: added subscribe to listen for erroneous transactions
|
3 years ago |
aggstam
|
9214522a79
consensus/validator.rs: verify_transactions refactor and erroneous txs handling
|
3 years ago |