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

PV63 receipts response #687

Merged
merged 11 commits into from Mar 14, 2016
Merged

PV63 receipts response #687

merged 11 commits into from Mar 14, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Mar 11, 2016

requires #686

@NikVolf NikVolf added the A0-pleasereview 🤓 Pull request needs code review. label Mar 11, 2016
@NikVolf NikVolf added A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 12, 2016
@NikVolf NikVolf added A0-pleasereview 🤓 Pull request needs code review. and removed A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. labels Mar 12, 2016
fn block_receipts(&self, _hash: &H256) -> Option<Bytes> {
None
fn block_receipts(&self, hash: &H256) -> Option<Bytes> {
self.chain.block_receipts(hash).and_then(|receipts| {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self.chain.block_receipts(hash).map(rlp::encode) is shorter

@arkpar arkpar added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 13, 2016
@NikVolf NikVolf added A0-pleasereview 🤓 Pull request needs code review. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Mar 13, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 13, 2016
@gavofyork gavofyork added the A1-onice 🌨 Pull request is reviewed well, but should not yet be merged. label Mar 13, 2016
@gavofyork
Copy link
Contributor

will wait for 1.0.

@arkpar arkpar mentioned this pull request Mar 14, 2016
Conflicts:
	ethcore/src/client/test_client.rs
@gavofyork gavofyork removed the A1-onice 🌨 Pull request is reviewed well, but should not yet be merged. label Mar 14, 2016
Conflicts:
	ethcore/src/client/client.rs
gavofyork added a commit that referenced this pull request Mar 14, 2016
@gavofyork gavofyork merged commit 7ba396b into master Mar 14, 2016
@gavofyork gavofyork deleted the pv63-receipts branch March 14, 2016 19:18
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants