lotus/build
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
..
actors chore: actors: update to builtin-actors@v14.0.0-rc.1 2024-06-25 21:25:10 +10:00
bootstrap fix: bootstrap: remove unmaintained bootstrap node (#12133) 2024-06-24 12:22:39 -04:00
genesis revert butterfly artifact changes 2023-12-01 23:21:07 +01:00
openrpc fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
proof-params build: add empty sector update params 2022-02-08 10:41:18 -05:00
bootstrap.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
builtin_actors_gen_test.go src: chain: remove C dependency from builtin types (#12015) 2024-05-23 19:36:43 +10:00
builtin_actors_gen.go chore: actors: update to builtin-actors@v14.0.0-rc.1 2024-06-25 21:25:10 +10:00
builtin_actors_test.go test: build: ignore git tags in embedded metadata 2023-02-08 11:16:28 -05:00
builtin_actors.go src: chain: remove C dependency from builtin types (#12015) 2024-05-23 19:36:43 +10:00
clock.go first pass, ready for review 2020-08-03 12:20:04 -03:00
drand.go Merge pull request #11632 from hanabi1224/hm/drand-test 2024-03-22 07:00:28 +01:00
flags.go provide an option to disable loading of built-in assets. 2020-06-22 19:42:04 +01:00
forks.go squash forks and use correct amt library everywhere 2020-02-04 18:26:42 -08:00
genesis.go use go:embed 2021-06-02 12:16:09 +02:00
isnearupgrade.go fix: build: an epoch is near an upgrade iff the upgrade is enabled (#11401) 2023-11-29 16:50:05 +04:00
limits.go alerting: Address review 2021-08-26 16:09:18 +02:00
openrpc_test.go fix make gen 2022-08-29 16:25:30 +02:00
openrpc.go Don't gzip openrpc files for friendlier git wrangling 2024-02-15 08:54:02 +11:00
panic_reporter.go feat!: build: separate miner and node version strings 2024-05-30 10:02:43 +10:00
parameters.go build: Use go embed for srs-inner-product.json 2021-06-02 15:12:26 +02:00
params_2k.go Update codename for NV23 (#12104) 2024-06-18 07:39:00 +02:00
params_butterfly.go update genesis network version for dev testnets 2024-06-26 00:49:27 -04:00
params_calibnet.go Update codename for NV23 (#12104) 2024-06-18 07:39:00 +02:00
params_debug.go feat: expose ChainGetPath on the gateway 2021-08-30 16:43:21 -07:00
params_interop.go update genesis network version for dev testnets 2024-06-26 00:49:27 -04:00
params_mainnet.go Update codename for NV23 (#12104) 2024-06-18 07:39:00 +02:00
params_shared_funcs.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
params_shared_vals.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
params_testground.go Update codename for NV23 (#12104) 2024-06-18 07:39:00 +02:00
testing_flags.go sync tests passing, still no vm integration 2019-11-22 10:41:09 -06:00
tools.go feat: expose ChainGetPath on the gateway 2021-08-30 16:43:21 -07:00
version.go chore: bump version in master (#12074) 2024-06-14 07:08:31 +01:00