Skip to content

Conversation

@banool
Copy link
Contributor

@banool banool commented Oct 10, 2025

Description

This PR exposes the new ABI field added in aptos-labs/aptos-core#17816.

Test Plan

CI

Related Links

Checklist

  • Have you ran pnpm fmt?
  • Have you updated the CHANGELOG.md?

@banool banool requested a review from a team as a code owner October 10, 2025 09:22
* True if the struct is an enum (e.g. enum MyEnum { A, B, C }), false if it is a
* regular struct (e.g. struct MyStruct { a: u8, b: u8 }).
*/
is_enum: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

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

might want to be `is_enum?: boolean in the short term

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I won't land it until we're live in mainnet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just an update, it's still not live on testnet. Probably another month or something until mainnet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's live on testnet now but still not mainnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants