Skip to content

feat: add creator_address field to OpenAPI and world schema#781

Merged
AndresMorelos merged 2 commits intomasterfrom
feat/return-creator-address-for-worlds
Jan 9, 2026
Merged

feat: add creator_address field to OpenAPI and world schema#781
AndresMorelos merged 2 commits intomasterfrom
feat/return-creator-address-for-worlds

Conversation

@AndresMorelos
Copy link
Contributor

  • Introduced creator_address as a new field in the OpenAPI specification and the world schema.
  • The field is defined as a string with a maximum length of 42 characters, following the Ethereum address format.

- Introduced creator_address as a new field in the OpenAPI specification and the world schema.
- The field is defined as a string with a maximum length of 42 characters, following the Ethereum address format.
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Pull Request Test Coverage Report for Build 20862480255

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.726%

Totals Coverage Status
Change from base Build 20854277001: 0.0%
Covered Lines: 13649
Relevant Lines: 14529

💛 - Coveralls

maxLength: 42,
description: "The creator's wallet address",
pattern: "^0x[a-fA-F0-9]{40}$",
nullable: true as any,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is true set as any?

@AndresMorelos AndresMorelos merged commit 5132fa9 into master Jan 9, 2026
3 checks passed
@AndresMorelos AndresMorelos deleted the feat/return-creator-address-for-worlds branch January 9, 2026 20:03
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.

2 participants