-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Evaluate IELE #6
Comments
IELE and Solana's spending plans implement smart contracts from opposite extremes. IELE is a generic Turing-complete language that assigns gas prices to everything. A spending plan, on the other hand, is a very minimal language where every branch spends all bonded tokens and an implementation that requires no memory allocations. If we were to map spending plans to IELE, it'd be a subset of stack-allocated programs where the gas price is very small and could be calculated upfront. |
Per #72, we'll stay away from the Turing complete contract languages for now. |
* ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential
* ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential
…ana-labs#9 (solana-labs#13) * [anza migration] replace binaries backend (solana-labs#6) * ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential (cherry picked from commit b061cd3) * [anza migration] ci: fix path (solana-labs#8) * ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status * [anza migration] ci: removed unused s3 upload in Windows build (solana-labs#9) ci: removed unused s3 upload in Windows build --------- Co-authored-by: Yihau Chen <[email protected]>
…ana-labs#9 (solana-labs#14) * [anza migration] replace binaries backend (solana-labs#6) * ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential (cherry picked from commit b061cd3) * [anza migration] ci: fix path (solana-labs#8) * ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status * [anza migration] ci: removed unused s3 upload in Windows build (solana-labs#9) ci: removed unused s3 upload in Windows build --------- Co-authored-by: Yihau Chen <[email protected]>
* ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential
* [anza migration] replace binaries backend (#6) * ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential (cherry picked from commit b061cd3) * [anza migration] ci: fix path (#8) * ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status * [anza migration] ci: removed unused s3 upload in Windows build (#9) ci: removed unused s3 upload in Windows build --------- Co-authored-by: Yihau Chen <[email protected]>
This reverts commit 9355518.
This reverts commit 9355518.
This reverts commit 9355518.
https://iohk.io/blog/iele-a-new-virtual-machine-for-the-blockchain
The text was updated successfully, but these errors were encountered: