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 Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 161e1b3 - Browse repository at this point
Copy the full SHA 161e1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a079a - Browse repository at this point
Copy the full SHA c4a079aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ed58c - Browse repository at this point
Copy the full SHA 98ed58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06939d8 - Browse repository at this point
Copy the full SHA 06939d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b625144 - Browse repository at this point
Copy the full SHA b625144View commit details -
Reset blockchain properly (#10669)
* delete BlockDetails from COL_EXTRA * better proofs * added tests * PR suggestions
Configuration menu - View commit details
-
Copy full SHA for a6c03ea - Browse repository at this point
Copy the full SHA a6c03eaView commit details -
adds rpc error message for --no-ancient-blocks (#10608)
* adds error message for --no-ancient-blocks, closes #10261 * Apply suggestions from code review Co-Authored-By: seunlanlege <seunlanlege@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85afcc6 - Browse repository at this point
Copy the full SHA 85afcc6View commit details
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8560755 - Browse repository at this point
Copy the full SHA 8560755View commit details -
Merge branch 'stable-2.4.8-backports' of github.com:paritytech/parity…
…-ethereum into stable-2.4.8-backports
Configuration menu - View commit details
-
Copy full SHA for 2f9c3ed - Browse repository at this point
Copy the full SHA 2f9c3edView commit details -
fix: aura don't add
SystemTime::now()
(#10720)This commit does the following: - Prevent overflow in `verify_timestamp()` by not adding `now` to found faulty timestamp - Use explicit `CheckedSystemTime::checked_add` to prevent potential consensus issues because SystemTime is platform depedent - remove `#[cfg(not(time_checked_add))]` conditional compilation
Configuration menu - View commit details
-
Copy full SHA for f104784 - Browse repository at this point
Copy the full SHA f104784View commit details -
DevP2p: Get node IP address and udp port from Socket, if not included…
… in PING packet (#10705) * get node IP address and udp port from Socket, if not included in PING packet * prevent bootnodes from being added to host nodes * code corrections * code corrections * code corrections * code corrections * docs * code corrections * code corrections * Apply suggestions from code review Co-Authored-By: David <dvdplm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 572a00e - Browse repository at this point
Copy the full SHA 572a00eView commit details -
Revert "fix: aura don't add
SystemTime::now()
(#10720)"This reverts commit f104784.
Configuration menu - View commit details
-
Copy full SHA for d42fc61 - Browse repository at this point
Copy the full SHA d42fc61View commit details -
Add a way to signal shutdown to snapshotting threads (#10744)
* Add a way to signal shutdown to snapshotting threads * Pass Progress to fat_rlps() so we can abort from there too. * Checking for abort in a single spot * Remove nightly-only weak/strong counts * fix warning * Fix tests * Add dummy impl to abort snapshots * Add another dummy impl for TestSnapshotService * Remove debugging code * Return error instead of the odd Ok(()) Switch to AtomicU64
Configuration menu - View commit details
-
Copy full SHA for 624b58a - Browse repository at this point
Copy the full SHA 624b58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9374bb0 - Browse repository at this point
Copy the full SHA 9374bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f8226 - Browse repository at this point
Copy the full SHA e1f8226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b365e - Browse repository at this point
Copy the full SHA 89b365eView 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.