-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeFiCh/ain:1.7.x
RPCs implementation
#202
Labels
area/packages
kind/feature
New feature request
sig/blockchain
triage/accepted
Triage has been accepted
Comments
fuxingloh
added
kind/feature
New feature request
triage/accepted
Triage has been accepted
area/jellyfish-api-core
labels
May 10, 2021
fuxingloh
changed the title
May 10, 2021
DeFiCh/ain:1.7.x
RPC implementationDeFiCh/ain:1.7.x
RPCs implementation
This comment has been minimized.
This comment has been minimized.
This was referenced Jun 2, 2021
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Once the pagination feature is added to the C++ code, I need to open back the merged tickets and add test unit accordingly too |
This was referenced Jul 26, 2021
This was referenced Jul 29, 2021
Merged
Reopened to handle DeFiCh/ain#686 |
eli-lim
pushed a commit
that referenced
this issue
Mar 27, 2022
* fix * wip * add poolpair.service * added price ratio and totalLiqudityUsd * add poolpair get service test * revert config * revert mapTokenData * stub testPoolSwap on test * remove unuse comment * fix poolpair.test.ts * fix poolpair.e2e, refine PoolPairData * use static address for testpoolswap * get usdtdfi conv price by getpoolpair, remove testpoolswap * remove log * tight logic on checking poolpair token id * added DFI-token poolpair test * prchanges: rename tokenA/tokenB to ab * pr changes: remove mock, use created fixture * refactor poolpair.service.ts to sync instead of live fetching Co-authored-by: Fuxing Loh <[email protected]>
@fuxingloh Closing this as its completed. If there's any new addition please do reopen it. |
canonbrother
added a commit
that referenced
this issue
Jun 1, 2022
* fix * wip * add poolpair.service * added price ratio and totalLiqudityUsd * add poolpair get service test * revert config * revert mapTokenData * stub testPoolSwap on test * remove unuse comment * fix poolpair.test.ts * fix poolpair.e2e, refine PoolPairData * use static address for testpoolswap * get usdtdfi conv price by getpoolpair, remove testpoolswap * remove log * tight logic on checking poolpair token id * added DFI-token poolpair test * prchanges: rename tokenA/tokenB to ab * pr changes: remove mock, use created fixture * refactor poolpair.service.ts to sync instead of live fetching Co-authored-by: Fuxing Loh <[email protected]>
canonbrother
added a commit
that referenced
this issue
Jun 1, 2022
* fix * wip * add poolpair.service * added price ratio and totalLiqudityUsd * add poolpair get service test * revert config * revert mapTokenData * stub testPoolSwap on test * remove unuse comment * fix poolpair.test.ts * fix poolpair.e2e, refine PoolPairData * use static address for testpoolswap * get usdtdfi conv price by getpoolpair, remove testpoolswap * remove log * tight logic on checking poolpair token id * added DFI-token poolpair test * prchanges: rename tokenA/tokenB to ab * pr changes: remove mock, use created fixture * refactor poolpair.service.ts to sync instead of live fetching Co-authored-by: Fuxing Loh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/packages
kind/feature
New feature request
sig/blockchain
triage/accepted
Triage has been accepted
Similar to #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 yourtestcontainers
, #184 for more information.src/masternodes/
rpc_icxorderbook.cpp
icx_createorder
RPC #398icx_makeoffer
RPC #399icx_closeoffer
RPC #400icx_submitdfchtlc
RPC #404icx_submitexthtlc
RPC #405icx_claimdfchtlc
RPC #406icx_closeorder
RPC #408icx_getorder
RPC #401icx_listorders
RPC #402icx_listhtlcs
RPC #407rpc_oracles.cpp
src/spv
spv_rpc.cpp
The text was updated successfully, but these errors were encountered: