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

Fixing RPC Filter conversion to EthFilter #2500

Merged
merged 1 commit into from
Oct 7, 2016
Merged

Fixing RPC Filter conversion to EthFilter #2500

merged 1 commit into from
Oct 7, 2016

Conversation

tomusdrw
Copy link
Collaborator

@tomusdrw tomusdrw commented Oct 6, 2016

Fixes: #2485

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. B0-patch labels Oct 6, 2016
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 86.384% when pulling f2ccc06 on logs-fix into 6c1b2fb on master.

@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 7, 2016
}).collect()).into_iter();

vec![
iter.next().unwrap_or(None),
Copy link
Collaborator

Choose a reason for hiding this comment

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

why iter.next().unwrap_or(None) instead of just iter.next()?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

iter.next() returns Option<Option<Vec>> we need Option<Vec>

@arkpar arkpar added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Oct 7, 2016
@tomusdrw tomusdrw added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. labels Oct 7, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. labels Oct 7, 2016
@arkpar arkpar merged commit d9ca01c into master Oct 7, 2016
@tomusdrw tomusdrw deleted the logs-fix branch October 7, 2016 11:18
@danfinlay
Copy link

I'm not really familiar with your release schedule, when can I look forward to this fix being in a published version?

@rphmeier
Copy link
Contributor

rphmeier commented Oct 7, 2016

@FlySwatter This fix was actually backported to the beta branch and should be included in the 1.3.4 release that was made earlier today: https://github.com/ethcore/parity/pull/2501

jacogr added a commit that referenced this pull request Oct 8, 2016
* js: (228 commits)
  registration in place
  Backports to master (#2530)
  lookup hash
  ethcore_hashContent call
  single input for commit/filename
  basic githubhint layout
  Handle reorganizations in the state cache (#2490)
  terminate after 30 seconds (#2513)
  allow updates of the secure token
  Using pending block only if not old (#2514)
  Caching optimizations (#2505)
  rework connection display
  basic test for manual token
  Fixed overflow panic in handshake_panic (#2495)
  Trim password from file (#2503)
  Fixing RPC Filter conversion to EthFilter (#2500)
  init token updates take place
  initial token connection - WIP
  Fixing error message for transactions (#2496)
  Adjustable stack size for EVM (#2483)
  ...

# Conflicts:
#	js/src/dapps/registry/Application/application.js
#	js/src/dapps/registry/Container.js
#	js/src/dapps/registry/actions.js
#	js/src/dapps/registry/reducers.js
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
None yet
Development

Successfully merging this pull request may close these issues.

5 participants