Compare commits

..

1 Commits

Author SHA1 Message Date
lash
48156eb7ba Upgrade chainlib 2022-05-09 20:14:34 +00:00
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
- Apply transfer ownership protection in GiftableToken contract
* 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.set_code(tx, data)
tx = self.finalize(tx, tx_format)
return tx
return tx

View File

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

View File

@@ -1,6 +1,6 @@
[metadata]
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.
author = Louis Holbrook
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