centrifuge / pod

Go implementation of Centrifuge POD (Private Off-chain Data) node
https://docs.centrifuge.io/build/p2p-node/
MIT License
77 stars 35 forks source link

Bugfix dispatcher panic #1560

Closed cdamian closed 2 years ago

cdamian commented 2 years ago

Marking as draft since the docker build step was enabled so we can further test this.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1560 (8f30cb7) into develop (6943a93) will decrease coverage by 0.05%. The diff coverage is 22.22%.

@@             Coverage Diff             @@
##           develop    #1560      +/-   ##
===========================================
- Coverage    67.46%   67.41%   -0.06%     
===========================================
  Files          131      131              
  Lines         9932     9938       +6     
===========================================
- Hits          6701     6700       -1     
- Misses        2592     2597       +5     
- Partials       639      641       +2     
Impacted Files Coverage Δ
http/coreapi/types.go 52.65% <0.00%> (-0.29%) :arrow_down:
nft/chain_api.go 22.76% <0.00%> (ø)
http/v2/nfts_api_beta.go 79.43% <33.33%> (-2.92%) :arrow_down:
centchain/api.go 75.50% <0.00%> (-1.00%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

cdamian commented 2 years ago

To be merged after - https://github.com/centrifuge/gocelery/pull/38