Nicko Guyer

Results 47 issues of Nicko Guyer

I have seen the unit test `TestRequestWithBodyReplyEndToEndWithTLS` intermittently fail in GitHub actions. For example: https://github.com/hyperledger/firefly/actions/runs/7035574807/job/19146264505?pr=1427 ``` === RUN TestRequestWithBodyReplyEndToEndWithTLS time="2023-11-29T16:32:40Z" level=error msg="Failed to invoke webhook: Put \"https://127.0.0.1:8443/myapi/my/sub/path%3Fescape_query?dynamic-query=dynamicqueryval&my-query=myqueryval\": dial tcp 127.0.0.1:8443:...

bug

I suspect there is a bug in the FireFly signer ABI encoding. This contract demonstrates the issue: https://mumbai.polygonscan.com/address/0xc0bc785b2c5494820B63c7108547b4652b9742aD#code Steps to reproduce: 1. Create a new FireFly stack (using default settings...

bug

## Background While doing some testing locally, I ended up stuck in a less than ideal state. Here's a summary of what I did: - Created a "gateway mode" stack...

enhancement

Steps to reproduce: - Enable dynamic config reload - Add a namespace named space0 and save the config file. Ensure FireFly fully starts the namespace. - Remove the namespace from...

bug

https://github.com/hyperledger/firefly/actions/runs/4723939292/jobs/8382686472?pr=1275 ``` time="2023-04-17T19:13:40Z" level=error msg="Invalid object value '' for key 'identity'" time="2023-04-17T19:13:40Z" level=info msg="Config file change detected. Event=WRITE Name=/tmp/TestConfigListenerE2E2574459936/001/firefly.core Size=0 Hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" time="2023-04-17T19:13:40Z" level=info msg="Detected configuration file reload" time="2023-04-17T19:13:40Z" level=error msg="Invalid...

While running E2E tests, I observed an intermittent failure of `TestEthereumMultipartyE2ESuite/TestMultiTenancy` [e2e-test (ethereum, evmconnect, TestEthereumMultipartyE2ESuite, postgres, erc20_erc721, true)](https://github.com/hyperledger/firefly/actions/runs/4087653438/jobs/7048465897#logs) For archival purposes, I have attached full log output from the GitHub...

bug

Right now our docker image GitHub workflows have a problem where if we release a 1.2.x patch release after a 1.3.0, the 1.2.x release will get tagged as `latest` which...

If I have a smart contract function that is `payable` I need to set a `value` field in the JSON object of the request body for a `SendTransaction` request. Today...

I ran a `docker build` on `main` and had a unit test fail. After running the same exact command again, the test passed, leading me to believe that it's intermittent......

bug

We should add unit tests to verify CLI functionality. We should probably also move some of the logic out of the `cmd` module and into the `internal` module.

good first issue