near / near-discovery

The homebase for Near Builders
https://dev.near.org
The Unlicense
49 stars 73 forks source link

keypom/fydp-secondary-market/ silently fails on event creation batch call from keypom ticketing contract #1263

Closed charleslavon closed 3 months ago

charleslavon commented 3 months ago

Describe the bug On the event creation flow, when create_drop_batch is used with minimal params, no start datetime or end datetime, the create drop batch call to 1717013187496-kp-ticketing.testnet will succeed but the callback xcontract call to create_event on the marketing contract, v0.marketplace-exp.testnet (in sync with keypom/fydp-secondary-marke#feat/templates) fails with the error "FunctionCallError": { "ExecutionError": "Smart contract panicked: Start time must be before end time!" }