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

A Heilum Blockchain Node

Results 12 blockchain-node issues
Sort by recently updated
recently updated
newest added

how to import speed up the sync? any snapshot provided? and how to use?

**Feature request**: Enable a JSONRPC endpoint that allows the user to retrieve the value of a chain var. It would be extremely useful to have access to var values directly...

How many blocks will a node built by docker keep? And how to map sys.config to host?

After node has been running a few days without being restarted, block loading slows down to a crawl. This causes the chain to get way ahead which is bad when...

replaying the ledger, and after running for roughly 12 hours, process time for each block is roughly 1.8 seconds (note the gap between timestamps): ``` 2021-12-17 13:49:31.830 [info] @blockchain_txn:unvalidated_absorb_and_commit:502 validation...

adds peer_book_address to get peer book for any address, probably needs some graceful error handling for when peerbook entry isn't found, requires non `/p2p/` prefixed address.

provides a streaming api to access the active gateways in the chain following node's ledger. `active_gateways/2` utilizes the `cf_fold` cache fold over the active gateways column family in rocks to...

This fixes an issue whereby the find_gateway follower API was not handling a gateway not found. When this scenario is encountered, a GRPC error will now be returned. Ideally we...