-
Notifications
You must be signed in to change notification settings - Fork 2
json/bson encoder/decoder doesn't reflect the latest update #40
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
JSON, BSON marshalers must reflect the latest update.
Actual Behavior
Some marshalers doesn't reflect the latest update.
For example, approve-item json doesn't have contract and collection.
| type ApproveItemJSONMarshaler struct { |
type ApproveItemJSONMarshaler struct {
hint.BaseHinter
Approved base.Address `json:"approved"`
NFT nft.NFTID `json:"nft"`
Currency currency.CurrencyID `json:"currency"`
}Steps to Reproduce the Problem
omit; the project should be reviewed as a whole.
Specifications
- commit; 7cb90dc
- os; macos ventura
- go version; go1.19
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working