ledger
Here are 417 public repositories matching this topic...
-
Updated
May 5, 2022 - C++
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
May 14, 2022 - 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
Apr 26, 2022 - HTML
-
Updated
Apr 24, 2022 - Go
-
Updated
Aug 12, 2018 - Swift
-
Updated
May 10, 2022 - Go
-
Updated
Feb 10, 2022 - 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
May 11, 2022 - Go
-
Updated
Mar 29, 2022 - Go
-
Updated
Mar 1, 2018 - PHP
-
Updated
Apr 26, 2022 - Shell
-
Updated
May 9, 2022 - CSS
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Dec 16, 2020 - Go
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
May 12, 2022 - TypeScript
-
Updated
Apr 5, 2022 - Ruby
-
Updated
Feb 11, 2022 - Python
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
isBlockhashValidis a useful RPC call for checking if a transaction needs to be resigned with a new blockhash, but it isn't available in web3.jsProposed Solution
Add support for it on
Connection. More information about the call at https://docs.solana.com/developing/clients/jsonrpc-api#isblockhashvalid