lotus/cli
Steven Allen 5ac64aaad8 fix: state: rename Actor.Address and only use it for f4 addresses (#12155)
Per the FIP [1], the top-level actor address field should only be used
for delegated addresses. Unfortunately, the FIP's design was changed [2]
but neither lotus genesis code nor the field name were updated to
reflect this. Fortunately, all the migration code (on mainnet, at
least), has correctly left this field unset/unchanged (except for actors
with f4 addresses).

[1]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#new-lookup_delegated_address-syscall-and-state-changes
[2]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#recording-other-addresses-in-the-actorstate-root
2024-06-27 11:05:55 +04:00
..
clicommands cleanup: Lotus client: remove markets and deal-making from Lotus Client (#11999) 2024-06-05 09:56:25 +04:00
spcli src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
util chore: api: the Net API/CLI now remains only on daemon 2024-06-17 18:21:34 +10:00
auth.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
backup.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
chain_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
chain.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
cmd.go cleanup: Lotus client: remove markets and deal-making from Lotus Client (#11999) 2024-06-05 09:56:25 +04:00
disputer.go refactor: cli: Avoid disputing WindowedPoSt messages when the target miner has no balance to pay rewards (#11800) 2024-04-10 09:16:04 -05:00
evm.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
filplus.go fix NewLine (#11893) 2024-04-27 11:17:00 +02:00
helper.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
info.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
init_test.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
log.go cli for checking alerts 2021-08-26 15:45:17 +02:00
mocks_test.go chore: fix imports 2022-06-14 17:00:51 +02:00
mpool_manage.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
mpool_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
mpool.go feat: curio: web based config edit (#11822) 2024-04-16 09:30:27 -05:00
multisig.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
net.go chore: api: the Net API/CLI now remains only on daemon 2024-06-17 18:21:34 +10:00
params.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
paych.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
pprof.go unexport repo types; use a global var for every repo type 2022-03-03 15:37:23 +01:00
send_test.go feat: SPTool (#11788) 2024-04-01 10:30:35 -05:00
send.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
sending_ui.go src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
services_send_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
services.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
servicesmock_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
state.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
status.go implement NodeStatus API 2021-05-07 15:30:04 +02:00
sync_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
sync.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
util.go chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
version.go miner: Command to dump all miner info 2020-08-04 20:57:48 +02:00
wait.go add timeout flag to wait-api command 2021-11-02 17:28:11 +00:00
wallet_test.go fix circleci and fiximports 2023-11-13 18:09:11 -06:00
wallet.go feat: SPTool (#11788) 2024-04-01 10:30:35 -05:00