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 Jun 11, 2024. It is now read-only.
The wallets require the information to determine the native token for a given chain before they can create the voting transactions. Lisk Service will need to update the /api/v3/dpos/constants endpoint to provide the said information once the SDK creates the necessary endpoint which should be available after the LiskArchive/lisk-sdk#7622 epic is complete.
Update the following endpoint.
Current:
HTTP GET /api/v3/dpos/constants
RPC get.dpos.constants
Expected:
HTTP GET /api/v3/pos/constants
RPC get.pos.constants
Acceptance Criteria
The endpoints are updated as expected above
The response body is up-to-date
All the methods, variables, files are renamed and refactored appropriately
Description
The wallets require the information to determine the native token for a given chain before they can create the voting transactions. Lisk Service will need to update the
/api/v3/dpos/constants
endpoint to provide the said information once the SDK creates the necessary endpoint which should be available after the LiskArchive/lisk-sdk#7622 epic is complete.Update the following endpoint.
Current:
Expected:
Acceptance Criteria
Additional information
Response:
200 OK
The text was updated successfully, but these errors were encountered: