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

rpc: implement missing RPC client methods #750

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

AnnaShaleva
Copy link
Member

Implemented following RPC client methods:
- getapplicationlog
- getassetstate
- getbestblockhash
- getblockcount
- getblockhash
- getblockheader
- getblocksysfee
- getconnectioncount
- getcontractstate
- getpeers
- getrawmempool
- getstorage
- gettransactionheight
- gettxout
- getunclaimed
- getvalidators
- getversion
- submitblock
- validateaddress

@AnnaShaleva AnnaShaleva added feature Completely new functionality rpc RPC server and client labels Mar 12, 2020
@AnnaShaleva AnnaShaleva self-assigned this Mar 12, 2020
@codecov
Copy link

codecov bot commented Mar 12, 2020

Codecov Report

Merging #750 into master will decrease coverage by 0.91%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #750      +/-   ##
==========================================
- Coverage   65.86%   64.95%   -0.92%     
==========================================
  Files         138      138              
  Lines       12461    12636     +175     
==========================================
  Hits         8208     8208              
- Misses       3854     4029     +175     
  Partials      399      399
Impacted Files Coverage Δ
pkg/rpc/client/rpc.go 0% <0%> (ø) ⬆️

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 1b5dd53...307b3b1. Read the comment docs.

@roman-khimov roman-khimov added this to the v0.74.0 milestone Mar 12, 2020
pkg/rpc/client/rpc.go Outdated Show resolved Hide resolved
pkg/rpc/client/rpc.go Outdated Show resolved Hide resolved
pkg/rpc/client/rpc.go Outdated Show resolved Hide resolved
pkg/rpc/client/rpc.go Outdated Show resolved Hide resolved
Implemented following RPC client methods:
	- getapplicationlog
	- getassetstate
	- getbestblockhash
	- getblockcount
	- getblockhash
	- getblockheader
	- getblocksysfee
	- getconnectioncount
	- getcontractstate
	- getpeers
	- getrawmempool
	- getstorage
	- gettransactionheight
	- gettxout
	- getunclaimed
	- getvalidators
	- getversion
	- submitblock
	- validateaddress
pkg/rpc/client/rpc.go Show resolved Hide resolved
pkg/rpc/client/rpc.go Show resolved Hide resolved
@roman-khimov roman-khimov merged commit 2fd7dad into master Mar 12, 2020
@roman-khimov roman-khimov deleted the feature/rpc_client_methods branch March 12, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Completely new functionality rpc RPC server and client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants