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
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.
mitum-nft/nft/collection/approve_item_json.go
Line 15 in 7cb90dc
Steps to Reproduce the Problem
omit; the project should be reviewed as a whole.
Specifications