Commit graph

  • 48fb0c3213 core/vm: check for 'no code' before doing any work Felix Lange 2015-05-29 14:58:57 +0200
  • ea2718c946 core/vm: improve JUMPDEST analysis Felix Lange 2015-05-29 14:40:45 +0200
  • bf5cffeee4 fixed build issue Bas van Kervel 2015-06-03 15:07:35 +0200
  • edbd902a1b Initialise curve N value in package init Gustav Simonsson 2015-06-03 14:44:29 +0200
  • 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 +0300
  • c9a546c310 eth/downloader: add a basic block download congestion control Péter Szilágyi 2015-06-03 14:39:21 +0300
  • 827bccb64b Merge pull request #1175 from karalabe/keccak-update Jeffrey Wilcke 2015-06-03 04:13:31 -0700
  • 719a23c6f6 added admin api Bas van Kervel 2015-06-03 12:27:05 +0200
  • 14e7192d9c crypto/sha3: pull in latest keccak from go crypto (45% speed increase) Péter Szilágyi 2015-06-03 12:00:39 +0300
  • 9085b10508 Merge pull request #1169 from Gustav-Simonsson/unsupport_bruncles Jeffrey Wilcke 2015-06-03 01:20:59 -0700
  • 969adf0c06 added eth_hashrate Bas van Kervel 2015-06-03 09:22:45 +0200
  • 8812b3e4c3 integrated windows ipc support Bas van Kervel 2015-06-03 09:19:37 +0200
  • 764e91d55c moved api arguments to seperate file Bas van Kervel 2015-06-03 09:17:14 +0200
  • 8295474f38 fix TestApiFileUpload and added TestApiFileUploadWithRootFile zelig 2015-06-03 00:06:01 +0100
  • cd002ffa11 fix solidity TestSaveInfo zelig 2015-06-02 23:49:53 +0100
  • cb06ebdffd fix js console http test with bzz scheme zelig 2015-06-02 23:42:11 +0100
  • 8fd754ef9d Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 19:21:55 +0200
  • 26cefefbfd implemented Api.Download zsfelfoldi 2015-06-02 19:21:29 +0200
  • 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 +0100
  • 618c5d7053 add HasScheme method to check for register scheme handler protocols + test zelig 2015-06-02 17:48:07 +0100
  • 5292414f11 add tests for upload with fallback for root path zelig 2015-06-02 16:32:46 +0100
  • 585b52c472 Merge branch 'bzz' of github.com:ethersphere/go-ethereum into bzz zelig 2015-06-02 16:23:36 +0100
  • e58ddd5570 added windows ipc support unknown 2015-06-02 08:19:21 -0700
  • 2f404edffc Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 16:56:10 +0200
  • a2de3ad8a4 fixed upload index zsfelfoldi 2015-06-02 16:55:26 +0200
  • e8ce29d58d change mimetype back to file: no mimetype command on MacOs zelig 2015-06-02 14:48:56 +0100
  • f9b36e4acf show RPC error message in console Bas van Kervel 2015-06-02 15:22:58 +0200
  • 0fa9d2431f Add new 0th gen uncle test Gustav Simonsson 2015-06-02 14:47:23 +0200
  • aae5551978 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-06-02 12:48:47 +0100
  • 546211e370 added first js console tests for bzz zelig 2015-06-02 11:46:30 +0100
  • bca8ec1bde Api.Upload supports default index file zsfelfoldi 2015-06-02 13:41:56 +0200
  • 600e6fa584 Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-02 13:39:14 +0200
  • 69e7333e25 Api.Upload supports single file uploads using mimetype command matching prefixes regardless of slashes zsfelfoldi 2015-06-02 13:15:43 +0200
  • 8a76b45253 Use older version of stSpecialTest until JUMPDEST fix is merged Gustav Simonsson 2015-06-02 12:25:43 +0200
  • 483041eaa5 fixed request argument parsing issue Bas van Kervel 2015-06-02 12:25:42 +0200
  • e9ad659eb1 bzzup shell script updated for compatibility with new resolver. Daniel A. Nagy 2015-06-02 12:22:50 +0200
  • 8962af2e42 Update Ethereum JSON test files Gustav Simonsson 2015-06-02 12:15:25 +0200
  • 8c736d1319 add IPC commandline options Bas van Kervel 2015-06-02 09:37:35 +0200
  • 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 +0100
  • 55bf5051ad Unsupport bruncles Gustav Simonsson 2015-06-01 22:43:05 +0200
  • 5a692ba4f6 Update Ethereum JSON test files Gustav Simonsson 2015-06-01 22:34:44 +0200
  • 147a699c65 Add missing err checks on From() (skip RPC for now) Gustav Simonsson 2015-06-01 22:00:48 +0200
  • 32e1b104f8 Add EC signature validations before call to libsecp256k1 Gustav Simonsson 2015-06-01 20:27:20 +0200
  • 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 +0200
  • 1cfa386536 "error creating swarm" message when no error fixed zelig 2015-06-01 16:26:27 +0100
  • 55b60e699b core: insert less length zero chains Felix Lange 2015-05-29 18:55:42 +0200
  • e7e2cbfc01 core: re-add parallel nonce checks Felix Lange 2015-05-29 18:07:23 +0200
  • 5b14fdb94b Merge pull request #1161 from tgerring/bootnode Felix Lange 2015-06-01 09:51:24 +0200
  • c4bca77d96 added api tests TestApiDirUpload and TestApiFileUpload (FAILING) zelig 2015-05-31 21:57:02 +0100
  • e7f2234c7f add api test for Put/Get zelig 2015-05-31 20:48:16 +0100
  • 057d36b049 Update bootnode Taylor Gerring 2015-05-31 13:48:27 -0500
  • fe771132e1 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-31 18:00:22 +0100
  • 4d825c4a74 api: put errResolve to getEntry zelig 2015-05-31 15:42:04 +0100
  • b2942dbc7c api: get rid of errResolve zelig 2015-05-31 15:34:21 +0100
  • 017af45af5 fixed getEntry, added regularSlashes() now storing every path regularized in the manifest zsfelfoldi 2015-05-31 15:49:47 +0200
  • 456cb39cf0 add manifest tests for getEntry zelig 2015-05-31 12:50:20 +0100
  • 9b361532e0 fixed manifestTrie.getEntry zsfelfoldi 2015-05-30 16:27:09 +0200
  • e6806dce6a Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-05-30 12:45:58 +0100
  • 02dc15bfd6 merge in menifestTrie changes to api zelig 2015-05-30 11:19:55 +0100
  • 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 +0100
  • 3113b1cdc9 implemented Api.Modify zsfelfoldi 2015-05-30 09:51:21 +0200
  • a762134519 implemented manifestTrie.getEntry, removed old manifest.go zsfelfoldi 2015-05-30 09:22:38 +0200
  • a59a9b5fb2 implemented manifest trie with add and remove Api.Upload also creates a trie now zsfelfoldi 2015-05-30 08:06:37 +0200
  • a906a84950 Merge pull request #1155 from karalabe/fix-chainmanager-datarace Felix Lange 2015-05-30 01:21:09 +0200
  • b7fc85d68e core: fix #1154, sort out data race accessing the future blocks Péter Szilágyi 2015-05-29 23:46:10 +0300
  • 38d1bdf688 fix manifest path matching slashes issue zelig 2015-05-29 14:56:57 +0100
  • b4818a003a Update Ethereum JSON test files Gustav Simonsson 2015-05-29 00:43:14 +0200
  • 0501ff41d0 Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-05-29 11:45:16 +0100
  • edc08ee1d4 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-29 11:44:54 +0100
  • f93fe2b086 improve documentation zelig 2015-05-29 11:44:45 +0100
  • 7c05778cca docserver: uses filepath.Abs zelig 2015-05-29 11:44:31 +0100
  • 49d4399711 improved documentation and unexport netStore start/stop zelig 2015-05-29 11:23:38 +0100
  • ab75309ffa fixed too many open files bug, limited parallel processing of files zsfelfoldi 2015-05-29 03:33:18 +0200
  • c3bb14e352 bzz.Api.Upload determines mime types fixed absolute path conversion zsfelfoldi 2015-05-29 03:13:37 +0200
  • 96ed21fad7 add xeth frontend for bzz api in console zelig 2015-05-29 01:36:26 +0100
  • 0e703d92ac Merge branch 'release/0.9.26' v0.9.26 obscuren 2015-05-28 18:21:14 +0200
  • 12b90600eb core: moved guards obscuren 2015-05-28 18:18:23 +0200
  • 2587b0ea62 Merge branch 'release/0.9.26' into develop obscuren 2015-05-28 18:01:54 +0200
  • f082c1b895 Merge branch 'release/0.9.26' obscuren 2015-05-28 18:01:40 +0200
  • d51d74eb55 cmd/geth: bump version v0.9.26 obscuren 2015-05-28 17:43:05 +0200
  • 35806ccc1c build server fix obscuren 2015-05-28 17:18:13 +0200
  • b25e8b7079 Merge pull request #1142 from obscuren/100-pct-block-prop Jeffrey Wilcke 2015-05-28 08:07:11 -0700
  • e5d7627427 eth: 100% block propogation obscuren 2015-05-28 17:01:44 +0200
  • a225ef9c13 Merge pull request #1140 from Gustav-Simonsson/fix_account_unlock_logging Jeffrey Wilcke 2015-05-28 07:39:13 -0700
  • b6e137b2b4 Merge pull request #1141 from obscuren/parallelisation-issue Jeffrey Wilcke 2015-05-28 07:37:37 -0700
  • 03178a77b6 Merge pull request #1132 from obscuren/log_optimisations Jeffrey Wilcke 2015-05-28 07:35:07 -0700
  • 16038b4e67 core: added bad block obscuren 2015-05-28 16:26:19 +0200
  • 109f995684 core: log block hash during nonce error obscuren 2015-05-28 15:46:36 +0200
  • 75f5ae80fd core: partially removed nonce parallelisation and added merge error chk obscuren 2015-05-28 15:35:50 +0200
  • 9138955ba5 Validate account length and avoid slicing in logging Gustav Simonsson 2015-05-28 15:20:05 +0200
  • ff2081f5fd fixed manifest relative path zsfelfoldi 2015-05-28 14:59:23 +0200
  • 567149c511 api: implement resolve/register with js api bindings zelig 2015-05-28 12:58:09 +0100
  • 4baa5ca963 Merge pull request #1137 from obscuren/web3_update Jeffrey Wilcke 2015-05-28 04:40:14 -0700
  • 598e454d46 cmd/geth: updated web3 obscuren 2015-05-28 13:24:09 +0200
  • 9f467c387a Merge pull request #1123 from fjl/lean-blockchain-commands Jeffrey Wilcke 2015-05-28 04:17:47 -0700
  • 8add3bb009 Merge pull request #1135 from karalabe/tempban-invalid-hashes Jeffrey Wilcke 2015-05-28 04:13:08 -0700
  • 29b0480cfb core, eth/downloader: expose the bad hashes, check in downloader Péter Szilágyi 2015-05-28 13:06:10 +0300
  • c031c4b925 implement api.Get and change js api to separate out register zelig 2015-05-28 11:29:12 +0100
  • 7355e92dcc api.put zelig 2015-05-28 09:55:18 +0100
  • 06fdf4acb3 fixes for api.upload zelig 2015-05-28 09:27:55 +0100