blockchain-core
blockchain-core copied to clipboard
Fix https://github.com/helium/miner/issues/1779 by reverting https://github.com/helium/blockchain-core/pull/1412 per conversation with @mikev - The lora library call reporting as undefined was invoked from the mentioned PR - Since that feature requires a future...
track how many writes per path and how many bytes per path are read
It's possible that moving to a series of checkpoint ledgers instead of having one double ledger with a number of intermediate states would be more efficient and safer (since we...
Although we're currently blocked on the RocksDB side (see https://github.com/facebook/rocksdb/issues/2343), if that issue ever gets fixed, it would be nice to see if this works, because it would allow us...
Summary ---- Add support for rewards_v3 transaction. Notes ---- - `rewards_v3` transaction only rewards for consensus, securities and the remaining rewards go to a single treasury - Ensures all reward...
For a full chain resync, this reduces the `build_hash_chain` running time from ~65 minutes to ~11 minutes on my machine (16-core Ryzen 9 with 32 GB RAM). ## Overview ###...
The ledger_at in the validate function doesn't check that the block height needed is within the 50 block window of the lagging ledger, so sometimes a 51 block back txn...
this allows us to bring witnesses back at some point, but we'll need to wait until everyone has accepted the var before we activate it.
Changes needed to support the transtion to Helium's official NetID. NetIDs support a limited address range, e.g. a class 6 NetID supports 1,024 addresses. We plan to support a list...
core side of https://github.com/helium/miner/pull/1481