firefly-ethconnect icon indicating copy to clipboard operation
firefly-ethconnect copied to clipboard

Ethereum connectivity bridge for Web Services & async Messaging APIs - familiar to Enterprise Apps

Results 28 firefly-ethconnect issues
Sort by recently updated
recently updated
newest added

So end users know what to pass in as parameters to different types of arguments when invoking solidity methods in the API Gateway Ref: https://github.com/kaleido-io/ethconnect/pull/92#issuecomment-692850373

Implementation of `eth_call` in besu is very restrictive and can't be used to get `evm revert reason` using `eth_call`. The `revert reason` is returned as part of `eth_getTransactionReceipt`, when node...

Intermittent build failure. Occurred in Travis for #65 ``` time="2020-04-20T03:45:18Z" level=debug msg="Kafka consumer loop started" time="2020-04-20T03:45:18Z" level=info msg="Sent message: {\"headers\":{\"type\":\"TestSingleMessageWithReply\",\"account\":\"0xAA983AD2a0e0eD8ac639277F37be42F2A5d2618c\",\"ctx\":{\"some\":\"data\"}}}" time="2020-04-20T03:45:18Z" level=info msg="Kafka consumer received message: Partition=5 Offset=500" time="2020-04-20T03:45:18Z" level=info...

API currently supports invoking a contract method at latest block. Support specifying a block number in the call

enhancement

from one of our performance testing runs we observed a crash with the following logs: ``` time="2020-01-24T04:14:51Z" level=info msg="Consumer session cleanup. Claims=map[zzo8ywgn54-zzax9xn2pu-replies:[0]] Member=2984c4ea-2db0-4ef2-6974-a16743d14c52-36b90936-e43f-4ee1-9580-106481b21fdb Generation=7" time="2020-01-24T04:14:51Z" level=info msg="Inserted receipt 3f7ab219-d070-4e1f-7a2e-1050974354c0 into...

You can subscribe to events, but it would be great to automatically return the Events that were emitted from a transaction as part of the transaction receipt payload.

enhancement

Solve the issues in the Go Report Card: https://goreportcard.com/report/github.com/kaleido-io/ethconnect Fixes are minor.

Hi, I'm looking into using `ethconnect` to help scale a blockchain-powered mobile app more easily. Our users will be storing their wallets on their mobile devices, so the signing must...