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

fix(crypto): add legacy multisignature schema #3040

Merged
merged 2 commits into from Oct 8, 2019

Conversation

spkjp
Copy link
Contributor

@spkjp spkjp commented Oct 8, 2019

Summary

Because of #3008 the asset for legacy multisignatures is now actually stripped off, because it is missing from the schema. Before it errored out early enough to keep the asset intact, which is why it was never an issue.

Checklist

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

@codecov
Copy link

codecov bot commented Oct 8, 2019

Codecov Report

Merging #3040 into develop will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3040      +/-   ##
===========================================
+ Coverage    65.63%   65.64%   +<.01%     
===========================================
  Files          425      425              
  Lines        11732    11732              
  Branches      1595     1595              
===========================================
+ Hits          7700     7701       +1     
  Misses        3995     3995              
+ Partials        37       36       -1
Impacted Files Coverage Δ
packages/crypto/src/transactions/types/schemas.ts 100% <ø> (ø) ⬆️
packages/core-api/src/plugins/pagination/ext.ts 81.13% <0%> (+1.88%) ⬆️

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 2aad9ef...8640a85. Read the comment docs.

@faustbrian faustbrian merged commit 19ad6b4 into develop Oct 8, 2019
@faustbrian faustbrian deleted the fix/crypto/legacyMultiSignature-schema branch October 8, 2019 12:02
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