We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the feature Currently all PVG calculations assume a bundle size of 1. This requires the user to pay for:
The bundler can often create bundles > size 1, and currently has no way of sharing those cost savings with the user.
This feature is around enabling users to take advantage of larger bundles resulting in lower cost
Additional context
High level:
On the current signature-aggregator branch a few of the bundle size assumptions are tagged with // TODO(bundle) for quick lookup.
signature-aggregator
// TODO(bundle)
The text was updated successfully, but these errors were encountered:
dancoombs
No branches or pull requests
Describe the feature
Currently all PVG calculations assume a bundle size of 1. This requires the user to pay for:
The bundler can often create bundles > size 1, and currently has no way of sharing those cost savings with the user.
This feature is around enabling users to take advantage of larger bundles resulting in lower cost
Additional context
High level:
On the current
signature-aggregator
branch a few of the bundle size assumptions are tagged with// TODO(bundle)
for quick lookup.The text was updated successfully, but these errors were encountered: