mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Rename executable scripts in setup
This commit is contained in:
parent
b77448a0f1
commit
b8250373df
@ -1,6 +1,7 @@
|
||||
- 0.0.10-unreleased
|
||||
- Implement external signer
|
||||
- Standardize cli arg flags
|
||||
- Rename entry point executable names in setup
|
||||
- 0.0.9
|
||||
- Fix wrong abi path in registry.py
|
||||
- 0.0.8
|
||||
|
@ -94,7 +94,7 @@ def main():
|
||||
logg.debug('adding sender to write list')
|
||||
(tx_hash, rcpt) = helper.sign_and_send(
|
||||
[
|
||||
c.functions.addWriter(signer_address).buildTransaction
|
||||
c.functions.addWriter(signer_address).buildTransaction,
|
||||
],
|
||||
force_wait=True,
|
||||
)
|
||||
@ -121,7 +121,7 @@ def main():
|
||||
logg.debug('deleting sender for write list')
|
||||
(tx_hash, rcpt) = helper.sign_and_send(
|
||||
[
|
||||
c.functions.deleteWriter(signer_address).buildTransaction
|
||||
c.functions.deleteWriter(signer_address).buildTransaction,
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -48,5 +48,5 @@ testing =
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
accounts-index-deploy = eth_accounts_index.runnable.deploy:main
|
||||
accounts-index-add = eth_accounts_index.runnable.add:main
|
||||
eth-accounts-index-deploy = eth_accounts_index.runnable.deploy:main
|
||||
eth-accounts-index-add = eth_accounts_index.runnable.add:main
|
||||
|
Loading…
Reference in New Issue
Block a user