blockchain-core
blockchain-core copied to clipboard
related sibyl pr: https://github.com/helium/sibyl/pull/53 1. Centralises a couple of util functions ,`is_gw_active/3` and `max_activity_age` rather than having this code living in various places. 2. Check to see if a GW...
This is incomplete and it's not compatible with "old" receipts apis.
`diff_test` calls `blockchain_gossip_handler:add_block` with the Swarm instead of the SwarmTID which results in a `badarg` from `ets`. This PR changes the call to pass the table id instead, fixing the...
Delegate operations to the ledger where possible. These changes should be safe from the perspective of function calls in other projects as none of them are called from outside of...
Problem ---- When ledger POC verification fails we can't really tell whether it failed due to incorrect challenger or the block hash. Solution ---- This switches the return type for...
Data only hotspots show offline in api would be nice to see status.
Miner gets stuck at block 173563 when attempting to complete a full sync (honor_quick_sync = false). The following error is logged attempting to validate a transaction in block 173563. This...
After #1334 is merged, the innards of `data_stream:pmap_to_bag` (which it introduces) can also be used to implement `data_stream:piter` and optionally parallelize the processing of the stream of blocks in a...
Hi All, I'm trying to build blockchain-core and miner-master on my ubuntu laptop with Ubuntu 20.04.2 LTS. Facing below issue while compiling blockchain-core, Please Help me on this, make[1]: Leaving...
Once val challengers are enabled, we dont want to be accepting poc request txns from hotspots, they just create noise.