- Oct 20, 2016
-
-
asynchronous rob authored
* sweep most unwraps from ethcore crate * purge unwrap from dapps server * whitespace [ci:none]
-
keorn authored
* simplify major sync detection * fix typos * fix merge * more realistic EthTester * add new synced state * remove Blocks synced state * move is_major_importing to rpc crate and check queue * add tests
-
Nicolas Gotchac authored
* (#2751) Trace filtering fix: Don't test contract address against empty array in trace filtering * Fixes spaces/typo * Simplify the Trace Filtering (#2751) * Removed unused `strictly_matches` fn
-
Jaco Greeff authored
-
* incrementally calculate queue heap size * query the correct queue sizes
-
Arkadiy Paronyan authored
-
* fix contract deployments not showing up I'm really not happy with this. Since the Signer consists of many, deeply nested, components, which in many cases just pass props through, it's hard to trace this. `<TransactionPending>` is supposed to fetch data from Parity (smart component) and pass it on to its (dumb) children. For that, it needs to know implementation details of them. * eslint
💄 -
-
-
Denis S. Soldatov aka General-Beck authored
Add Dockerfile for parity stable branch
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
* Block import optimization * whitespace [ci:none]
-
Jaco Greeff authored
-
Tomasz Drwięga authored
* Fixing small files fetching * Fixing a case where tranfer encoding is not chunked
-
Arkadiy Paronyan authored
-
* remove TransactionPendingWeb3 * remove TransactionFinishedWeb3 * remove SignRequestWeb3
-
Jaco Greeff authored
-
* Remove padding on address input if empty (#2141) * Use Autocomplete to make address selection searchable (#2141) * Adds AutoComplete Wrapper (#2141)
-
* refactor dapp loading * basic modal window * UI for removing dapps * button to open modal * eslint
💄 , make dialog scrollable * Dialog -> ui/Modal * show dapp hash
-
- Oct 19, 2016
-
-
Arkadiy Paronyan authored
* Remove count limit for local transactions (#2634) * Fixed stalled sync
-
Denis S. Soldatov aka General-Beck authored
git submodule update --init - windows
-
Nicolas Gotchac authored
* Add formatter for Traces API output (#2700) * Adding formatter tests (#2700)
-
asynchronous rob authored
-
keorn authored
* simplify major sync detection * fix typos * fix merge * more realistic EthTester * add new synced state
-
Nicolas Gotchac authored
-
Tomasz Drwięga authored
-
Jaco Greeff authored
Fixed Snackbar not showing and/or behind transactions (#2730)
-
Denis S. Soldatov aka General-Beck authored
allow_failure: true to Wondows build
-
keorn authored
Updating json tests to latest develop commit
-
Denis S. Soldatov aka General-Beck authored
git submodule update --init
-
Nicolas Gotchac authored
-
Jannis Redmann authored
dapps: show errors
-
Jannis R authored
-
Tomasz Drwięga authored
-
Jannis Redmann authored
node logs: break lines
-
Denis S. Soldatov aka General-Beck authored
Add `git submodule init && git submodule update` in Windows build
-
Jannis R authored
-
Jannis R authored
-
Tomasz Drwięga authored
-
Nicolas Gotchac authored
-