-
Notifications
You must be signed in to change notification settings - Fork 369
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
Reduce celocli size #5439
Comments
Proposed Solution
Open Questions
|
Yah I think this should definitely be addressed for the cli, thanks for making the issue! How much would the contractkit modularization solve this? From what I see on the modularization PR, seems like the cli would need access to most of the new proposed packages, such as extenders, communication, wallet libraries, etc, so not sure how much bundle size would be reduced from that front. |
@medhak1 you are right. It basically uses all the packages, so unless we decide to for example, remove the HSM wallet as a possibility, probably this PR won't impact on the cli size |
For example, if we could think more of the things required to be use in these kind of instances, and maybe make a light-cli, with just the basics, and supporting only one wallet. |
I personally experienced this but it'd be great that someone else confirms it too. |
I think a celocli-lite version would be great. It would solve a lot of the
bundle size issues.
…On Sun, Oct 25, 2020 at 6:27 PM Martín Volpe ***@***.***> wrote:
I personally experienced this but it'd be great that someone else confirms
it too.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5439 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOMYV3SPWG24E3DXFPN2ADSMS66FANCNFSM4SWSQARA>
.
|
Closed related ticket: Improve celocli install time #579 |
#6193 should go a long way to fixing this as |
This issue is stale and will be closed in 30 days without activity |
Expected Behavior
Should be able to install celocli on AWS
t2.micro
instance (free trial), or other similarly specced VMsCurrent Behavior
VM crashes during celocli installation. RAM might be the issue.
yarn
process halts and then the VM is unreachable by ssh until rebootThe text was updated successfully, but these errors were encountered: