- Dec 19, 2017
-
-
GitLab Build Bot authored
-
Dmitry Kashitsyn authored
* Adds personal_signTransaction RPC method * Fixes sign_transaction() to return RichRawTransaction * Adds test for invalid password * Fix after rebase
-
-
Tomasz Drwięga authored
* Initial design and some tests. * Insertion & limits. * Constructing pending block. * Change to PendingIterator. * Removing/cancelling transactions. * Full status. * Culling transactions. * Use bigint. * Add listener tests. * Clean up listener types. * Split into multiple files. * Add copyright notice. * Documentation. * Don't require ownership. * Fix cull to remove from by_hash. * Make the queue generic over transactions. * Address code review. * Update wasm submodules. * Fix review grumbles. * Add some docs.
-
- Dec 18, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Bump js-ui * Fix css for status plugins
-
asynchronous rob authored
test framework and basic test for whisper
-
GitLab Build Bot authored
-
Jaco Greeff authored
-
GitLab Build Bot authored
-
- Dec 15, 2017
-
-
Jaco Greeff authored
* Remove extension mappings * Remove duplicated pending stores
-
asynchronous rob authored
* detect different node, same-key signing in aura * reduce scope of warning
-
Konstantin authored
* new warp enodes * added one more warp enode; replaced spaces with tabs
-
Jaco Greeff authored
* CSS fixes for v1 (Thanks @ngotchac) * Remove hack line completely * Comment around Chrome upgrade
-
Jaco Greeff authored
* Update to @parity/api 2.1.7 * Update packages * Update after signer API alias
-
- Dec 14, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Remove wallet web3 dependency * Update shell web3 dependency
-
- Dec 13, 2017
-
-
Jaco Greeff authored
-
Jaco Greeff authored
* Expand available methods * Updated with expanded groupings
-
* Inject Parity script to all HTML dapps pages * Small glitch * Add injection test * Add Special GHH commit value for serving ZIP files as DAPPS * Refactor GithubDapp fetcher * PR Grumbles
-
- Dec 12, 2017
-
-
GitLab Build Bot authored
-
* Purify dappCard style * Add support for pinning apps * Add a section to show pinned apps * Cleaner code * Bump dependency versions * Small tweaks * Avoid double scrollbars * Small style updates * Bump parity/shared version
-
Tomasz Drwięga authored
-
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
-