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

Fix "pending" parameter on RPC block requests #1602

Merged
merged 5 commits into from
Jul 14, 2016
Merged

Fix "pending" parameter on RPC block requests #1602

merged 5 commits into from
Jul 14, 2016

Conversation

gavofyork
Copy link
Contributor

No description provided.

@gavofyork gavofyork added the A0-pleasereview 🤓 Pull request needs code review. label Jul 12, 2016
@gavofyork gavofyork changed the title Fix pending Fix "pending" parameter on RPC block requests Jul 12, 2016
block_rlp.append(&self.transactions);
block_rlp.append(&self.uncles);
block_rlp.out()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

should take seal parameter. i would find this useful for minor snapshotting cleanup

@tomusdrw tomusdrw added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 13, 2016
@gavofyork gavofyork added A0-pleasereview 🤓 Pull request needs code review. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Jul 13, 2016
@tomusdrw tomusdrw closed this Jul 14, 2016
@tomusdrw tomusdrw reopened this Jul 14, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 14, 2016
@coveralls
Copy link

coveralls commented Jul 14, 2016

Coverage Status

Changes Unknown when pulling 5d42c58 on fix_pending into * on master*.

@arkpar arkpar merged commit 598833d into master Jul 14, 2016
arkpar pushed a commit that referenced this pull request Jul 15, 2016
* Initial commit.

* Pending blocks work.

* Address grumbles.

* Fix up for new API.
arkpar added a commit that referenced this pull request Jul 15, 2016
* Remove soft-fork stuff.

* Fix tests.

* Fix "pending" parameter on RPC block requests (#1602)

* Initial commit.

* Pending blocks work.

* Address grumbles.

* Fix up for new API.

* Fixed test
@arkpar arkpar deleted the fix_pending branch October 3, 2016 15:36
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.

5 participants