Hi, we're using the Dfinity rosetta node in production, and we noticed a breaking change in protocol recently. Before version v1.2.0, the `/construction/derive/` can be called without metadata. After v1.2.0, there will be an error said "`account_type` is missing". The reason might be this code: https://github.com/dfinity/rosetta-node/blob/f33f0131588b52883bc00f600775b944cfed7774/rosetta-api/src/models.rs#L577 We suggest note the breaking changes like this in document or changelog.
Hi, we're using the Dfinity rosetta node in production, and we noticed a breaking change in protocol recently.
Before version v1.2.0, the
/construction/derive/can be called without metadata. After v1.2.0, there will be an error said "account_typeis missing".The reason might be this code:
rosetta-node/rosetta-api/src/models.rs
Line 577 in f33f013
We suggest note the breaking changes like this in document or changelog.