BirthdayResearch / jellyfishsdk

DeFiChain Jellyfish SDK & Ecosystem for building modern lite DeFi Applications at scale.
https://jellyfishsdk.com
MIT License
104 stars 36 forks source link

`DeFiCh/ain:1.7.x` RPCs implementation #202

Closed fuxingloh closed 2 years ago

fuxingloh commented 3 years ago

Similar to https://github.com/DeFiCh/jellyfish/issues/48 This tracks all the RPC methods and categories being implemented in jellyfish-api-core. Please tag update this if you want to work on a feature.

As a final docker build is not produced please use the latest 1.7.x docker build for your testcontainers, https://github.com/DeFiCh/jellyfish/pull/184 for more information.

src/masternodes/

rpc_icxorderbook.cpp

rpc_oracles.cpp

src/spv

spv_rpc.cpp

surangap commented 3 years ago

src/masternodes/

rpc_accounts.cpp

rpc_icxorderbook.cpp

rpc_oracles.cpp

rpc_tokens.cpp

src/spv/

spv_rpc.cpp

jingyi2811 commented 3 years ago

Once the pagination feature is added to the C++ code, I need to open back the merged tickets and add test unit accordingly too

Jouzo commented 3 years ago

Reopened to handle https://github.com/DeFiCh/ain/pull/686

cwkang1998 commented 2 years ago

@fuxingloh Closing this as its completed. If there's any new addition please do reopen it.