Skip to content

Commit

Permalink
Updating codegen with new pypechain version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Lundquist committed Dec 5, 2024
1 parent 7372b7f commit fab3819
Show file tree
Hide file tree
Showing 67 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion example/types/Example/ExampleContract.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the Example contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion example/types/Example/ExampleTypes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the Example contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
2 changes: 1 addition & 1 deletion example/types/Example/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion example/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion example/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the Contract contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deploy_linking/types/Contract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the MyLibrary contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deploy_linking/types/MyLibrary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deploy_linking/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deploy_linking/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the ConstructorNoArgs contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the ConstructorWithArgs contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the ConstructorWithStructArgs contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the ConstructorWithStructArgs contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the NoConstructor contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deployment/types/NoConstructor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deployment/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/deployment/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
2 changes: 1 addition & 1 deletion pypechain/test/errors/types/Errors/ErrorsContract.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the Errors contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/errors/types/Errors/ErrorsTypes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the Errors contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/errors/types/Errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/errors/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/errors/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
2 changes: 1 addition & 1 deletion pypechain/test/events/types/Events/EventsContract.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the Events contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/events/types/Events/EventsTypes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the Events contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/events/types/Events/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/events/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/events/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the OverloadedMethods contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the OverloadedMethods contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/overloading/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/overloading/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the ReturnTypes contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the ReturnTypes contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/return_types/types/ReturnTypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/return_types/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/return_types/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the Transact contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the Transact contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/sign_and_transact/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
2 changes: 1 addition & 1 deletion pypechain/test/sign_and_transact/types/pypechain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.48
pypechain == 0.0.49
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the ContractA contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dataclasses for all structs in the ContractB contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# super() call methods are generic, while our version adds values & types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A web3.py Contract class for the ContractC contract.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# contracts have PascalCase names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Export all types from generated files.
DO NOT EDIT. This file was generated by pypechain v0.0.48.
DO NOT EDIT. This file was generated by pypechain v0.0.49.
See documentation at https://github.com/delvtech/pypechain """

# The module name reflects that of the solidity contract,
Expand Down
Loading

0 comments on commit fab3819

Please sign in to comment.