Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Remainder of RPC APIs implemented for the light client #4594

Merged
merged 10 commits into from
Feb 23, 2017
Merged

Conversation

rphmeier
Copy link
Contributor

Closes #4435

Some are just stubs (like traces), lots of mining/sealing-related functionality not available yet.
Data fetched from the network is now cached. We fetch block bodies and compute a gas price corpus to estimate gas price. This corpus can be reused until it "expires" after a set amount of time, which will probably be 6 or 12 hours.

@rphmeier rphmeier added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Feb 17, 2017
@rphmeier rphmeier added this to In Review in Light Client Feb 17, 2017
@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 20, 2017
@gavofyork
Copy link
Contributor

lgtm, but only skimmed it.

@gavofyork gavofyork added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Feb 20, 2017
@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Feb 20, 2017
@rphmeier rphmeier merged commit 3f78c94 into master Feb 23, 2017
@rphmeier rphmeier deleted the lightrpc branch February 23, 2017 18:58
@rphmeier rphmeier moved this from In Review to Done in Light Client Feb 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
Light Client
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants