pyethereum icon indicating copy to clipboard operation
pyethereum copied to clipboard

Next generation cryptocurrency network

Results 12 pyethereum issues
Sort by recently updated
recently updated
newest added

Ensures Python 3 compatibility. Utilizes modern Ethereum libraries, specifically Web3.py. Adheres to PEP 8 style guidelines for better readability. Implements exception handling for error messages. Uses the Web3.keccak method for...

https://github.com/ethereum/EIPs/actions/runs/6548344642/job/17782842283#step:1:1

# We never drop demons into evil systems and evil places ![stupid content](https://pbs.twimg.com/profile_images/1394413619757129728/G-Ty-1M6_400x400.jpg)

# We never drop demons into evil systems and evil places ![stupid content](https://pbs.twimg.com/profile_images/1394413619757129728/G-Ty-1M6_400x400.jpg)

Hello, great god, you are my hero.I am an Ethereum beginner. Now I want to learn more about Ethereum-related knowledge. After creating an Ethereum-based token, I created a token. How...

Fixes #20 Update address format to conform to EIP-55. * **utils.py**: Add `to_checksum_address` function to convert an address to EIP-55 format and `is_checksum_address` function to validate an address against EIP-55...

Invalid Address Format Address does not conform to EIP-55

Fixes #15 Add logic to handle owner payouts and balance updates. * **blocks.py** - Add `handle_owner_payout` method to handle owner payouts and update balances. - Modify `pay_fee` method to call...

Fixes #15 Add logic to handle paytr-wallet issue where funds return and balance shows zero. * **blocks.py** - Add `fix_wallet_issue` method to handle specific cases where funds return and balance...