antazoey

Results 208 issues of antazoey

### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-anvil

Fixes issue where it complains about concatenating bytes with string

# Docs Request Change all instances of `master` to `main` in the docs and and examples. # Reasons * `main` is the default * Many repos changed their default from...

### What I did fixes: #530 ### How I did it * Build the `EthPMContractInstance` artifact in the new `track_deployment()` method. * Have it store the build artifact in `/.build/deployments//.json`....

### Overview Currently, `chain.account_history` is in efficient because it check the entire account history _every_ time you do a lookup. If we add the `start_block` and `stop_block` to `get_account_transactions()`, we...

category: feature

### What I did fixes: # ### How I did it Noticed when you deploy local proxies, the caching behavior was not the same as when you fetched them from...

### Overview Intercept stack trace during unhandled VirtualMachineError or TransactionError and show only the line of revert, ### Specification ![brvt](https://user-images.githubusercontent.com/19540978/178281328-49cab1d5-a6f6-44d4-b07b-b5bad84b0fd5.jpg) ### Dependencies Include links to any open issues that must...

category: feature
size: 3 pieces

### Overview be able to assert using `ape.reverts` on the dev revert message (it's like a special comment in the contract source file). this feature requires #347 transaction tracing in...

category: feature
size: 5 pieces

### Overview New issue coming out of: https://github.com/ApeWorX/ape/issues/749 Dependencies in ape work differently than dependencies in Brownie. In ape, the dependencies have to be manifest-able. In brownie, they just get...

category: feature
size: 5 pieces

### Overview It would be helpful to know information about the base fee currency token for display purposes. Let's say I am building a display app / plugin using ape...

category: feature