skoupidi
|
06ff2454fd
validator/utils: minor fix in worst_fork_index()
|
5 months ago |
skoupidi
|
cc782bfea2
validator: chore format comments to match style
|
6 months ago |
skoupidi
|
caca412031
validator: use a single MAX_32_BYTES constant
|
6 months ago |
skoupidi
|
b4fa82cb3f
validator/utils: fixed missmatched returned value in median()
|
6 months ago |
skoupidi
|
eb7ee7dddc
validator/consensus: bound in-memory forks with a configurable param
|
6 months ago |
x
|
06cf1be98d
validator: Use saturating arithmetic
|
6 months ago |
skoupidi
|
e36a6d635b
validator/randomx_factory: simplified factory api to not use locks
|
6 months ago |
x
|
9785777642
chore: Update copyright license year
|
7 months ago |
skoupidi
|
c29cfc4521
darkfid/task/unknown_proposal: properly verify reorg block pow
|
7 months ago |
skoupidi
|
621e704115
rust: set stable toolchain and clippy chore
|
8 months ago |
x
|
1dee0542de
validator/pow: Use little endian BigUint
|
9 months ago |
parazyd
|
8e18778e46
validator/pow: Fix RandomX dataset offset calculations
|
1 year ago |
parazyd
|
09a78273d0
validator: Adapt code to new RandomX crate API
|
1 year ago |
oars
|
d85cf80dbf
replace log imports with tracing everywhere
|
1 year ago |
parazyd
|
604f443fd1
chore: Update license header year
|
1 year ago |
skoupidi
|
bd554cced1
darkfid: network reorg trigger added
|
1 year ago |
skoupidi
|
6a39547118
chore: clippy too_long_first_doc_paragraph fixed almost everywhere
|
1 year ago |
skoupidi
|
43f9fc8aa1
runtime: get_block_target() fn added, to retrieve current block time target(seconds)
|
2 years ago |
skoupidi
|
d9304c15cd
runtime: changed call_index from u32 to u8
|
2 years ago |
skoupidi
|
930a511309
blockchain: major hashes cleanup
|
2 years ago |
zero
|
9074440105
runtime: remove call_idx from the payload, and add it as a Runtime param
|
2 years ago |
zero
|
0967744635
runtime: add tx_hash to runtime params
|
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 |
skoupidi
|
8871f0898d
validator: eat ze bugs
|
2 years ago |
skoupidi
|
e8d5b312aa
validator: clippy chore | darkfid/task/miner: minor logs added
|
2 years ago |
skoupidi
|
7010aae22e
validator: changed ranking logic
|
2 years ago |
skoupidi
|
5e9892363a
validator: changed block ranking logic
|
2 years ago |
parazyd
|
6002324810
validator/utils: Add FIXME note about dangerous code
|
2 years ago |
parazyd
|
68c9bc8418
consensus: Use BigUint for block ranking to obtain higher resolution
|
2 years ago |
skoupidi
|
8eef36b898
blockchain/header: changed nonce from pallas::Base to u64
|
2 years ago |