You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Expand endpoint from: /{version}/rate/from/{fromDomainID}/to/{toDomainID}/resourceid/{resourceID}
to something like this: /{version}/rate/from/{fromDomainID}/to/{toDomainID}/resourceid/{resourceID}/gasLimit/{msgGasLimit}
Add this gas limit information to the signed fee data.
Do some basic value checks on this parameter
Testing details
Expand unit and e2e tests based on changes
Acceptance Criteria
Passing unit/e2e tests
Working endpoint
The text was updated successfully, but these errors were encountered:
Implementation details
Expand endpoint from:
/{version}/rate/from/{fromDomainID}/to/{toDomainID}/resourceid/{resourceID}
to something like this:
/{version}/rate/from/{fromDomainID}/to/{toDomainID}/resourceid/{resourceID}/gasLimit/{msgGasLimit}
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: