- Feb 01, 2017
-
-
-
Jaco Greeff authored
* Add parity_defaultAccount RPC (with subscription) * Add jsonrpc interface
-
* Extended Markdown generator * Synced and extended all JSON-RPC interfaces * Fix linter errors * Format `parity_listAccounts` output in API * typo * Check if interfaces are synced in JS spec tests * Fixing missing interface errors * Better #[rpc] attribute parsing * Fixed RPC JS spec tests * More examples * Refactored how dummy data appears in examples * Complete trace docs! * fix typo * Less copy-paste * All the docs! * Fix differences between CallRequest and TransactionRequest * Fix differences between CallRequest and TransactionRequest * Missing examples * Grumble fixes
-
- Jan 31, 2017
-
-
-
Jaco Greeff authored
* Manage default accounts * Portal * Portal * Allow Portal to be used in as both top-level and popover * modal/popover variable naming * Move to Portal * export Portal in ~/ui * WIP * Tags handle empty values * Export AccountCard in ~/ui * Allow ETH-only & zero display * Use ui/Balance for balance display * Add tests for Balance & Tags component availability * WIP * Default overlay display to block (not flex) * Revert block * WIP * Add className, optional handlers only * WIP * Properly handle optional onKeyDown * Selection updated * Align margins * Remove old code * Remove debug logging * TransitionGroup for animations * No anim * Cleanups * Revert addons removal * Fix tests * Pr gumbles
-
Jaco Greeff authored
* Add npm/jsonrpc * Allow ci:build:jsonrpc * Publish @parity/jsonrpc
-
Gav Wood authored
* Fix signing. * Fix linting. * Fix linting. * Address grumble.
-
Tomasz Drwięga authored
-
Jaco Greeff authored
* Tags handle empty values * Export AccountCard in ~/ui * Allow ETH-only & zero display * Use ui/Balance for balance display * Add tests for Balance & Tags component availability * Add className, optional handlers only * Remove debug logging * AccountCard UI update
-
-
- Jan 30, 2017
-
-
Jaco Greeff authored
* Portal * Allow Portal to be used in as both top-level and popover * modal/popover variable naming * export Portal in ~/ui * Properly handle optional onKeyDown * Add simple Playground Example
-
Gav Wood authored
* Fix whitespace. * Fix post sign. * Fix message. * Fix tests. * Rest of the problems. * All hail the linter and its omniscience. * ...and its divine omniscience. * Grumbles and wording.
-
Tomasz Drwięga authored
-
Jaco Greeff authored
* Add api.util.encodeMethodCall * Update spec description path, strip hex * Remove options, add encodeMethodCall(name, inputs) signature * Simplify interface with types-only inputs * Add abiEncode & abiDecode functions
-
- Jan 27, 2017
-
-
Jaco Greeff authored
* Display QrCode for accounts, addresses & contracts * Default size 4 * Fix layouts
-
Jaco Greeff authored
* Extract CopyIcon to ~/ui/Icons * Add copy & QrCode address * Default size 4 * Add bitcoin: link * use protocol links applicable to coin exchanged * Remove .only
-
Jaco Greeff authored
* Add tests for null blockGap values * Handle null blockGap values
-
Jaco Greeff authored
* i18n & tests for DeleteAccount * i18n & tests for LoadContract
-
Jaco Greeff authored
* Tab split (WIP) * Split Tab component
-
- Jan 26, 2017
-
-
Jaco Greeff authored
* Add lookupMeta & tests * Add getEntry & tests * Formatting * Remove unneeded .then(console.log)
-
Jaco Greeff authored
* HistoryStore for tracking relevant routes * Default route is still /accounts * Fix copyright date-merge issue
-
Jaco Greeff authored
-
* Playground // WIP * Linting * Add Examples with code * CSS Linting * Linting * Add Connected Currency Symbol * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017 * Added `renderSymbol` tests * PR grumbles * Add Eth and Btc QRCode examples * 2015-2017 * Add tests for playground * Fixing tests
-
Jaco Greeff authored
* Allow FormattedMessage as hint & label * tests for basic rendering * convert component messages * Typo * id typos (insubstantial, but annoying) * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017 * 2015-2017
-
Jaco Greeff authored
-
- Jan 25, 2017
-
-
Gav Wood authored
* Fix whitespace. * Update copyright years/owner. * Push release only for tags.
-
Gav Wood authored
* Attempt to fix console. * Fixing couple of possible exceptions
-
Jaco Greeff authored
* array chunking utility * add SectionList component * Add TODOs to indicate possible future work * Add missing overlay style (as used in dapps at present)
-
- Jan 24, 2017
-
-
Maciej Hirsz authored
* Extended Markdown generator * Synced and extended all JSON-RPC interfaces * Fix linter errors * Format `parity_listAccounts` output in API * typo
-
Jaco Greeff authored
-
Jaco Greeff authored
* WIP * ParityBar verification * import from index.js * i18n expansion & tests * Features component * Adapt language selector to use features * Add features to settings view * typo * Convert logging * Fix earlier merge issues resulting in test failures * Lint failure fixes (new rules) * Fix additional listing rules * Re-add FormattedMessage (missing after merge), fix tests * Fix loader overrides * grumble: split item rendering (& test) * grumble: allow enable/disable while testing (default on) * grumble: move LanguageSelector below Features * grumble: don't pass visiblity prop (& update tests) * grumble: missing observable (onClick misbehaving) * grumble: don't reset to defaults per session * Fix to single store instance
-
Jaco Greeff authored
* Add esjify for mocha + ejs * First pass through, intl + basic smoketests * Create store * Update for renames * Pass store around * createType into store * Move stage into store * Update labels * Define stages * address into store * Add @observer * Retrieve name from store * Store phrase in store * isWindowsPhrase into store * gethAddresses to store * Store manages geth addresses * passwordHint into store * Fix build * rawKey into store * import json files * name set direct from component * No parent change callbacks * canCreate from store * createAccounts into store * expand create tests * Windows phrase testcases * Properly bind newError * FirstRun use of new CreateAccount * Add fix & test for selectedAddress match * Call into store from props * onChangeIdentity fix & test * Phrase set fix & test * RecoveryPhrase tested manually (issues addressed via tests) * Hex import manual test (& tests added for errors) * New eslint update fixes * grumble: set default type from store (with test) * grumble: pass copy of accounts (observable injection) * grumble: Summary owners can be array or array-like
-
* Extended Markdown generator * Fix linter errors * Review fixes
-
Jaco Greeff authored
-
- Jan 23, 2017
-
-
Jaco Greeff authored
-
Jaco Greeff authored
* Display AccountCard name via IdentityName * Pass name through (catches registry reverse display)
-
Jaco Greeff authored
* Start of tests to replicate issue * Expand visibility tests * Cleanups * typo * Extend saving tests as requested (pre-emptive) * tests for new setDisplayApps action * Address PR oversights
-
Nicolas Gotchac authored
* Fix wrong output format of peers * Add outPeer tests
-
Jaco Greeff authored
* Eslint updated (newline-after-var) * Fix newline-after-var * Eslint updated (one-var-declaration-per-line) * Fix one-var-declaration-per-line * Fix additional errors * Lint after merge
-
* Embeddable ParityBar * Replacing storage with store * Fixing references. * Addressing style issues * Supporting parity background
-