-
## Problem Definition
Occasionally pytest times out (>540s) during integration tests on Circle CI.
Raiden also logs debug information to the `raiden-debug.log` file. Please attach it to the
is…
fredo updated
5 years ago
-
-
They shouldn't be rendered as just plain hex strings, but should instead have capitalization as is standard for "checksummed Ethereum addresses" as per [EIP-55](https://github.com/ethereum/EIPs/blob/m…
Fang- updated
6 years ago
-
# Write scenarios for one-hop mediated transfers:
## Test cases that need to be implemented:
| Test | Expected behavior |
| --- | --- |
| Node sends one transfer | 200 response code and the ch…
-
## Problem definition
When trying to make a transfer with an invalid address (non EIP55 fx), there SP gets a 404 error code. This is not expected behavior, and it should return 400 according to the d…
-
Hi! Sorry that I'm opening an issue for this.
We needed a ruby library to validate and generate eip55 checksums, so we extracted the relevant code and tests into [ruby-eip55](https://github.com/Fra…
-
i haven't found the api to check an eth-address is valid ~
have the func like bitcoin-core of "bool ValidateAddress(address)" ?
-
Thanks for the reference. I am trying to generate the address and the private key through a REST API Call using your code. But the address is showing the same as the input. can you please review my co…
-
It seems that some wallet addresses generated by this tool do not support EIP55. It may cause unnecessary troubles while developers are transferring ethers to the new wallet address in Geth. I suggest…
-
## Problem Definition
We are now using web3.py which uses [EIP55](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md) checksummed addresses/.
At the moment we sanitize addresses by usin…