-
Notifications
You must be signed in to change notification settings - Fork 59
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
REX support for no-EOS core symbol #136
Comments
maoueh
pushed a commit
that referenced
this issue
Jun 14, 2019
The core symbol is now retrieved on-demand when a command requires it. The current retrieval way is to query the `rammarket` table which should have a row only when `eosio:init` has been called with the core symbol set. This row has a quote balance asset value that is always equalt to the core symbol. This is where we get it. In the eventuality that it's not possible to retrieve, the user can still override the default 4,EOS by passing `--core-symbol` to the `eosc` CLI. This will use this core symbol only when impossible to infer it. Also added logging facilities to help debugging certain part of the `eosc` CLI. Fixes #136
Woohoo 🎉 |
Note that by being on the right chain, it will infer the core symbol automatically. So:
Will now work as expected, normally. |
👍 yea, that's expected Looking forward to check out this improvements |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
eosc rex
feature does not work for networks such as BOS that doesn't useEOS
symbol.The text was updated successfully, but these errors were encountered: