Commit Graph

1353 Commits

Author SHA1 Message Date
Aayush Rajasekaran
7f864d0f10 Update go-fil-markets v1.20.1-v16-2 2022-06-22 14:27:15 -04:00
Aayush
b7ee05e60a Update to go-state-types v0.1.10 2022-06-20 14:20:30 -04:00
Steven Allen
ddc9425c07 feat: refactor: actor bundling system (#8838)
1. Include the builtin-actors in the lotus source tree.
2. Embed the bundle on build instead of downloading at runtime.
3. Avoid reading the bundle whenever possible by including bundle
   metadata (the bundle CID, the actor CIDs, etc.).
4. Remove everything related to dependency injection.
    1. We're no longer downloading the bundle, so doing anything ahead
       of time doesn't really help.
    2. We register the manifests on init because, unfortunately, they're
       global.
    3. We explicitly load the current actors bundle in the genesis
       state-tree method.
    4. For testing, we just change the in-use bundle with a bit of a
       hack. It's not great, but using dependency injection doesn't make
       any sense either because, again, the manifest information is
       global.
    5. Remove the bundle.toml file. Bundles may be overridden by
       specifying an override path in the parameters file, or an
       environment variable.

fixes #8701
2022-06-13 10:51:49 -07:00
Aayush
7dcb11b8c0 Update to tagged actors versions 2022-06-10 17:29:57 -04:00
Geoff Stuart
bec1dc47ce update specs-actors version 2022-06-10 14:22:54 -04:00
Geoff Stuart
3c4792d3e9 review fixes 2022-06-10 11:35:01 -04:00
Aayush
91e69644c2 Merge branch 'feat/nv16' into jen/mergev1153to16 2022-06-03 13:18:27 -04:00
Aayush
89531e33a1 fixup merge 2022-06-03 13:16:44 -04:00
Aayush
37fdcbf197 chore: deps: update to go-libp2p v0.19.4 2022-06-03 11:48:40 -04:00
Jennifer Wang
2e59d0129d Merge branch 'release/v1.15.3' into jen/mergev1153to16 2022-05-31 16:33:18 -04:00
Jennifer Wang
d0c97e07f9 update to the latest golibp2p tag 2022-05-23 14:06:18 -04:00
Aayush
b2b20e469f Fix tests 2022-05-17 15:21:27 -04:00
Aayush
8cca9b1970 Use new go-state-types accessors 2022-05-17 15:21:27 -04:00
Aayush Rajasekaran
ddc46fc059 Update to filecoin pubsub 2022-05-10 16:51:36 -04:00
Raúl Kripalani
7ba14f706c Merge branch 'feat/nv16' into fix/nv16-gas-outputs 2022-05-10 14:40:32 +01:00
Raúl Kripalani
6050d04c7c Merge tag 'v1.15.2' into feat/nv16-merge-v1.15.2 2022-05-10 14:17:29 +01:00
vyzo
ca9ad49ba8 go mod tidy 2022-05-04 20:19:07 +03:00
vyzo
0b49f34e01 go mod 2022-05-04 15:46:25 +03:00
Steven Allen
baef8c0c27 chore: update golang and go-ipfs
1. go 1.16.4 is not supported.
2. go-ipfs 0.4.22 is NOT SUPPORTED!
3. switch go cimg/go
4. Remove unnecessary CI dependencies.
2022-05-04 15:38:15 +03:00
Łukasz Magiera
f9a4a400da
Merge pull request #8557 from filecoin-project/feat/worker-commp
sealing: DataCid on workers
2022-04-28 17:45:32 +02:00
Łukasz Magiera
1aed631fe5 sealing: DataCid on workers 2022-04-26 20:36:23 +02:00
Aayush
3eb007776a Update actors 2022-04-22 11:40:59 -04:00
vyzo
efad692353 go mod tidy 2022-04-22 02:54:30 +02:00
vyzo
357da15e5c update go-libp2p@v0.19 2022-04-22 02:53:05 +02:00
vyzo
cc294496ab go mod tidy 2022-04-22 02:20:45 +02:00
vyzo
ed0b4b0bfa update go-libp2p@v0.19 2022-04-22 02:20:45 +02:00
Steven Allen
5f5bd31f58 chore: update golang and go-ipfs
1. go 1.16.4 is not supported.
2. go-ipfs 0.4.22 is NOT SUPPORTED!
3. switch go cimg/go
4. Remove unnecessary CI dependencies.
2022-04-20 12:06:25 +02:00
Geoff Stuart
0db46dfeaa Bump version for xtools 2022-04-14 17:26:08 -04:00
vyzo
1866eebe06 go mod tidy 2022-04-14 19:35:09 +03:00
vyzo
1c1d8e0626 update specs-actors/v8@master 2022-04-14 19:34:40 +03:00
vyzo
cd5829ae42 update specs-actors 2022-04-14 19:33:23 +03:00
zenground0
8562798940 Use go-fil-markets tag 2022-04-14 19:32:56 +03:00
Aayush
339b7db2b7 Integrate FIP 0027 2022-04-14 19:32:56 +03:00
vyzo
45a65c5d9e update specs-actors 2022-04-14 19:31:14 +03:00
vyzo
13a4602806 gomod: update specs-actors@v8 2022-04-14 19:29:06 +03:00
Aayush
3370847f3e Implement FIP-0031 2022-04-14 19:28:16 +03:00
Łukasz Magiera
cf92776c64
Merge pull request #8468 from filecoin-project/jen/mergeback
chore: merge releases back to master
2022-04-12 15:41:36 +02:00
jennijuju
137f494619 tidy and gen 2022-04-12 13:53:03 +02:00
vyzo
0f4019cbb7 update go-libp2p@v0.18.1 2022-04-12 11:30:24 +03:00
jennijuju
0dcad9cc18 Merge branch 'releases' into jen/mergeback 2022-04-12 01:25:02 +02:00
Aayush Rajasekaran
8c46d00ee7 Update to go-log 2.5.1 2022-04-01 01:13:55 -04:00
koalacxr
6c1651cb3d modify quantile imports error 2022-03-31 23:08:00 -04:00
hannahhoward
4974b6874e chore(deps): update go-data-transfer with fixes 2022-03-30 14:59:31 -04:00
Łukasz Magiera
12752c6970 Merge github.com:koalacxr/lotus into feat/go-1.18 2022-03-30 14:31:32 -04:00
hannahhoward
7e86f7196e chore(deps): update go-data-transfer with fixes 2022-03-29 18:12:42 -07:00
Aayush
be418e77f9 Update to specs-storage v0.2.2 2022-03-29 14:08:55 -04:00
vyzo
450d4b256a update go-libp2p to v0.18 2022-03-23 14:05:43 -04:00
Łukasz Magiera
92e4caa151 Merge remote-tracking branch 'origin/master' into feat/post-worker 2022-03-21 12:09:47 +01:00
vyzo
7fea2e4d6c update go-libp2p to v0.18 2022-03-21 12:33:07 +02:00
Łukasz Magiera
6ddbe41376 Merge remote-tracking branch 'origin/master' into feat/post-worker 2022-03-18 10:54:44 +01:00