[pull] master from eth-brownie:master#30
Open
pull[bot] wants to merge 1082 commits into
Open
Conversation
* fix: TypeError when calling EthAddress with Contract type input * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* Update build.py * fix: type error in Build._add_contract * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* feat(mypy): more typing stuff * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* Update api-project.rst * Update api-test.rst * Update core-gas.rst * Update core-transactions.rst
* fix: inheritance conflict in ConfigContainer * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* feat: changes * chore: build --------- Co-authored-by: BobTheBuidler <[email protected]>
* fix: TypeError in _get_deployment * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* feat(cicd): update windows deps in pip compile workflow * Update requirements.txt * Update requirements-windows.txt * Update requirements-dev.txt
…1963) * Update transaction.py * Update contract.py * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* fix: add 'interfaces' key to InputJson typed dicts * fix: mypy errs * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
This ensures mypyc has access to all of its typing info when compiling brownie to C
This ensures mypyc has access to all of its typing info when compiling brownie to C
Signed-off-by: queryfast <[email protected]>
* Update pip-compile.yaml * Update solidity.py * Update solidity.py * Update vyper.py * Update output.py * Update typing.py * Update pip-compile.yaml * Update output.py * chore: refactor _branch_totals * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: BobTheBuidler <[email protected]>
* feat: microoptimize _address_compare and _hex_compare * chore: compile --------- Co-authored-by: BobTheBuidler <[email protected]>
* fix: type errs blocking release * docs: update unreleased changelog * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: wake cache middleware sleep on uninstall * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: stop cache middleware filter thread * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(mypy): Middlewares type alias * feat(mypy): Middlewares type alias * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: centralize middleware request typing * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: avoid public snapshot warning in always-transact * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: BobTheBuidler <[email protected]>
Co-authored-by: BobTheBuidler <[email protected]>
Co-authored-by: BobTheBuidler <[email protected]>
* test: synchronize alert message assertion * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* test: use dev artifacts for persistence tests * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor: type compiler build json updates * fix: type build json language assignment * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: BobTheBuidler <[email protected]>
* test: make mainnet web3 selection hermetic * test: scope mainnet connection monkeypatch --------- Co-authored-by: BobTheBuidler <[email protected]>
* ci: pin ganache node toolchain to 20 * ci: explain ganache node pin * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: BobTheBuidler <[email protected]>
* chore: lint (pyupgrade --py310-plus; isort; black .; prettier --write *.json; prettier --write *.yml *.yaml; taplo format *.toml) * Update contract.py * chore: `pip-compile` * chore: compile C files for source control --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: BobTheBuidler <[email protected]>
Co-authored-by: BobTheBuidler <[email protected]>
* ci: add live explorer smoke test * ci: run live explorer smoke on pr and push * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: BobTheBuidler <[email protected]>
* test: make ens resolution tests hermetic * test: fake non-empty ens contract bytecode --------- Co-authored-by: BobTheBuidler <[email protected]>
Co-authored-by: BobTheBuidler <[email protected]>
* deps: use uv for requirements locking * deps: remove windows requirements split * chore: compile C files for source control * chore: * chore: compile C files for source control --------- Co-authored-by: BobTheBuidler <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Makes the always-compiled package contract explicit so future agents do not infer an interpreted runtime path. Co-authored-by: Codex <[email protected]>
* deps: make tox consume uv lock * chore: * chore: compile C files for source control --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: resolve anvil executable on Windows * chore: compile C files for source control --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: prepare v1.22.1 release * Update setup.cfg * chore: compile C files for source control --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )