-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merge master to feat/nv18 #9705
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. update rust 2. add possibility to set FFI_BUILD_FROM_SOURCE 3. fix hardcoded paths: x86_64-linux-gnu
This builds three separate binaries (darwin/amd64, darwin/arm64, linux/amd64), and then combines them into single release (including a universal darwin binary) using goreleaser. Also removes build-ntwk-{calibration,butterfly}
refactor: chain/actors: add inspection methods to actor gen interface
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
fix/build: Update Zondax/hid to 0.9.1
…-timeout feat: wdpost: Configurable pre-check timeouts
Goreleaser checks to make sure we don't have a dirty git state when releasing, which means the kubo download we use to set up IPFS should be removed before release.
Without this name, it assumes all binaries share the name of the project (i.e. lotus), which causes them all to get renamed and collide when generating the archive.
This will give us much more detailed information in the release job, so we can more easily debug issues when they occur.
_build_: Fix issues with new goreleaser flow
chore: update go.rice dependency to v1.0.3
…elease-template docs: Update RELEASE_ISSUE_TEMPLATE.md
…-tooling feat: cli: gas estimation tooling
refactor: build: remove unused MinVerifiedDealSize
vyzo
approved these changes
Nov 22, 2022
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.
probably want to redo make gen.
Whats up with CI?
* feat: add support for generating tipset CIDs (cherry-picked from feat/nv18-fevm) * feat: fvm: add support for looking up past tipset CIDs We do this by adding yet another "getter" to the VM that resolves an epoch into a TipSetKey. Co-authored-by: Kevin Li <ychiaoli18@users.noreply.github.com>
Yep. Need to fetch new bundle. |
fix: cli: correctly return error panic-less-ly
fix: cli: check found before dereferencing SectorInfo
(note: don't touch, merging locally) |
(merged locally) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
No description provided.