Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Feat/support api v7.2.0 #400

Merged
merged 4 commits into from
Sep 27, 2021
Merged

Feat/support api v7.2.0 #400

merged 4 commits into from
Sep 27, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 25, 2021

Description

This PR closes #395 by supporting GetTransactionsForTxBlockEx and GetTxnBodiesForTxBlockEx.

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • Add tests to cover changes as needed.
  • Update documentation as needed.

@ghost ghost requested review from bb111189, renlulu and teye as code owners September 25, 2021 01:15
@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2021

Codecov Report

Merging #400 (88721b0) into dev (76b5911) will increase coverage by 0.13%.
The diff coverage is 100.00%.

❗ Current head 88721b0 differs from pull request most recent head 2b43bc8. Consider uploading reports for the commit 2b43bc8 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #400      +/-   ##
==========================================
+ Coverage   80.89%   81.02%   +0.13%     
==========================================
  Files          43       43              
  Lines        1795     1808      +13     
  Branches      326      330       +4     
==========================================
+ Hits         1452     1465      +13     
  Misses        342      342              
  Partials        1        1              
Impacted Files Coverage Δ
packages/zilliqa-js-blockchain/src/chain.ts 67.00% <100.00%> (+1.92%) ⬆️
packages/zilliqa-js-core/src/net.ts 98.66% <100.00%> (+0.03%) ⬆️

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 76b5911...2b43bc8. Read the comment docs.

@bb111189 bb111189 merged commit 96c014e into dev Sep 27, 2021
@bb111189 bb111189 deleted the feat/support-api-v7.2.0 branch September 27, 2021 06:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support GetTransactionsForTxBlockEx, GetTxnBodiesForTxBlockEx
3 participants