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

APM: Remove from repo #600

Merged
merged 2 commits into from
Jul 24, 2020
Merged

APM: Remove from repo #600

merged 2 commits into from
Jul 24, 2020

Conversation

facuspagnuolo
Copy link
Contributor

@facuspagnuolo facuspagnuolo commented Jul 23, 2020

Depends on aragon/apm#1.

Fixes #368.

@coveralls
Copy link

coveralls commented Jul 23, 2020

Coverage Status

Coverage decreased (-0.4%) to 98.502% when pulling 04659e2 on remove_apm into 4539f11 on next.

Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

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

LGTM! So glad we're doing this!

@@ -7,7 +7,7 @@ contract AgreementMock {
return 0;
}

function closeAction(uint256 /* _actionId */) external {
function closeAction(uint256 /* _actionId */) external pure {
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably lift this out to a different PR :).

I think we can also make newAction() pure now, if it's not payable?

@facuspagnuolo facuspagnuolo merged commit 914fed8 into next Jul 24, 2020
@facuspagnuolo facuspagnuolo deleted the remove_apm branch July 24, 2020 12:23
@sohkai sohkai mentioned this pull request Jul 27, 2020
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 this pull request may close these issues.

Move APM into its own repo
3 participants