Skip to content

Conversation

@pinosu
Copy link
Contributor

@pinosu pinosu commented Oct 27, 2025

Resolves #2386

@pinosu pinosu changed the title Fix ContractInfo protobuf message [WIP] Fix ContractInfo protobuf message Oct 27, 2025
@pinosu pinosu requested a review from DariuszDepta October 31, 2025 12:22
@pinosu pinosu changed the title [WIP] Fix ContractInfo protobuf message Fix ContractInfo protobuf message Oct 31, 2025
Copy link
Member

@DariuszDepta DariuszDepta left a comment

Choose a reason for hiding this comment

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

LGTM

| `admin` | [string](#string) | | Admin is an optional address that can execute migrations |
| `label` | [string](#string) | | Label is optional metadata to be stored with a contract instance. |
| `created` | [AbsoluteTxPosition](#cosmwasm.wasm.v1.AbsoluteTxPosition) | | Created Tx position when the contract was instantiated. |
| `ibc_port_id` | [string](#string) | | |
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we could add some description here.

| `ibc_port_id` | [string](#string) | | |
| `ibc2_port_id` | [string](#string) | | |
| `extension` | [google.protobuf.Any](#google.protobuf.Any) | | Extension is an extension point to store custom metadata within the persistence model. |
| `ibc2_port_id` | [string](#string) | | |
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we could add some description here.

@pinosu pinosu merged commit 6cbaaae into main Nov 4, 2025
17 checks passed
@pinosu pinosu deleted the fix_api_breaking_changes branch November 4, 2025 14:45
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.

Breaking change in ContractInfo protobuf message

3 participants