Victor Yanev
Victor Yanev
**Description**: **Related issue(s)**: Fixes #8174 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### 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...
**Description**: **Related issue(s)**: Fixes #2379 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
**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: -...
**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....
### 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...
### 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...
**Description**: **Related issue(s)**: Fixes #2367 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### 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...
### 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...