slush
slush
### What I did adds in test for vyper 0.4.0 import notation with local directory fixes: 125 ### How I did it ### How to verify it ### Checklist -...
on fresh pip install tests are failing with the following issue: `ImportError: cannot import name 'ContractName' from 'eth_typing'`
### 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 ###...
### Describe It would be helpful to give the option to specify project directory in the `ape test` command so tests can be run outside of current directory ### Specification...
### 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 All the types used in EIP712 contracts are now using Pydantic annotated types with built-in validation fixes: #22 Fixes: APE-1782 ### How I did it This...
### Overview tokens.1inch.eth updated its json schema to store the tokens list as a Dict[address, info] from a List[info], removing address from the dict value. ### Specification Should be backwards...
### Describe Alchemy and other providers have a subset of their API that supports batched requests, so we need a clean way to batch and send these ### Specification _No...