Victor Yanev

Results 29 issues of Victor Yanev

**Description**: **Related issue(s)**: Fixes #8174 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

limechain

### Problem Need to run smart contract tests against the mono code and modularised code to verify that there are no regressions in the migration. ### Solution Run tests against...

P0

**Description**: **Related issue(s)**: Fixes #2379 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

bug
limechain

**Description**: Currently the logic in the server validator is really tangled up and hard to maintain, also there are several bugs inside which need to be addressed. This PR: -...

bug
enhancement
Technical Debt

**Description**: The current parameters that we accept for the `debug_traceTransaction` endpoint are inconsistent with what other providers expect. Also debugging transactions in Remix is not working currently because of that....

bug
documentation
dev tools

### Problem Currently the logic in the server validator is really tangled up and hard to maintain, also there are several bugs inside which need to be addressed. ### Solution...

enhancement

### Description The current parameters that we accept for the `debug_traceTransaction` endpoint are inconsistent with what other providers expect. Also debugging transactions in Remix is not working currently because of...

bug

**Description**: **Related issue(s)**: Fixes #2367 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

enhancement

### Problem Currently we have only one `tsconfig.json` file shared for development and production builds, but we want to have different settings locally for development to ease people with debugging...

enhancement

### Problem Some of the logs we do are not giving us enough information and we need more descriptive logs which will give us more context when we are trying...

enhancement
help wanted