Przemek Rzad

Results 14 issues of Przemek Rzad

I have found that `err` is used as an alias to `error`. Changing the regex to catch `err` would work for both usages.

The problem - usage of quotes or apostrophes in the revert strings.

Closes https://github.com/TrueFiEng/Waffle/issues/739 Closes https://github.com/TrueFiEng/Waffle/issues/557

We should try to test logging functionality in deployment tests. The problem is that currently the logs are created on host machine running the tests (because of `docker.sock` mounting). Possibly...

deployment

https://github.com/poanetwork/tokenbridge/pull/186#discussion_r313578915 The UI-E2E tests are unclear because of two reasons: 1. They rely on sequential execution - for example first test case opens the website, and subsequent test cases assume...

e2e

This removes the workspace of the minimal template, which (I think) is redundant. The synchronized template created [it's own workspace](https://github.com/paritytech/polkadot-sdk-minimal-template/blob/master/Cargo.toml) anyway, and the new readme replaced the old docs contained...

R0-silent