mirror of
https://github.com/grassrootseconomics/custodial-registration-proxy.git
synced 2025-02-05 14:37:31 +01:00
lib: bump v0.2.0
* remove training voucher
This commit is contained in:
parent
fa9df4ed3e
commit
5ecb5c40cc
@ -28,7 +28,6 @@ class CustodialRegistrationProxySettings:
|
||||
def __init__(self):
|
||||
self.eth_faucet_address = None
|
||||
self.custodial_account_index_address = None
|
||||
self.training_voucher_address = None
|
||||
self.system_account_address = None
|
||||
|
||||
class CustodialRegistrationProxy(TxFactory):
|
||||
@ -61,7 +60,6 @@ class CustodialRegistrationProxy(TxFactory):
|
||||
enc = ABIContractEncoder()
|
||||
enc.address(settings.eth_faucet_address)
|
||||
enc.address(settings.custodial_account_index_address)
|
||||
enc.address(settings.training_voucher_address)
|
||||
enc.address(settings.system_account_address)
|
||||
code += enc.get()
|
||||
tx = self.template(sender_address, None, use_nonce=True)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = custodial-registration-proxy
|
||||
version = 0.1.0
|
||||
version = 0.2.0
|
||||
description = Atomically registers a custodial user on-chain and provisions necessary gas and training vouchers.
|
||||
long_description = Atomically registers a custodial user on-chain and provisions necessary gas and training vouchers.
|
||||
author = Mohamed Sohail
|
||||
|
Loading…
Reference in New Issue
Block a user