|
|
|
@ -663,11 +663,11 @@ task acceptanceTestsQuorum { |
|
|
|
|
* Not available features in Besu: privacy-enhancements-disabled, extension |
|
|
|
|
* Not available RPC methods in Besu: async, storage-root, get-quorum-payload, personal-api-signed |
|
|
|
|
* |
|
|
|
|
* Ignored for now (privacy-polishing): graphql, eth-api-signed |
|
|
|
|
* Ignored for now (privacy-polishing): graphql, eth-api-signed, spam |
|
|
|
|
* |
|
|
|
|
* LOGGING_LEVEL_COM_QUORUM_GAUGE=DEBUG -- enables HTTP JSON-RPC logging |
|
|
|
|
*/ |
|
|
|
|
def tags = "(basic && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2" |
|
|
|
|
def tags = "(basic && !spam && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2" |
|
|
|
|
|
|
|
|
|
doLast { |
|
|
|
|
exec { |
|
|
|
|