freddiecoleman / chia-client

TypeScript client for Chia RPC interfaces.
https://www.chiaexplorer.com/
MIT License
89 stars 43 forks source link

Add FullNode's get_coin_record_by_name RPC #11

Closed embiem closed 3 years ago

embiem commented 3 years ago

This PR adds the RPC get_coin_record_by_name (https://github.com/Chia-Network/chia-blockchain/blob/main/chia/rpc/full_node_rpc_api.py#L353)

embiem commented 3 years ago

I just noticed that the mempool functions "get_all_mempool_tx_ids", "get_all_mempool_items" and "get_mempool_item_by_tx_id" that have been added to chia's RPC API 2 months ago are also not yet part of chia-client's FullNode.

@freddiecoleman do you want these to go into a new PR, or can I just add them to this one?

freddiecoleman commented 3 years ago

I just noticed that the mempool functions "get_all_mempool_tx_ids", "get_all_mempool_items" and "get_mempool_item_by_tx_id" that have been added to chia's RPC API 2 months ago are also not yet part of chia-client's FullNode.

@freddiecoleman do you want these to go into a new PR, or can I just add them to this one?

Thanks for this! Feel free to add in this PR.

freddiecoleman commented 3 years ago

Needs a minor version bump before it can be published.