accounts-index

Accounts index evm contract tooling with permissioned writes
Log | Files | Refs

commit b0019479af4443b361197c1fbe14e518f6307701
parent 9363ed3bfb166994fab02a06c8b8ea37548bc49f
Author: nolash <dev@holbrook.no>
Date:   Fri, 30 Apr 2021 13:12:32 +0200

rename index to interface

Diffstat:
Mpython/eth_accounts_index/__init__.py | 2+-
Rpython/eth_accounts_index/index.py -> python/eth_accounts_index/interface.py | 0
Mpython/tests/test_app.py | 2--
3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/python/eth_accounts_index/__init__.py b/python/eth_accounts_index/__init__.py @@ -1 +1 @@ -from .index import AccountsIndex +from .interface import AccountsIndex diff --git a/python/eth_accounts_index/index.py b/python/eth_accounts_index/interface.py diff --git a/python/tests/test_app.py b/python/tests/test_app.py @@ -103,8 +103,6 @@ class Test(EthTesterCase): logg.debug('o {}'.format(o)) - - # TODO: reinstate all tests # def test_access(self): # registry = AccountRegistry(self.w3, self.address, self.w3.eth.accounts[1])