obscuren
cbf162ca64
Allow CORS *
10 years ago
obscuren
85d20cd61b
Added big numbers
10 years ago
obscuren
94976d63ca
Merge branch 'develop' into qt5.4
10 years ago
obscuren
cb47a9e97f
new ethereum.js
10 years ago
obscuren
ad5894e486
removed old ethereum.js
10 years ago
obscuren
f15d23b496
updated messages
10 years ago
obscuren
4c5968097d
Merge branch 'jsonrpc' into qt5.4
10 years ago
obscuren
159c4d56cd
Merge branch 'develop' into jsonrpc
10 years ago
obscuren
f3e78c8f3c
reworking messages => log
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
c54a85ee64
Reworking browser
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
obscuren
bcb1166e52
Added 0 key proof error
...
Private key \x00\x00...\x00 returns the _exact_ same public key as \x11
\x11...\x11. Currently investigating.
10 years ago
obscuren
8d1637f567
Moved connection errors to DebugDetail level
10 years ago