Endogen
Endogen
I can't use `ntfy.notify("message", "title")` since i'm using it with ```python self.job = multiprocessing.Process(target=self.check_balance) self.job.start() ``` in the `check_balance` function and that crashes Python so i'm using it with ```python...
I can change the amount of currency in my portfolio but i can't set the amount to 0 (of course only if i increased it before)
I got these prices  can not be correct since BTC is around 1027$ and not 1.02. Something wrong with the locale? Im in germany (de_DE).
Hi, i'm currently executing this: ```python account = Tron().create_account tron = Tron(**{"private_key": account.private_key, "default_address": account.address.hex}) address = tron.default_address.hex transactions = tron.trx.get_transactions_to_address(address=address) ``` But i get this error on the last...
For token swaps it would be very helpful to be able to copy `balances` from one token contract to another. I tried it out but it doesn't work. Token1 ```python...
**Describe the bug** Defining a `ForeignHash` in a contract doesn't take in account the `default_value` of the original `Hash`. **To Reproduce** Steps to reproduce the behavior: 1. Create a new...
A difference between Ethereum and Lamden is that on Lamden you need to pay a fee for executing read-only functions of a contract. On Ethereum that's free since nodes can...
It would be really good to know which function called your own contract. Maybe you could add `ctx.function` which would return the contract that called you or `None` if it...
The 'Manage Networks' button in this dropdown doesn't work  After pressing it, i'm stuck here and have to reload the page. 'Back' button doesn't work 