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
obscuren
aa5b29e2f2
Implemented contract ABI
10 years ago
obscuren
382726fde4
Merge branch 'key_store_and_accounts_integration' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-key_store_and_accounts_integration
10 years ago
Marek Kotewicz
c2cb2bef96
removed web3.eth.account, fixed #37
10 years ago
Marek Kotewicz
09f633596d
fixed #23
10 years ago
Marek Kotewicz
42a25f2f26
evaluating solidity method input params
10 years ago
Marek Kotewicz
6d59047c5f
contract method name
10 years ago
Marek Kotewicz
ad7c05778f
getMethodWithName
10 years ago
Marek Kotewicz
f02368141f
fixed contract example
10 years ago
Marek Kotewicz
649b9cc195
fixed natspec example
10 years ago
Marek Kotewicz
1f5a6f1341
Merge branch 'develop' into cpp
...
Conflicts:
dist/ethereum.js.map
dist/ethereum.min.js
10 years ago
Marek Kotewicz
da4c2d530d
removed promise dependency, updated readme, fixed node.js version of lib
10 years ago
Paweł Bylica
079c59b929
Update JitVm to new EVM JIT ABI (C interface)
10 years ago
Marek Kotewicz
5b701962dc
upgraded version to 0.0.9
10 years ago
Marek Kotewicz
c595632b92
gulp
10 years ago
Marek Kotewicz
c5610398d5
Merge branch 'master' into sync
...
Conflicts:
lib/websocket.js
10 years ago
Marek Kotewicz
a7f4448f34
Merge branch 'develop' into sync
10 years ago
Marek Kotewicz
7807a4f738
polling every second
10 years ago
Marek Kotewicz
e5d294df32
return null instead of undefined, if not provider is set
10 years ago
Marek Kotewicz
d0b6f3663b
watches are calling callback with a single result object, not a full jsonrpc response
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
Gustav Simonsson
512ffa2bf4
Add accounts package and refactor key stores
...
* Add initial UserAccount and AccountManager structs
* Add NewAccount, Sign and Accounts functions
* Refactor key stores to use key address as main identifier
while keeping the UUID.
* Use key address as file/dir names instead of UUID
10 years ago
Gav Wood
d223ac0379
Additional work on the JS stuff to make it more similar to Solidity.
10 years ago
Gav Wood
113a3809ab
Fix string outputs.
...
Auto collapse for < 2 returns.
10 years ago
Gav Wood
fb34c6c7b9
Auto select call or transact depending on constness.
10 years ago
Gav Wood
7869294a26
Fixes to ethereum.js and standard.js.
10 years ago
Gav Wood
61a0158877
Vanity addresses in AZ.
...
Fixes to ethereum.js
eth.flush()
10 years ago
wanderer
fa93480d9a
added addressbook
10 years ago
wanderer
063f69d51d
added local
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
Marek Kotewicz
c01f0ae825
Merge commit 'b1971f46cce7d21be5f6277c9f8c406a0d195f78' into natspec
10 years ago
Marek Kotewicz
81bbe8c93b
simplified synchronous polling
10 years ago
Marek Kotewicz
29fa57e9b3
natspec.js updated to use sync api
10 years ago