Skip to content
New issue

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

OpenZeppelin unit test fails. Error: 'EthereumModel' object has no attribute 'eth_getLogs' #244

Closed
mich-master opened this issue Sep 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mich-master
Copy link
Contributor

Impact:
Proxy + Neon EVM <-> OpenZeppelin library compatibility

STR:

  1. Set up Truffle environment for the OpenZeppelin library as described
    OpenZeppelin Contracts Testing #219
  2. Run the unit test for "Ownable" contract
    truffle --network solana test ./test/access/Ownable.test.js

Actual result:
Error message:
"after each" hook: after test for "prevents non-owners from transferring":
Error: 'EthereumModel' object has no attribute 'eth_getLogs'

Expected result:
Test passed successfully.

@mich-master mich-master added the bug Something isn't working label Sep 16, 2021
@s-medvedev
Copy link
Contributor

Will be fixed in neonlabsorg/proxy-model.py#210

@s-medvedev s-medvedev self-assigned this Oct 21, 2021
@s-medvedev
Copy link
Contributor

Fixed in neonlabsorg/proxy-model.py#210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants