Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix the compatibility issues with daphne (#539)
* feat: define proto for x/token * feat: update proto * feat: add event type enum * feat: add spent and received event * style: lint * refactor: rename file * refactor: refactor send * refactor: update msgs.go * refactor: update codec * refactor: update genesis * refactor: update keys * refactor: update genesis and query proto * refactor: update types * refactor: update genesis and grant * refactor: update servers * feat: add low level events to ease the tracking * refactor: emit legacy events * refactor: update logics * style: lint * fix: update test and fix bugs * test: increase coverage of msgs.go * test: increase coverage of supply.go * style: lint * test: increase coverage of genesis.go * test: increase coverage of the servers * chore: use shorter variation * fix: create account on mint, burn and send (daphne compat) * feat: add operator field to EventModified * fix: make queries for statistics to return errors on not found * docs: update CHANGELOG.md * fix: make key prefixes to start from 0x00 * docs: update comments in tx.proto * docs: update comments in event.proto * docs: update comments in query.proto * docs: update comments on genesis.proto * refactor: add new apis and deprecate the old ones * chore: replace class with contract * refactor: add new queries and deprecate the old ones * fix: set fields of the queries as not nullable * fix: remove event_received and event_spent * refactor: panic if it's not the user's fault * docs: update documentation on tx * docs: update documentation on event * test: fix errors on tests * fix: set granter address of the event empty on issuance. * docs: update comments on ERC777 related specs * docs: update event proto document format * docs: add a comment about empty granter address in the event * docs: update comments in proto * fix: emit client-friendly errors on the queries * feat: return the id of the created token class * chore: rename files * docs: fix comment * refactor: introduce ValidateContractID() * Update x/token/keeper/send.go Co-authored-by: Sujong Lee <[email protected]> * lint: lint test files Co-authored-by: Sujong Lee <[email protected]>
- Loading branch information