Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taquito): Add the composite forger #238

Merged
merged 3 commits into from
Jan 23, 2020
Merged

feat(taquito): Add the composite forger #238

merged 3 commits into from
Jan 23, 2020

Conversation

carte7000
Copy link
Contributor

Composite forger allow to use multiple forger implementation in parallel and assert they all return
the same result

re #108

Composite forger allow to use multiple forger implementation in parallel and assert they all return
the same result

re #108
@codecov-io
Copy link

codecov-io commented Jan 22, 2020

Codecov Report

Merging #238 into master will increase coverage by 0.08%.
The diff coverage is 76.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   79.06%   79.15%   +0.08%     
==========================================
  Files          87       87              
  Lines        3406     3420      +14     
  Branches      691      664      -27     
==========================================
+ Hits         2693     2707      +14     
- Misses        708      711       +3     
+ Partials        5        2       -3
Impacted Files Coverage Δ
packages/taquito/src/contract/contract.ts 66.66% <22.22%> (-5.92%) ⬇️
...ackages/taquito/src/operations/operation-errors.ts 91.17% <85.71%> (+0.26%) ⬆️
...ages/taquito/src/contract/rpc-estimate-provider.ts 91.17% <95.45%> (+7.3%) ⬆️
packages/taquito/src/context.ts 86.95% <0%> (ø) ⬆️
...o-tezbridge-signer/src/taquito-tezbridge-signer.ts 0% <0%> (ø) ⬆️
packages/taquito/src/contract/prepare.ts 90.16% <0%> (+3.27%) ⬆️

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 3e1c089...4963a53. Read the comment docs.

@carte7000 carte7000 merged commit 4a7edd9 into master Jan 23, 2020
@carte7000 carte7000 deleted the composite-forger branch January 23, 2020 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants