Daniel Schiavini
Daniel Schiavini
Now that I think about it, do we really need context managers? It's weird that if we increase the block number/timestamp the time will always go back in the past...
@charles-cooper maybe it's nice to add the suggested approach to this issue? Is it possible to make this independently of pyevm?
@charles-cooper Should we reuse the existing [`DiskCache`](https://github.com/vyperlang/titanoboa/blob/c9aa6c6f31661880157de2f518f5014eab597862/boa/util/disk_cache.py#L23) mechanism for boa deployments? Or do we really need leveldb? Do we need a separate setting for caching besides the existing [`set_cache_dir`](https://github.com/vyperlang/titanoboa/blob/06bf4497c739555231d0b1b94abb3e893dcaaab9/boa/interpret.py#L31) @bout3fiddy...
The implementation currently in #240 works as following: - The user may give a `deploy_id` argument when calling `load(s)` or `deploy` - This argument is user supplied and may contain...
Alternatively, we could also set the deploy globally so the user doesn't need to override it every time, e.g. ```python boa.env.set_deploy_cache_id(1) boa.load("contract.vy", *args) boa.load("contract.vy", *args) # this will be cached...
@charles-cooper are you now on board with [this](https://github.com/vyperlang/titanoboa/issues/82#issuecomment-2141415648) solution? Or what do you suggest? Moving it to the application folder + adding a dump/import should be fine. For that purpose,...
@charles-cooper there's no description on this issue. Is it the idea to document [this method](https://github.com/vyperlang/titanoboa/blob/2ceafa5f973ea4f8b249e34fe3cccfe19f4547bd/boa/contracts/vyper/vyper_contract.py#L897)?
I see that #11 was merged but not released. I guess that this plugin needs some work done to work with the latest versions + it needs to be released...
that's great. I don't mind keeping the repo, but I wonder why hasn't the already merged stuff been released?
No worries. If I get as far as to publish something to the market, it would need then to be a new plugin ID anyway. It would be nice to...