Commit Graph

  • 140d883901 core: test updates obscuren 2015-06-03 22:53:33 +02:00
  • d09a6e5421 core, eth, miner: moved nonce management to tx pool. obscuren 2015-06-03 22:22:20 +02:00
  • 5197aed7db cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool Felix Lange 2015-06-03 15:56:25 +02:00
  • ec7a2c3442 core: don't remove transactions after block processing Felix Lange 2015-06-03 15:52:25 +02:00
  • 5721c43585 core: update documentation comments for TxPool Felix Lange 2015-06-03 15:23:31 +02:00
  • ca31d71107 core: remove unused code from TxPool Felix Lange 2015-06-03 14:20:44 +02:00
  • 08befff8f1 core: compute less transaction hashes in TxPool Felix Lange 2015-06-03 14:06:20 +02:00
  • 770a0e7839 wip obscuren 2015-06-03 13:14:06 +02:00
  • b26f5e0bb7 types: block json unmarshal method added obscuren 2015-05-31 15:53:17 +02:00
  • fa4aefee44 core/vm: cleanup and renames obscuren 2015-05-31 15:05:00 +02:00
  • 8610314918 Merge pull request #1167 from Gustav-Simonsson/check_ec_recover_err Jeffrey Wilcke 2015-06-03 10:29:47 -07:00
  • 8fdc81f872 Merge 30c013385435433e969d24c95b8670f967433c14 into 71d9367edcc5c42b1054fa6ad69e5b4fd954fd40 Felix Lange 2015-06-03 16:12:08 +00:00
  • 71d9367edc Merge pull request #1151 from fjl/parallel-nonce-2 Jeffrey Wilcke 2015-06-03 09:12:06 -07:00
  • 122d2db095 Merge pull request #1150 from fjl/fix-jumpdest Jeffrey Wilcke 2015-06-03 09:11:56 -07:00
  • 30c0133854 cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool Felix Lange 2015-06-03 15:56:25 +02:00
  • d5e3eb39dd core: don't remove transactions after block processing Felix Lange 2015-06-03 15:52:25 +02:00
  • 630eb72486 core: update documentation comments for TxPool Felix Lange 2015-06-03 15:23:31 +02:00
  • 2b4b5f3b61 core: remove unused code from TxPool Felix Lange 2015-06-03 14:20:44 +02:00
  • 4bc7cb6816 core: compute less transaction hashes in TxPool Felix Lange 2015-06-03 14:06:20 +02:00
  • 0cd72369f7 Merge pull request #1176 from karalabe/congestion-control Jeffrey Wilcke 2015-06-03 08:24:52 -07:00
  • 02f785af70 Merge pull request #1166 from Gustav-Simonsson/add_ec_sig_validations Jeffrey Wilcke 2015-06-03 08:11:24 -07:00
  • 1768d51244 added debug api Bas van Kervel 2015-06-03 17:05:29 +02:00
  • 21461acd1b merged adminbinding compilation fix Bas van Kervel 2015-06-03 17:05:08 +02:00
  • d43adfab48 added debug api Bas van Kervel 2015-06-03 17:02:59 +02:00
  • c9ed9d253a tests/files: update tests to d309b4679a58d2 Felix Lange 2015-06-03 16:17:15 +02:00
  • 48fb0c3213 core/vm: check for 'no code' before doing any work Felix Lange 2015-05-29 14:58:57 +02:00
  • ea2718c946 core/vm: improve JUMPDEST analysis Felix Lange 2015-05-29 14:40:45 +02:00
  • bf5cffeee4 fixed build issue Bas van Kervel 2015-06-03 15:07:35 +02:00
  • edbd902a1b Initialise curve N value in package init Gustav Simonsson 2015-06-03 14:44:29 +02:00
  • 3ec159ab6b eth/downloader: demote peers if they exceed the soft limits at 1 blocks already Péter Szilágyi 2015-06-03 15:43:12 +03:00
  • c9a546c310 eth/downloader: add a basic block download congestion control Péter Szilágyi 2015-06-03 14:39:21 +03:00
  • 827bccb64b Merge pull request #1175 from karalabe/keccak-update Jeffrey Wilcke 2015-06-03 04:13:31 -07:00
  • 719a23c6f6 added admin api Bas van Kervel 2015-06-03 12:27:05 +02:00
  • 14e7192d9c crypto/sha3: pull in latest keccak from go crypto (45% speed increase) Péter Szilágyi 2015-06-03 12:00:39 +03:00
  • 9085b10508 Merge pull request #1169 from Gustav-Simonsson/unsupport_bruncles Jeffrey Wilcke 2015-06-03 01:20:59 -07:00
  • 969adf0c06 added eth_hashrate Bas van Kervel 2015-06-03 09:22:45 +02:00
  • 8812b3e4c3 integrated windows ipc support Bas van Kervel 2015-06-03 09:19:37 +02:00
  • 764e91d55c moved api arguments to seperate file Bas van Kervel 2015-06-03 09:17:14 +02:00
  • 8295474f38 fix TestApiFileUpload and added TestApiFileUploadWithRootFile zelig 2015-06-03 00:06:01 +01:00
  • cd002ffa11 fix solidity TestSaveInfo zelig 2015-06-02 23:49:53 +01:00
  • cb06ebdffd fix js console http test with bzz scheme zelig 2015-06-02 23:42:11 +01:00
  • 8fd754ef9d Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 19:21:55 +02:00
  • 26cefefbfd implemented Api.Download zsfelfoldi 2015-06-02 19:21:29 +02:00
  • a9aed92a4b make natspec/contractinfo fetching to try looking up content via bzz if docserver has the scheme registered, if fails, falls back to urlhint zelig 2015-06-02 17:56:38 +01:00
  • 618c5d7053 add HasScheme method to check for register scheme handler protocols + test zelig 2015-06-02 17:48:07 +01:00
  • 5292414f11 add tests for upload with fallback for root path zelig 2015-06-02 16:32:46 +01:00
  • 585b52c472 Merge branch 'bzz' of github.com:ethersphere/go-ethereum into bzz zelig 2015-06-02 16:23:36 +01:00
  • e58ddd5570 added windows ipc support unknown 2015-06-02 08:19:21 -07:00
  • 2f404edffc Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 16:56:10 +02:00
  • a2de3ad8a4 fixed upload index zsfelfoldi 2015-06-02 16:55:26 +02:00
  • e8ce29d58d change mimetype back to file: no mimetype command on MacOs zelig 2015-06-02 14:48:56 +01:00
  • f9b36e4acf show RPC error message in console Bas van Kervel 2015-06-02 15:22:58 +02:00
  • 0fa9d2431f Add new 0th gen uncle test Gustav Simonsson 2015-06-02 14:47:23 +02:00
  • aae5551978 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-06-02 12:48:47 +01:00
  • 546211e370 added first js console tests for bzz zelig 2015-06-02 11:46:30 +01:00
  • bca8ec1bde Api.Upload supports default index file zsfelfoldi 2015-06-02 13:41:56 +02:00
  • 600e6fa584 Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 13:39:14 +02:00
  • 69e7333e25 Api.Upload supports single file uploads using mimetype command matching prefixes regardless of slashes zsfelfoldi 2015-06-02 13:15:43 +02:00
  • 8a76b45253 Use older version of stSpecialTest until JUMPDEST fix is merged Gustav Simonsson 2015-06-02 12:25:43 +02:00
  • 483041eaa5 fixed request argument parsing issue Bas van Kervel 2015-06-02 12:25:42 +02:00
  • e9ad659eb1 bzzup shell script updated for compatibility with new resolver. Daniel A. Nagy 2015-06-02 12:22:50 +02:00
  • 8962af2e42 Update Ethereum JSON test files Gustav Simonsson 2015-06-02 12:15:25 +02:00
  • 8c736d1319 add IPC commandline options Bas van Kervel 2015-06-02 09:37:35 +02:00
  • b2330c4e2e js api and js console test changes * fix bigint issue causing trouble * js: simplify api by separating concerns * saveInfo saves a file and calculates hash for Url Hint support * register now just takes the trivial 3 params and for bzz nothing else needed * compiler: SaveInfo simplified * clean up TestContract * use ethash test mining to force mine transactions, * get rid of xeth ApplyTxs hack * instead watch txs directly and mine with processTxs() * return on first error * no need to specify gas/gasPrice in resolver, use default * transaction_pool GetTransactions now trigger checkQueue() and validatePool() * backend now uses ethash test if config.PowTest is set zelig 2015-06-02 00:52:06 +01:00
  • 55bf5051ad Unsupport bruncles Gustav Simonsson 2015-06-01 22:43:05 +02:00
  • 5a692ba4f6 Update Ethereum JSON test files Gustav Simonsson 2015-06-01 22:34:44 +02:00
  • 147a699c65 Add missing err checks on From() (skip RPC for now) Gustav Simonsson 2015-06-01 22:00:48 +02:00
  • 32e1b104f8 Add EC signature validations before call to libsecp256k1 Gustav Simonsson 2015-06-01 20:27:20 +02:00
  • 0eca879627 Split RPC API into multiple seperate smaller API's which can be offered over different RPC mechanisms Bas van Kervel 2015-06-01 19:16:57 +02:00
  • 1cfa386536 "error creating swarm" message when no error fixed zelig 2015-06-01 16:26:27 +01:00
  • 55b60e699b core: insert less length zero chains Felix Lange 2015-05-29 18:55:42 +02:00
  • e7e2cbfc01 core: re-add parallel nonce checks Felix Lange 2015-05-29 18:07:23 +02:00
  • 5b14fdb94b Merge pull request #1161 from tgerring/bootnode Felix Lange 2015-06-01 09:51:24 +02:00
  • c4bca77d96 added api tests TestApiDirUpload and TestApiFileUpload (FAILING) zelig 2015-05-31 21:57:02 +01:00
  • e7f2234c7f add api test for Put/Get zelig 2015-05-31 20:48:16 +01:00
  • 057d36b049 Update bootnode Taylor Gerring 2015-05-31 13:48:27 -05:00
  • fe771132e1 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-31 18:00:22 +01:00
  • 4d825c4a74 api: put errResolve to getEntry zelig 2015-05-31 15:42:04 +01:00
  • b2942dbc7c api: get rid of errResolve zelig 2015-05-31 15:34:21 +01:00
  • 017af45af5 fixed getEntry, added regularSlashes() now storing every path regularized in the manifest zsfelfoldi 2015-05-31 15:49:47 +02:00
  • 456cb39cf0 add manifest tests for getEntry zelig 2015-05-31 12:50:20 +01:00
  • 9b361532e0 fixed manifestTrie.getEntry zsfelfoldi 2015-05-30 16:27:09 +02:00
  • e6806dce6a Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-05-30 12:45:58 +01:00
  • 02dc15bfd6 merge in menifestTrie changes to api zelig 2015-05-30 11:19:55 +01:00
  • 021182f822 http access: fix regression and improve - correct slash handling and path matching in manifest - fix subpath match and use deepest path instead of longest for matching - http POST: give key as http response instead of fmt.Printf - improved logging zelig 2015-05-30 11:06:45 +01:00
  • 3113b1cdc9 implemented Api.Modify zsfelfoldi 2015-05-30 09:51:21 +02:00
  • a762134519 implemented manifestTrie.getEntry, removed old manifest.go zsfelfoldi 2015-05-30 09:22:38 +02:00
  • a59a9b5fb2 implemented manifest trie with add and remove Api.Upload also creates a trie now zsfelfoldi 2015-05-30 08:06:37 +02:00
  • a906a84950 Merge pull request #1155 from karalabe/fix-chainmanager-datarace Felix Lange 2015-05-30 01:21:09 +02:00
  • b7fc85d68e core: fix #1154, sort out data race accessing the future blocks Péter Szilágyi 2015-05-29 23:46:10 +03:00
  • 38d1bdf688 fix manifest path matching slashes issue zelig 2015-05-29 14:56:57 +01:00
  • b4818a003a Update Ethereum JSON test files Gustav Simonsson 2015-05-29 00:43:14 +02:00
  • 0501ff41d0 Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-05-29 11:45:16 +01:00
  • edc08ee1d4 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-29 11:44:54 +01:00
  • f93fe2b086 improve documentation zelig 2015-05-29 11:44:45 +01:00
  • 7c05778cca docserver: uses filepath.Abs zelig 2015-05-29 11:44:31 +01:00
  • 49d4399711 improved documentation and unexport netStore start/stop zelig 2015-05-29 11:23:38 +01:00
  • ab75309ffa fixed too many open files bug, limited parallel processing of files zsfelfoldi 2015-05-29 03:33:18 +02:00
  • c3bb14e352 bzz.Api.Upload determines mime types fixed absolute path conversion zsfelfoldi 2015-05-29 03:13:37 +02:00
  • 96ed21fad7 add xeth frontend for bzz api in console zelig 2015-05-29 01:36:26 +01:00