platonfloria
platonfloria
Issue: 'the trait `web3::Transport` is not implemented for `web3::transports::Either' when used in wasm. Reason: wasm Futures do not implement Send, that is required for Transport implementation of Either. See https://github.com/rustwasm/wasm-bindgen/issues/2833...
What's included: 1. Chain configuration 2. Logic to handle strategy overlap 3. Obtain events using getLogs rpc call 4. Pair discovery
## Bug Description With optimizer decoupling it was uncovered that `[T.ETH, T.WETH]` is in fact `[self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]` ## Severity (High/Medium/Low) High ## Steps to Reproduce Replace `[self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]` with `[self.ConfigObj.NATIVE_GAS_TOKEN_ADDRESS,...
**NOTE: #610 AND #611 HAS BEEN MERGED** This branch is freezing the Optimizer API in anticipation of the move into the new repo and the more arms length relationship between...