Orhan Özalp

Results 4 issues of Orhan Özalp

Relevance parameter has been taken into account when sorting code completion proposals.

Hello, I'm trying to make balancer-sdk work in a project that uses ethers v6 and I'm having issues with it because balancer-sdk uses ethers v5 (and it uses `Interface` class...

Issue: https://github.com/balancer/balancer-sdk/issues/560

### Description of change Fixing the small typo in SubjectTopoligicalSorter and renaming it as SubjectTopologicalSorter. The actual change is in 2 files - `src/persistence/SubjectExecutor.ts` - `src/persistence/SubjectTopologicalSorter.ts` Other changes are the...