canonbrother
canonbrother
Working on `blockchain.cpp` 1. getblock 2. getblockhash 3. getblockcount
Working on `blockhain.cpp` 1. gettxxout
Working on (late update, DONE) `blockhain.cpp` 1. getrawmempool `wallet.cpp` 1. wallet.getNewAddress 2. wallet.getAddressInfo 3. wallet.validateAddress 4. wallet.listAddressGroupings 5. wallet.getWalletInfo 6. wallet.setWalletFlag 7. wallet.sendToAddress 8. wallet.createWallet
Working on `rpc_tokens.cpp` (improving tests) 1. listokens 2. gettoken 3. createtoken 4. updatetoken
Working on `rpc_poolpair.cpp` (improving tests) 1. listPoolPairs 2. getPoolPair 3. listPoolShares 4. createPoolPair 5. addPoolLiquidity
Working `rpc_accounts.cpp` 1. listaccounts 2. getaccount 3. gettokenbalances 4. listaccounthistory
@eli-lim can try link with `HEAD-1534bc4`? see if its good..
> It seems like listFutureSwap requires address as input. I wonder can we list all the items without an address? Because every time we call listFutureSwap, it actually meant for...
> > transferdomain src dst tokenAmount(eg: 1@DFI) nonce(optional) > > Are we inferring the domains ? was removed.. as just found out the domain can be justified via `to` automatically.....
> Shouldn't we add an additional optional domain to be future proof, i.e. for when we add support to UTXO ? hmm.. yea.. finishing up the basic first.. now impl...