obscuren
1146f25015
clean up of xeth
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
obscuren
b46e1ca97e
Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpc
10 years ago
obscuren
159c4d56cd
Merge branch 'develop' into jsonrpc
10 years ago
Taylor Gerring
e9d017ba08
Rename api var for clarity
10 years ago
Taylor Gerring
d8c6168d11
Return a websocker.Handler of the function
10 years ago
Taylor Gerring
dd3f38fe5b
Rename transport to ws
...
Cleanup object naming for clarity
10 years ago
Taylor Gerring
a38bca3438
Add wsport flag to Mist
10 years ago
Taylor Gerring
5f50fe7a4a
Update CLI to use new Websocket RPC
...
Use “wsport” flag to change default port
10 years ago
Taylor Gerring
b8e7b8e2e1
New simplified Websocket transport
...
Uses rpc.EthereumApi abstraction
10 years ago
Taylor Gerring
2f0166b945
Indicate port in startup log message
10 years ago
Taylor Gerring
d790229a33
Move HTTP transport to sub package of RPC
10 years ago
obscuren
8c99a87aa8
Merge branch 'chfast-pr/evmjit' into develop
10 years ago
obscuren
fe14b0b82e
Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit
10 years ago
Paweł Bylica
079c59b929
Update JitVm to new EVM JIT ABI (C interface)
10 years ago
Paweł Bylica
c71aff99db
Update EVM JIT runtime data layout
10 years ago
Paweł Bylica
5d33d5a7d9
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
obscuren
48083608b5
Updated readme with badges
10 years ago
obscuren
393a6c5edf
Gitter link
10 years ago
obscuren
0d96528d2f
Skip for travis
10 years ago
obscuren
2ba54a69be
skipping for travis
10 years ago
Paweł Bylica
94106cc41f
JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA3 calculation)
10 years ago
Paweł Bylica
3aa0410f6e
Merge remote-tracking branch 'upstream/develop' into pr/evmjit
10 years ago
obscuren
7a894e3738
Merge branch 'develop' into jsonrpc
10 years ago
obscuren
d792e95c21
Merge branch 'Gustav-Simonsson-import_presale_keys' into develop
10 years ago
obscuren
a125b0fbc3
Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys
...
Conflicts:
crypto/crypto.go
10 years ago
obscuren
a216225827
Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit
10 years ago
obscuren
0dfe511370
Use curve params instead of hardcoded 32 bytes
10 years ago
obscuren
d4cc2d3503
Pad private key when signing & length check for hashes in sign
10 years ago
Paweł Bylica
d5f38f5690
JitVM: the EVM JIT bridge
10 years ago
obscuren
b777d6aa3f
UI Updates
...
* Browser now has tabs
* Fixed a callback issue
10 years ago
obscuren
4df2e1ef5c
updated tests
10 years ago
obscuren
67f9783e6a
Moved `obscuren` secp256k1-go
10 years ago
obscuren
6eaa404187
Moved sha3 from `obscuren`
10 years ago
obscuren
0045ce4cde
Future blocks not allowed
10 years ago
obscuren
465b0a79d8
Updated browser & pass view to callback function
10 years ago
Gustav Simonsson
8af42d42da
CamelCase aesCBCDecrypt
10 years ago
Gustav Simonsson
1f8290ca44
Add ImportPreSaleKey
...
* ImportPreSaleKey takes a KeyStore, a presale key JSON (e.g. file content)
and a password string. It stores the key in the given key store.
* Refactored common AES decryption and moved some functions to crypto.go
10 years ago
Taylor Gerring
215780ab56
Move GetRequestReply to EthereumApi
...
Off of jsonWrapper
10 years ago
Taylor Gerring
a6d4ce2630
Move argument types to separate file
10 years ago
Taylor Gerring
0c77a96249
Move websockets out of cmd/util
10 years ago
Taylor Gerring
d92fde6980
Merge branch 'develop' into jsonrpc
10 years ago
obscuren
87f50659db
fixed url bug in browser
10 years ago
obscuren
9845029a75
StdVm by default
10 years ago
obscuren
375cc67ba6
Hide browser bar when coming from a DApp url
10 years ago
obscuren
4dd7be7ed0
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
12fad65991
Merge pull request #259 from Gustav-Simonsson/develop
...
KeyStore (Low level key functionality)
10 years ago
Gustav Simonsson
d48140cab3
Address pull request comments
...
* Further simplify "constructor" function's allocation of structs
* Fix formatting
10 years ago
Gustav Simonsson
3cf038f300
Address pull request comments
...
* Allocate with composite literal instead of new
* Remove check of number of bytes read from rand
10 years ago
obscuren
f34838688e
Minor browser improvements
10 years ago