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

[types] Some useful function for type convert and add get_state_node_by_node_hash to RPCClient #3643

Merged
merged 6 commits into from
Aug 12, 2022

Conversation

strawWoo
Copy link
Contributor

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the new behavior?

add some rpc-api and convert to help mini-starcoin

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #3643 (6578a5b) into master (95e146e) will decrease coverage by 0.82%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3643      +/-   ##
==========================================
- Coverage   28.69%   27.87%   -0.81%     
==========================================
  Files         591      591              
  Lines       50640    50691      +51     
  Branches    23868    23886      +18     
==========================================
- Hits        14525    14124     -401     
- Misses      21923    22629     +706     
+ Partials    14192    13938     -254     
Flag Coverage Δ
unittests 27.87% <0.00%> (-0.81%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rpc/api/src/types.rs 5.26% <0.00%> (-8.46%) ⬇️
rpc/client/src/lib.rs 0.36% <0.00%> (-10.77%) ⬇️
rpc/api/src/metadata.rs 36.37% <0.00%> (-45.45%) ⬇️
types/src/lib.rs 9.10% <0.00%> (-36.36%) ⬇️
rpc/api/src/node/mod.rs 10.53% <0.00%> (-31.57%) ⬇️
rpc/client/src/chain_watcher.rs 0.00% <0.00%> (-26.50%) ⬇️
rpc/client/src/pubsub_client.rs 0.00% <0.00%> (-25.71%) ⬇️
rpc/client/src/remote_state_reader.rs 0.00% <0.00%> (-20.37%) ⬇️
rpc/api/src/account/mod.rs 7.15% <0.00%> (-17.85%) ⬇️
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
... and 92 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 95e146e...6578a5b. Read the comment docs.

@jolestar jolestar enabled auto-merge (squash) August 12, 2022 02:23
@jolestar jolestar changed the title useful for mini-starcoin [types] Some useful function for type convert Aug 12, 2022
@jolestar jolestar disabled auto-merge August 12, 2022 02:24
@jolestar jolestar changed the title [types] Some useful function for type convert [types] Some useful function for type convert and add get_state_node_by_node_hash to RPCClient Aug 12, 2022
@jolestar jolestar enabled auto-merge (squash) August 12, 2022 02:25
@jolestar jolestar merged commit a184307 into starcoinorg:master Aug 12, 2022
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.

3 participants