Transacting now uses raw transaction to prevent error Added chainId to prevent replay attack Added the import_remappings parameter to enable import (e.g openzeppelin)
0.2.3
- from_tcp1p PoW now shows a progress bar - allow contract.send("", value=...) to be used to send ether - Add gas_limit parameter on send() method - Automatically import HexBytes class - Add a new ether() function to convert wei to ether
0.2.2
- Automatically change address to checksum address - Automatically change uint and int to uint256 and int256 - from_tcp1p and from_htb now returns a dictionary - immidiately set the config.wallet as Account object - fix solc version not defaulting to the latest version
0.2.0
Added the following `cast` feature: - age - balance - block - block_number - code - codesize - storage - tx
Added [TCP1P's Paradigmctf BlockChain Infra Extended](https://github.com/TCP1P/Paradigmctf-BlockChain-Infra-Extended) and HackTheBox blockchain chall's integration