Seth Landry
Seth Landry
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
add this policy
causing a 404 error
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...