- Jun 29, 2017
-
-
Vurich authored
This is a huge change, which includes some changes to replace code that originally cloned to reuse allocations instead. The updated `elastic-array` crate renames its consuming `Vec`-conversion method to `into_vec`, which means that I can do a simple `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors. This commit is probably a minor performance win and definitely a significant readability win.
-
- Jun 27, 2017
-
-
GitLab Build Bot authored
-
- Jun 23, 2017
-
-
GitLab Build Bot authored
-
- Jun 22, 2017
-
-
Anton Gavrilov authored
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
- Jun 19, 2017
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
* ethstore-cli and ethkey-cli are workspace projects * evmbin is now a workspace project
-
- Jun 16, 2017
-
-
GitLab Build Bot authored
-
- Jun 13, 2017
-
-
GitLab Build Bot authored
-
Tomasz Drwięga authored
-
- Jun 12, 2017
-
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
-
- Jun 09, 2017
-
-
Tomasz Drwięga authored
-
- Jun 07, 2017
-
-
* Updating ring,multihash,tiny-keccak * Updating CID in ipfs.
-
- Jun 05, 2017
-
-
Arkadiy Paronyan authored
* Bump mio * Fixed warnings * Update mio to crates.
-
- Jun 04, 2017
-
-
GitLab Build Bot authored
-
- Jun 03, 2017
-
-
GitLab Build Bot authored
-
- Jun 02, 2017
-
-
- May 29, 2017
-
-
GitLab Build Bot authored
-
Arkadiy Paronyan authored
-
- May 24, 2017
-
-
GitLab Build Bot authored
-
* update to latest bigint * bump elastic array and deps * fix rlp tests * also update all smallvec deps * fix doc test * reduce parking in attempt to fix CI bug * fix from/into electum bug * remove duplicate imports
-
* Full API in Authenticated WS server. * Replacing UI server with Hyper. * Solving CLI, RPCs and tests. * Porting signer tests. * Fixing origin recognition for dapps/rpc. * Fixing tests. Adding parity-rpc-client to test. * Dapps exposed as RPC method. * JS code to support new connection scheme. * Fixing dapps tests. * Updating allowed origins/hosts to support web3.site. * Fixing tests, fixing UI. * Fixing tests. * Removing invalid tests. * Fixing merge. * 404 fallback for UI * Improve ContentFetcher constructor readability. * Naming. * Update .gitlab-ci.yml fix CI lint error * Fixing tests and linting issues. * Fixing new tests. * UI hosts. * Submodules fix.
-
- May 23, 2017
-
-
GitLab Build Bot authored
-
* beginnings of load timer * initial load timer implementation * saturating adds * create flow params from distribution * update request credits and acknowledgement * mark cumulative cost dead code * fix compilation * tests * supply load share and other params to lightprotocol params * add file store * fix ethsync compilation * reshuffle constants
-
* use cargo workspace * removed profiles for non root packages
-
* Signer subscription. * Fixing RPC tests. * Block Headers eth-pubsub. * PubSub for light client. * Fixing tests. * Updating to proper jsonrpc version. * Update to correct tests. * Fixing tests.
-
- May 19, 2017
-
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
- May 18, 2017
-
-
GitLab Build Bot authored
-
asynchronous rob authored
* move native_contracts ABIs to JSON files, add urlhint * port hash-fetch to futures, fix tests * fix dapps compilation, defer async port to later * activate dapps server in the light client * better formatting
-
GitLab Build Bot authored
-
- May 17, 2017
-
-
GitLab Build Bot authored
-
Tomasz Drwięga authored
-
- May 16, 2017
-
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
- May 12, 2017
-
-
GitLab Build Bot authored
-
- May 11, 2017
-
-
asynchronous rob authored
-