mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2026-04-23 11:24:40 +02:00
Upgrade chainlib
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user