aghamir

Results 11 issues of aghamir

`toSun` method supports decimal.Decimal type. However, [`send_transaction`](https://github.com/iexbase/tron-api-python/blob/master/tronapi/transactionbuilder.py#L59) restricts the type to `float`.

I've got this error when I run vagrant up --provider=libvirt: ``` TASK [include] ***************************************************************** fatal: [default]: FAILED! => {"failed": true, "reason": "ERROR! no action detected in task\n\nThe error appears to...

This uses `eth.syncing.HighestBlock` when `eth.blockNumber` returns zero(Issue #652).

After I restart the blockbook service, it raise this error ``` resyncIndex resync: remote best height error resync: error - remote best height 0 less than sync start height 723...

Dear devs, The mainnet server currently doesn't return anything.

Hi, I've installed full node on lxd container. After running mytonctrl -> status, I've got this output: ``` MyTonCtrl> status [debug] 27.03.2023, 01:26:00.528 (UTC) start GetRootWorkchainEnabledTime function [debug] 27.03.2023, 01:26:00.528...

Hi @Wenzel , Pushing syscall and poping it will not return the right one in all situations. Consider the situation where context switch occurs in the middle of handling one...

### Ask a question Hi, How I can set RESTORE_SNAPSHOT environment to read from local snapshot instead of url?

question

Dear devs, Running light client with bellow command stucks in Starting RPC HTTP server on 127.0.0.1:27147: `./lightd --chain-id "Binance-Chain-Tigris" --node tcp://dataseed1.binance.org:80`

Does BNB client have any json rpc interface? I saw `api_server`, however, I didn't find api for cli commands like `send`. Moreover it is not json rpc. But can be...