Samuel Laferriere
Samuel Laferriere
Would also like to see this fixed.
My main use case is when I send a transaction and need to parse some state changes that are only output as events, or similarly when I'm analyzing other transactions...
三角套利版本的区别不大
@stefangabos @yoongyy how much? I have a formulation that I'm using in my bots, that I'm willing to sell, depending on price and use case. Also have optimal amounts for...
@mtyou pm me on twitter @samlafer
+1. Would really like to use this feature. In the meantime, I'm using https://github.com/OpenZeppelin/solidity-docgen combined with https://book.getfoundry.sh/config/hardhat, but it would be nice not to have to pollute our project with...
I think I found a solution for this. You just need to add a call to `wait_for_connection`: ``` drone.connect() drone.wait_for_connection(10.0) drone.start_video() ``` Alternatively, you can add the call to `wait_for_connection`...
This bug has been annoying me for quite a well, so I decided to spend a bit of time researching into it. My use case is that I'm trying to...
> How are you checking for duplicate pools? Are the object IDs different for the pools here? This bug actually got fixed a while back I think. I am checking...
Have you tried running my code snippet above? I could have gotten you the duplicate object ids if it was still behaving like what I posted yesterday, but I'm guessing...