ledger
Here are 399 public repositories matching this topic...
-
Updated
Feb 3, 2022 - C++
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
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
-
Updated
Dec 21, 2021 - PureScript
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)
-
Updated
Feb 10, 2021 - Clojure
-
Updated
Jul 6, 2021 - HTML
-
Updated
Feb 2, 2022 - Go
-
Updated
Aug 12, 2018 - Swift
-
Updated
Feb 1, 2022 - Makefile
-
Updated
Feb 7, 2022 - Go
-
Updated
Sep 22, 2021 - Vim script
Thinking to just have it dump the raw wallet files to a file would be useful, especially for some older wallet types.
-
Updated
Jan 26, 2020 - Go
-
Updated
Mar 1, 2018 - PHP
-
Updated
Feb 7, 2022 - Shell
-
Updated
Dec 16, 2020 - Go
-
Updated
Feb 8, 2022 - Go
both notifications should display "0.0022 XNO"
a similar code is already used in the amount-split pipe but it's worth mentioning that it needs to replace zeroes specifically in the factional part, unlike the regex below which would display 1500 XNO as 15 XNO
const fract-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jun 6, 2021 - Ruby
-
Updated
Feb 8, 2022 - Scala
Improve this page
Add a description, image, and links to the ledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ledger topic, visit your repo's landing page and select "manage topics."

Problem
When adding programs to ProgramTest, they're added for the BPFLoader2. This makes it impossible to test programs which look up the upgrade authority to, for example, run admin instructions (e.g. https://github.com/paul-schaaf/anchor/blob/master/tests/bpf-upgradeable-state/programs/bpf-upgradeable-state/src/lib.rs#L59).
Proposed Solution
Either setup the added programs to b