i-norden
f1017b18d8
add index to event.emitter_addr
2023-11-30 13:03:36 -06:00
i-norden
ab151d6708
add index to event_entry.key
2023-11-30 13:00:34 -06:00
Ian Norden
658884f7e7
fix: api: exclude reverted events in eth_getLogs
results ( #11318 )
...
* exclude reverted events from results returned by eth_getLogs
* unit test
* update CHANGELOG.md
2023-11-20 10:48:16 -06: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
jennijuju
f467be7345
update changelog
2023-11-17 03:47:00 +08:00
Jiaying Wang
8f9da34ad0
Merge pull request #11422 from filecoin-project/asr/backport-calib-25
...
chore: backport calibnet lightweight patch
2023-11-17 00:56:25 +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
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
Aayush Rajasekaran
11b21d59b2
Merge pull request #11414 from filecoin-project/phi-backport-11408-v1250
...
chore: backport #11408 to release/v1.25.0
2023-11-14 10:36:04 -05:00
Phi
1234a6ef00
Revert move-partitions cmd
...
Revert move-partitions cmd
2023-11-13 18:46:41 +01:00
Aayush Rajasekaran
ce6cbcbf2b
Merge pull request #11397 from filecoin-project/phi-backport-11395-v1250
...
chore: backport #11395 to release/v1.25.0
2023-11-08 11:48:44 -05:00
Phi-rjan
f02062b8c7
Merge pull request #11400 from filecoin-project/phi/v1250rc4
...
build: Calib hot fix: v1.25.0-rc4
2023-11-08 17:47:18 +01:00
Phi
c95802adba
Push correct *.json.gz
...
Push correct *.json.gz
2023-11-08 17:35:59 +01:00
Phi
677dfde7de
Correct rc-version in changelog
...
Correct rc-version in changelog
2023-11-08 17:20:48 +01:00
Phi
e5792897bd
Update changelog
...
Update changelog
2023-11-08 17:17:13 +01:00
Aayush
65591841f9
skip migration cache correctly
2023-11-08 17:14:02 +01:00
Aayush
ba98d63c41
fix: nv21fix migration: correctly upgrade system actor
2023-11-08 17:13:55 +01:00
jennijuju
160b9d381f
calib hot fix patch prep
2023-11-08 17:13:29 +01:00
Phi
5f3eb793ed
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 10:27:29 +01:00
Jiaying Wang
2ca16ccb9b
Merge pull request #11377 from filecoin-project/jen/25rc
...
release: v1.25.0-rc3
2023-11-02 08:27:54 +08: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
Steven Allen
65085d17c0
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-11-02 07:57:54 +08:00
Steven Allen
b8f7109988
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-11-02 07:57:40 +08:00
Aayush Rajasekaran
b7a3da4319
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-02 07:57:22 +08:00
Mikers
290f35a24f
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-02 07:57:11 +08:00
Jiaying Wang
bbe28536d4
update both mainnet and calib upgrade epoch
2023-11-02 07:56:48 +08:00
Phi
fb8e89674d
Bump version and changelog
...
Bump version and changelog
2023-10-31 18:41:54 -04:00
Aayush Rajasekaran
ce0c1d834f
feat: chain: light-weight patch to fix calibrationnet ( #11363 )
...
* refactor: make GetEmbeddedBuiltinActorsBundle take network bundle name
* update calibnet actor bundle to v12.0.0-rc.2, but include v12.0.0-rc.1 as calibrationnet-buggy.car
* wip: calibnet unbork migration
* calibnet: add buggy miner actor CID to actorMeta
* fix incorrect buggy calibnet manifest
* make UpgradeWatermelonFixHeight a build param
* calibnet patch: check whether network is calibration from init actor state
* add sanity checks to the v12 calibnet patch upgrade
* address review
2023-10-31 18:36:05 -04:00
Phi-rjan
c9d4f0eefe
Merge pull request #11369 from filecoin-project/phi-backport-11365-v1250
...
chore: backport #11365 to release/v1.25.0
2023-10-31 20:32:55 +00:00
Aayush
3e1d1803bf
chore: deps: update to builtin-actors v12.0.0-rc.2
2023-10-31 20:10:15 +00:00
Phi-rjan
2451469558
storage: Return soft err when sector alloc fails in acquire ( #11350 )
...
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2023-10-24 12:12:06 -07:00
Aayush Rajasekaran
991cc473f8
feat: miner: defensive check for equivocation ( #11328 )
2023-10-24 10:16:48 -07:00
Phi-rjan
4acf337e62
Merge pull request #11343 from filecoin-project/phi-v1250-rc1
...
build: release: v1.25.0-rc1
2023-10-18 16:22:23 +01:00
Phi
f3ab0bb03a
Merge branch 'phi-v1250-rc1' of https://github.com/filecoin-project/lotus into phi-v1250-rc1
2023-10-18 15:16:36 +01:00
Phi
f7917f6f4d
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:28 +01:00
Phi
ef0bc1854c
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 15:16:28 +01:00
Phi
98cc7123df
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:19 +01:00
Aayush Rajasekaran
620c5a78dd
Merge pull request #11344 from filecoin-project/phi-backport-cachefiles-SynthPoRep-Layers
...
backport: fix: cachefiles: add SynthPorep layers
2023-10-18 10:11:10 -04:00
Aayush
a132f57b12
fix: cachefiles: add SynthPorep layers
2023-10-18 14:29:02 +01:00
Phi
b722ea436f
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 11:15:49 +01:00
Andrew Jackson (Ajax)
58ff87ff24
Merge pull request #11342 from filecoin-project/v1.25-nogen
...
V1.25 nogen
2023-10-17 14:49:32 -05:00
Andrew Jackson (Ajax)
6c4af9bdaa
changelog 1.25
2023-10-17 14:29:42 -05:00
Andrew Jackson (Ajax)
62ea560832
tidy
2023-10-17 14:06:53 -05:00
Andrew Jackson (Ajax)
85fd3f2f99
changelog
2023-10-17 13:59:57 -05:00
Andrew Jackson (Ajax)
ea71d05e8e
build fixed
2023-10-17 13:55:34 -05:00
Andrew Jackson (Ajax)
2bc4951d79
Merge branch 'release/v1.24.0' into release/v1.25.0
2023-10-17 10:19:51 -05:00
Phi-rjan
60f78c7922
Merge pull request #11340 from filecoin-project/phi/update-changelog
...
build: release: v1.24.0-rc2
2023-10-17 15:45:29 +01:00
Phi
409060546b
Merge branch 'phi/update-changelog' of https://github.com/filecoin-project/lotus into phi/update-changelog
2023-10-17 15:26:54 +01:00
Phi
0ae4f7d449
Add #11339 to the changelog
...
Add #11339 to the changelog
2023-10-17 15:26:41 +01:00