Skip to content
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

Gas optimization #206

Open
4 of 5 tasks
kenchangh opened this issue Sep 13, 2019 · 0 comments
Open
4 of 5 tasks

Gas optimization #206

kenchangh opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
bug Something is missing refactor Requires changes to the architecture
Milestone

Comments

@kenchangh
Copy link
Contributor

kenchangh commented Sep 13, 2019

Ideas:

  • Create local post instance in Feed array without deploying contract
  • Remove setting variableMetadata during creation (e.g. Post)
  • Combine Registry and Factory into one contract
  • add checks on all initialize() params and only update non-zero values
  • use stateless metadata
@kenchangh kenchangh added the ErasureQuant For ErasureQuant Flows label Sep 13, 2019
@kenchangh kenchangh added this to the v2.0.0 milestone Sep 13, 2019
@kenchangh kenchangh self-assigned this Sep 13, 2019
@kenchangh kenchangh added new feature New feature or request refactor Requires changes to the architecture and removed ErasureQuant For ErasureQuant Flows labels Sep 14, 2019
@thegostep thegostep added bug Something is missing and removed new feature New feature or request labels Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is missing refactor Requires changes to the architecture
Projects
None yet
Development

No branches or pull requests

3 participants
@kenchangh @thegostep and others