parazyd
|
604f443fd1
chore: Update license header year
|
1 год назад |
skoupidi
|
bd554cced1
darkfid: network reorg trigger added
|
1 год назад |
skoupidi
|
6a39547118
chore: clippy too_long_first_doc_paragraph fixed almost everywhere
|
1 год назад |
skoupidi
|
43f9fc8aa1
runtime: get_block_target() fn added, to retrieve current block time target(seconds)
|
2 лет назад |
skoupidi
|
d9304c15cd
runtime: changed call_index from u32 to u8
|
2 лет назад |
skoupidi
|
930a511309
blockchain: major hashes cleanup
|
2 лет назад |
zero
|
9074440105
runtime: remove call_idx from the payload, and add it as a Runtime param
|
2 лет назад |
zero
|
0967744635
runtime: add tx_hash to runtime params
|
2 лет назад |
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 лет назад |
skoupidi
|
8871f0898d
validator: eat ze bugs
|
2 лет назад |
skoupidi
|
e8d5b312aa
validator: clippy chore | darkfid/task/miner: minor logs added
|
2 лет назад |
skoupidi
|
7010aae22e
validator: changed ranking logic
|
2 лет назад |
skoupidi
|
5e9892363a
validator: changed block ranking logic
|
2 лет назад |
parazyd
|
6002324810
validator/utils: Add FIXME note about dangerous code
|
2 лет назад |
parazyd
|
68c9bc8418
consensus: Use BigUint for block ranking to obtain higher resolution
|
2 лет назад |
skoupidi
|
8eef36b898
blockchain/header: changed nonce from pallas::Base to u64
|
2 лет назад |
parazyd
|
00aefdded5
contract/money: Faucet cleanup
|
2 лет назад |
skoupidi
|
2dc6832656
validator: removed genesis tx total calculation | darkfid: use next block height for contracts deployment
|
2 лет назад |
skoupidi
|
7ac561fe67
util/time: TimeKeeper yeeted
|
2 лет назад |
skoupidi
|
2805f1435c
validator: fixed minor encoding/decoding bugs
|
2 лет назад |
skoupidi
|
3e15d146a3
validator/consensus: cleaned up slots logic
|
2 лет назад |
skoupidi
|
3355575721
runtime: replaced timekeeper with verifying block height directly
|
2 лет назад |
skoupidi
|
16103b84a7
Night of the living dead
|
2 лет назад |
parazyd
|
0e6f51e895
chore: Update copyright year in license headers
|
2 лет назад |
aggstam
|
e5660ce75d
validator: check if proposal already exists when looking ofr its fork index
|
2 лет назад |
parazyd
|
6c2ba6ec6a
validator: Deploy the deployooor contract as a native contract
|
2 лет назад |
aggstam
|
a4ba0b1f6b
validator: producer tx on first instead of last position in block txs vector
|
2 лет назад |
parazyd
|
4aa20d40f3
validator: Port serialization to async functions
|
2 лет назад |
aggstam
|
bd86ce5678
tx: use DarkLeaf<ContractCall> in tx calls vec
|
2 лет назад |
aggstam
|
bb99e816f2
validator: removed RwLock over whole struct ptr and moved to inner stuff
|
2 лет назад |