Aayush
c86f5a1b2b
fix: chain: use latest go-state-types types for miner UI
2024-01-11 10:37:13 -05:00
Łukasz Magiera
92b67334ae
Merge remote-tracking branch 'origin/master' into misc/drop-raft-experiment
2024-01-09 15:39:41 +01:00
jennijuju
4a5c241762
bump version
2023-12-09 23:47:21 +08:00
Phi
c9f13253fd
Make gen
...
Make gen
2023-12-05 08:13:25 +01:00
Phi
8db6e73c90
Bump version in master
...
Bump version in master
2023-12-05 08:04:01 +01:00
Andrew Jackson (Ajax)
a1112f9441
fix: lp api handler for stop
2023-12-03 00:40:01 -06:00
Łukasz Magiera
25f86a4636
revert butterfly artifact changes
2023-12-01 23:21:07 +01:00
Andrew Jackson (Ajax)
e102e4f31f
Merge branch 'master' into feat/sturdypost
2023-11-29 17:15:42 -06:00
Łukasz Magiera
e425322c2b
misc: Drop the raft-cluster experiment
2023-11-29 17:28:46 +01:00
Friðrik Ásmundsson
813d133c24
Merge pull request #11462 from filecoin-project/update-estimate-gas
...
api: Add block param to eth_estimateGas
2023-11-29 15:45:14 +00:00
Steven Allen
8fec6e31f2
fix: build: an epoch is near an upgrade iff the upgrade is enabled ( #11401 )
...
This isn't a huge deal, but we'd otherwise consider the first finality
epochs (or so) to be "near" any disabled upgrade.
2023-11-29 16:50:05 +04:00
Fridrik Asmundsson
a3417e7488
Make block param to EthEstimateGas optional
2023-11-29 10:26:22 +00:00
Fridrik Asmundsson
717d2a0eeb
Add block param to EthEstimateGas
2023-11-28 14:57:05 +00:00
Łukasz Magiera
16cc24443f
Merge remote-tracking branch 'origin/master' into chore/master-into-sturdy
2023-11-22 17:26:37 +01:00
Phi
03344e168c
chore: build: bump master to v1.25.1-dev
...
chore: build: bump master to v1.25.1-dev
2023-11-22 16:35:47 +01:00
Aarsh Shah
41f611a286
run make docsgen
2023-11-22 19:14:03 +04:00
Aarsh Shah
c620ff8c1f
Merge remote-tracking branch 'origin/releases'
2023-11-22 18:32:37 +04:00
jennijuju
bd59bba6f5
fix merge mistake and docs gen
2023-11-22 19:19:55 +08:00
jennijuju
4a165b3551
Merge branch 'release/v1.25.0' into jen/v125cut
2023-11-22 19:09:57 +08:00
renran
55117a779e
Update mainnet.pi
...
add venus node boostrap
2023-11-22 10:39:52 +01:00
Phi-rjan
7d8b9ed613
Merge pull request #11175 from protofire/feat/add-glif-bootstrap-nodes
...
add glif bootstrap node on calibration
2023-11-22 09:40:35 +01:00
Steven Allen
bef644cf6f
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-22 09:23:29 +01:00
Jiaying Wang
d16456d4cd
Update mainnet.pi
2023-11-22 15:20:11 +08:00
Steven Allen
8690f93b1d
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-22 15:06:12 +08:00
Ales Dumikau
2c57c51753
Change Glif calibnet bootstrap node id
2023-11-22 15:02:49 +08:00
Ales Dumikau
aad537a4ac
Remove space07 as bootstrap
2023-11-22 15:02:35 +08:00
lazavikmaria
ba89467716
add glif bootstrap nodes, space07, calibration-archive
2023-11-22 15:01:17 +08:00
Steven Allen
0bb609324f
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-21 10:33:16 -08:00
Phi
320849653e
release: v1.25.0
...
Bump version to v1.25.0
2023-11-21 15:58:34 +01:00
jennijuju
4bc41c887f
bump the version
2023-11-21 22:27:50 +08:00
Ales Dumikau
84f9383061
Rebase on master
2023-11-21 15:35:44 +03:00
Ales Dumikau
cd79bcf52d
Change Glif calibnet bootstrap node id
2023-11-21 15:35:16 +03:00
Ales Dumikau
6e026180a1
Remove space07 as bootstrap
2023-11-21 15:35:12 +03:00
lazavikmaria
767f8ba85d
add glif bootstrap nodes, space07, calibration-archive
2023-11-21 15:33:36 +03:00
GlacierWalrus
92c3b0a42d
Remove ipfs main bootstrap nodes ( #11200 )
2023-11-20 12:07:57 +01:00
Jiaying Wang
44c27f7ea2
Merge pull request #11425 from filecoin-project/phi-v1250rc5
...
chore: release: update changelog and version for v1.25.0
2023-11-17 04:02:36 +08:00
Jiaying Wang
5a710c3dd6
Merge pull request #11424 from filecoin-project/phi-v1240rc6
...
chore: release: update changelog and version for v1.24.0
2023-11-17 02:59:01 +08:00
Phi
a71ad24127
chore: release: update changelog and version for v1.25.0
...
chore: release: update changelog and version for v1.25.0
2023-11-16 12:07:31 +01:00
Phi
ee5cad3796
chore: Update version and changelog
...
chore: Update version and changelog
2023-11-16 11:36:35 +01:00
Aarsh Shah
7b310ba253
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: jennijuju <jiayingw703@gmail.com>
2023-11-15 13:10:31 -05:00
Aarsh Shah
943bf8be2c
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: jennijuju <jiayingw703@gmail.com>
2023-11-15 13:08:24 -05:00
Aarsh Shah
808a6e9226
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: jennijuju <jiayingw703@gmail.com>
2023-11-15 13:07:26 -05:00
Andrew Jackson (Ajax)
91cf04a893
test fix
2023-11-14 19:51:30 -06:00
Andrew Jackson (Ajax)
23ba7faa84
Merge branch 'release/v1.25.0' into feat/sturdypost
2023-11-08 11:24:17 -06:00
Phi
c95802adba
Push correct *.json.gz
...
Push correct *.json.gz
2023-11-08 17:35:59 +01:00
jennijuju
160b9d381f
calib hot fix patch prep
2023-11-08 17:13:29 +01:00
jennijuju
66c1a0a0f8
calib hot fix patch prep
2023-11-08 20:38:36 +08:00
Andrew Jackson (Ajax)
848c20d15f
Merge branch 'master' into feat/sturdypost
2023-11-06 16:10:57 -06:00
jennijuju
4bdcba8b60
docs gen
2023-11-02 08:09:40 +08:00
jennijuju
892308020f
bump the version
2023-11-02 08:00:15 +08:00