-
Notifications
You must be signed in to change notification settings - Fork 47
Frrist/update lotusv1.18 #1080
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
Frrist/update lotusv1.18 #1080
Conversation
12afec1 to
8e4cc14
Compare
| dockerizer: | ||
| docker: | ||
| - image: cimg/go:1.17.6 | ||
| - image: cimg/go:1.18.7 |
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.
lotus and lily are now on go version 1.18, ci must match; mechanical change in this file.
| Version6 Version = 6 | ||
| Version7 Version = 7 | ||
| Version8 Version = 8 | ||
| Version9 Version = 9 |
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.
support new actor version
| RewardKey = "reward" | ||
| SystemKey = "system" | ||
| VerifregKey = "verifiedregistry" | ||
| DatacapKey = "datacap" |
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.
new datacap actor added in v9
| @@ -1,4 +1,3 @@ | |||
| // Code generated by: `make actors-gen`. DO NOT EDIT. | |||
| package builtin | |||
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.
this is all code gen, skip review.
| @@ -0,0 +1,58 @@ | |||
| package datacap | |||
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.
add minimal support for datacap actor
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1080 +/- ##
========================================
- Coverage 34.2% 32.8% -1.4%
========================================
Files 44 46 +2
Lines 2945 3156 +211
========================================
+ Hits 1008 1037 +29
- Misses 1841 2023 +182
Partials 96 96 🚀 New features to boost your workflow:
|
79c2105 to
7162c2d
Compare
114d6d8 to
69e6f86
Compare
01be0ba to
cd31965
Compare
frrist
left a comment
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.
left comments on files needing extra attention for review
| @@ -0,0 +1,203 @@ | |||
| package miner | |||
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.
File needs review
| @@ -0,0 +1,137 @@ | |||
| package datacap | |||
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.
file needs review
Uh oh!
There was an error while loading. Please reload this page.