Skip to content

Conversation

@ben-kaufman
Copy link
Contributor

No description provided.

@ben-kaufman ben-kaufman changed the title Remoce use of package keyword Remove use of package keyword Mar 22, 2020
address indexed _avatar,
bytes32 indexed _proposalId
bytes32 indexed _proposalId,
int256 _param
Copy link
Contributor

@orenyodfat orenyodfat Mar 22, 2020

Choose a reason for hiding this comment

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

why is this needed ?
should it be a boolean ?
should it be called _decision ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It makes things slightly easier in the subgraph and we have it in all other contracts like that.

Copy link
Contributor

Choose a reason for hiding this comment

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

should it be a boolean ?
should it be called _decision ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure, it's an int everywhere else, I think the voting machine returns int so that's why.

Copy link
Contributor

Choose a reason for hiding this comment

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

this are due to history reasons , we now have the chance to rewrite history :)
I think it should be boolean , name decision .
does subgraph look for this event ? why ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

to mark the proposal as executed and in this case also update the contract info versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed

@orenyodfat orenyodfat merged commit 31f4882 into arc-factory Mar 23, 2020
@ben-kaufman ben-kaufman deleted the remove-package-use-keyword branch March 23, 2020 06:27
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.

3 participants