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
decode_vyper_object
pip show boa: 0.2.5 vyper --version: 0.4.0+commit.e9db8d9 python --version: 3.11.10
pip show boa
vyper --version
python --version
import boa def test(): code = """ flag S: Admin User s: S @external def foo(): pass """ c = boa.loads(code) c.foo() storage = c._storage.dump() print(storage) test()
outputs:
<storage: s=unimplemented decoder for `flag S('Admin','User')`>
more generally, any consumer of decode_vyper_objec would fail to decode the flag
decode_vyper_objec
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pip show boa
: 0.2.5vyper --version
: 0.4.0+commit.e9db8d9python --version
: 3.11.10outputs:
more generally, any consumer of
decode_vyper_objec
would fail to decode the flagThe text was updated successfully, but these errors were encountered: