-
### 問題
- 高機能なコントラクトモックツールであるSmockがうまく動かない
### 弊害
- E2E(シナリオ)テストしか書いてないのでテスト実行時間が長く(130秒)、かつコードベースに変更を加えたときに依存箇所が予期しにくいようなテストの失敗の仕方をする。
### 解決策
- Smockでの簡単なテストを可能にする
### 実装プロと
- https://gi…
-
I have made the modifications and just performed the end-to-end testing procedure.
340 measured results of 340 total results
335 of 340 tests PASSED
0 of 340 tests PENDING
0 of 340 tests MISSIN…
-
Hi,
We are experiencing issues trying to support users using the link flow due to a flow on-effect of issue #139.
Periodically, users will experience errors when trying to link their accounts, par…
-
Hi, smock is great.
found an issue :
When I run my test via https://github.com/cgewecke/eth-gas-reporter/ I get the following error:
```
TypeError: Cannot read property '_vm' of undefi…
-
Hi! I'm using `smoddit` to set a mapping state with a bytes5 as key.
```solidity
pragma solidity ^0.8.0;
contract TestContract {
mapping (bytes5 => bool) private mymapping;
fu…
-
**Is your feature request related to a problem? Please describe.**
We would like the ability to use a contract on L1 to authenticate upgrades to L2 for security & stability reasons.
**Describ…
-
#### Brief description of the bug
Multiple Teshari items of clothing have issues with rendering their inventory sprites. In addition to this, Teshari undercoat sprites are missing three of …
-
The [CODEOWNERS.md](https://github.com/ethereum-optimism/optimism/blob/master/CODEOWNERS.md) should be updated to include who owns what.
-
**Describe the Bug/Issue**
No recommendations are shown during combat; instead, I get an endless stream of stack overflow errors. The addon can't be paused during this time; I had to disable it just …
-
**Describe the bug**
smockit fails in test when hardhat-gas-reporter plugin is used.
**To Reproduce**
Import **hardhat-gas-reporter** in `hardhat.config.js`.
In the test:
```js
const MyContr…