Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feature: new multisig version #19
feature: new multisig version #19
Changes from 6 commits
ccb7dee
2ca8113
516a532
c710d76
b2996b6
8bfe5d0
b80d626
1b24da1
2b679ed
a50a5c8
d4e80c0
3300d84
4ef810f
43ef91e
a8c7376
ae7046c
6a2c080
e3cf955
31ebac1
f7ec5fc
6f84d88
065802a
6b6fa6f
c87ff68
11364d5
33910d9
a10d40b
9164a7c
28d65f7
c262bad
27c09ee
0eaa19d
451c556
7e86090
abf3435
bc751dd
dfe1336
b1fdf94
4d68a56
056dbfa
71de210
4a00b14
832eafd
d095f55
032ea3c
8e66bfa
fc1381d
732bf42
eded00b
3cea0c5
2141a95
da23965
343b352
7b948f2
005aacb
c674484
c8a4f3c
682b074
76ee964
8d3268a
a51622d
5b5fe64
752fff1
ceee8fd
42948ff
9115d42
2818638
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 10 in packages/contracts/src/ListedCheckCondition.sol
GitHub Actions / checks
Check warning on line 10 in packages/contracts/src/ListedCheckCondition.sol
GitHub Actions / formatting-linting / checks
Check warning on line 10 in packages/contracts/src/ListedCheckCondition.sol
GitHub Actions / formatting-linting / checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this the old interface, I would make it clear by the name.
The new interface is checked via the interface ID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not the old one, but in the new code, the
IProposal
createProposal
function was added.Note that this
createProposal
function is not needed on the current interface id because it belong toIProposal
Check failure on line 174 in packages/contracts/src/Multisig.sol
GitHub Actions / checks
Check failure on line 174 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 174 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 175 in packages/contracts/src/Multisig.sol
GitHub Actions / checks
Check failure on line 175 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 175 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if I need to submit a recurring proposal each week with identical actions and description?
Recommendation:
startDate
as a salt parameterThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solved in aragon/osx-commons#106
Check failure on line 439 in packages/contracts/src/Multisig.sol
GitHub Actions / checks
Check failure on line 439 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 439 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 444 in packages/contracts/src/Multisig.sol
GitHub Actions / checks
Check failure on line 444 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks
Check failure on line 444 in packages/contracts/src/Multisig.sol
GitHub Actions / formatting-linting / checks