besu GitHub

PR #2193 Address 1559 config assumption
address assumption that if 1559 is enabled there is a london fork block config fixes #2192 Signed-off-by: garyschulte <garyschulte@gmail.com> ## PR description ## Fixed Issue(s) ## Changelog - [X] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-26 23:47:06 +0000 UTC
PR #2185 Ignoring changelog modification on CI
Signed-off-by: Karim TAAM <karim.t2am@gmail.com> ## PR description During releases we can waste time waiting for the pipeline while we only change the CHANGELOG. This PR will not run the tests if we only modify the CHANGELOG ## Fixed Issue(s) ## Changelog - [x] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-23 13:45:54 +0000 UTC
PR #2184 fix GoQuorum privacy
The /receive RPC method that was used by Besu to retrieve private transactions in qoQuorum privacy mode from Tessera has been removed. This PR changes Besu to use the same RPC that is used by GoQuorum. Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
Created At 2021-04-23 03:13:46 +0000 UTC
PR #2183 Add SECP256R1 support to CLI sub command generate-blockchain-config
Support for secp256r1 is added to the CLI sub command `generate-blockchain-config`. The command checks if the genesis property of the configuration file has a field `ecCurve`. This field is used to select the alternative signature algorithm secp256r1. If secp256r1 is indeed set, the public keys in extraData are generated using this signature algorithm. In any other case the default signature algorithm is used. If the public keys are already provided in the blockchain property of the configuration file, it is verified if those keys are valid for the selected signature algorithm. This avoids that a user error could generate a genesis file with invalid keys. ## Fixed Issue(s) Fixes #2182 ## Changelog - [x] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-22 20:53:26 +0000 UTC
PR #2181 add support for 1559 in retesteth besu command
Signed-off-by: garyschulte <garyschulte@gmail.com> ## PR description * add support for 1559 in test_setChainParams * add a "1559 at genesis" provision This pr kicks the can down the road for 2 things: * hardfork naming * 1559 baseFee as a part of genesis json configuration the first is NBD, but we might want to incorporate baseFee in genesis config at some point. Probably once we move 1559 out of 'experimental' status. ## Fixed Issue(s) fixes #2180 ## Changelog - [X] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-21 22:03:44 +0000 UTC
PR #2179 Add downlink for 21.1.5 release
Signed-off-by: Karim TAAM <karim.t2am@gmail.com> ## PR description ## Fixed Issue(s) ## Changelog - [x] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-21 17:54:42 +0000 UTC
PR #2178 Prepare for version 21.1.6-SNAPSHOT
</td> </tr> </table>
Created At 2021-04-21 17:23:47 +0000 UTC
</div>
PR #2176 Release 21.1.5
</td> </tr> </table>
Created At 2021-04-21 16:52:26 +0000 UTC
</div>
PR #2172 check that doesn't break during release
`dev` isn't present in the version string during a release. `besu` is, however.
Created At 2021-04-21 16:27:21 +0000 UTC
PR #2169 Prepare changelog for release 21.1.5
Signed-off-by: Karim TAAM <karim.t2am@gmail.com> ## PR description ## Fixed Issue(s) ## Changelog - [x] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-21 15:19:08 +0000 UTC
PR #2166 Tessera Orion-mode privacy ATs
## PR description ## Fixed Issue(s) ## Changelog - [ ] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
Created At 2021-04-21 04:23:25 +0000 UTC