hyperledger / firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
https://hyperledger.github.io/firefly
Apache License 2.0
508 stars 209 forks source link

Add map example to Tezos docs #1468

Closed alex-semenyuk closed 9 months ago

alex-semenyuk commented 9 months ago

Test is failed unrelated to this PR

download_manager_test.go:314: FAIL: SubmitOperationUpdate(string)
                at: [/home/runner/work/firefly/firefly/internal/shareddownload/download_manager_test.go:299]
    download_manager_test.go:314: FAIL: 3 out of 4 expectation(s) were met.
            The code you are testing needs to make 1 more call(s).
            at: [/home/runner/work/firefly/firefly/internal/shareddownload/download_manager_test.go:314]
--- FAIL: TestDownloadManagerStartupRecoveryCombinations (0.00s)
codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b1fd7dc) 99.99% compared to head (a627551) 99.99%. Report is 18 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1468 +/- ## ======================================= Coverage 99.99% 99.99% ======================================= Files 322 322 Lines 23301 23300 -1 ======================================= - Hits 23299 23298 -1 Misses 1 1 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nguyer commented 9 months ago

Looks like the failed unit test is intermittent and completely unrelated to these changes. Sorry about that. I've opened https://github.com/hyperledger/firefly/issues/1469 to track the fact that we need to fix that test.