Skip to content
#

hyperledger

Here are 801 public repositories matching this topic...

fabric
denyeart
denyeart commented Apr 7, 2022

Improve error message when deliver service is asked for a block that doesn't yet exist on the node.

This is all we get for now:
[common.deliver] deliverBlocks -> ERRO 18d59 [channel: channel1] Error reading from channel, cause was: NOT_FOUND

It is enough for Fabric developers to know what happened, but not for users or support personnel.

good first issue
takayuki-nagai
takayuki-nagai commented Feb 22, 2022

In "fabric-sdk-node/fabric-network/lib/transaction.js"(L178-L182) of fabric-sdk-node v1.4, timeout value of sendTransactionProposal() is calculated and specified. When "request-timeout" designated in config/default.json is smaller than "commitTimeout", request-timeout is overwritten by commitTimeout.

But I think,

  • timeout value of sendTransactionProposal() means time from "sending endors
Smart-Contract-Security-Audits
iroha
appetrosyan
appetrosyan commented Mar 30, 2022
    let (_rt, _peer, mut test_client) = <TestPeer>::start_test_with_runtime();
    wait_for_genesis_committed(&vec[test_client.clone()], 0);

is repeated at the top of almost every test.

We should have a proc-macro #[integration] which adds this boilerplate, but allows specifying the number of peers, the genesis, the configuration options and a few other things.

Opt

good first issue iroha2

Improve this page

Add a description, image, and links to the hyperledger 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 hyperledger topic, visit your repo's landing page and select "manage topics."

Learn more