Jan Beneš

Results 41 issues of Jan Beneš

# Checklist: - [ ] I have reviewed my diff in github, line by line. - [ ] Every change is related to the PR description. - [ ] There...

Most recent Set code was present in this PR https://github.com/AztecProtocol/aztec-connect-bridges/pull/183

StabilityPoolBridge tests fail plenty of the times because of lacking liquidity in the used uni v3 pools. This issue occurs for example in a block 15231620.

# Description A contract which allows for trust-less registration of an optimal path for a given amount. The goal of this contract is to allow for trust-less path swapping in...

# Description A client for Uniswap bridge # Checklist: - [ ] I have reviewed my diff in github, line by line. - [ ] Every change is related to...

Implementing Set E2E tests is currently blocked by the current tests not passing against the latest block. This is probably caused by a lacking liquidity. Since rollup processor was deployed...

It's important to be able to easily decode errors on frontend and in e2e tests. For this reason it makes sense to add functionality to bridge-data.ts which takes ABI encoded...

OracleHelper library throws 'OLD' error when there is not an old enough observation in the Uni v3 pool. This can be avoided by increasing the amount of observation the pool...

bug

I've modified the code so that it's compatible with PyPi repository. Then I did some optimization. I replaced the Pillow dependency by opencv 2. I did this because opencv works...