Steven Allen
3f00691f26
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-10-27 07:37:51 -07:00
Steven Allen
420f33017e
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-10-27 07:37:16 -07:00
Steven Allen
6e22c08c1d
fix: api: return errors on failure to lookup an eth txn receipt ( #11329 )
...
All these cases here are actually errors and returning `nil` makes this
hard to debug. We likely returned nil in the past to be "best effort"
but, as far as I can tell, we should only hit these error cases if
something is actually wrong.
part of #11325
2023-10-24 12:13:45 -07: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
Ian Norden
84b07519c2
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-10-24 10:05:20 -07:00
Aayush Rajasekaran
018c4e8a38
feat: cli: sort actor CIDs alphabetically before printing ( #11345 )
2023-10-24 10:03:03 -07:00
guangwu
2d8dbf5bc1
chore: slice loop replace ( #11349 )
2023-10-24 10:02:28 -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
Andrew Jackson (Ajax)
14a7ae339f
Merge pull request #11338 from filecoin-project/fix/storage-alloc-err-soft
...
storage: Return soft err when sector alloc fails in acquire
2023-10-18 09:38:49 -05: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
Phi
064ffeb3f0
Bump version and Changelog
...
Bump version and Changelog
2023-10-17 15:26:41 +01:00
Phi
2dae731de9
Add updated rc1-changelog to in-code changelog
...
Add updated changelog to in-code changelog
2023-10-17 15:26:41 +01:00
Aayush Rajasekaran
c7bcb2bda5
Merge pull request #11339 from filecoin-project/asr/bump-gst
...
chore: deps: update to go-state-types v0.12.5
2023-10-17 10:24:48 -04:00
Phi
6ecea9e661
Add #11339 to the changelog
...
Add #11339 to the changelog
2023-10-17 14:52:03 +01:00
Phi
e1b43416a4
Bump version and Changelog
...
Bump version and Changelog
2023-10-17 14:47:02 +01:00
Aayush Rajasekaran
0374c50728
Merge pull request #11336 from filecoin-project/asr/merge-feat-nv21
...
chore: merge feat/nv21 into master
2023-10-17 09:39:49 -04:00
Phi
72dc3d9536
Add updated rc1-changelog to in-code changelog
...
Add updated changelog to in-code changelog
2023-10-17 14:28:45 +01:00
Aayush
864eef3e4c
fix: cachefiles: add SynthPorep layers
2023-10-17 09:19:46 -04:00
Aayush
2c0468a33b
chore: deps: update to go-state-types v0.12.5
2023-10-17 09:13:31 -04:00
Aayush
6187f6b7ac
chore: deps: update to go-state-types v0.12.5
2023-10-17 09:12:54 -04:00
Łukasz Magiera
d981baa362
storage: Return soft err when sector alloc fails in acquire
2023-10-17 11:42:41 +02:00
Andrew Jackson (Ajax)
02a65a69bf
Update for v1.25
2023-10-16 18:10:23 -05:00
Aayush Rajasekaran
4d760e61ea
Merge pull request #11333 from filecoin-project/chore/butterfly-assets
...
chore: build: Butterfly assets
2023-10-16 13:37:36 -04:00
Aayush
40582335e9
feat: re-enable full cachefiles test coverage
2023-10-16 12:28:12 -04:00
Aayush
5e76b05b17
Merge branch 'feat/nv21' into asr/merge-feat-nv21
2023-10-16 11:13:33 -04:00
Łukasz Magiera
9fc3c3351a
Merge pull request #9746 from filecoin-project/feat/maximize-feecap-cfg
...
feat: mpool/wdpost: Maximize feecap config
2023-10-13 14:22:58 +02:00
Phi
35d247a540
chore: butterfly assets
...
chore: butterfly assets
2023-10-13 09:34:08 +01:00
Aayush Rajasekaran
630e58fae4
Merge pull request #11332 from filecoin-project/asr/release-prep
...
chore: build: bump version to 1.24.0-rc1
2023-10-12 21:19:21 -04:00
Aayush
fd65ad5da7
feat: docs: add 1.24.0-rc1 changelog
2023-10-12 21:19:11 -04:00
Aayush
d498036aba
chore: build: bump version to 1.24.0-rc1
2023-10-12 19:31:05 -04:00
Aayush Rajasekaran
0e0b553c91
Merge pull request #11331 from filecoin-project/feat/set-calibration-height
...
chore: release: Set calibration upgrade height
2023-10-12 19:23:49 -04:00
Aayush Rajasekaran
5c68afa90d
Update build/params_calibnet.go
2023-10-12 19:23:43 -04:00
Aayush Rajasekaran
2ebd8cd8ad
Merge pull request #11330 from filecoin-project/asr/update-deps
...
chore: deps: update to latest actors and FFI
2023-10-12 19:21:13 -04:00
Phi
5fa44b12e8
chore: build: set calibration upgrade height
...
chore: build: set calibration upgrade height
2023-10-12 21:42:33 +01:00