ApeWorX / ape-ganache

Ganache network provider plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
4 stars 6 forks source link

Fixes problem about getting correct revert string #14

Closed bilbeyt closed 1 year ago

bilbeyt commented 1 year ago

What I did

Solved the problem of not getting revert string.

How I did it

Changed the ganache suffix and implemented get_virtual_machine_error to use existing _get_vm_error function.

How to verify it

Just run tests.

Checklist

antazoey commented 1 year ago

Thanks for opening this! I had just fixed this myself on this PR https://github.com/ApeWorX/ape-ganache/pull/13 along with several other fixes.

We will hopefully get a ganache patch out soon!

NotPeopling2day commented 1 year ago

Closing as fixed by https://github.com/ApeWorX/ape-ganache/pull/13

Thank you for help!!