CHANGELOG (2181B)
1 * 0.5.6 2 - Upgrade to beta 3 * 0.5.5 4 - Change package readme and update project uri 5 * 0.5.4 6 - Update url in package file 7 * 0.5.3 8 - Change license to AGPL3 and copyright waived to public domain 9 * 0.4.14-unreleased 10 - Remove web3 / eth-* module dependencies 11 - Add custom keyfile handling code and cli tool 12 - Add zero-length password option to keyfile cli tool 13 - Fix tx serialization bug when to address is none (contract creation) 14 * 0.4.13 15 - Implement DictKeystore 16 - Remove unused insert_key method in keystore interface 17 - Add transaction executor helper, with adapter helper for eth 18 - Fix bitlength of integers in all tx fields before rlp encoding 19 - Add tcp server 20 - Fix RLP encoding bug on signature elements with 0x00 in first position 21 * 0.4.12 22 - Enforce hex strings in signer backend for sign message 23 * 0.4.11 24 - Add missing middleware param for eth_sign method 25 * 0.4.10 26 - Add bytes and string handling in inner signer backend 27 * 0.4.9 28 - Accept string message format for message signing 29 * 0.4.8 30 - Fix server crash on sign request for unknown key 31 * 0.4.7 32 - Upgrade dependencies 33 * 0.4.6 34 - Add sign message 35 * 0.4.5 36 - Upgrade dependencies 37 * 0.4.4 38 - Upgrade dependencies 39 * 0.4.3 40 - Align rlp dependency to solve discrepancy in eth-tester/py-evm dependencies 41 * 0.4.2 42 - Upgrade rlp depencency 43 * 0.4.1 44 - Make dependency versions explicit in setup 45 * 0.4.0 46 - Handle hex inputs for int values in transaction dict 47 - Change signature for Web3 constructor to take provider instead of url 48 - Add script for importing private key from hex 49 * 0.3.0 50 - Implement SQLAlchemy for db backend 51 * 0.2.6 52 - Upgrade confini 53 * 0.2.5 54 - Add default env override 55 - Do not create middleware if ipc no set 56 * 0.2.4 57 - Remove hardcoded ipc path in middleware 58 * 0.2.3 59 - Use dsn and config for keystore database settings 60 * 0.2.2 61 - Use confini for configurations 62 * 0.2.1 63 - Fix hardcoded daemon signTransaction nonce 64 * 0.2.0 65 - Add import method to keystore interface 66 * 0.1.1 67 - Create key table only if not exist 68 * 0.1.0 69 - Package wrap with setup.py 70 - Fix hex prefix bug in tx serialization 71 * 0.0.1 72 - Introduce signer, transaction, keystore packages 73 - Add test for keystore and signer