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

Execution guard #133

Open
JakeOShannessy opened this issue Apr 9, 2019 · 1 comment
Open

Execution guard #133

JakeOShannessy opened this issue Apr 9, 2019 · 1 comment
Labels
T-evm Target system: Ethereum EVM T-ewasm Target system: Ethereum Wasm

Comments

@JakeOShannessy
Copy link
Contributor

Implement the execution guard as defined in the spec. This could be quite difficult, as in Solidity the start of the contract is defined by the compiler, and we don't have control over that.

@JakeOShannessy
Copy link
Contributor Author

It turns out Solidity libraries include something equivalent to this execution guard. This means we could implement procedure contracts as libraries, although libraries don't allow inheritance, which is a problem as currently all our procedures inherit from BeakerContract.

@Latrasis Latrasis added T-evm Target system: Ethereum EVM T-ewasm Target system: Ethereum Wasm labels May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-evm Target system: Ethereum EVM T-ewasm Target system: Ethereum Wasm
Projects
None yet
Development

No branches or pull requests

2 participants