1. May 02, 2017
  2. Apr 27, 2017
  3. Apr 26, 2017
    • GitLab Build Bot's avatar
      30b3b5e2
    • Jaco Greeff's avatar
      npm cleanups (#5512) · 3d9deb77
      Jaco Greeff authored
      * Cleanup @parity modules in npm run clean
      
      * Remove top-level yarn files (only in js)
      3d9deb77
    • GitLab Build Bot's avatar
      012615ae
    • Craig O'Connor's avatar
      Export acc js (#4973) · cf904b6b
      Craig O'Connor authored and Jaco Greeff's avatar Jaco Greeff committed
      * Export account RPC
      
      * Removing GethDirectory and ParityDirectory
      
      * js export accounts as json
      
      * js export accounts as json
      
      * api - then - catch
      
      * final touches
      
      * pass
      
      * oops
      
      * individual accounts
      
      * refactoring
      
      * refactor one
      
      * refactor one
      
      * refactor two
      
      * some grumble fixes
      
      * file name changes
      
      * constructor
      
      * constructor
      
      * git recognize file name change
      
      * spec and updates
      
      * specs
      
      * one tiny fix
      
      * one tiny fix
      
      * grumbles
      
      * more grumbles
      
      * sliders
      
      * ff
      
      * pointer default
      
      * grumbles
      
      * almost ready
      
      * lots of updates
      
      * accountList
      
      * stupid debuglog
      
      * bug fix
      
      * bug fix
      
      * some more good ol fashioned updates
      
      * filter accounts
      
      * clean
      
      * update spec
      
      * ff
      
      * ff-f
      
      * balances fix
      cf904b6b
    • Craig O'Connor's avatar
      YARN (#5395) · 3be3b78c
      Craig O'Connor authored and Jaco Greeff's avatar Jaco Greeff committed
      * YARN
      
      * update package.json
      
      * update package.json
      
      * yarn updates
      
      * npm
      3be3b78c
    • Jaco Greeff's avatar
      Fix linting issues (#5511) · 8fc45365
      Jaco Greeff authored
      8fc45365
    • Shaoping's avatar
      Chinese Translation (#5460) · 3344d963
      Shaoping authored and Jaco Greeff's avatar Jaco Greeff committed
      * Update account.js
      
      * Update accounts.js
      
      * finished writeContract.js translate
      
      * translated web, walletSetting
      
      * 添加注释
      
      * 添加注释
      
      * 翻译1
      
      * 翻译1,存疑1
      
      * 翻译1,没毛病
      
      * 翻译1,存疑1
      
      * Translated addAddress & addContract
      
      * 翻译1
      
      * Translated connection.js
      
      * Translated contract.js
      
      * Translated contracts.js
      
      * translated dapps.js
      
      * translated deleteAccount
      
      * Translated createWallet.js
      
      * Translated editMeta.js
      
      * Translated errors.js
      
      * Translated extension.js
      
      * translated deployContract
      
      * Translated executeContract.js
      
      * Update home.js
      
      * Translated home.js
      
      * Translated loadContract.js
      
      * Translated parityBar.js
      
      * translated faucet
      
      * Translated passwordChange.js
      
      * Translated saveContract.js
      
      * translated firstRun
      
      * translated tabBar
      
      * Commented out all ENG
      
      * translated transfer.js
      
      * translated txEditor.js
      
      * Translated settings.js
      
      * translated ui.js
      
      * Translated shapeshift.js
      
      * translated wallet.js
      
      * Translated signer.js
      
      * translated upgradParity.js
      
      * Translated status.js
      
      * translated verification.js
      
      * Translated vaults.js
      
      * translated ui.js
      
      * zh-tw translation
      
      * translated account.js
      
      * translated accounts.js
      
      * translated accounts.js
      
      * translated address.js
      
      * translated addressSelect.js
      
      * translated addresses.js
      
      * translated application.js
      
      * translated dapp.js
      
      * translated ui.js
      
      * translated txEditor.js
      
      * update zh-Hant-TW translation
      
      * enable zh-Hant-TW
      3344d963
  4. Apr 25, 2017
    • Svyatoslav Nikolsky's avatar
      Fixing secretstore TODOs - part 2 (#5416) · 1a262048
      Svyatoslav Nikolsky authored
      * ECDKG protocol prototype
      
      * added test for enc/dec math
      
      * get rid of decryption_session
      
      * added licenses
      
      * fix after merge
      
      * get rid of unused serde dependency
      
      * doc
      
      * decryption session [without commutative enc]
      
      * failed_dec_session
      
      * fixed tests
      
      * added commen
      
      * added more decryption session tests
      
      * helper to localize an issue
      
      * more computations to localize error
      
      * decryption_session::SessionParams
      
      * added tests for EC math to localize problem
      
      * secretstore network transport
      
      * encryption_session_works_over_network
      
      * network errors processing
      
      * connecting to KeyServer
      
      * licenses
      
      * get rid of debug println-s
      
      * fixed secretstore args
      
      * encryption results are stored in KS database
      
      * decryption protocol works over network
      
      * enc/dec Session traits
      
      * fixing warnings
      
      * fix after merge
      
      * on-chain ACL checker proto
      
      * fixed compilation
      
      * fixed compilation
      
      * finally fixed <odd>-of-N-scheme
      
      * temporary commented test
      
      * 1-of-N works in math
      
      * scheme 1-of-N works
      
      * updated AclStorage with real contract ABI
      
      * remove unnecessary unsafety
      
      * fixed grumbles
      
      * wakeup on access denied
      
      * encrypt secretstore messages
      
      * 'shadow' decryption
      
      * fix grumbles
      
      * lost files
      
      * secretstore cli-options
      
      * decryption seccion when ACL check failed on master
      
      * disallow regenerating key for existing document
      
      * removed obsolete TODO
      
      * fix after merge
      
      * switched to tokio_io
      
      * fix after merge
      
      * fix after merge
      
      * fix after merge
      
      * fix after merge
      
      * fix after merge
      
      * fixed test
      
      * fix after merge
      
      * encryption session errors are now fatal
      
      * session timeouts
      
      * autorestart decryption session
      
      * remove sessions on completion
      
      * exclude disconnected nodes from decryption session
      
      * test for enc/dec session over network with 1 node
      
      * remove debug printlns
      
      * fixed 1-of-1 scheme
      
      * drop for KeyServerHttpListener
      
      * added some tests
      
      * fixed typo
      1a262048
    • cdetrio's avatar
      fix json format of state snapshot (#5504) · 87ce2649
      cdetrio authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      87ce2649
    • Nikolay Volf's avatar
      Bump jsonrpc version (#5489) · 9d6c50ea
      Nikolay Volf authored
      * bump jsonrpc version
      
      * also dependant crates
      
      * tokio_uds also
      9d6c50ea
    • asynchronous rob's avatar
      Merge pull request #5454 from paritytech/aura-contract-warp · 35958a09
      asynchronous rob authored
      Groundwork for generalized warp sync
      35958a09
    • Leo Arias's avatar
      Add the packaging metadata to build the parity snap (#5496) · 80a58eea
      Leo Arias authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Add the packaging metadata to build the parity snap
      
      * Move the snapcraft.yaml to scripts
      80a58eea
    • GitLab Build Bot's avatar
      c9b2a7a9
    • Craig O'Connor's avatar
      Cancel tx JS (#4958) · f7d5d6c0
      Craig O'Connor authored and Jaco Greeff's avatar Jaco Greeff committed
      * Remove transaction RPC
      
      * Bumping multihash and libc
      
      * Updating nanomsg
      
      * bump nanomsg
      
      * cancel tx
      
      * cancel-tx-js
      
      * cancel-tx-js
      
      * cancel-tx-js
      
      * cancel-tx-hs
      
      * cancel-tx-js
      
      * cancel-tx-js
      
      * cancel-tx-js
      
      * small fixes
      
      * edit & time till submit
      
      * edit & time till submit
      
      * updates
      
      * updates
      
      * udpates
      
      * udpates
      
      * grumbles
      
      * step 1
      
      * Wonderful updates
      
      * ready
      
      * small refact
      
      * small refact
      
      * grumbles 1
      
      * ffx2
      
      * good ol' fashioned updates
      
      * latest and greatest
      
      * removeHash
      
      * removeHash
      
      * spec
      
      * fix 1
      
      * fix 1
      
      * fix 2
      
      * fix 2
      
      * ff
      
      * ff
      
      * ff
      
      * updates
      f7d5d6c0
  5. Apr 24, 2017
  6. Apr 22, 2017
  7. Apr 21, 2017
  8. Apr 20, 2017
  9. Apr 19, 2017