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

Update to use new reference contracts repo and fix wrong path in previous system contract deployment #24

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

linh2931
Copy link
Member

@linh2931 linh2931 commented Sep 9, 2022

Resolve #23

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 requested a review from larryk85 September 9, 2022 13:59
Copy link
Contributor

@larryk85 larryk85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will approve after we test out Windows and Mac to make sure this is still working.

@linh2931 linh2931 merged commit 682f33d into release/1.0 Sep 9, 2022
@linh2931 linh2931 deleted the update_reference_contracts_path branch September 9, 2022 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants