Releases: delvtech/pypechain
Releases · delvtech/pypechain
v0.0.33
What's Changed
- Use parseargs to tmprove CLI by @sentilesdal in #1
- add argv to main.py, improve file recursion, add tests by @sentilesdal in #2
- Fix nested structs by @sentilesdal in #3
- Bump version to 0.0.3 by @sentilesdal in #4
- Update README.md by @dpaiton in #12
- allow generic abi by @wakamex in #16
- Fix argument order for Contract constructor. by @sentilesdal in #18
- cast the ABI to the ABI type by @sentilesdal in #19
- don't initialize address by @sentilesdal in #20
- v0.0.4 by @sentilesdal in #24
- Create init.py file in output directory by @sentilesdal in #25
- v0.0.5 by @sentilesdal in #26
- add workflows; docs cleanup by @dpaiton in #27
- codecov hotfix by @dpaiton in #29
- Add overloading to contract functions. by @sentilesdal in #28
- add not overloading test by @sentilesdal in #30
- don't break on empty ABI by @sentilesdal in #31
- Add return types to call() methods. by @sentilesdal in #32
- v0.0.6 by @sentilesdal in #37
- Fix input parameter names and types. by @sentilesdal in #39
- version 0.0.8 by @sentilesdal in #41
- Add imports to init.py by @sentilesdal in #44
- Return dataclasses for structs instead of tuples. by @sentilesdal in #47
- v0.0.9 by @sentilesdal in #49
- Fix overloading for call() method by @sentilesdal in #50
- v0.0.10 by @sentilesdal in #52
- Remove 'return None' from call() by @sentilesdal in #53
- Add docstring warnings and TODOs by @sentilesdal in #60
- Unit test for generated init file by @slundqui in #61
- adds github actions for building wheels if the version updates by @dpaiton in #62
- fixes check_diff to work on main by @dpaiton in #63
- build wheel in second part by @dpaiton in #64
- Add Events to Contracts by @sentilesdal in #65
- multiple return values with types by @dpaiton in #66
- remove multimethod dep; tick version by @dpaiton in #68
- Add deploy method to contracts by @sentilesdal in #69
- Add process_contracts() Test Fixture by @sentilesdal in #70
- add event imports by @dpaiton in #71
- Add event integration tests by @sentilesdal in #72
- add examples to the README by @dpaiton in #73
- Fix generated import statements by @sentilesdal in #74
- 0.0.15 by @sentilesdal in #75
- Improve README by @sentilesdal in #76
- Add tests to examples by @sentilesdal in #77
- v0.0.16 by @sentilesdal in #78
- v0.0.17 by @sentilesdal in #79
- Add deploy() method, make constructor type safe. by @sentilesdal in #80
- v0.0.18 by @sentilesdal in #81
- Move utilities to a separate file. by @sentilesdal in #82
- Add commas between constructor args by @sentilesdal in #83
- v0.0.19 by @sentilesdal in #84
- convert dataclasses to tuples in constructor by @sentilesdal in #85
- v0.0.20 by @sentilesdal in #86
- include all integer types by @sentilesdal in #92
- Update dependencies and python version by @sentilesdal in #93
- Improve pypechain import by @sentilesdal in #94
- update cli args to use dashes, not underscores by @sentilesdal in #95
- Consolidate generated by @sentilesdal in #96
- v0.0.25 by @sentilesdal in #97
- Add Errors to generated types files. by @sentilesdal in #101
- Adds errors to the Contract class by @sentilesdal in #102
- v0.0.26 by @sentilesdal in #103
- Removing ast from foundary required keys by @slundqui in #104
- version bump to v0.0.27 by @slundqui in #105
- Allow manual bytecode insertion into pypechain contracts. Version bump to v0.0.28 by @slundqui in #107
- Attempt to convert bytecode to hex, and set as None if it fails. Includes version bump to v0.0.29 by @slundqui in #108
- Update for underlying eth-account package update by @slundqui in #109
- add support for array of Struct and array of NestedStruct by @dpaiton in #111
- Version bump to v0.0.31 by @slundqui in #112
- Fixing getting nonce from pending block, not latest block by @slundqui in #113
- update web3py dependency version by @dpaiton in #117
- bump version, parallelization, hypertypes fixes by @dpaiton in #119
New Contributors
- @sentilesdal made their first contribution in #1
- @dpaiton made their first contribution in #12
- @wakamex made their first contribution in #16
- @slundqui made their first contribution in #61
Full Changelog: https://github.com/delvtech/pypechain/commits/v0.0.33