Artem Fomiuk

Results 17 issues of Artem Fomiuk

## What ❔ Remove `batch_dry_run` method Hardcode values needed for seal criterions ## Why ❔ `batch_dry_run` is not needed anymore ## Checklist - [x] PR title corresponds to the body...

## What ❔ Divide web3 server API into 2: * Old one * Test-drive API, which won't return ETH Transfer events API that will be run per instance is defined...

## What ❔ Add metrics for block tip ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs)....

## What ❔ Make tests send transactions subsequently, use Promise.all() only on waiting receipt. Add more logging Increase gas price by 30% to prevent test timeout ## Why ❔ Integrationg...

## What ❔ Use `unwrap()` on `transactions.data -> contractAddress` field in transactions table. ## Why ❔ Seems there are no NULL values for this field, PR is intended to ensure...

## What ❔ Add a few more hardcoded constants for batch tip unit test. ## Why ❔ To measure correct values for further removing of the `batch_dry_run` ## Checklist -...

## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...

## What ❔ * New `db_connection` crate, which contains all the main logic for managing `ConnectionPool` and `StorageProcessor` * Prover parts of DAL are moved to `prover_dal` crate * Now...

This is PR for this issue: https://github.com/Supercolony-net/openbrush-contracts/pull/136#issuecomment-1167236655 that was started in https://github.com/Supercolony-net/ink/pull/4 It allows testing cross-contract calls in off-chain environment - [x] Add support of call_flags - [x] Error &...