-
-
the description!
-
The waffle allows to configure the compiler (eg docker, solc-js). But the `solc-js` is somehow bundled with waffle, and there is no way use a newer version of solc-js than the one bundled in `waffle`.…
-
-
-
-
how to achieve this in typescript:
I have complex nested object of classes like this:
class GameState{
playTime = 0;
howLongPlaying(){...}
}
class Weapon{
attackDmg=10,
currentCoold…
-
If a URL is passed to Waffle (e.g. through `cast_attachments`), and the URL has no path (e.g. `https://google.com`), Waffle causes an exception, because it passes the path of the parsed URI to `Path.b…
-
**Describe the bug**
It seems that
```typescript
const counterFactory = await ethers.getContractFactory('Counter');
const counter = await counterFactory.deploy(1);
// result in different deplo…
-
This issue tracks the implementation of the [Jazzband guidelines](https://jazzband.co/about/guidelines) for the project [django-waffle](https://github.com/jazzband/django-waffle)
It was initiated by …