Skip to content

Tags: breadwallet/parity-ethereum

Tags

stable.BRD.v2.3.5

Toggle stable.BRD.v2.3.5's commit message
BRD Light Client Focus

stable.BRD.v2.2.8

Toggle stable.BRD.v2.2.8's commit message

nightly

Toggle nightly's commit message
RPC: parity_getBlockReceipts (openethereum#9527)

* Block receipts RPC.

* Use lazy evaluation of block receipts (ecrecover).

* Optimize transaction_receipt to prevent performance regression.

* Fix RPC grumbles.

* Add block & transaction receipt tests.

* Fix conversion to block id.

v2.2.0-rc0

Toggle v2.2.0-rc0's commit message

Unverified

This user has not yet uploaded their public signing key.
ci: fix regex 🙄

v2.1.0-rc4

Toggle v2.1.0-rc4's commit message

Unverified

This user has not yet uploaded their public signing key.
Increase Gas-floor-target and Gas Cap (openethereum#9564)

+ Gas-floor-target increased to 8M by default

+ Gas-cap increased to 10M by default

v2.0.5-rc0

Toggle v2.0.5-rc0's commit message
Improve P2P discovery (openethereum#9526)

* Add `target` to Rust traces

* network-devp2p: Don't remove discovery peer in main sync

* network-p2p: Refresh discovery more often

* Update Peer discovery protocol

* Run discovery more often when not enough nodes connected

* Start the first discovery early

* Update fast discovery rate

* Fix tests

* Fix `ping` tests

* Fixing remote Node address ; adding PingPong round

* Fix tests: update new +1 PingPong round

* Increase slow Discovery rate
Check in flight FindNode before pings

* Add `deprecated` to deprecated_echo_hash

* Refactor `discovery_round` branching