Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Update lisk-engine endpoints to be compatible with lisk-sdk #93

Open
shuse2 opened this issue Mar 10, 2023 · 0 comments
Open

Update lisk-engine endpoints to be compatible with lisk-sdk #93

shuse2 opened this issue Mar 10, 2023 · 0 comments

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Mar 10, 2023

Description

  • Fix name of chain_getGetBlockByID
  • Add chain_getBlocksByIDs
  • Add chain_getBlocksByHeightBetween
  • Add chain_getTransactionsByIDs
  • Add chain_getTransactionsByHeight
  • Add chain_getAssetsByHeight
  • Add chain_getEvents
  • Add chain_proveEvents
  • Add chain_getGeneratorList
  • Add chain_areHeadersContradicting
  • Add consensus_getBFTParameters
  • Add consensus_getBFTHeights
  • Add state_prove
  • Add txpool_dryRunTransaction

Check existing endpoints if they match the format

Acceptance Criteria

  • Add the above mentioned endpoints with unit test
  • Check from debug app if those endpoints are working

Additional Information

For request/response format, refer to

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant