The Wayback Machine - https://web.archive.org/web/20201031053323/https://github.com/topics/ledger
Skip to content
#

ledger

Here are 314 public repositories matching this topic...

Magicking
Magicking commented Apr 24, 2019

Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).

System information

Release: 2.2.3

Expected behaviour

Helpful error message

Actual behaviour

invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash

rwalker-com
rwalker-com commented Jul 14, 2020

Problem

Once one has reproduced an abi test failure, there's this suggestion in the log output (just an example):
Confirm the diff by rerunning before and after this test failed with SOLANA_ABI_DUMP_DIR!', runtime/src/serde_snapshot/tests.rs:285:5

Proposed Solution

Three suggestions:

  1. have the tests make the DUMP_DIR directory if the env var is set. When the variable is s
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

You can’t perform that action at this time.