-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean/mv-actors-bundle #11889
clean/mv-actors-bundle #11889
Conversation
* rename provider to curio * install gotext * fix lint errors, mod tidy * fix typo * fix API_INFO and add gotext to circleCI * add back gotext * add gotext after remerge
…t/lotus into feat/config-edit
All present dependencies of curio, broken down by package: Following the goal of removing lotus/build/actors:
These last 5 aren't fully investigated, but mostly appear to connect back to the 3 "prune points" identified. |
Plan of attack:
|
This'll get rid of the actors bundle. Other weight loss could include: According to: go tool nm -size -sort size curio|less |
@snadrus Is this part of decoupling/moving curio to a seperate repo? Lotus the chain still needs the actor-bundle so its unclear if this is something that should be merged in this repo |
Everything here is about making a clear distinction and general code
cleanup. Nothing here is intended to be a breaking change.
…On Thu, Apr 18, 2024, 3:39 AM Phi-rjan ***@***.***> wrote:
@snadrus <https://github.com/snadrus> Is this part of decoupling/moving
curio to a seperate repo? Lotus the chain still needs the actor-bundle so
its unclear if this is something that should be merged in this repo
—
Reply to this email directly, view it on GitHub
<#11889 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOU4LW5NLWPGRH7LSOUXD3Y56BC5AVCNFSM6AAAAABGMDZIBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRTGMZTKNZZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Closing as this has been ported. |
Related Issues
The 40MB+ of actors bundle content should not be implicitly included in everything that wants to know the build version.
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps