Skip to content

Agreement: Remove ETH as an option for fees#602

Merged
bingen merged 4 commits intonextfrom
agreements_non_payable
Jul 27, 2020
Merged

Agreement: Remove ETH as an option for fees#602
bingen merged 4 commits intonextfrom
agreements_non_payable

Conversation

@bingen
Copy link
Contributor

@bingen bingen commented Jul 23, 2020

No description provided.

@bingen bingen requested review from facuspagnuolo and sohkai July 23, 2020 20:33
@bingen bingen self-assigned this Jul 23, 2020
@auto-assign auto-assign bot requested a review from izqui July 23, 2020 20:34
@coveralls
Copy link

coveralls commented Jul 23, 2020

Coverage Status

Coverage remained the same at 98.502% when pulling 6d75042 on agreements_non_payable into 8cee305 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

@@ -16,7 +16,7 @@ contract DisputableAppMock is DisputableAragonApp {
initialized();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we're missing one instance in the AgreementMock.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, if you can also clean up a few compiler warnings about this one it would be really helpful!

Copy link
Contributor

@facuspagnuolo facuspagnuolo left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -16,7 +16,7 @@ contract DisputableAppMock is DisputableAragonApp {
initialized();
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, if you can also clean up a few compiler warnings about this one it would be really helpful!

@facuspagnuolo facuspagnuolo changed the title agreements: Remove ETH as an option for fees Agreement: Remove ETH as an option for fees Jul 24, 2020
contract AgreementMock {
function newAction(uint256 /* _disputableActionId */, bytes /* _context */, address /* _submitter */) external payable returns (uint256) {

contract AgreementMock is IAgreement {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you will need to mock all the methods then

@bingen bingen merged commit f3157e4 into next Jul 27, 2020
@bingen bingen deleted the agreements_non_payable branch July 27, 2020 08:02
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.

4 participants