Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Benchmark Coordinator methods gas usage #91

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ isort = "*"
nucypher-core = "*"
pre-commit = "*"
tox = "*"
ape-hardhat = "*"

[dev-packages]

Expand Down
2,635 changes: 1,400 additions & 1,235 deletions Pipfile.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ https://docs.npmjs.com/about-semantic-versioning

But with some changes: while the major version is 0, we always bump patch version instead of minor
version.

## Gas benchmarks
```
$ ape test --network ethereum:local:hardhat tests/test_gas_report.py
```
142 changes: 142 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
-i https://pypi.org/simple
aiohttp==3.8.5
aiosignal==1.3.1
ape-hardhat==0.6.13
ape-solidity==0.6.9
asn1crypto==1.5.1
asttokens==2.4.0
async-timeout==4.0.3
attrs==23.1.0
backcall==0.2.0
base58==1.0.3
bitarray==2.8.1
black==23.9.1
cached-property==1.5.2
cachetools==5.3.1
certifi==2023.7.22
cffi==1.15.1
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.2.0
chompjs==1.2.2
click==8.1.7
coincurve==18.0.0
colorama==0.4.6
commonmark==0.9.1
cryptography==41.0.4
cytoolz==0.12.2
dataclassy==0.11.1
decorator==5.1.1
deprecated==1.2.14
distlib==0.3.7
eip712==0.2.1
eth-abi==4.2.1
eth-account==0.8.0
eth-ape==0.6.20
eth-bloom==2.0.0
eth-hash[pycryptodome]==0.5.2
eth-keyfile==0.6.1
eth-keys==0.4.0
eth-rlp==0.3.0
eth-tester[py-evm]==0.9.1b1
eth-typing==3.4.0
eth-utils==2.2.1
ethpm-types==0.5.6
evm-trace==0.1.0a25
exceptiongroup==1.1.3
executing==1.2.0
filelock==3.12.4
flake8==6.1.0
frozenlist==1.4.0
greenlet==2.0.2
hexbytes==0.3.1
identify==2.5.29
idna==3.4
ijson==3.2.3
importlib-metadata==6.8.0
iniconfig==2.0.0
ipython==8.15.0
isort==5.12.0
jedi==0.19.0
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
lazyasd==0.1.4
lru-dict==1.2.0
matplotlib-inline==0.1.6
mccabe==0.7.0
morphys==1.0
msgspec==0.18.2
multidict==6.0.4
mypy-extensions==1.0.0
nodeenv==1.8.0
nucypher-core==0.13.0
numpy==1.26.0
packaging==23.1
pandas==1.5.3
parsimonious==0.9.0
parso==0.8.3
pathspec==0.11.2
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==3.10.0
pluggy==1.3.0
pre-commit==3.4.0
prompt-toolkit==3.0.39
protobuf==4.24.3
ptyprocess==0.7.0
pure-eval==0.2.2
py-cid==0.3.0
py-ecc==6.0.0
py-evm==0.7.0a4
py-geth==3.13.0
py-multibase==1.0.3
py-multicodec==0.2.1
py-multihash==0.2.3
py-solc-x==1.1.1
pycodestyle==2.11.0
pycparser==2.21
pycryptodome==3.19.0
pydantic==1.10.13
pyethash==0.1.27
pyflakes==3.1.0
pygithub==1.59.1
pygments==2.16.1
pyjwt[crypto]==2.8.0
pynacl==1.5.0
pyproject-api==1.6.1
pytest==7.4.2
python-baseconv==1.2.2
python-dateutil==2.8.2
pytz==2023.3.post1
pyunormalize==15.0.0
pyyaml==6.0.1
referencing==0.30.2
regex==2023.8.8
requests==2.31.0
rich==12.6.0
rlp==3.0.0
rpds-py==0.10.3
safe-pysha3==1.0.4
semantic-version==2.10.0
setuptools==68.2.2
six==1.16.0
sortedcontainers==2.4.0
sqlalchemy==2.0.21
stack-data==0.6.2
tomli==2.0.1
toolz==0.12.0
tox==4.11.3
tqdm==4.66.1
traitlets==5.10.1
trie==2.1.1
typing-extensions==4.8.0
urllib3==1.26.16
varint==1.0.2
virtualenv==20.24.5
watchdog==3.0.0
wcwidth==0.2.6
web3==6.10.0
websockets==11.0.3
wrapt==1.15.0
yarl==1.9.2
zipp==3.17.0
Loading
Loading