lotus/chain
Aarsh Shah e3deda0b2b
cleanup: miner: remove markets and deal-making from Lotus Miner (#12005)
* remove client CLI

* remove markets CLI from miner

* remove markets from all CLI

* remove client API

* update go mod

* remove EnableMarkets flag

* remove market subsystem

* remove dagstore

* remove index provider

* remove graphsync and data-transfer

* remove markets

* go mod tidy

* fix cbor gen deps

* remove deal making from config

* remove eol alert

* go mod tidy

* changes as per review

* make jen

* changes as per review

* merge master

* remove libp2p from config

* miner does not have libp2p conn in api test
2024-06-05 18:14:50 +04:00
..
actors feat: api: add SectorNumber to MarketDealState (nv22) 2024-05-17 11:08:45 +10:00
beacon feat!: build: separate miner and node version strings 2024-05-30 10:02:43 +10:00
consensus feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events feat: cli,events: speed up backfill with temporary index 2024-06-05 13:59:32 +10:00
exchange feat: libp2p: Lotus stream cleanup (#11993) 2024-05-14 14:12:03 +04:00
gen feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
index Fix/texts (#11298) 2023-10-27 11:32:42 -07:00
market chore: fix function names (#12043) 2024-05-27 03:51:55 +00:00
messagepool feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
messagesigner feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
rand chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
state feat: Skeleton for nv23 (#11964) 2024-05-07 09:40:49 +02:00
stmgr feat:state:Ignore market balance after nv23 (#11976) 2024-05-13 17:53:20 -04:00
store chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
sub cleanup: miner: remove markets and deal-making from Lotus Miner (#12005) 2024-06-05 18:14:50 +04:00
types feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
vectors lint, db timout, cfg rm 2023-09-29 11:56:10 -05:00
vm chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
wallet chore: switch back to upstream ledger library (#11651) 2024-02-26 07:54:32 -08:00
badtscache.go bump libp2p version to v0.30 2023-11-21 22:10:40 +08: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: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
sync_manager_test.go fix make gen 2022-08-29 16:25:30 +02:00
sync_manager.go chore: remove repetitive words 2024-03-15 13:44:34 +11:00
sync_test.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
sync.go feat: drand: refactor round verification 2024-03-22 07:00:28 +01: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