Shishir Pai
Shishir Pai
Cannot process any transactions due to the error stated. Here is my code ``` from uniswap import Uniswap from web3 import Web3 wallet_address = "" private_key = "" address =...
Got this error in the console while running the program. The subscription feature also does not work, it just endlessly loads. I assume these issues are connected. The pub0 has...
 It outputs stuff like this ``` P(\lambda\left.\right.\right.D\,1\,C)\,\leq\,P(\lambda)\,+\,P(B)\,+\,P(C)\,\nonumber ``` ``` P(\lambda\left.\right.\right.D\,1\,C)\,\leq\,P(\lambda)\,+\,P(B)\,+\,P(C)\,\nonumber ``` ``` P(\lambda\left.\right.\right.D\,1\,C)\,\leq\,P(\lambda)\,+\,P(B)\,+\,P(C)\,\nonumber ```
 Get this issue running the oracle. I have made some custom modifications: - Set sleep time to [one](https://github.com/ergoplatform/oracle-core/blob/1321adb9a698a4d444adf59384d288583402eca2/core/src/main.rs#L377) - Set explorer sleep time to [five](https://github.com/ergoplatform/oracle-core/blob/1321adb9a698a4d444adf59384d288583402eca2/core/src/explorer_api.rs#L127)
I cannot zip up my oracle folder and transfer it to another system to run as usual with docker. I need to first delete the scan json to allow the...
Currently, this endpoint returns all confirmed unspent boxes residing in an address. A parameter is needed to also include unconfirmed boxes. I think it should include boxes with ergotrees belonging...
When headers information **only** is returned it would be useful to also return transaction count. This is needed because currently, if I want transaction count I must load the **full**...
It would be nice to have something like `blocknotify`. This is a flag from bitcoin core which executes a command when the best block changes, `%s` represents blockhash. Usage ```...
When I restore my wallet, it seems scan from 0. Please make this configurable by height. There is a rescan endpoint which lets you set height. But I don't see...
Currently, the cost limit is extracted from blockchain. I think there should be an ability to manually declare it.