lotus/chain
Mikers 5e5a81bf23
add go linter - "unused" (#11235)
* add go linter - "unused"

* use _ to name unused but needed padding variable

* remove unused code

* add queue test to appease unused linter

* remove unused code in test

* remove unused func

* remove unused struct identified by linter

* remove unused variable

* remove unused code

* remove unused file

* remove unused struct

* remove unused function

* remove unused observe peers function in raft

* remove unused declareFaults function

* annotate nolint:unused on needed methods
2023-09-05 12:19:43 -10:00
..
actors feat: introduce local nv21 skeleton 2023-08-16 20:01:48 +02:00
beacon add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
consensus refactor: move vm.Rand to rand.Rand 2023-08-22 12:32:43 -04:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
exchange fix: error checks 2023-01-04 20:10:21 +08:00
gen refactor: move vm.Rand to rand.Rand 2023-08-22 12:32:43 -04:00
index fix: improve perf of msgindex backfill 2023-06-01 14:36:05 +00:00
market add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
messagepool Revert "stop using deprecated functions from the math/rand package" 2023-08-21 15:02:06 +07:00
messagesigner fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00
rand refactor: move vm.Rand to rand.Rand 2023-08-22 12:32:43 -04:00
state feat: introduce local nv21 skeleton 2023-08-16 20:01:48 +02:00
stmgr add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
store Merge pull request #11206 from AnomalRoil/fix/ctxonlongops 2023-08-28 13:33:08 -04:00
sub add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
types add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
vectors Revert "stop using deprecated functions from the math/rand package" 2023-08-21 15:02:06 +07:00
vm refactor: move vm.Rand to rand.Rand 2023-08-22 12:32:43 -04:00
wallet NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
badtscache.go update go-libp2p v0.30.0 2023-08-21 10:44:37 +07:00
block_receipt_tracker.go refactor: update cache to the new generic version (#10463) 2023-03-13 15:29:09 -07:00
checkpoint.go chore: fix imports 2022-06-14 17:00:51 +02:00
sync_manager_test.go fix make gen 2022-08-29 16:25:30 +02:00
sync_manager.go Address review 2023-08-09 19:28:24 -04:00
sync_test.go add go linter - "unused" (#11235) 2023-09-05 12:19:43 -10:00
sync.go Address review 2023-08-09 19:28:24 -04:00
syncstate.go Expose WorkerID 2020-10-28 20:22:07 +01:00
types_test.go fix make gen 2022-08-29 16:25:30 +02:00