mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-21 17:26:47 +01:00
Upgrade chainlib
This commit is contained in:
parent
70663293af
commit
48156eb7ba
@ -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
@ -95,3 +95,5 @@ class GiftableToken(TxFactory):
|
||||
tx = self.set_code(tx, data)
|
||||
tx = self.finalize(tx, tx_format)
|
||||
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
Loading…
Reference in New Issue
Block a user