vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
251 stars 49 forks source link

feat: expose private constants #215

Closed DanielSchiavini closed 4 months ago

DanielSchiavini commented 4 months ago

Fixes #196, depends on https://github.com/vyperlang/titanoboa/pull/220

What I did

Created a ConstantsModel to expose constants.

How I did it

Created a ConstantsModel class. Added to Vyper contract, blueprints and deployer.

How to verify it

Tests are included

Description for the changelog

Cute Animal Picture

image