Skip to content

Conversation

@kselveliev
Copy link
Contributor

@kselveliev kselveliev commented Sep 3, 2025

Description:
Still in draft
Needs fixes for java.lang.NoSuchMethodError: 'void com.swirlds.state.spi.WritableKVStateBase.<init>(java.lang.String, java.lang.String)
Needs fixes in OpcodeActionTracerTest
Needs new states:
LAMBDA_STORAGE, EVM_HOOK_STATES - probably just using the defaults will work

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@kselveliev kselveliev self-assigned this Sep 3, 2025
@lfdt-bot
Copy link

lfdt-bot commented Sep 3, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@Nonnull
@Override
public String getServiceName() {
return super.getStateKey();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really sure about this

@Nonnull
@Override
public String getServiceName() {
return "TokenService";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be improved

frame = setupInitialFrame(tracerOptions);

when(worldUpdater.pendingStorageUpdates()).thenReturn(new ArrayList<>());
when(worldUpdater.parentUpdater()).thenReturn(Optional.of(rootProxyWorldUpdater));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be fixed here

Signed-off-by: Kristiyan Selveliev <[email protected]>
@steven-sheehy steven-sheehy added the dependencies Type: Pull requests that update a dependency file label Sep 4, 2025
api("com.graphql-java:graphql-java-extended-scalars:24.0")
api("com.graphql-java:graphql-java-extended-validation:24.0")
api("com.hedera.hashgraph:app:0.64.3")
api("com.hedera.hashgraph:app:0.65.0")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 0.65.1

@bilyana-gospodinova bilyana-gospodinova self-assigned this Sep 9, 2025
@steven-sheehy steven-sheehy added this to the 0.139.0 milestone Sep 11, 2025
@bilyana-gospodinova
Copy link
Contributor

Closing in favour of #12001

@steven-sheehy steven-sheehy deleted the hedera-app-0.65 branch September 18, 2025 04:33
@steven-sheehy steven-sheehy removed this from the 0.139.0 milestone Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Type: Pull requests that update a dependency file modularized evm web3 Area: Web3 API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants