stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

feat: add average fee to block response

Open He1DAr opened this issue 2 years ago • 3 comments

Adding a new attribute average_fee to block response, closes #1209

He1DAr avatar Jun 16 '22 14:06 He1DAr

🚀 Deployed on https://deploy-preview-1214--stacks-blockchain-api.netlify.app

github-actions[bot] avatar Jun 16 '22 14:06 github-actions[bot]

@He1DAr there still seem to be some issues with lint and some broken tests, let me know if I can help you with anything here

rafaelcr avatar Jun 21 '22 15:06 rafaelcr

Codecov Report

Merging #1214 (6e836d4) into develop (8ee1da8) will decrease coverage by 68.67%. The diff coverage is n/a.

:exclamation: Current head 6e836d4 differs from pull request most recent head fb6a149. Consider uploading reports for the commit fb6a149 to get more accurate results

@@             Coverage Diff             @@
##           develop   #1214       +/-   ##
===========================================
- Coverage    76.61%   7.94%   -68.68%     
===========================================
  Files          104     103        -1     
  Lines         9725    9331      -394     
  Branches      2092    1961      -131     
===========================================
- Hits          7451     741     -6710     
- Misses        2164    7941     +5777     
- Partials       110     649      +539     
Impacted Files Coverage Δ
src/bns-constants.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/api/routes/info.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/api/routes/fee-rate.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/api/routes/stx-supply.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/stacks-encoding-helpers.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/api/routes/bns/addresses.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/api/routes/bns/namespaces.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/migrations/1584619633448_txs.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/datastore/offline-dummy-store.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/migrations/1608030374842_names.ts 0.00% <0.00%> (-100.00%) :arrow_down:
... and 82 more

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 8ee1da8...fb6a149. Read the comment docs.

codecov-commenter avatar Jun 21 '22 15:06 codecov-commenter