-
### Environment information
- OS: macOS
- Python Version: 3.10.4
- `ape` and plugin versions:
- vyper 0.6.5
```sh
$ ape --version
0.6.8
$ ape plugins list
Installed Plugins:
…
-
Create a typescript SDK for task submissions which abstract all the encoding complexities away from developers and enable them to name their tasks in one func
something like:
createTask(ResolverAdd…
-
Construct a build system similar to https://nx.dev/ or https://hardhat.org/ which covers basic usage of a framework
- [x] create a project: https://github.com/ckb-js/kuai/pull/38
- [x] create a wo…
-
When calling TransferProxyAdminOwnership in the hardhat plugin, the function will attach the admin contract with the default hardhat account. I cannot use a dynamic signer to call the function in my s…
-
### Environment information
- OS: windows 11 wsl2 ubuntu linux
- Python Version: 3.10
- `ape` and plugin versions:
```
$ ape --version
0.6.11.dev1+gbbd2e9ae
$ ape plugins list
Installed Plu…
-
### Task Details
Try to implement the package solidity-coverage in the project
### Additional Information
_No response_
### Assigners
@larsberge
@Meiswinkel1991
-
**Describe the bug**
After cloning the repo, I tried running `yarn install` and it fails everytime.
**To Reproduce**
On an M1 mac:
1) Clone the monorepo
2) run `yarn install` inside the mo…
-
### Version of Hardhat
2.12.7
### What happened?
Recently moved from my Windows 11 device to my new Apple Macbook pro with a **M2** chip.
Installed all dependencies through `npm install` a…
-
I'm trying to setup a hardhat cairo project (using the starknet plugin).
I initially used this devnet to run the test suite on. But I'm noticing it is extremely slow to run tests on, comparatively to…
-
### Describe the feature
As a developer on new blockchain stacks I want to develop the ability to compile solidity for Solana and Substrate (Polkadot, Astar network, and many more). This will help …