sora2-network
sora2-network copied to clipboard
[Tech]: Liquidity proxy + TBC pallets enhancements
Problem statement
While working on #876 we found out a few minor problems with the pallets:
- Variable/fields naming in TBC pallet is out of date
- Buy back and burn is hard to observe externally (for users & explorers)
-
Exchange
event is not always produced when exchange happens
Description
No response
Definition of Done
- [x] TBC naming is fixed (corresponds to the wiki)
- [ ] Migrations are ready (names of the tech accounts are changed)
- [ ] Event of BBB is created and produced, where applicable
- [x]
Exchange
event is triggered on eachexchange
(vialiquidity_proxy
)
Requirements
No response