You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/standalone/TransactionExecutorsTest.java
Copy file name to clipboardExpand all lines: hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/exec/gas/CustomGasCalculator.java
-5
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,6 @@ public long logOperationGasCost(
74
74
returnMath.max(evmGasCost, hevmGasCost);
75
75
}
76
76
77
-
@Override
78
-
publiclongcodeDepositGasCost(finalintcodeSize) {
79
-
return0L;
80
-
}
81
-
82
77
/**
83
78
* Gas charge to do a signature verification for an ED key.
Copy file name to clipboardExpand all lines: hedera-node/hedera-smart-contract-service-impl/src/test/java/com/hedera/node/app/service/contract/impl/test/exec/gas/CustomGasCalculatorTest.java
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/junit/support/validators/HgcaaLogValidator.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ private static class ProblemTracker {
96
96
List.of("No pending blocks found"),
97
97
List.of("Forcing handoff to construction", "with different target roster"),
98
98
List.of("HintsSubmissions", "Failed to submit", "(PLATFORM_NOT_ACTIVE)"),
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/ethereum/EthereumSuite.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ final Stream<DynamicTest> sendingLargerBalanceThanAvailableFailsGracefully() {
167
167
.bytecode(TOKEN_CREATE_CONTRACT)
168
168
.gasPrice(10L)
169
169
.maxGasAllowance(ONE_HUNDRED_HBARS)
170
-
.gasLimit(1_000_000L)
170
+
.gasLimit(4_000_000L)
171
171
.hasKnownStatusFrom(SUCCESS)
172
172
.via("deployTokenCreateContract"),
173
173
getContractInfo(TOKEN_CREATE_CONTRACT)
@@ -1098,7 +1098,7 @@ final Stream<DynamicTest> etx007FungibleTokenCreateWithFeesHappyPath() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/ethereum/HelloWorldEthereumSuite.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -516,7 +516,7 @@ final Stream<DynamicTest> idVariantsTreatedAsExpected() {
516
516
.payingWith(RELAYER)
517
517
.nonce(0)
518
518
.maxGasAllowance(ONE_HUNDRED_HBARS)
519
-
.gasLimit(1_000_000L)));
519
+
.gasLimit(4_000_000L)));
520
520
}
521
521
522
522
@HapiTest
@@ -536,7 +536,7 @@ final Stream<DynamicTest> bigContractCreate() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/ethereum/JumboTransactionsEnabledTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ public Stream<DynamicTest> ethereumContractCreateJumboTxnMoreThen6Kb() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/evm/Evm46ValidationSuite.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1122,7 +1122,7 @@ final Stream<DynamicTest> internalCallsAgainstSystemAccountsWithValue() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hapi/ContractCallSuite.java
+11-8
Original file line number
Diff line number
Diff line change
@@ -702,7 +702,7 @@ final Stream<DynamicTest> bitcarbonTestStillPasses() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hapi/ContractCreateSuite.java
+20-1
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,10 @@ final Stream<DynamicTest> contractCreationsHaveValidAssociations() {
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hapi/ContractStateSuite.java
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hips/hip583/CreateWithAliasDisabledTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ final Stream<DynamicTest> createTokenWithInvalidFeeCollector() {
0 commit comments