- Sep 10, 2017
-
-
GitLab Build Bot authored
-
Nicolas Gotchac authored
* Update token updates * Update token info fetching * Update logger * Minor fixes to updates and notifications for balances * Use Pubsub * Fix timeout. * Use pubsub for status. * Fix signer subscription. * Process tokens in chunks. * Fix tokens loaded by chunks * Linting * Dispatch tokens asap * Fix chunks processing. * Better filter options * Parallel log fetching. * Fix signer polling. * Fix initial block query. * Token balances updates : the right(er) way * Better tokens info fetching * Fixes in token data fetching * Only fetch what's needed (tokens) * Fix linting issues * Revert "Transaction permissioning (#6441)" This reverts commit eed0e8b0. * Revert "Revert "Transaction permissioning (#6441)"" This reverts commit 8f96415e58dde652e5828706eb2639d43416f448. * Update wasm-tests. * Fixing balances fetching * Fix requests tracking in UI * Fix request watching * Update the Logger * PR Grumbles Fixes * PR Grumbles fixes * Linting...
-
Nikolay Volf authored
* refactor to new parity-wasm * more errors refactoring * final test * update tests * fix merge bugs
-
asynchronous rob authored
* compatibility with whisper v6 * separate subprotocol for parity extensions * kill version field
-
- Sep 08, 2017
-
-
asynchronous rob authored
light-poa round 2: allow optional casting of engine client to full client
-
- Sep 06, 2017
-
-
Svyatoslav Nikolsky authored
-
- Sep 05, 2017
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
This reverts commit 899538ae.
-
Marek Kotewicz authored
cleanup util dependencies
-
Marek Kotewicz authored
removed redundant earlymergedb trace guards
-
Marek Kotewicz authored
UtilError utilizes error_chain!
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
GitLab Build Bot authored
-
Axel Chalon authored
* Refactor and port CLI from Docopt to Clap (#2066) * Add --can-restart and --force-direct to help * Add flag support to subc & move import/export options to subcommand * Reorder subcommand args (put positional args last in CLI help message)
-
Nicolas Gotchac authored
* Add language selector in PRODUCTIN * Fix wrong i18n keys * Update the default i18n files
-
Tomasz Drwięga authored
* eth_call returns output of contract creations * Fix parameters order. * Save outputs for light client as well.
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
Refactor: Don't reexport bigint from util
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Fredrik authored
-
Arkadiy Paronyan authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Fredrik Harrysson authored
-
Fredrik authored
-
Fredrik authored
-
Svyatoslav Nikolsky authored
Added missing SecretStore tests - signing session
-
- Sep 04, 2017
-
-
asynchronous rob authored
Light-client sync for contract-based PoA
-
Fredrik authored
# Conflicts: # dapps/src/tests/helpers/registrar.rs # ethcore/evm/src/interpreter/shared_cache.rs # ethcore/light/src/client/header_chain.rs # ethcore/light/src/client/mod.rs # ethcore/light/src/net/mod.rs # ethcore/light/src/on_demand/request.rs # ethcore/light/src/on_demand/tests.rs # ethcore/light/src/provider.rs # ethcore/node_filter/src/lib.rs # ethcore/src/block.rs # ethcore/src/blockchain/blockchain.rs # ethcore/src/client/test_client.rs # ethcore/src/engines/authority_round/mod.rs # ethcore/src/engines/basic_authority.rs # ethcore/src/engines/mod.rs # ethcore/src/engines/tendermint/mod.rs # ethcore/src/engines/validator_set/contract.rs # ethcore/src/engines/validator_set/multi.rs # ethcore/src/engines/validator_set/safe_contract.rs # ethcore/src/engines/vote_collector.rs # ethcore/src/miner/external.rs # ethcore/src/miner/miner.rs # ethcore/src/miner/service_transaction_checker.rs # ethcore/src/miner/work_notify.rs # ethcore/src/pod_account.rs # ethcore/src/pod_state.rs # ethcore/src/snapshot/block.rs # ethcore/src/snapshot/consensus/work.rs # ethcore/src/snapshot/mod.rs # ethcore/src/snapshot/service.rs # ethcore/src/spec/spec.rs # ethcore/src/state/backend.rs # ethcore/src/trace/db.rs # ethcore/src/verification/queue/mod.rs # ethcore/src/verification/verification.rs # parity/informant.rs # rpc/src/v1/helpers/dispatch.rs # rpc/src/v1/helpers/light_fetch.rs # rpc/src/v1/helpers/signing_queue.rs # rpc/src/v1/impls/eth.rs # rpc/src/v1/impls/eth_filter.rs # rpc/src/v1/impls/eth_pubsub.rs # rpc/src/v1/impls/light/eth.rs # rpc/src/v1/impls/signing.rs # rpc/src/v1/tests/helpers/miner_service.rs # rpc/src/v1/tests/helpers/snapshot_service.rs # rpc/src/v1/tests/helpers/sync_provider.rs # rpc/src/v1/tests/mocked/eth.rs # stratum/src/lib.rs # sync/src/blocks.rs # sync/src/chain.rs # sync/src/light_sync/mod.rs # sync/src/tests/helpers.rs # sync/src/tests/snapshot.rs # updater/src/updater.rs # util/src/lib.rs # util/triehash/src/lib.rs
-
Fredrik authored
-
asynchronous rob authored
-
asynchronous rob authored
-