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(rpc): update the signatures of rpc methods #366

Closed
wants to merge 1 commit into from

Conversation

Keith-CY
Copy link
Member

use bigint instead of number in signatures of rpc methods

BREAKING CHANGE: use bigint instead of number in signatures of rpc methods

re #363, fix #365

use bigint instead of number in signatures of rpc methods

BREAKING CHANGE: use bigint instead of number in signatures of rpc methods

re #363, fix #365
@codecov-io
Copy link

codecov-io commented Oct 11, 2019

Codecov Report

Merging #366 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #366   +/-   ##
========================================
  Coverage    99.62%   99.62%           
========================================
  Files           16       16           
  Lines          533      533           
  Branches       147      147           
========================================
  Hits           531      531           
  Misses           1        1           
  Partials         1        1

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 748ec48...36fa06d. Read the comment docs.

@Keith-CY
Copy link
Member Author

I've released a patch version in #368 so this issue is ready to close.

@Keith-CY Keith-CY closed this Oct 12, 2019
@Keith-CY Keith-CY deleted the fix-signature-of-rpc branch November 9, 2019 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the number type in RPC signatures to bigint
3 participants