Antony Denyer
2862ec7e4e
Refactor permissioning config ( #2235 )
...
* refactor: RunnerBuilder Optional<PermissioningConfiguration> args
Remove redundant unpack and re-pack of Optional<PermissioningConfiguration>
Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
* refactor: BesuCommand to more consistent fluent api
Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
* refactor: remove unused builder on own instance
Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Sally MacFarlane
8a1e9ee695
comment containing whitelist ( #2264 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Sally MacFarlane
8235fc718e
ignore these tests for now as the static reference to the signatureAlgorithm breaks other tests ( #2273 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
72360f4cce
Update reference tests ( #2270 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Antoine Toulme
c682ea48ec
Fix discovery packet size ( #2252 )
...
* Fix discovery packet size
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
* Add assertion to check the size of the packet once encoded
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
* code review
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Jason Frame
b55c6b8321
Fix Ibft and Qbft creating header with invalid timestamp ( #2265 )
...
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
4 years ago
Sally MacFarlane
9cc91db40c
Entropy aargh ( #2262 )
...
* rename
* file:
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
3267501c8c
Implement eip 3529 ( #2238 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
garyschulte
a388144f79
add ACCESS_LIST to BlockTransactionSelector ( #2248 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Sally MacFarlane
fa92d328d6
[MINOR] refactor out deprecation in test ( #2231 )
...
* refactor out deprecation
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Saravana Perumal Shanmugam
772a238a3c
force downloadLicenses when clean ( #2104 ) ( #2247 )
...
when clean task is mentioned the lazyDownloadLicenses gets called before the clean runs, but during clean the license-dependency.xml also gets removed hence the checkLicenses.doLast fails. added the check to force downloadLicenses when clean task is going to run
Signed-off-by: Saravana Perumal Shanmugam <perusworld@linux.com>
4 years ago
matkt
1e2411cb17
Fix invalid error codes on some JSON RPC apis ( #2138 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Sally MacFarlane
9c404d9f86
parallelism 6 ( #2249 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
8d47d6c404
implement eip ( #2245 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
9b542bc7ec
Add support for baikal testnet and london network upgrade ( #2237 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Co-authored-by: garyschulte <garyschulte@gmail.com>
4 years ago
garyschulte
4a3e2751c3
Make 2930 accesslist transactions use frontier txn price calculator ( #2239 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
Jason Frame
18fe0e473e
Qbft vote encoding to use empty for drop for extradata to match quorum ( #2232 )
...
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
4 years ago
Sally MacFarlane
cd906766ae
haveged + urandom ( #2240 )
...
* urandom
* haveged
* parallelism back to 8
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
355cc630ef
fix tracing ( #2227 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Sally MacFarlane
c0a1c7081c
refactored perm ATs to remove dupe ( #2230 )
...
* refactored tests to remove dupe
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
David Mechler
b4e14bc356
Add debug_accountAt RPC end point ( #1981 )
...
* Add debug_accountAt RPC end point
Signed-off-by: David Mechler <david.mechler@consensys.net>
* PR comment
Signed-off-by: David Mechler <david.mechler@consensys.net>
Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Sally MacFarlane
a366379629
entropy - reduce parallelism ( #2228 )
...
* reduce parallelism to 6
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
1643e0b5d0
Prevents EIP1559 blocks from being mined before fork ( #2226 )
...
* add check
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
* update test
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
* clean code
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Stefan Pingel
f6d50dcab2
fix goquorum privacy ( #2224 )
...
* fix goquorum privacy
Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
* fix submodule
Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
4 years ago
garyschulte
eaafaaaae8
Address 1559 config assumption ( #2193 )
...
* address assumption that if 1559 is enabled there is a london fork block config
fixes #2192
Signed-off-by: garyschulte <garyschulte@gmail.com>
* fix tests
Signed-off-by: garyschulte <garyschulte@gmail.com>
* spotless. bump
Signed-off-by: garyschulte <garyschulte@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Ratan (Rai) Sur
0733a7d3bb
Add gary as maintainer ( #2206 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
Co-authored-by: matkt <karim.t2am@gmail.com>
4 years ago
matkt
425db2a9ee
bonsai trie : reset updater when there is an invalid block ( #2205 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Sally MacFarlane
e6c1a5a394
reduce blocks required for permissioning related tests ( #2203 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Co-authored-by: mark-terry <36909937+mark-terry@users.noreply.github.com>
4 years ago
Manoj Mamidyala
d2f8b85763
Change dev network chain ID to 1337 ( #2162 )
...
changed the dev network chain ID to 1337 instead of 2018 so that users can connect to Metamask "localhost 8545" network preset using default chainid settings
Signed-off-by: Manoj Mamidyala <manojmamidyala36@gmail.com>
4 years ago
matkt
6543551778
Fix bonsai trie mining ( #2101 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Stefan Pingel
4e63f3c210
fix selection of receive RPC ( #2197 )
...
* fix selection of receive RPC
Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
4 years ago
3nprob
fb42320b74
Make public key decode errors debug level ( #2143 )
...
Make public key decode errors debug level
Resolves #2142
Signed-off-by: 3nprob <3nprob@example.com>
4 years ago
mark-terry
b0043444ca
Removed container test build step. ( #2196 )
...
Signed-off-by: Mark Terry <mark.terry@consensys.net>
4 years ago
Daniel Lehrner
456981ccd5
Added SECP256R1 support to CLI sub command generate-blockchain-config ( #2183 )
...
Signed-off-by: Daniel Lehrner <daniel@io.builders>
4 years ago
Stefan Pingel
8267f90fdd
fix GoQuorum privacy ( #2184 )
...
* fix goQuorum privacy
Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
4 years ago
Ratan (Rai) Sur
efe845b4b1
Remove Misleading Fast-Sync Logging ( #2158 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
matkt
46d4952a70
Bonsai trie : fix consensus issue on ropsten ( #2164 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
aa399b3465
fix concurrent modification exception for bonsai trie( #2152 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
garyschulte
089bfabd9c
add support for 1559 in retesteth besu command ( #2181 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
Daniel Lehrner
d7edb37c39
Add SECP256R1 support ( #2008 )
...
Add SECP256R1 support
Signed-off-by: Daniel Lehrner <daniel@io.builders>
4 years ago
garyschulte
877e582c6b
Remove docker-ro creds from circle ci pipeline ( #2165 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
Jason Frame
8827603c77
Qbft to start round timer after block period expiry ( #2112 )
...
Signed-off-by: Jason Frame jasonwframe@gmail.com
4 years ago
matkt
1b5d849bdf
Add downlink for 21.1.5 release ( #2179 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
5a906f07b8
Prepare for version 21.1.6-SNAPSHOT ( #2178 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
7beccf4eb1
21.1.5 release ( #2176 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Ratan (Rai) Sur
366f38267a
Container Ready Check that Works for Releases ( #2172 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
matkt
0c2bcb5515
Prepare changelog for release 21.1.5 ( #2169 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Ricardo Silva
166f6d724e
Added new job for Quorum Acceptance Tests ( #2122 )
...
* ci/cd: added new job for GoQ Acceptance Tests running against Besu in GoQuorum mode
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* ci/cd: fixed missing workflow config
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: add missing setup_remote_docker
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* gradle: moved configuration to run the GoQ AT to the gradle file and added capturer of artifacts for circleci
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* tidy: remove unused executer
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: remove unused dependency
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* refactor: moved tags to a separate variable
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: increase resource for at executor
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: ignore GoQ AT job to break pipeline
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* feature: updated tags for the GoQ AT
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: formatting
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: remove istanbul tests
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* doc: renaming to Quorum. remove todo.
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: ignore graphql tests
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* feature: add RPC logs to acceptanceTestsQuorum
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: ignore eth-api-signed
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: ignore public estimate gas tests
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
* fix: remove randomness
Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
4 years ago
Jason Frame
1c25b825b0
qbft to not include round number in proposal block ( #2141 )
...
Signed-off-by: Jason Frame jasonwframe@gmail.com
4 years ago
Sally MacFarlane
b5975d7814
buildDocker depends on assemble only ( #2161 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago