Tim B
Tim B
### What does it do? As part of [MOON-1922](https://purestake.atlassian.net/browse/MOON-1922) New smoke test file containing two new tests: - Verifies that the most recent finalized block is within 10 minutes of...
In order to perform upgrade tests, it would be useful to be able to specify separate runtime and client versions on a built chain. For example: - Acala Node, Client...
* **I'm submitting a ...** - [X] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...
### Describe the bug When printing logs in the `beforeAll()` block, they are not attributed to the test suite they are contained within. As a result when using the html...
* **I'm submitting a ...** - [X] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...
### What does it do? Update our smoke tests to take into account async backing changes. ### What important points reviewers should know? Please double check my logic in `test-staking-rewards.ts`,...
### What version of Bun is running? 1.0.35+940448d6b ### What platform is your computer? ```sh Darwin 23.3.0 arm64 arm ``` and ```sh Linux 6.8.1-zen1-1-zen x86_64 unknown ``` ### What steps...
### Issue Description The `Creds: config` parameter for the test specs are non-optional, even when running zombienet with `--provider native` ### Steps to reproduce the issue Steps to reproduce the...
### What does it do? - New test for testing erc20 interactions - explicitly set evmVersion to Shanghai - incrementing solc ### What value does it bring to the blockchain...
When connecting to the RPC, following decoration is missing: ``` 2022-07-25 09:32:28 API/INIT: RPC methods not decorated: evm_blockLimits 2022-07-25 09:32:28 API/INIT: Not decorating unknown runtime apis: 0xe3df3f2aa8a5cc57/2 ```