hashcloak / Meson

The monorepo for Meson project
GNU General Public License v3.0
11 stars 6 forks source link

plugin: add DirectPost command #201

Closed LYC386 closed 11 months ago

LYC386 commented 1 year ago

Description

Adds "DirectPost" command for meson plugin.

Using DirectPost command, the payload inside a CurrencyRequest won't be passed to an IChain instance. Instead, It will be directly sent to the RPC Url matching the Ticker. The response by RPC will also be directly sent back to caller without passing to an IChain instance.

The reasons to add DirectPost command are as follows:

DirectPost command can be tested with meson_wallet_demo PR.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: