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

Send contracts and messages via HTTP rather than the file system #1252

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. Send contracts and messages via HTTP rather than the file system

    Previously, requests would contain a path to a file for:
    * Scilla contracts
    * Init data JSON
    * Message JSON
    
    Instead, we send these directly in the message. The maximum size
    of a Scilla contract is ~75KB and the maximum size of init data
    and messages is ~135KB.
    
    I've also deleted two utilities that we aren't (yet) using in ZQ2,
    so that I don't have to spend time supporting the new request
    format for them.
    JamesHinshelwood committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a84841e View commit details
    Browse the repository at this point in the history