Commit Graph

3136 Commits

Author SHA1 Message Date
obscuren 872b249711 further cleaned up xeth interface 2015-01-28 18:36:23 +01:00
obscuren 1146f25015 clean up of xeth 2015-01-28 18:25:50 +01:00
obscuren 45e15f62f5 merge jsonrpc 2015-01-28 18:22:53 +01:00
obscuren 7f638f0b2d moving to a better xeth 2015-01-28 18:14:28 +01:00
Taylor Gerring 5a52e86546 Update go to latest version
Now using git instead of mercurial
2015-01-28 11:10:16 -06:00
Taylor Gerring a88f609b8a Use custom Send methods 2015-01-28 10:22:37 -06:00
Marek Kotewicz 61e8ae2f7b events init 2015-01-28 14:55:39 +01:00
obscuren b46e1ca97e Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpc 2015-01-28 14:52:09 +01:00
obscuren fb7c03ff4d switched to obscuren/qml 2015-01-28 14:51:54 +01:00
Marek Kotewicz 2544d2c952 tests for abi.filters 2015-01-28 14:39:10 +01:00
Marek Kotewicz ea7c2fc673 abi function type 2015-01-28 14:20:36 +01:00
obscuren 9a11a94894 Updated assets & moved messages 2015-01-28 14:02:36 +01:00
obscuren cbf162ca64 Allow CORS * 2015-01-28 14:02:18 +01:00
obscuren 85d20cd61b Added big numbers 2015-01-28 14:02:03 +01:00
obscuren 94976d63ca Merge branch 'develop' into qt5.4 2015-01-28 10:58:56 +01:00
obscuren cb47a9e97f new ethereum.js 2015-01-28 10:58:43 +01:00
obscuren ad5894e486 removed old ethereum.js 2015-01-28 10:54:06 +01:00
Marek Kotewicz 63d9c070ef fixed incoming messages 2015-01-28 10:50:24 +01:00
obscuren f15d23b496 updated messages 2015-01-28 10:47:17 +01:00
obscuren 4c5968097d Merge branch 'jsonrpc' into qt5.4 2015-01-28 10:29:29 +01:00
obscuren 159c4d56cd Merge branch 'develop' into jsonrpc 2015-01-28 10:23:58 +01:00
obscuren f3e78c8f3c reworking messages => log 2015-01-28 10:23:18 +01:00
Gustav Simonsson 8d9752a557 Address pull request comments
* Use crypto.Sign instead of directly calling secp256k1 lib
* Rename UserAccount to Account and Addr to Address (for consistency)
* Change AccountManager.Sign to take ptr to Account instead of
  address byte array
* Simplify copying of Accounts in Accounts()
* PubkeyToAddress and GetEntropyCSPRNG now exported
2015-01-28 05:12:57 +01:00
Marek Kotewicz 1345a8c67c log error on console, if api returns an error 2015-01-28 00:07:03 +01:00
Marek Kotewicz 83fad0fb59 removed fromFixed, toFixed && offset from tests 2015-01-27 23:03:57 +01:00
Taylor Gerring e9d017ba08 Rename api var for clarity 2015-01-27 14:34:01 -06:00
Taylor Gerring d8c6168d11 Return a websocker.Handler of the function 2015-01-27 14:26:42 -06:00
Taylor Gerring dd3f38fe5b Rename transport to ws
Cleanup object naming for clarity
2015-01-27 14:16:34 -06:00
Taylor Gerring a38bca3438 Add wsport flag to Mist 2015-01-27 12:40:52 -06:00
Taylor Gerring 5f50fe7a4a Update CLI to use new Websocket RPC
Use “wsport” flag to change default port
2015-01-27 12:29:08 -06:00
Taylor Gerring b8e7b8e2e1 New simplified Websocket transport
Uses rpc.EthereumApi abstraction
2015-01-27 12:29:08 -06:00
Taylor Gerring 2f0166b945 Indicate port in startup log message 2015-01-27 12:29:08 -06:00
Taylor Gerring d790229a33 Move HTTP transport to sub package of RPC 2015-01-27 12:29:07 -06:00
obscuren 8c99a87aa8 Merge branch 'chfast-pr/evmjit' into develop 2015-01-27 16:31:29 +01:00
obscuren fe14b0b82e Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit 2015-01-27 16:30:38 +01:00
obscuren aa5b29e2f2 Implemented contract ABI 2015-01-27 16:19:21 +01:00
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 2015-01-27 16:18:40 +01:00
Marek Kotewicz c2cb2bef96 removed web3.eth.account, fixed #37 2015-01-27 16:02:42 +01:00
Marek Kotewicz 09f633596d fixed #23 2015-01-27 15:20:22 +01:00
Marek Kotewicz 42a25f2f26 evaluating solidity method input params 2015-01-27 14:31:50 +01:00
Marek Kotewicz 6d59047c5f contract method name 2015-01-27 14:14:02 +01:00
Marek Kotewicz ad7c05778f getMethodWithName 2015-01-27 14:05:30 +01:00
Marek Kotewicz f02368141f fixed contract example 2015-01-27 11:53:34 +01:00
Marek Kotewicz 649b9cc195 fixed natspec example 2015-01-27 09:40:31 +01:00
Marek Kotewicz 1f5a6f1341 Merge branch 'develop' into cpp
Conflicts:
	dist/ethereum.js.map
	dist/ethereum.min.js
2015-01-27 09:36:39 +01:00
Marek Kotewicz da4c2d530d removed promise dependency, updated readme, fixed node.js version of lib 2015-01-27 00:54:21 +01:00
Paweł Bylica 079c59b929 Update JitVm to new EVM JIT ABI (C interface) 2015-01-26 18:02:09 +01:00
Marek Kotewicz 5b701962dc upgraded version to 0.0.9 2015-01-26 16:47:05 +01:00
Marek Kotewicz c595632b92 gulp 2015-01-26 16:45:35 +01:00
Marek Kotewicz c5610398d5 Merge branch 'master' into sync
Conflicts:
	lib/websocket.js
2015-01-26 16:45:12 +01:00