Alexander Poole

Results 10 issues of Alexander Poole

We need to be able to blacklist tokens. This can be done at two points. 1. When finding the tokens 2. When dpoing trades When can use the Hardhat network...

Currently we try to execute trades in 60 seconds as to not have changing market conditions. However this assumes that changing market conditions are an issue. They might not be....

When setting up account with the SetupTrader Action we will never be poperly setup. A.k.a next time the Action is ran it will once again try to convert weth to...

bug

Setup https://pre-commit.com/ so that it automatically runs tests and lints on each commit

Currently we are using gradle as a build system this requires that all environments building Arbie has JVM installed gradle also dosn't know much Python. The solution is migrating to...

We should turn our test structure upside down. Instead of invoking tests in docker containers we invoke docker containers from tests. This will make it possible to start running tests...

We want to be able to deploy Arbie to Kubernetes. 1. Setup cluster 2. Konvert compose file to kubernetes 3. Deploy!

We need a smart contract for executing trades. * The contract should be able to execute trades with n hops. * It shouldn't matter if the trades are on Uniswap...

Build sphinx documentation and deploy it to github pages

X-HTTP-Method-Override breaks the relationship and upload field on AWS cloudfront. As well as in any network stack that filters X-HTTP-Method-Override headers. This commit addresses the discussion: #7248 X-HTTP-Method-Override was added...

stale