Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ocean: api address get account history (#2967)
* script activity indexer * refine + helper::check_if_evm_tx + error::NotFoundIndex * fmt * api * fmt * fix * fmt * Ocean: indexer script unspent + api.address.list_transactions_unspent (#2948) * script unspent indexer * list_tx_unspent api * fmt * Ocean: indexer script aggregation + api.address.get_balance & get_aggregation (#2949) * script aggregation indexer * fmt * address api: get_balance + get_aggregation * get_balance return string * decimal to string as deserialize not support in decimal * fix NotFoundIndex params * fix script agg indexer * ScriptAggregationResponse * 8 decimal * decimal -> f64 * map api resp & fix sorting * fix paginate * fmt * script activity uses find_tx_vout * fix tx getvouts sort asc * fix indexer_script_activity, index_tx order correction, refine find_tx_vout, rm unuse * resp mapping * fmt * rust-defichain-rpc main * script activity indexer * address list tokens * rm dup import * fmt * get_acc_history * rm log * use anyhow::Context --------- Co-authored-by: Jouzo <[email protected]>
- Loading branch information