brownie 1.11.8
·
1334 commits
to master
since this release
Added
- Automatically add
tx
as a local variable during interactive debugging (#796)
Changed
- Gas buffer is not applied to transactions between EOAs (#798)
- Use
vyper
instead ofvvm
for compilation, where possible (#797)
Fixed
- Correctly highlight skipped, previously failing tests in red when using
-U
flag (#795)