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.
Drop Pending Stakers 4 - minimal UT infra cleanup #2332
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
Drop Pending Stakers 4 - minimal UT infra cleanup #2332
Changes from all commits
17723e2
88130e4
acc1517
50df8b9
512e6ab
3ec3cd2
59cc7ad
943ec7d
19a8318
004e8fc
b213740
1f8b796
9e7f851
d3a1ea7
13d150f
6079eb0
9e5cc17
c6736b6
6f34808
a0fb538
150f122
944f309
7b79d43
19d78cf
e208ad6
d1bc116
3f618e6
5355215
06a28ed
0106d75
0ed0d1f
7f736c9
8caa471
9a9897c
409008f
3f27bb9
4efdc18
d17f2a2
6ab4d6e
c70e892
c7c8810
4c4c011
905e55e
89094cd
5dd8dd8
6fe5652
6172998
3fad836
698af90
0c631c6
8717574
e3b6925
51575e0
c3e3670
9606b77
ce87dea
fd33fde
4f06497
60ba270
2dfc0b7
6ea5add
b820cae
ef2443c
5098dc2
77da906
8260546
73d5c2f
84321ef
c353c33
d296e52
3d27b66
1b3960f
a9eb1df
9bd9d60
a99a5f7
c07e2c8
105f5f1
3f0c2bf
4e0b423
5bb301b
e6463b7
43839ee
15d7871
5e10688
0e40da4
02ca462
2ddba62
b381302
a997d80
a5b3875
a7daf81
a2115a4
c1189b4
735685f
fb85fe1
f0e490e
bfc29a1
9b97b59
02449eb
76ad594
83486c1
0684a8a
d914f34
89ce3c2
f0c55ef
0857061
d948ffd
fa9269c
e73b312
5330986
d3a6bf5
db4c048
b100a3d
e8b1ad8
ef27dc9
4fc8b59
b1cd75e
f7827bf
1341ff1
4a1db39
d1c0734
0a7798d
c21bd77
17d27cf
af4299e
6f8224c
c8630ec
3de8149
e860293
f76c4c7
7cbf9a8
51f1c47
f038750
28b2dec
e997dc8
82d1fae
c9b111d
c4a523f
e4b7f51
ff4fae4
3e6c59c
7e0e59f
3deecaa
0eb0582
009c942
2cd2ed2
ca729d8
0f8138e
fdfff63
2a02982
bb045d2
8f7530c
0ae7e37
d7b5705
12869f8
2683628
825fb10
e32bd83
b8dd673
67c4fc5
e11b002
509d770
39c3b12
9d8d2a2
5402c39
1c85582
cb76aa5
4bd7b47
6fed91f
3147109
b8ef82f
5cea47f
f9cc02c
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.
(No action required) Maybe call Unix() where these are defined rather than at each point of use?
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's annoying but I use
delegatorStartTime
as time.Time too, so can't redefine it as uint64There 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.
Are you talking about for
Add
? Because adding (or comparing) seconds doesn't require a time type.