Shishir Pai

Results 22 issues of 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 =...

chain: bsc

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...

![image](https://github.com/lukas-blecher/LaTeX-OCR/assets/64056966/17364c3c-8946-44fa-b869-b296af21a37a) 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 ```

![image](https://github.com/ergoplatform/oracle-core/assets/64056966/af449594-28ea-4ba3-9b57-01c90205f7c5) 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...

B-200 SigUSD

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.