issues
search
delvtech
/
pypechain
Static Python bindings for Ethereum smart contracts.
Apache License 2.0
9
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix function overloading in pypechain to adhere to function overloading in web3py v7.6.0
#150
slundqui
opened
13 hours ago
1
Adhere to new events api in web3py 7.5.0
#149
slundqui
opened
3 weeks ago
0
Reduce amount of codegen by moving helper functions to base contract function class. Includes version bump to v0.0.47
#148
slundqui
closed
3 weeks ago
1
Support for double nested arrays for return values
#147
slundqui
opened
1 month ago
0
Handle case when struct abis don't match up exactly. Version bump to v0.0.46
#146
slundqui
closed
1 month ago
1
functions to support HexBytes or bytes as input
#145
dpaiton
opened
1 month ago
0
functions to support any Sequence when they take a vector as an input
#144
dpaiton
opened
1 month ago
0
Version bump to v0.0.45
#143
slundqui
closed
1 month ago
1
Various fixes for pypechain
#142
slundqui
closed
1 month ago
1
New directory structure. Version bump to v0.0.44
#141
slundqui
closed
1 month ago
1
Pointing pypechain output directory removes everything from the directory
#140
slundqui
closed
1 month ago
0
Adding sign and transact function in pypechain contract functions
#139
slundqui
closed
1 month ago
1
return dataclass from error decoding
#138
dpaiton
opened
1 month ago
0
Add error handling to `call` and `transact`.
#137
slundqui
closed
1 month ago
1
Fix function overloading
#136
slundqui
closed
1 month ago
1
Fix struct references. Version bump to v0.0.43
#135
slundqui
closed
1 month ago
1
Don't freeze event dataclasses. Version bump to v0.0.42
#134
slundqui
closed
1 month ago
1
Adding typing to `process_receipts` via `process_receipts_typed`. Version bump to v0.0.41
#133
slundqui
closed
1 month ago
1
Import specific files in generated __init__.py files. Includes version bump to v0.0.40
#132
slundqui
closed
2 months ago
1
Add runtime check to `get_typed_logs` to ensure `get_logs` output is as expected
#131
slundqui
opened
2 months ago
0
Event handling in `get_logs` return type. Includes version bump to v0.0.39
#130
slundqui
closed
2 months ago
1
[ISSUE] Pylint complains when importing type files from hyperdrivetypes
#129
slundqui
closed
1 month ago
2
[ISSUE] Contract types of interface definitions not supported in pypechain
#128
slundqui
opened
2 months ago
0
Migrate to use web3py v7. Includes version bump to v0.0.38
#127
slundqui
closed
3 months ago
0
Adding makefile to help build test files
#126
slundqui
closed
3 months ago
1
Deploy linking in pypechain. Includes version bump to v0.0.37
#125
slundqui
closed
3 months ago
1
[ISSUE] Add support for event overloading
#124
slundqui
opened
3 months ago
0
Don't override existing contracts. Version bump to v0.0.36
#123
slundqui
closed
3 months ago
1
[ISSUE] - Investigate empty ABI condition for all compilers
#122
sentilesdal
opened
3 months ago
0
Skip any files with no abis. Version bump to v0.0.35
#121
slundqui
closed
3 months ago
1
Flag for parallel mode
#120
slundqui
closed
3 months ago
1
bump version, parallelization, hypertypes fixes
#119
dpaiton
closed
3 months ago
1
[ISSUE] Support for contract linking in pypechain
#118
slundqui
closed
3 months ago
0
update web3py dependency version
#117
dpaiton
closed
3 months ago
1
[ISSUE] Pypechain crashes when used on `IMorpho.sol`
#116
slundqui
closed
3 months ago
1
`apply-formatting` CLI doesn't work
#115
dpaiton
closed
1 month ago
0
change pypi auto-upload to happen on any tag instead of only patch
#114
dpaiton
opened
5 months ago
0
Fixing getting nonce from pending block, not latest block
#113
slundqui
closed
5 months ago
0
Version bump to v0.0.31
#112
slundqui
closed
5 months ago
0
add support for array of Struct and array of NestedStruct
#111
dpaiton
closed
5 months ago
1
Update for underlying eth-account package update
#109
slundqui
closed
6 months ago
1
Attempt to convert bytecode to hex, and set as None if it fails. Includes version bump to v0.0.29
#108
slundqui
closed
6 months ago
1
Allow manual bytecode insertion into pypechain contracts. Version bump to v0.0.28
#107
slundqui
closed
6 months ago
0
Incorrect bytecode from cache when no change to abi but change to bytecode
#106
slundqui
closed
8 months ago
1
version bump to v0.0.27
#105
slundqui
closed
9 months ago
0
Removing ast from foundary required keys
#104
slundqui
closed
9 months ago
1
v0.0.26
#103
sentilesdal
closed
10 months ago
0
Adds errors to the Contract class
#102
sentilesdal
closed
10 months ago
1
Add Errors to generated types files.
#101
sentilesdal
closed
10 months ago
1
Fix pylint warnings 'line-too-long' in XYZContract.py
#100
sentilesdal
opened
10 months ago
0
Next