Alexey Nebolsin

Results 11 issues of Alexey Nebolsin

Currently is a draft PR. Want to check which tests will fail Upd: ready for review

## Abstract In release 1.25.0 we introduce an address book and a search for names of an ethereum address in various sources (6 in total): 1. private addressbook 2. blockchain...

frontend
backend
easy

I am trying to run tests on my app that uses flask_session and I use sqlalchemy to store sessions data (it gets stored in `sessions` table). If I run tests...

## Checklist - [x] I've searched for similar feature requests. ## Enhancement request If I am not mistaken then currently there is no support for templates, right? I would like...

enhancement
new

## Abstract Support 0x protocol trades. ## Specification Support the products that 0x provides, but especially decode swaps made via 0x. Check possible swaps via their router: https://etherscan.io/address/0xdef1c0ded9bec7f1a1670819833240f027b25eff

## Abstract NameWrapper is a new thing introduced in the recent ENS upgrade. It uses ERC1155 tokens, so we have to do #5492 first. ## Specification - [ ] Decode...

**Pylightxl Version**: 1.61 **Python Version**: 3.9.16 **Summary of Bug/Feature**: Formulas in a csv file are parsed incorrectly. See the attached example file. [all_events_fifo_3.csv](https://github.com/PydPiper/pylightxl/files/10870219/all_events_fifo_3.csv) **Traceback**: I saw that values in cells...

Currently on the aave interface there is a button to set up notifications with Hal project. That's obviously great! But I've also made an aave-specific mobile app where you can...

feature
new issue

## Abstract Enhance address book and use external apis to fetch names of addresses. ## Specification - [ ] Add source column to global (only global) address book that would...

## Abstract Currently we have 2 different approaches for assets search. Levenshtein distance and search by a substring. The problem is that: 1. Right now we are doing levenshtein in...