Commit Graph

  • 048e7771fb Merge branch 'master' into tests Marek Kotewicz 2015-01-11 16:36:38 +01:00
  • 15c229300c updated package json Marek Kotewicz 2015-01-11 16:36:07 +01:00
  • 24814a4f0f Merge branch 'master' of https://github.com/ethereum/ethereum.js Marek Kotewicz 2015-01-11 16:33:08 +01:00
  • 6188e64473 Update README.md Marek Kotewicz 2015-01-11 16:25:41 +01:00
  • c34b0c67a1 Update README.md Marek Kotewicz 2015-01-11 16:23:06 +01:00
  • a0008c3508 correct CREATE with zero sized init code CJentzsch 2015-01-10 23:51:54 +01:00
  • 7e6b72cb5c removed accidental qt dep obscuren 2015-01-10 18:08:43 +01:00
  • e3da85faed Implemented filter for ws + fixes obscuren 2015-01-10 00:51:56 +01:00
  • 491c23a728 Moved the TD method from block processor. obscuren 2015-01-09 22:42:36 +01:00
  • 351516c57c Cast to string for hashable type obscuren 2015-01-09 22:23:33 +01:00
  • e8a131e05c remove wrong tests CJentzsch 2015-01-09 21:38:57 +01:00
  • 8c7b764d47 updated tests obscuren 2015-01-09 21:18:34 +01:00
  • bf798c8dec wrong memmory needed calculation for CREATE in cpp CJentzsch 2015-01-09 20:39:00 +01:00
  • 53dbdf3dd2 return input offset CJentzsch 2015-01-09 19:16:52 +01:00
  • 905b8cc82f mem fixes for vm. Changed uncle inclusion tests obscuren 2015-01-09 17:38:35 +01:00
  • c674306973 big offset zero size for create CJentzsch 2015-01-09 17:33:41 +01:00
  • 47687cf085 default padding changed to 0 Marek Kotewicz 2015-01-09 17:27:56 +01:00
  • 314220a00d big offset zero size for sha3 and return CJentzsch 2015-01-09 17:06:53 +01:00
  • 29c60c000a Merge branch 'develop' into tests Marek Kotewicz 2015-01-09 16:48:44 +01:00
  • 35f4bb96f3 Limit hashes. Closes #249 obscuren 2015-01-09 16:44:09 +01:00
  • 92f171ec99 rerun gulp Marek Kotewicz 2015-01-09 16:40:55 +01:00
  • 0933a79ab8 missing fromAscii Marek Kotewicz 2015-01-09 16:38:26 +01:00
  • b136b387a7 Merge branch 'ethersphere-develop' into develop obscuren 2015-01-09 16:34:49 +01:00
  • dd866afc2e LOG0 no mem expansion despite large offset CJentzsch 2015-01-09 15:46:00 +01:00
  • 6eb455032c recover obscuren 2015-01-09 15:32:14 +01:00
  • 5c8c0ae04e Fixed size 0 bug obscuren 2015-01-09 15:30:46 +01:00
  • a35be3a12a Merge branch 'develop' of https://github.com/ethersphere/go-ethereum into ethersphere-develop obscuren 2015-01-09 13:37:15 +01:00
  • f9b0d1a8e7 Updated to new ethereum.js api obscuren 2015-01-09 13:36:47 +01:00
  • 543a87c63f method signature length defined Marek Kotewicz 2015-01-09 13:30:14 +01:00
  • c9f566269b merged obscuren 2015-01-09 13:28:48 +01:00
  • bfa12d75f8 new switch obscuren 2015-01-09 13:26:49 +01:00
  • b3eda29f41 Merge branch 'master' into tests Marek Kotewicz 2015-01-09 13:07:34 +01:00
  • 18d8bf4b9c updated ethereum.js obscuren 2015-01-09 13:01:21 +01:00
  • aee82d3196 removed obscuren 2015-01-09 13:00:37 +01:00
  • a5907a8239 Merge branch 'master' of https://github.com/ethereum/ethereum.js Marek Kotewicz 2015-01-09 12:57:03 +01:00
  • 2a6c84984a version upgraded Marek Kotewicz 2015-01-09 12:55:46 +01:00
  • 0538c11576 sha3 method signature Marek Kotewicz 2015-01-09 12:55:04 +01:00
  • 012a1c2533 Updated ethereum.js obscuren 2015-01-09 12:45:09 +01:00
  • c9015e2e04 module var fix Jeffrey Wilcke 2015-01-09 12:44:11 +01:00
  • 07fba274b1 module var fix Jeffrey Wilcke 2015-01-09 12:43:45 +01:00
  • 585f259b63 Support input from args obscuren 2015-01-09 12:04:54 +01:00
  • b227000f19 add blockhash vm tests CJentzsch 2015-01-09 10:56:40 +01:00
  • b3161f5803 Merge remote-tracking branch 'upstream/develop' into develop zelig 2015-01-09 06:21:47 +00:00
  • 5a9952c7b4 major blockpool change - the spec says response to getBlockHashes(from, max) should return all hashes starting from PARENT of from. This required major changes and results in much hackier code. - Introduced a first round block request after peer introduces with current head, so that hashes can be linked to the head - peerInfo records currentBlockHash, currentBlock, parentHash and headSection - AddBlockHashes checks header section and creates the top node from the peerInfo of the best peer - AddBlock checks peerInfo and updates the block there rather than in a node - request further hashes once a section is created but then no more until the root block is found (so that we know when to stop asking) - in processSection, when root node is checked and receives a block, we need to check if the section has a parent known to blockchain or blockPool - when peers are switched, new peer launches a new requestHeadSection loop or activates its actual head section, i.e., the section for it currentBlockHash - all tests pass zelig 2015-01-09 06:03:45 +00:00
  • 8ecc9509b3 add ErrInsufficientChainInfo error zelig 2015-01-09 06:03:32 +00:00
  • f72cb28b0f adapt unit tests to spec - AddBlockHashes ignores the first hash (just used to match getBlockHashes query) sends the rest as blocksMsg - new test TestPeerWithKnownParentBlock - new test TestChainConnectingWithParentHash - adapt all other tests to the new scheme zelig 2015-01-09 05:57:09 +00:00
  • 43ed0ed1ae no need to call AddBlockHashes when receiving new block zelig 2015-01-09 05:06:04 +00:00
  • 69dfca2feb minor changes in integration tests zelig 2015-01-09 05:04:32 +00:00
  • 3bdf28c1fe GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT of hash zelig 2015-01-09 05:03:26 +00:00
  • c8a4c04b36 err obscuren 2015-01-08 23:15:46 +01:00
  • ac2ce00e28 add random test which fail on go CJentzsch 2015-01-08 22:41:40 +01:00
  • 26f066f0c7 just enable by default obscuren 2015-01-08 22:18:23 +01:00
  • f73731d5a4 failing python tests CJentzsch 2015-01-08 22:10:55 +01:00
  • 4a0ade4788 Fixed some whisper issues obscuren 2015-01-08 21:41:32 +01:00
  • c397e350f4 mocha opts file && init of parser tests Marek Kotewicz 2015-01-08 20:24:30 +01:00
  • b6058a837f methods existance tests in progress Marek Kotewicz 2015-01-08 19:59:03 +01:00
  • 5518022a5d mocha test init Marek Kotewicz 2015-01-08 19:35:32 +01:00
  • 5f958a582d fixed other tests to use hashes as well obscuren 2015-01-08 16:48:39 +01:00
  • e27237a03a Changed to use hash for comparison obscuren 2015-01-08 16:45:51 +01:00
  • 9b9f7cffde long jumpdest list CJentzsch 2015-01-08 16:39:57 +01:00
  • ee84b20247 Reworking GUI interaction. Fixed javascript inject. Closes #132 obscuren 2015-01-08 16:38:24 +01:00
  • b25126a277 Minor fixed and additions for block proc obscuren 2015-01-08 16:37:06 +01:00
  • 807ec60e63 missing jshint ignore Marek Kotewicz 2015-01-08 15:43:22 +01:00
  • f9cc090473 fixed example Marek Kotewicz 2015-01-08 15:31:46 +01:00
  • eb3451142e sdiv int256.min -1 CJentzsch 2015-01-08 15:29:07 +01:00
  • 73ba8a48ab sdiv with negative fractional result CJentzsch 2015-01-08 15:14:20 +01:00
  • 2f3384947b version upgrade Marek Kotewicz 2015-01-08 15:13:43 +01:00
  • a8dde17146 fixes for node.js Marek Kotewicz 2015-01-08 15:11:20 +01:00
  • 1ad28d0494 add valid jumpdest with jumpdest at beginning CJentzsch 2015-01-08 13:04:29 +01:00
  • db4aaedcbd Moved ptrie => trie. Removed old trie obscuren 2015-01-08 11:47:04 +01:00
  • 08a72727cd more dynamic jump tests CJentzsch 2015-01-08 11:23:39 +01:00
  • 0aa66f02ef jump into push data is forbidden CJentzsch 2015-01-07 22:33:25 +01:00
  • b94c610e49 jumpdests tests, OOG at max call depth, ... CJentzsch 2015-01-07 15:54:14 +01:00
  • 5208bb32f1 gulpfile modifications, default build set to dev Marek Kotewicz 2015-01-07 14:13:29 +01:00
  • 982c812e81 Read directly from stdin obscuren 2015-01-07 13:38:28 +01:00
  • c1908c7d91 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-01-07 13:22:29 +01:00
  • 59c5a2f519 Merge pull request #244 from fjl/license-tool Jeffrey Wilcke 2015-01-07 13:22:22 +01:00
  • 1d05027ba2 a few fixes for the license tool Felix Lange 2015-01-07 13:17:50 +01:00
  • fed3e6a808 Refactored ethutil.Config.Db out obscuren 2015-01-07 13:17:48 +01:00
  • ec7cb9981c add license tool and initial mailmap Felix Lange 2015-01-07 12:56:20 +01:00
  • 99e6e00c34 check address input greater then 2**160 CJentzsch 2015-01-07 11:17:09 +01:00
  • df4d7846e5 Merge pull request #22 from debris/strings Marek Kotewicz 2015-01-07 11:16:46 +01:00
  • 6c160adab3 Merge pull request #21 from debris/master Marek Kotewicz 2015-01-07 11:16:27 +01:00
  • 55f6fe4f7b check address input greater then 2**160 CJentzsch 2015-01-07 11:16:09 +01:00
  • 032ab66529 Added version flag obscuren 2015-01-07 01:21:55 +01:00
  • 60d9611c23 Fixed tests where txs weren't properly removed obscuren 2015-01-07 01:21:45 +01:00
  • 210682b734 real, ureal paddings and implicit paddings for uint, int and hash Marek Kotewicz 2015-01-06 21:50:09 +01:00
  • f0ec751237 Updated tests obscuren 2015-01-06 20:22:31 +01:00
  • 6ce9799370 added BlockHash tests CJentzsch 2015-01-06 20:21:11 +01:00
  • 1d139f7a0b solidity string support Marek Kotewicz 2015-01-06 18:29:38 +01:00
  • 93bf0d6f4e zeroMemExpansionTests CJentzsch 2015-01-06 16:33:47 +01:00
  • dc087ffa97 more jumpdest test CJentzsch 2015-01-06 14:48:57 +01:00
  • 25e6c4eff8 Adjusted difficulty and skip get tx messages obscuren 2015-01-06 14:02:47 +01:00
  • a76b7dadae Don't auto push jeff ... obscuren 2015-01-06 13:39:01 +01:00
  • b6232cfdd1 fixed tabs Marek Kotewicz 2015-01-06 13:37:02 +01:00
  • a2a77172a6 bring back todos Marek Kotewicz 2015-01-06 13:32:04 +01:00
  • 1b903767e0 Fixed port num obscuren 2015-01-06 13:31:52 +01:00
  • 4e7f53adf0 Changed to poc-8 & removed GetTxs obscuren 2015-01-06 13:31:08 +01:00
  • 8c1b26889a renamed example/index.html -> example/balance.html Marek Kotewicz 2015-01-06 13:27:43 +01:00
  • af9242f4cc fixed gulp build Marek Kotewicz 2015-01-06 13:26:51 +01:00