-
Notifications
You must be signed in to change notification settings - Fork 69
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
read-only-threads
is required to submit /v1/chain/send_read_only_transaction
#2104
Comments
I have not tested your
|
That's a valid way of specifying plugins because of this oddity, leap/plugins/producer_plugin/producer_plugin.cpp Line 1223 in 4531e97
wouldn't find it. |
Wow good catch... and that's quite the obscure bug 😂 We have specified multiple plugins on the same line like that since EOS launched, kind of grouping the ones that go together on the same line to enable/disable the pairing at the same time. I'll understand based on this situation though if moving forward we should deprecate that method of specifying plugins. |
Current fix is not finding |
…n-5.0 [5.0] More robust `chain_api_plugin` check in `producer_plugin`; take 2
…n-main [5.0 -> main] More robust `chain_api_plugin` check in `producer_plugin`; take 2
On v5.0.0, without providing
read-only-theads
in the config.ini - the/v1/chain/send_read_only_transaction
API endpoint does not work.Against a Jungle4 testnet node, if I execute the following query:
The response from curl is:
Now if I modify the config and add
read-only-theads = 4
, and rerun the same curl command, I get a response:The configuration that is causing the error is as follow, with
read-only-threads
commented out.Any ideas?
The text was updated successfully, but these errors were encountered: