Skip to content
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

aragon apm packages fails on: xDAI, Rinkeby, Devchain #1824

Open
pythonpete32 opened this issue Feb 12, 2021 · 2 comments · Fixed by #1834
Open

aragon apm packages fails on: xDAI, Rinkeby, Devchain #1824

pythonpete32 opened this issue Feb 12, 2021 · 2 comments · Fixed by #1834
Assignees

Comments

@pythonpete32
Copy link

  ✖ Fetching APM packages for aragonpm.eth
    → The parameter must be a valid HEX string.
✖ The parameter must be a valid HEX string.```
@nestorbe nestorbe self-assigned this Mar 1, 2021
@c0rv0s
Copy link
Contributor

c0rv0s commented Mar 1, 2021

This issue may be related to the function getApmRegistryPackages from aragon/apm.js which fails on the devchain and rinkeby also.

@nestorbe nestorbe changed the title aragon apm packages fails on xDAI aragon apm packages fails on: xDAI, Rinkeby, Devchain Mar 3, 2021
@nestorbe
Copy link
Contributor

nestorbe commented Mar 3, 2021

Hey @pythonpete32 , I found this when:

Running: aragon apm packages --env aragon:rinkeby --debug

Throws ✖ Error: Returned error: execution reverted: REPO_INEXISTENT_VERSION

Reason is because of package about.aragonpm.eth.
Inside of Repo.sol there is a modifier require(_versionId > 0 && _versionId < versionsNextIndex, ERROR_INEXISTENT_VERSION);.

Package about.aragonpm.eth is returning _versionId:0

Package about.aragonpm.eth contract address: 0xA6723d445C1afC4315feD794B256B73CEb6C223f

Is there a way we can change that versionId:0 of the package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants