lotus/node
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
..
bundle chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
config Merge branch 'feat/nv21' into asr/merge-feat-nv21 2023-10-16 11:13:33 -04:00
hello make gen 2023-09-23 17:54:44 -04:00
impl fix: api: compute gasUsedRatio based on max gas in the tipset (#11354) 2023-10-27 07:37:51 -07:00
modules Merge branch 'feat/nv21' into asr/merge-feat-nv21 2023-10-16 11:13:33 -04:00
repo refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
builder_chain.go Refactor eth.go 2023-08-28 17:48:22 +00:00
builder_miner.go fix: Add lotus-miner legacy-markets alert 2023-05-15 13:13:06 +02:00
builder.go feat: chain node: Move consensus slasher to internal service 2023-08-01 12:06:18 -04:00
fxlog.go chore: fix imports 2022-06-14 17:00:51 +02:00
health.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
options.go fix linter 2022-10-14 11:23:05 +02:00
rpc.go fix: should not serve non v0 api in v1 2023-01-31 17:06:02 -05:00
shutdown_test.go fix make gen 2022-08-29 16:25:30 +02:00
shutdown.go Set notifications for SIGTERM and SIGINT when we start the cli 2022-12-15 12:54:41 -05:00
testopts.go enable libp2p options 2021-06-30 12:55:43 +02:00