mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
Enabled the 'get-quorum-payload' GQ ATs. (#2526)
Signed-off-by: Mark Terry <mark.terry@consensys.net>
This commit is contained in:
@@ -662,13 +662,13 @@ task acceptanceTestsQuorum {
|
||||
*
|
||||
* Filter only for spam tests supported by Besu: (spam && raw)
|
||||
* Not available features in Besu: privacy-enhancements-disabled, extension, mps
|
||||
* Not available RPC methods in Besu: async, storage-root, get-quorum-payload, personal-api-signed
|
||||
* Not available RPC methods in Besu: async, storage-root, personal-api-signed
|
||||
*
|
||||
* Ignored for now (privacy-polishing): eth-api-signed, nosupport
|
||||
*
|
||||
* LOGGING_LEVEL_COM_QUORUM_GAUGE=DEBUG -- enables HTTP JSON-RPC logging
|
||||
*/
|
||||
def tags = "(basic && !nosupport && !mps && (spam && raw) && !eth-api-signed && !privacy-enhancements-disabled && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2"
|
||||
def tags = "(basic && !nosupport && !mps && (spam && raw) && !eth-api-signed && !privacy-enhancements-disabled && !async && !extension && !storage-root && !personal-api-signed) || networks/typical-besu::ibft2"
|
||||
|
||||
doLast {
|
||||
exec {
|
||||
|
||||
Reference in New Issue
Block a user