Skip to content
This repository was archived by the owner on Sep 26, 2019. It is now read-only.

Commit 9b14345

Browse files
MadelineMurrayajsutton
authored andcommitted
1.2.2 release (#1890)
1 parent 3ca6605 commit 9b14345

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,49 @@ From v1.2, Pantheon requires Java 11. Pantheon on Java 8 is no longer supported
99
In v1.2, we removed the entry-point script from our Docker image. Refer to the [migration guide](https://docs.pantheon.pegasys.tech/en/latest/Deploying-Pantheon/High-Availability/)
1010
for information on options that were previously automatically added to the Pantheon command line.
1111

12+
## 1.2.2
13+
14+
### Additions and Improvements
15+
- Support large numbers for the `--network-id` option [\#1891](https://github.com/PegaSysEng/pantheon/pull/1891)
16+
- Added eea\_getTransactionCount Json Rpc [\#1861](https://github.com/PegaSysEng/pantheon/pull/1861)
17+
- PrivacyMarkerTransaction to be signed with a randomly generated key [\#1844](https://github.com/PegaSysEng/pantheon/pull/1844)
18+
- Implement eth\_getproof JSON RPC API [\#1824](https://github.com/PegaSysEng/pantheon/pull/1824) (thanks to [matkt](https://github.com/matkt))
19+
- Documentation updates include:
20+
- [Improved navigation](https://docs.pantheon.pegasys.tech/en/latest/)
21+
- [Added permissioning diagram](https://docs.pantheon.pegasys.tech/en/latest/Concepts/Permissioning/Permissioning-Overview/#onchain)
22+
- [Added Responsible Disclosure policy](https://docs.pantheon.pegasys.tech/en/latest/Reference/Responsible-Disclosure/)
23+
- [Added `blocks export` subcommand](https://docs.pantheon.pegasys.tech/en/latest/Reference/Pantheon-CLI/Pantheon-CLI-Subcommands/#export)
24+
25+
### Technical Improvements
26+
- Update the `pantheon blocks export` command usage [\#1887](https://github.com/PegaSysEng/pantheon/pull/1887) (thanks to [matkt](https://github.com/matkt))
27+
- Stop Returning null for 'pending' RPC calls [\#1883](https://github.com/PegaSysEng/pantheon/pull/1883)
28+
- Blake validation errors are hard errors [\#1882](https://github.com/PegaSysEng/pantheon/pull/1882)
29+
- Add test cases for trace\_replayBlockTransactions [\#1881](https://github.com/PegaSysEng/pantheon/pull/1881)
30+
- Simplify json rpc spec test setup [\#1880](https://github.com/PegaSysEng/pantheon/pull/1880)
31+
- Tweak JSON import format [\#1878](https://github.com/PegaSysEng/pantheon/pull/1878)
32+
- Transactions listeners should use the subscriber pattern [\#1877](https://github.com/PegaSysEng/pantheon/pull/1877)
33+
- Maven spotless [\#1876](https://github.com/PegaSysEng/pantheon/pull/1876)
34+
- Don't cache for localbalance [\#1875](https://github.com/PegaSysEng/pantheon/pull/1875)
35+
- EIP-1108 - Reprice alt\_bn128 [\#1874](https://github.com/PegaSysEng/pantheon/pull/1874)
36+
- Create stub trace\_replayBlockTransactions json-rpc method [\#1873](https://github.com/PegaSysEng/pantheon/pull/1873)
37+
- Improve trace log [\#1870](https://github.com/PegaSysEng/pantheon/pull/1870)
38+
- Pruning Command Line Flags [\#1869](https://github.com/PegaSysEng/pantheon/pull/1869)
39+
- Re-enable istanbul [\#1865](https://github.com/PegaSysEng/pantheon/pull/1865)
40+
- Fix logic to disconnect from peers on fork [\#1863](https://github.com/PegaSysEng/pantheon/pull/1863)
41+
- Blake 2b tweaks [\#1862](https://github.com/PegaSysEng/pantheon/pull/1862)
42+
- Sweep state roots before child nodes [\#1854](https://github.com/PegaSysEng/pantheon/pull/1854)
43+
- Update export subcommand to export blocks in rlp format [\#1852](https://github.com/PegaSysEng/pantheon/pull/1852)
44+
- Updating docker tests to make it easier to follow & ensure it listens on the right interface on docker [\#1851](https://github.com/PegaSysEng/pantheon/pull/1851)
45+
- Disable Istanbul block [\#1849](https://github.com/PegaSysEng/pantheon/pull/1849)
46+
- Add read-only blockchain factory method [\#1845](https://github.com/PegaSysEng/pantheon/pull/1845)
47+
- Removing the release plugin in favour of the new process with branches [\#1843](https://github.com/PegaSysEng/pantheon/pull/1843)
48+
- Update Görli bootnodes [\#1842](https://github.com/PegaSysEng/pantheon/pull/1842)
49+
- Upgrade graphql library to version 13.0 [\#1834](https://github.com/PegaSysEng/pantheon/pull/1834)
50+
- Database versioning and enable multi-column database [\#1830](https://github.com/PegaSysEng/pantheon/pull/1830)
51+
- Fixes invalid JsonGetter, comment [\#1811](https://github.com/PegaSysEng/pantheon/pull/1811) (thanks to [josh-richardson](https://github.com/josh-richardson))
52+
- Add EthSigner acceptance test [\#1655](https://github.com/PegaSysEng/pantheon/pull/1655) (thanks to [iikirilov](https://github.com/iikirilov))
53+
- Support plugin Richdata APIs via implementation [\#1581](https://github.com/PegaSysEng/pantheon/pull/1581)
54+
1255
## 1.2.1
1356

1457
### Additions and Improvements

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.jvmargs=-Xmx1g
2-
version=1.2.2-SNAPSHOT
2+
version=1.2.2

0 commit comments

Comments
 (0)