ape icon indicating copy to clipboard operation
ape copied to clipboard

The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals

Results 268 ape issues
Sort by recently updated
recently updated
newest added

### Overview Provide a simple overview of what you wish to see added. Please include: - docs: Add example on how to set entry point for a plugin using `pyproject.toml`...

category: feature

### Overview Add support for lookups to various file storage locations, such as over `http`/`https` (via `requests` as 1st class plugin), `ipfs`/`ipns`/`ipld` (via `py-ipfs-http-client` or Infura, etc.), and any other...

category: feature

### Have you ensured that all of these are up to date? - [X] Ape - [X] Ape plugins ### What version of Ape are you on? 0.8.15 ### What...

category: bug

### What I did Makes it so if you are connecting to an adhoc URL: ``` ape console --network https://arbitrum-nova.publicnode.com ``` that it can detect if the etherscan explorer works...

### What I did fixes: #1571 ### How I did it toml lib and Ape 0.8 features. ### How to verify it Migrate a project to `pyproject.toml`. ### Checklist -...

### What I did POC of able to connect to networks by name alone, without needing a plugin or to configure a custom network. Only works for EVM chains. **NOTE**:...

### What I did APE TEST | TEST APE ### How I did it being meta ### How to verify it tests pass ### Checklist - [ ] All changes...

### What I did Uses the new names of classes after eth_pydantic_types overhaul fixes: # ### How I did it in coordination with: https://github.com/ApeWorX/eth-pydantic-types/pull/11 ### How to verify it ###...

### What I did I believe the fix is just to bump to 5.0.1 so you can't use 5.0.0 ### How I did it ### How to verify it ###...

### What I did Make isolation "work" on session, package, module, and class scopes. Basically, the bug was that as new fixtures of certain scopes come in after a snapshot...