futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add serial_numbers in auction related events

leo-plugdefi opened this issue · comments

When developing Mark, the team have noticed that the Bid event emits the serial_numbers field. However, the AuctionClose and AuctionSold events do not emit the same field. This inconsistency makes it difficult for the event processor to efficiently process auction events. It would be beneficial to add the "serial_numbers" field to these two events to ensure consistency and convenience. Appreciate it.