This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commits on May 7, 2018
-
Fetching logs by hash in blockchain database (openethereum#8463)
* Fetch logs by hash in blockchain database * Fix tests * Add unit test for branch block logs fetching * Add docs that blocks must already be sorted * Handle branch block cases properly * typo: empty -> is_empty * Remove return_empty_if_none by using a closure * Use BTreeSet to avoid sorting again * Move is_canon to BlockChain * typo: pass value by reference * Use loop and wrap inside blocks to simplify the code Borrowed from openethereum#8463 (comment) * typo: missed a comment
Configuration menu - View commit details
-
Copy full SHA for 1aed04f - Browse repository at this point
Copy the full SHA 1aed04fView commit details -
Pass on storage keys tracing to handle the case when it is not modifi…
…ed (openethereum#8491) * Pass on storage keys even if it is not modified * typo: account and storage query `to_pod_diff` builds both `touched_addresses` merge and storage keys merge. * Fix tests * Use state query directly because of suicided accounts * Fix a RefCell borrow issue * Add tests for unmodified storage trace * Address grumbles * typo: remove unwanted empty line * ensure_cached compiles with the original signature
Configuration menu - View commit details
-
Copy full SHA for 6f81541 - Browse repository at this point
Copy the full SHA 6f81541View commit details -
Update wasmi and pwasm-utils (openethereum#8493)
* Update wasmi to 0.2 New wasmi supports 32bit platforms and no longer requires a special feature to build for such platforms. * Update pwasm-utils to 0.1.5
Configuration menu - View commit details
-
Copy full SHA for ceb89f4 - Browse repository at this point
Copy the full SHA ceb89f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d049df - Browse repository at this point
Copy the full SHA 6d049dfView commit details -
Enable WebAssembly and Byzantium for Ellaism (openethereum#8520)
* Enable WebAssembly and Byzantium for Ellaism * Fix indentation * Remove empty lines
Configuration menu - View commit details
-
Copy full SHA for a2777cf - Browse repository at this point
Copy the full SHA a2777cfView commit details -
Don't panic in import_block if invalid rlp (openethereum#8522)
* Don't panic in import_block if invalid rlp * Remove redundant type annotation * Replace RLP header view usage with safe decoding Using the view will panic with invalid RLP. Here we use Rlp decoding directly which will return a `Result<_, DecoderError>`. While this path currently should not have any invalid RLP - it makes it safer if ever called with invalid RLP from other code paths.
Configuration menu - View commit details
-
Copy full SHA for 646f1b0 - Browse repository at this point
Copy the full SHA 646f1b0View commit details -
Node table sorting according to last contact data (openethereum#8541)
* network-devp2p: sort nodes in node table using last contact data * network-devp2p: rename node contact types in node table json output * network-devp2p: fix node table tests * network-devp2p: note node failure when failed to establish connection * network-devp2p: handle UselessPeer error * network-devp2p: note failure when marking node as useless
Configuration menu - View commit details
-
Copy full SHA for 102a348 - Browse repository at this point
Copy the full SHA 102a348View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.