- Dec 12, 2017
-
-
Afri Schoedon authored
* Add Changelog for 1.7.10 * Add Changelog for 1.8.4 * Add missing links * Fix broken link
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Remove extraenous id hashing * Update with latest js-shared
-
Jaco Greeff authored
-
- Dec 11, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* JS redirect from localhost -> 127.0.0.1 * ui-no-validation for 127.0.0.1 * Update with tests
-
GitLab Build Bot authored
-
-
Jaco Greeff authored
* Cleanup overlay transparency * Don't display "waiting in signer" messages
-
- Dec 08, 2017
-
-
* reduce max block timestamp drift to 15 seconds * add test for block timestamp validation within allowed drift
-
Tomasz Drwięga authored
-
Afri Schoedon authored
-
Jerome de Tychey authored
Lots of people are having trouble building from source and keep up to date. The main reason seems to be that cargo/rustup is hard to work with. The 'abort' panic strategy error is very frustrating and seems to be solved 100% of time with a clean. Adding those lines: When compiling a crate if you receive this error: ``` error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind` ``` Cleaning the repository will most likely solve the issue, try: ``` cargo clean ```
-
- Dec 07, 2017
-
-
GitLab Build Bot authored
-
* Use hex everywhere as appId * Extract requestGroup sub item from clarity * Change size of icon in SignerPending
-
asynchronous rob authored
* Fix Aura difficulty race * fix test key * extract out score calculation * fix build
-
- Dec 06, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Update @parity/ui * Update deps
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Display contracts tab by default * Update packages
-
Jaco Greeff authored
* Rework dapps list * Update box sizing * Remove non-passed-in prop * PR comments * Re-adjust key
-
Afri Schoedon authored
* Add contributing guidelines to the repository. * Add code of conduct to the repository. * Add note on CLA to contributing guidelines. * Update contribution guideline headings * Move CoC and ConG to .github * Fix links * Remove broken fork link.
-
GitLab Build Bot authored
-
* Add a signerPending component with popup * Add text when no requests * Remove lock icon * Fix lint * Create separate component from RequestItem * Render different types of transaction * Remove blue View button * Remove useless code
-
- Dec 05, 2017
-
-
-
Takehiro Miyao authored
-
* Enable delayed maximum_uncle_count activation. * Fix tests. * Defer kovan HF.
-
GitLab Build Bot authored
-
Jaco Greeff authored
* WIP * Update after @parity/ui update * Update to latest * Update semver for @parity * Update & -> &
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Update mocha import stubs * Add .md files to ignore list
-
- Dec 04, 2017
-
-
asynchronous rob authored
escape inifinite loop in estimte_gas
-
GitLab Build Bot authored
-
* Add a dropdown popup for account selector * Install sui latest version for hideOnScroll bug fix * Update ui * Update package-lock after rebase * Require parity/ui v3.0.3 * Pass accountStore as props * Require parity/ui v3.0.4
-
- Dec 02, 2017
-
-
Arkadiy Paronyan authored
* Removed ethcore-util dependency * Removed snappy
-
- Dec 01, 2017
-
-
Denis S. Soldatov aka General-Beck authored
WASM test runner utility upgrade
-
NikVolf authored
-
GitLab Build Bot authored
-
* Update packages to use React 16 * Rollback to react-router v3 * Use component instead of pure one * Remove warning about mobx * Make webpack load css from @parity/ui * Update enzyme to support react16 * Fix lint * Use @parity/ui v3 * Update refs of plugin-signer-* deps * Exclude plugin-signer-* from babel processing * Reupdate refs to old method * Update refs again
-
Takehiro Miyao authored
-