chris
f1d1849be7
eth exp cross compatibility 2
2017-02-15 20:22:14 +00:00
Christopher Franko
57638f70e6
Merge https://github.com/ethereum/go-ethereum into rebase-1.5.9
2017-02-15 13:21:31 -05:00
Felix Lange
1886d03faa
console, internal/web3ext: remove bzz and ens extensions ( #3602 )
...
web3.js includes bzz methods and throws an error when the extension
module is reregistered. The ENS RPC API is deprecated and not exposed by
anything.
2017-01-25 16:29:40 +01:00
Felix Lange
b9b3efb09f
all: fix ineffectual assignments and remove uses of crypto.Sha3
...
go get github.com/gordonklaus/ineffassign
ineffassign .
2017-01-09 16:24:42 +01:00
Felix Lange
f2da6581ba
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
2017-01-06 18:18:07 +01:00
Felix Lange
b8bd9a71c8
all: update license information
2016-11-09 02:51:34 +01:00
bas-vk
b59c8399fb
internal/ethapi: add personal_sign and fix eth_sign to hash message ( #2940 )
...
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.
2016-10-28 21:25:49 +02:00
Christopher Franko
3ff20825fa
merge cleanup 2
2016-10-08 10:46:57 -04:00
Felix Lange
91b7690428
rpc: add new client, use it everywhere
...
The new client implementation supports concurrent requests,
subscriptions and replaces the various ad hoc RPC clients
throughout go-ethereum.
2016-07-22 23:21:27 +02:00
Christopher Franko
6a1f963ce2
Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.4.4
2016-06-16 20:02:11 -04:00
Christopher Franko
e959453cda
Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.4.4
2016-06-14 18:14:19 -04:00
Bas van Kervel
71b577f839
[release/1.4.7] console: ignore round and curly brackets in strings when determining indentation level
...
(cherry picked from commit dbcdf83ed8 )
2016-06-14 17:11:54 +03:00
Péter Szilágyi
688fbab5d5
[release/1.4.7] console: fix windows color transformation issue
...
(cherry picked from commit d251d48439 )
2016-06-14 17:11:12 +03:00
Péter Szilágyi
6886913fdf
Merge pull request #2670 from bas-vk/indent
...
Ignore round and curly brackets in strings for indentation level
2016-06-09 15:42:17 +03:00
Bas van Kervel
dbcdf83ed8
console: ignore round and curly brackets in strings when determining indentation level
2016-06-08 14:21:52 +02:00
Péter Szilágyi
d251d48439
console: fix windows color transformation issue
2016-06-08 13:12:15 +03:00
Felix Lange
8b90a49f3d
[release/1.4.6] console: remove unnecessary JS evaluation in Welcome
...
(cherry picked from commit ad0e6e971e )
2016-06-06 16:21:56 +03:00
Péter Szilágyi
5904d58a96
[release/1.4.6] cmd/geth, console: fix reviewer issues
...
(cherry picked from commit da729e5b38 )
2016-06-06 16:21:46 +03:00
Péter Szilágyi
7c90a2e42e
[release/1.4.6] console, internal/jsre: colorize JavaScript exceptions too
...
(cherry picked from commit 14ae5708d6 )
2016-06-06 16:21:44 +03:00
Péter Szilágyi
c39de61a0a
[release/1.4.6] cmd, console: split off the console into a reusable package
...
(cherry picked from commit ffaf58f0a9 )
2016-06-06 16:21:41 +03:00
Felix Lange
ad0e6e971e
console: remove unnecessary JS evaluation in Welcome
2016-06-03 11:08:55 +02:00
Péter Szilágyi
da729e5b38
cmd/geth, console: fix reviewer issues
2016-05-31 10:59:38 +03:00
Péter Szilágyi
14ae5708d6
console, internal/jsre: colorize JavaScript exceptions too
2016-05-30 17:25:23 +03:00
Péter Szilágyi
ffaf58f0a9
cmd, console: split off the console into a reusable package
2016-05-30 17:25:23 +03:00