We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cleos set code
cleos set abi
cleos set code and cleos set abi don't seem to work on main, and I'm suspicious they haven't worked in a long time.
The problem is contractPath is empty here when doing set code or set abi and, at least on main, this causes std::filesystem::canonical() to throw
contractPath
set code
set abi
std::filesystem::canonical()
leap/programs/cleos/main.cpp
Line 3474 in 1612650
This looks to be a straightforward fix; adding a test will take longer than the fix itself.
The text was updated successfully, but these errors were encountered:
We need to verify that this was broken prior to 5.0.
Sorry, something went wrong.
I am able to reproduce this problem in 3.2. Will fix it in 3.2 and merge the fix to 4.0, 5.0, and main.
3.2
in 3.2
4.0
5.0
main
Will create an integration test in 5.0 and main.
linh2931
Successfully merging a pull request may close this issue.
cleos set code
andcleos set abi
don't seem to work on main, and I'm suspicious they haven't worked in a long time.The problem is
contractPath
is empty here when doingset code
orset abi
and, at least on main, this causesstd::filesystem::canonical()
to throwleap/programs/cleos/main.cpp
Line 3474 in 1612650
This looks to be a straightforward fix; adding a test will take longer than the fix itself.
The text was updated successfully, but these errors were encountered: