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(core-api): add /transactions/schemas endpoint #3083

Merged
merged 1 commit into from Oct 17, 2019

Conversation

spkjp
Copy link
Contributor

@spkjp spkjp commented Oct 17, 2019

Summary

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@codecov
Copy link

codecov bot commented Oct 17, 2019

Codecov Report

Merging #3083 into develop will increase coverage by 36.02%.
The diff coverage is 8.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #3083       +/-   ##
============================================
+ Coverage    29.64%   65.67%   +36.02%     
============================================
  Files          425      425               
  Lines        11755    11767       +12     
  Branches      1608     1609        +1     
============================================
+ Hits          3485     7728     +4243     
+ Misses        8239     4004     -4235     
- Partials        31       35        +4
Impacted Files Coverage Δ
...s/core-api/src/handlers/transactions/controller.ts 70.76% <0%> (-14.42%) ⬇️
...kages/core-api/src/handlers/transactions/routes.ts 100% <100%> (ø) ⬆️
packages/crypto/src/utils/base58.ts 100% <0%> (+7.14%) ⬆️
...ckages/core-transaction-pool/src/wallet-manager.ts 100% <0%> (+8%) ⬆️
...ckages/core-transactions/src/transaction-reader.ts 8.33% <0%> (+8.33%) ⬆️
packages/crypto/src/transactions/types/factory.ts 100% <0%> (+8.33%) ⬆️
packages/core-container/src/config/file-loader.ts 10.86% <0%> (+10.86%) ⬆️
packages/core-transaction-pool/src/manager.ts 100% <0%> (+11.11%) ⬆️
packages/crypto/src/transactions/utils.ts 93.75% <0%> (+12.5%) ⬆️
packages/core-utils/src/httpie.ts 12.9% <0%> (+12.9%) ⬆️
... and 191 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 3bcc8fa...e189c8d. Read the comment docs.

@faustbrian faustbrian merged commit 9413dea into develop Oct 17, 2019
@ghost ghost deleted the feat/core-api/transaction-schemas branch October 17, 2019 04:00
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

2 participants