File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1+ ## OpenEthereum v3.2.2-rc.1
2+
3+ Bug fixes:
4+ * Backport: Block sync stopped without any errors. #277 (#286 )
5+ * Strict memory order (#306 )
6+
7+ Enhancements:
8+ * Executable queue for ancient blocks inclusion (#208 )
9+ * Backport AuRa commits for xdai (#330 )
10+ * Add Nethermind to clients that accept service transactions (#324 )
11+ * Implement the filter argument in parity_pendingTransactions (#295 )
12+ * Ethereum-types and various libs upgraded (#315 )
13+ * Bump ethereum/tests to v8.0.2
14+ * [ evmbin] Omit storage output, now for std-json (#311 )
15+ * Freeze pruning while creating snapshot (#205 )
16+ * AuRa multi block reward (#290 )
17+ * Improved metrics. DB read/write. prometheus prefix config (#240 )
18+ * Send RLPx auth in EIP-8 format (#287 )
19+ * rpc module reverted for RPC JSON api (#284 )
20+ * Revert "Remove eth/63 protocol version (#252 )"
21+
22+ devops:
23+ * Upgrade docker alpine to ` v1.13.2 ` . for rust ` v1.47 ` .
24+ * Send SIGTERM instead of SIGHUP to OE daemon (#317 )
25+
126## OpenEthereum v3.2.1
227
328Hot fix issue, related to initial sync:
Original file line number Diff line number Diff line change 22description = " OpenEthereum"
33name = " openethereum"
44# NOTE Make sure to update util/version/Cargo.toml as well
5- version = " 3.2.1"
5+ version = " 3.2.2-rc. 1"
66license = " GPL-3.0"
77authors = [
88" OpenEthereum developers" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " parity-version"
33# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4- version = " 3.2.1"
4+ version = " 3.2.2-rc. 1"
55authors = [" Parity Technologies <admin@parity.io>" ]
66build = " build.rs"
77
You can’t perform that action at this time.
0 commit comments