Skip to content
#

ledger

Here are 362 public repositories matching this topic...

brooksprumo
brooksprumo commented Jul 29, 2021

After bank_forks_utils calls snapshot_utils::bank_from_snapshot_archives(), it verifies the bank matches the SnapshotArchiveInfo. This functionality should be moved to snapshot_utils.

Also, write a unit test for it, and update the tests in core/tests/snapshots.rs to use it.

Original PR comment below:

This flag to not check the hash was introduced here: https://github.com/solan

MisterY
MisterY commented May 13, 2019

As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.

My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi

gre
gre commented Feb 20, 2019

this is the natural behavior of node-hid but we should backport this behavior to all other transports.

basically it's a failsafe for race conditions.

if you open() a transport, you are responsible to close() it in a finally, if an open() happens during that time it should throw if it concerns the same device (e.g. by path id / by uuid, ... depending on the transport)

Improve this page

Add a description, image, and links to the ledger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ledger topic, visit your repo's landing page and select "manage topics."

Learn more