ColonelJ

Results 4 issues of ColonelJ

When trying to do multi-signature using an 'active' permission you need to be able to set the [Permission_id](https://github.com/tronprotocol/protocol/blob/f08aa0cf86eec4803b401b2ec4e2f6ae400eecc5/core/Tron.proto#L281) in the transaction's contract e.g. ```python create_tx["raw_data"]["contract"][0]["Permission_id"] = 2 ``` However, the...

enhancement

Tried installing on **Ubuntu 18.04** following the instructions for `heliosup`, but attempting to run the resulting `helios` binary faced with the following errors: ``` helios: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found...

bug

When submitting an ABI to 4byte.directory including a receive function e.g. `[{"stateMutability":"payable","type":"receive"}]` you get the error `contract_abi: Could not validate ABI`. This receive function can simply be ignored if it...