Skip to content

Add Batch Quest Creation Function #220

@Mkalbani

Description

@Mkalbani

Description

Creating multiple quests requires separate transactions, which is expensive and slow during large game deployments.

Expected Behavior

Admins or quest creators should be able to create multiple quests in a single transaction.

Proposed Changes

function createQuestBatch(QuestParams[] calldata quests) external;

Acceptance Criteria

  • Batch creation works for arrays of any valid size
  • Gas usage is measurably lower than equivalent individual calls
  • Tests cover batch success and partial failure scenarios

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions