Skip to content
#

ledger

Here are 423 public repositories matching this topic...

brooksprumo
brooksprumo commented May 22, 2022

Problem

There is not a way from the CLI (that I know of) to find all the stake accounts for a given withdraw authority. Both Step Finance and Sonar Watch support this query, and the CLI should be able to as well.

Proposed Solution

From @mvines

solana stakes could easily do this too. Here’s the gist of a patch to do so

enhancement good first issue
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

A WISH journal easy? good first issue
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