Commit Graph

  • 9a11a94894 Updated assets & moved messages obscuren 2015-01-28 14:02:36 +01:00
  • cbf162ca64 Allow CORS * obscuren 2015-01-28 14:02:18 +01:00
  • 85d20cd61b Added big numbers obscuren 2015-01-28 14:02:03 +01:00
  • 94976d63ca Merge branch 'develop' into qt5.4 obscuren 2015-01-28 10:58:56 +01:00
  • cb47a9e97f new ethereum.js obscuren 2015-01-28 10:58:43 +01:00
  • ad5894e486 removed old ethereum.js obscuren 2015-01-28 10:54:06 +01:00
  • 63d9c070ef fixed incoming messages Marek Kotewicz 2015-01-28 10:50:24 +01:00
  • f15d23b496 updated messages obscuren 2015-01-28 10:47:17 +01:00
  • 4c5968097d Merge branch 'jsonrpc' into qt5.4 obscuren 2015-01-28 10:29:29 +01:00
  • 159c4d56cd Merge branch 'develop' into jsonrpc obscuren 2015-01-28 10:23:58 +01:00
  • f3e78c8f3c reworking messages => log obscuren 2015-01-28 10:23:18 +01:00
  • a20a5b437d Merge pull request #50 from winsvega/develop Christoph Jentzsch 2015-01-28 06:28:45 +01:00
  • 8d9752a557 Address pull request comments Gustav Simonsson 2015-01-28 05:12:57 +01:00
  • 1345a8c67c log error on console, if api returns an error Marek Kotewicz 2015-01-28 00:07:03 +01:00
  • 83fad0fb59 removed fromFixed, toFixed && offset from tests Marek Kotewicz 2015-01-27 23:03:57 +01:00
  • e9d017ba08 Rename api var for clarity Taylor Gerring 2015-01-27 14:34:01 -06:00
  • d8c6168d11 Return a websocker.Handler of the function Taylor Gerring 2015-01-27 14:26:42 -06:00
  • dd3f38fe5b Rename transport to ws Taylor Gerring 2015-01-27 14:16:34 -06:00
  • a38bca3438 Add wsport flag to Mist Taylor Gerring 2015-01-27 12:40:52 -06:00
  • 5f50fe7a4a Update CLI to use new Websocket RPC Taylor Gerring 2015-01-27 12:28:58 -06:00
  • b8e7b8e2e1 New simplified Websocket transport Taylor Gerring 2015-01-27 12:27:14 -06:00
  • 2f0166b945 Indicate port in startup log message Taylor Gerring 2015-01-27 12:26:30 -06:00
  • d790229a33 Move HTTP transport to sub package of RPC Taylor Gerring 2015-01-25 14:50:43 -06:00
  • 8c99a87aa8 Merge branch 'chfast-pr/evmjit' into develop obscuren 2015-01-27 16:31:29 +01:00
  • fe14b0b82e Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit obscuren 2015-01-27 16:30:38 +01:00
  • aa5b29e2f2 Implemented contract ABI obscuren 2015-01-27 16:19:21 +01:00
  • 382726fde4 Merge branch 'key_store_and_accounts_integration' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-key_store_and_accounts_integration obscuren 2015-01-27 16:18:40 +01:00
  • c2cb2bef96 removed web3.eth.account, fixed #37 Marek Kotewicz 2015-01-27 16:02:42 +01:00
  • 09f633596d fixed #23 Marek Kotewicz 2015-01-27 15:20:22 +01:00
  • 42a25f2f26 evaluating solidity method input params Marek Kotewicz 2015-01-27 14:31:50 +01:00
  • 6d59047c5f contract method name Marek Kotewicz 2015-01-27 14:14:02 +01:00
  • ad7c05778f getMethodWithName Marek Kotewicz 2015-01-27 14:05:06 +01:00
  • f02368141f fixed contract example Marek Kotewicz 2015-01-27 11:53:34 +01:00
  • 649b9cc195 fixed natspec example Marek Kotewicz 2015-01-27 09:40:31 +01:00
  • 1f5a6f1341 Merge branch 'develop' into cpp Marek Kotewicz 2015-01-27 09:36:39 +01:00
  • da4c2d530d removed promise dependency, updated readme, fixed node.js version of lib Marek Kotewicz 2015-01-27 00:54:21 +01:00
  • b765e2d19c check tx sender is valid Ethan Buchman 2015-01-26 10:57:23 -08:00
  • 2da367a2be fix unchecked slice index on tx.From() Ethan Buchman 2015-01-26 10:57:23 -08:00
  • 079c59b929 Update JitVm to new EVM JIT ABI (C interface) Paweł Bylica 2015-01-26 18:02:09 +01:00
  • 295b59c87e get rid of Private Key in ClientIdentity zelig 2015-01-26 16:58:58 +00:00
  • 2cd375cefd make crypto handshake calls package level, store privateKey on peer + tests ok zelig 2015-01-26 16:16:23 +00:00
  • 5b701962dc upgraded version to 0.0.9 Marek Kotewicz 2015-01-26 16:47:05 +01:00
  • c595632b92 gulp Marek Kotewicz 2015-01-26 16:45:35 +01:00
  • c5610398d5 Merge branch 'master' into sync Marek Kotewicz 2015-01-26 16:45:12 +01:00
  • a7f4448f34 Merge branch 'develop' into sync Marek Kotewicz 2015-01-26 16:43:21 +01:00
  • 7807a4f738 polling every second Marek Kotewicz 2015-01-26 16:42:29 +01:00
  • e5d294df32 return null instead of undefined, if not provider is set Marek Kotewicz 2015-01-26 16:41:00 +01:00
  • d0b6f3663b watches are calling callback with a single result object, not a full jsonrpc response Marek Kotewicz 2015-01-26 16:22:40 +01:00
  • c71aff99db Update EVM JIT runtime data layout Paweł Bylica 2015-01-26 16:13:55 +01:00
  • 122644028d apply handshake related improvements from p2p.crypto branch zelig 2015-01-26 14:50:12 +00:00
  • 5d33d5a7d9 Merge remote-tracking branch 'upstream/develop' into evmjit Paweł Bylica 2015-01-26 15:46:10 +01:00
  • 777528d5b5 Merge remote-tracking branch 'upstream/develop' into p2p.crypto2 zelig 2015-01-26 14:31:29 +00:00
  • e493aa73d1 Merge 94af107fbc0175494ef04683c114c0de5b241cf4 into 48083608b513d97d9db10bbfdabb6e5f8830f08a Viktor Trón 2015-01-26 14:09:09 +00:00
  • 94af107fbc a few minor changes from review zelig 2015-01-26 14:08:30 +00:00
  • 512ffa2bf4 Add accounts package and refactor key stores Gustav Simonsson 2015-01-25 02:07:20 +01:00
  • d0440eef25 fixes sveneh 2015-01-25 23:28:47 +01:00
  • 5deca66a7d fixes sveneh 2015-01-25 23:15:41 +01:00
  • 58ec49a34d added EC2 provisioning, optimised docker for EC2, added python and cppjit client (python not yet working) sveneh 2015-01-25 22:52:38 +01:00
  • d223ac0379 Additional work on the JS stuff to make it more similar to Solidity. Gav Wood 2015-01-25 13:43:36 -08:00
  • 113a3809ab Fix string outputs. Auto collapse for < 2 returns. Gav Wood 2015-01-24 18:23:39 -08:00
  • fb34c6c7b9 Auto select call or transact depending on constness. Gav Wood 2015-01-24 18:09:35 -08:00
  • 7869294a26 Fixes to ethereum.js and standard.js. Gav Wood 2015-01-24 17:42:49 -08:00
  • 61a0158877 Vanity addresses in AZ. Fixes to ethereum.js eth.flush() Gav Wood 2015-01-24 16:46:46 -08:00
  • fa93480d9a added addressbook wanderer 2015-01-24 19:45:53 -05:00
  • 063f69d51d added local wanderer 2015-01-24 19:32:26 -05:00
  • c54a85ee64 Reworking browser obscuren 2015-01-24 18:39:45 +01:00
  • 48083608b5 Updated readme with badges obscuren 2015-01-24 19:09:29 +01:00
  • 393a6c5edf Gitter link obscuren 2015-01-24 18:48:19 +01:00
  • 0d96528d2f Skip for travis obscuren 2015-01-24 18:46:35 +01:00
  • 2ba54a69be skipping for travis obscuren 2015-01-24 18:40:03 +01:00
  • 382694f593 Transaction Tests New State Tests winsvega 2015-01-23 20:27:51 +03:00
  • 94106cc41f JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA3 calculation) Paweł Bylica 2015-01-23 16:45:22 +01:00
  • 3aa0410f6e Merge remote-tracking branch 'upstream/develop' into pr/evmjit Paweł Bylica 2015-01-23 15:37:37 +01:00
  • 52e174b1f7 make money with transaction gas overflow CJentzsch 2015-01-23 15:23:56 +01:00
  • 7a894e3738 Merge branch 'develop' into jsonrpc obscuren 2015-01-23 14:29:01 +01:00
  • 2e76f1b6ba Merge remote-tracking branch 'upstream/develop' into p2p.crypto zelig 2015-01-23 13:28:46 +00:00
  • 876fd8bd17 return from peer loop if crypto fails, oops zelig 2015-01-23 13:04:28 +00:00
  • 7f12ac702f add -crypto option to switch encryption on by a flag zelig 2015-01-23 13:00:02 +00:00
  • 2f00e5cad1 add correct authentication with HMAC zelig 2015-01-23 12:44:57 +00:00
  • a4b4f680a1 add encryption/authentication with test zelig 2015-01-23 11:45:26 +00:00
  • cd235b24c5 Refactor message read/write - take readwriter out of crypto - cryptoId.NewSession now gets a reader and writer simply and wraps them in a encrypted MsgReadWriter which it returns if handshake is successful - refactor reader/writers MsgReadWriter and Messenger - message got NewMsgFromRLP method - remove package-wide readMsg and writeMsg (they need to be scoped under the encryption scheme) - writeProtoMsg back to peer - peer has new field CryptoType - add errAuthentication and errEncryption to peer Errors - testPeer has to wait till handshake done (rw is set up) <-peer.cryptoReady zelig 2015-01-23 11:44:45 +00:00
  • fd450b7f9a python fail CJentzsch 2015-01-23 12:04:39 +01:00
  • 04b611df1c python fails CJentzsch 2015-01-23 09:57:49 +01:00
  • 64fc464e03 add python fail CJentzsch 2015-01-22 23:14:12 +01:00
  • d792e95c21 Merge branch 'Gustav-Simonsson-import_presale_keys' into develop obscuren 2015-01-22 22:42:52 +01:00
  • a125b0fbc3 Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys obscuren 2015-01-22 22:42:39 +01:00
  • a216225827 Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit obscuren 2015-01-22 21:47:36 +01:00
  • 0dfe511370 Use curve params instead of hardcoded 32 bytes obscuren 2015-01-22 18:15:11 +01:00
  • d4cc2d3503 Pad private key when signing & length check for hashes in sign obscuren 2015-01-22 18:12:05 +01:00
  • d5f38f5690 JitVM: the EVM JIT bridge Paweł Bylica 2015-01-22 18:00:15 +01:00
  • c01f0ae825 Merge commit 'b1971f46cce7d21be5f6277c9f8c406a0d195f78' into natspec Marek Kotewicz 2015-01-22 17:57:53 +01:00
  • 81bbe8c93b simplified synchronous polling Marek Kotewicz 2015-01-22 17:57:26 +01:00
  • 26e84de180 cppjit fail CJentzsch 2015-01-22 17:27:02 +01:00
  • b4e7a5b1c6 python fail CJentzsch 2015-01-22 17:14:50 +01:00
  • 7f1d2b28c1 cppjit failure CJentzsch 2015-01-22 16:36:43 +01:00
  • 29fa57e9b3 natspec.js updated to use sync api Marek Kotewicz 2015-01-22 15:38:48 +01:00
  • 13f39afbdd Merge commit '93fa6855afad7a7eb86e49efe384372a6060da35' into natspec Marek Kotewicz 2015-01-22 15:33:47 +01:00
  • 3073511e30 not parsing transaction output Marek Kotewicz 2015-01-22 15:32:52 +01:00
  • 6c4432d417 Merge commit 'b32dedc5b54f853cf63bb2663c8bca6aa4272b0b' into natspec Marek Kotewicz 2015-01-22 15:18:59 +01:00
  • e45db42e94 fixed contract.js Marek Kotewicz 2015-01-22 15:18:21 +01:00