Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit includes several API changes: - The behavior of eth_sign is changed. It now accepts an arbitrary message, prepends the well-known string \x19Ethereum Signed Message:\n<length of message> hashes the result using keccak256 and calculates the signature of the hash. This breaks backwards compatability! - personal_sign(hash, address [, password]) is added. It has the same semantics as eth_sign but also accepts a password. The private key used to sign the hash is temporarily unlocked in the scope of the request. - personal_recover(message, signature) is added and returns the address for the account that created a signature. | ||||
* | common: Remove dead code | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -16/+0 |
| | |||||
* | common: Remove empty lines | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+0 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
| | |||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | common: delete BinaryLength | Felix Lange | 2015-04-22 | 1 | -11/+0 |
| | | | | | The test is failing the 32bit build and the function is not used anywhere. | ||||
* | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 1 | -0/+17 |
| | |||||
* | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 1 | -0/+5 |
| | |||||
* | Move ToHex/FromHex into bytes | Taylor Gerring | 2015-03-22 | 1 | -0/+22 |
| | |||||
* | new type + additional methods | obscuren | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -0/+234 |