Upgrade chainlib

This commit is contained in:
lash 2022-05-09 20:14:34 +00:00
parent 70663293af
commit 48156eb7ba
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
8 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,5 @@
* 0.3.1
- Upgrade chainlib to 0.2.0
* 0.1.10 * 0.1.10
- Apply transfer ownership protection in GiftableToken contract - Apply transfer ownership protection in GiftableToken contract
* 0.1.9 * 0.1.9

File diff suppressed because one or more lines are too long

View File

@ -94,4 +94,6 @@ class GiftableToken(TxFactory):
tx = self.template(sender_address, contract_address, use_nonce=True) tx = self.template(sender_address, contract_address, use_nonce=True)
tx = self.set_code(tx, data) tx = self.set_code(tx, data)
tx = self.finalize(tx, tx_format) tx = self.finalize(tx, tx_format)
return tx return tx

View File

@ -1,3 +1,3 @@
confini>=0.5.7,<0.7.0 confini>=0.5.7,<0.7.0
chainlib-eth>=0.1.0b1,<0.2.0 chainlib-eth~=0.2.0
potaahto~=0.1.1 potaahto~=0.1.1

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-erc20 name = eth-erc20
version = 0.3.0 version = 0.3.1
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long