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

Need mechanism to load an account with data #1454

Closed
jackcmay opened this issue Oct 9, 2018 · 2 comments
Closed

Need mechanism to load an account with data #1454

jackcmay opened this issue Oct 9, 2018 · 2 comments
Assignees
Milestone

Comments

@jackcmay
Copy link
Contributor

jackcmay commented Oct 9, 2018

There is a limit to the amount of data that can be sent over a transaction. For sending larger amounts of data we need a mechanism to break the data into smaller chunks over multiple transactions and a way to assemble them back together on the other side.

This mechanism will be used for loading program bits, calling program inputs, and possible other uses such as storage.

@aeyakovenko
Copy link
Member

@jackmay, the contract for loading should take a (start,Vec) as the userdata

@jackcmay jackcmay assigned jackcmay and unassigned CriesofCarrots Oct 22, 2018
@jackcmay
Copy link
Contributor Author

Fixed by #1556

vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
…js (solana-labs#1454)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.1 to 2.41.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.41.1...v2.41.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants