blockchain-core icon indicating copy to clipboard operation
blockchain-core copied to clipboard

Results 93 blockchain-core issues
Sort by recently updated
recently updated
newest added

depends on https://github.com/helium/blockchain-core/pull/1236 TODO: - [ ] rebase with PR 1 of 4, which has had some updates

Currently the block sender does not indicate if the final batch of blocks sent is all the block the far end has. Adding a flag to the protocol and having...

Allows binary and base64url hashes in sys.config for `assumed_valid_block_hash` and `blessed_snapshot_block_hash`

## PR Description This is the first step, at adding the lowest possible height for a node at which a block sync batch could be created. This is a feature...

Ensure that submitting a non-dispute state channel close will not make it through when a state channel has already been legitimately closed. Also update the types of txns a state_channel_client...

Currently, snapshot timeout window is set to connection timeout 1 mins and download timeout 15mins, but for customers with poor internet connectivity, this could be not enough, resulting in failure...

Problem to solve: We want to get snapshot info as JSON. Solution: Make snapshot info into a clique table format so that it can be dumped as a table, csv...

I have been transferring packets to my Rak V2 via my mapper which show up in my console, but I'm not seeing them in explorer or getting mining rewards. This...

this is a draft PR for being more thrifty about doing work on whole blocks. it's only one approach, and it's possible that it isn't the right one. another approach...

We currently store a t2b'd list of t2b'd ledger_poc_v2 records. This record itself is full of binaries, so we don't preserve sub binary refernces (using more ram) and t2b over...