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
refactor!: new flow [APE-1140] #11
refactor!: new flow [APE-1140] #11
Changes from 20 commits
925f390
6811528
549dfbb
5fab050
e359dbc
8af0812
9c1ad3d
0906116
10932e5
f707648
3c6d3b8
87ef9f0
20a9038
5457a0b
e7fe1e8
79d6924
fe2c762
89e7f47
1990cf5
14b3318
e94c2d4
3b86495
f1dc4ba
ef095b6
ba27c8e
3aef2ad
a9316d4
15fe09b
8ec71d8
31b86e6
cc416d3
07d5c5b
3c40b5d
bd361f9
6f79d35
d2f0658
1acec78
fac48e3
fe27eb7
806d811
1578a24
880f433
33ab14d
662d690
a9f2646
a8c3985
f5b1e4d
cb47135
83f0c6e
af65c12
254bfea
84b63d1
ef0bf21
43c06d8
688d02a
d5a98fa
4ae4fcc
dd50fa0
d855479
d4ed17a
0d17dfe
b9a43b2
5a2197f
796f917
51d07b6
b085060
ea5db70
5b79704
beb2719
16bafe7
ec24330
940d0eb
d289942
7728910
7c7d8b9
5c340c7
dec9009
3a8c806
e7617f0
cd31696
1ffd543
b91bac4
aded29d
0b2421f
70840ba
b8d3cbb
31e04da
a512399
3eff332
cc0aeb6
7575821
10db013
22d1fed
69d582b
a416b2d
bc41763
f7c87b1
650a05f
a06a831
ad3935b
3886024
968c732
6fd8a2e
c06f0f2
c6a21ea
b07d7a9
a40b42b
b06b3fb
aa932f9
0b804ba
d50a2fa
95749d0
e7b0340
7d753c2
7fbff68
adf4e39
377deef
72b372a
c7ceb77
8f737b1
ce487f3
2ac779f
9f5c939
2a0a883
d2ae0c6
d9709cc
27aa7ef
252208e
368a400
b99c065
7a324c6
b3c8f29
c1acab2
f590a55
178b4cb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 executing with a local signer, you don't need all N confirmations to submit, only N - 1
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.
Yes, but if there is 2/3 signers and I still want to sign, I pass --sign but now it won't actually let me sign (with the change), but when the code was like this, it would.
In general we are missing warnings / handling of that case, even in 3/3 signers... so will add something now..
but it is weird to not let me sign when there is room for more signatures and I am specifically requested to sign.