Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Update to use reference contracts and fix previous system contracts location error #23

Closed
linh2931 opened this issue Sep 9, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@linh2931
Copy link
Member

linh2931 commented Sep 9, 2022

Update URL and path names to use the newly released AntelopeIO/reference-contracts.

Previously system contracts were installed in /app/eos-system-contracts but when they were deployed, they were looked in /home/www-data/eos-system-contracts. This caused the problem of system contracts not found:

dune --bootstrap-system
Preactivate Features: {"result":"ok"}
error 2022-09-09T12:45:48.788 cleos     main.cpp:4121                 operator()           ] Failed with error: 0 exception: unspecified
Unable to resolve path '/home/www-data/eos-system-contracts/build/contracts/eosio.boot'
    {"path":"/home/www-data/eos-system-contracts/build/contracts/eosio.boot","exception":"Dynamic exception type: boost::filesystem::filesystem_error\nstd::exception::what: boost::filesystem::canonical: No such file or directory: \"/home/www-data/eos-system-contracts/build/contracts/eosio.boot\"\n"}
@linh2931 linh2931 self-assigned this Sep 9, 2022
@linh2931 linh2931 added the bug Something isn't working label Sep 9, 2022
@linh2931 linh2931 moved this to Todo in Team Backlog Sep 9, 2022
@linh2931 linh2931 moved this from Todo to In Progress in Team Backlog Sep 9, 2022
@linh2931 linh2931 moved this from In Progress to Done in Team Backlog Sep 9, 2022
@linh2931 linh2931 closed this as completed Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant