antazoey
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...
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...
### 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  ### Dependencies Include links to any open issues that must...
### 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...
### 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...
### 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...