Skip to content
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

chore: build: Merge/v22 into 21 for 23 #10702

Merged
merged 51 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f4a2e1c
chore: update ffi to increase execution parallelism
arajasek Mar 17, 2023
7b41cdb
Merge pull request #10503 from filecoin-project/asr/bump-ffi
arajasek Mar 17, 2023
b063410
Don't enforce walking receipt tree during compaction
ZenGround0 Mar 17, 2023
7bcfb6d
Merge pull request #10505 from filecoin-project/asr/backport-splitstore
arajasek Mar 17, 2023
177212f
fix: build: drop drand incentinet servers
arajasek Mar 14, 2023
33648ac
Merge pull request #10506 from filecoin-project/asr/backport-drand
arajasek Mar 17, 2023
d374b1c
chore: release lotus v1.20.4
arajasek Mar 17, 2023
3c4aa92
Apply suggestions from code review
arajasek Mar 17, 2023
5f24a81
Merge pull request #10507 from filecoin-project/asr/changelog
arajasek Mar 17, 2023
5f91072
Merge pull request #10508 from filecoin-project/asr/v1.20.4
arajasek Mar 17, 2023
3636af4
feat: Introduce nv19 skeleton
arajasek Mar 29, 2023
7dcef33
Merge pull request #10592 from filecoin-project/feat/nv19
arajasek Mar 29, 2023
f6add2f
feat: vm: switch to the new exec trace format (#10372)
Stebalien Mar 2, 2023
2dd67dc
Merge pull request #10625 from filecoin-project/asr/backport-trace
arajasek Apr 5, 2023
6d45c37
feat: implement FIP-0061
arajasek Apr 5, 2023
0356163
Address review
arajasek Apr 6, 2023
74567a1
Add and test the FIP-0061 migration
arajasek Apr 6, 2023
82a3578
Update actors bundles to fip/20230406
arajasek Apr 6, 2023
22045b8
Update to go-state-types master
arajasek Apr 10, 2023
76705b5
Merge pull request #10629 from filecoin-project/feat/grindability
arajasek Apr 10, 2023
597ca9b
Update to actors v11.0.0-rc1
arajasek Apr 10, 2023
258a3c8
Merge pull request #10642 from filecoin-project/feat/update-actors-v11
arajasek Apr 10, 2023
65fa75f
- Update go state types
ZenGround0 Apr 10, 2023
7e99c62
ffi experiment
ZenGround0 Apr 11, 2023
4d7e673
Integration nv19 migration
ZenGround0 Mar 30, 2023
86c5453
Post rebase fixup
ZenGround0 Apr 11, 2023
9d0f586
Fix
ZenGround0 Apr 11, 2023
1b8d627
gen
ZenGround0 Apr 11, 2023
63560c8
nv19 invariant checking
ZenGround0 Apr 11, 2023
c00e0c9
Try fixig blockstore so bundle is loaded
ZenGround0 Apr 11, 2023
db374db
Debug
ZenGround0 Apr 11, 2023
bb5f693
Fix
ZenGround0 Apr 11, 2023
e75c2e4
Make butterfly upgrades happen
ZenGround0 Apr 11, 2023
8f4824d
Another ffi experiment
ZenGround0 Apr 11, 2023
d91540a
Fix copy paste error
ZenGround0 Apr 11, 2023
30dd65b
Merge pull request #10645 from filecoin-project/chore/integrate-gst-v11
arajasek Apr 11, 2023
58ccfca
Actually schedule migration (#10656)
ZenGround0 Apr 11, 2023
65b23b8
Butterfly artifacts
ZenGround0 Apr 12, 2023
4497954
Set calibration net upgrade height
ZenGround0 Apr 12, 2023
24da8bd
Review Response
ZenGround0 Apr 12, 2023
4443ac6
Fix state tree version assert
ZenGround0 Apr 12, 2023
981a348
Merge pull request #10657 from filecoin-project/chore/polish-v1.22-re…
arajasek Apr 12, 2023
766bded
Quick butterfly upgrade to sanity check (#10660)
ZenGround0 Apr 12, 2023
ff9e706
chore:releasepolish v1.22 release (#10666)
ZenGround0 Apr 13, 2023
6e231e7
v1.22.0-rc3
jennijuju Apr 14, 2023
fc313a1
Merge pull request #10667 from filecoin-project/jen/rcprep
jennijuju Apr 14, 2023
4de06dc
bundle fix
jennijuju Apr 14, 2023
ff2258f
Feat/expedite nv19 (#10681)
ZenGround0 Apr 19, 2023
752b961
fix:deps:stable ffi for stable release (#10698)
ZenGround0 Apr 19, 2023
efd1c19
Merge branch 'release/v1.22.0' into merge/v22-into-21-for-23
ZenGround0 Apr 19, 2023
de5bd95
Update CHANGELOG.md
ZenGround0 Apr 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,17 +795,11 @@ workflows:
suite: itest-mempool
target: "./itests/mempool_test.go"
- test:
name: test-itest-migration_nv17
name: test-itest-migration
requires:
- build
suite: itest-migration_nv17
target: "./itests/migration_nv17_test.go"
- test:
name: test-itest-migration_nv18
requires:
- build
suite: itest-migration_nv18
target: "./itests/migration_nv18_test.go"
suite: itest-migration
target: "./itests/migration_test.go"
- test:
name: test-itest-mpool_msg_uuid
requires:
Expand Down
Loading