FISCO-BCOS / go-sdk

golang SDK of FISCO BCOS
Apache License 2.0
73 stars 58 forks source link

fix: support decimal transaction index #62

Closed sulenn closed 4 years ago

sulenn commented 4 years ago

support decimal transaction index for getTransactionByBlockHashAndIndex and getTransactionByBlockNumberAndIndex command

ghost commented 4 years ago

Warnings are found on analyzing the commit 00c2993.

1 warning:

We recommend to address them as possible, for example, update outdated dependencies, fix the tool's configuration, configure sider.yml, turn off unused tools, and so on.

If you are struggling with these errors or warnings, feel free to ask us via chat. 💬

codecov-commenter commented 4 years ago

Codecov Report

Merging #62 into release-0.10.0 will decrease coverage by 0.32%. The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                 @@
##           release-0.10.0      #62      +/-   ##
==================================================
- Coverage           52.52%   52.20%   -0.33%     
==================================================
  Files                  27       27              
  Lines                2496     2496              
==================================================
- Hits                 1311     1303       -8     
- Misses                968      975       +7     
- Partials              217      218       +1     
Impacted Files Coverage Δ
event/event.go 93.81% <0.00%> (-2.07%) :arrow_down:
client/api_handler.go 49.18% <0.00%> (-1.96%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4c072a...00c2993. Read the comment docs.