- Add
initial_status
field in the create event. - Change to match the
TokenIdU64
type for theitem_id
field in the create event and update event.
- Fix memory leak in the
indexer
by disabling thebump_alloc
as the global allocator.
- Initial
indexer
andserver
.