1. May 19, 2017
    • Guanqun Lu's avatar
      remove the deprecated options in rustfmt.toml (#5616) · d10ade19
      Guanqun Lu authored
      * remove the deprecated options in rustfmt.toml
      
      * add chain_one_line_max
      
      * fix two issues spot by rustfmt
      d10ade19
    • Nicolas Gotchac's avatar
      Update the Console dapp (#5602) · 84cab181
      Nicolas Gotchac authored
      * Init Console Dapp structure
      
      * Watches and status
      
      * First REPL and display
      
      * Attaching console
      
      * Selectable autocomplete
      
      * working console // Display objects nicely
      
      * Multilines in Console Dapps
      
      * Better UI
      
      * Eval on window object
      
      * Save console gistory
      
      * Adding views
      
      * Add settings to the console dapp
      
      * Add / remove Watches
      
      * Add Snippets Cmponent
      
      * Semi Working Snippets
      
      * Working Snippets
      
      * Adding CodeMirror features
      
      * Removing old Console
      
      * Add Static folder
      84cab181
    • Tomasz Drwięga's avatar
      Create an account for chain=dev (#5612) · 3ff72794
      Tomasz Drwięga authored
      * implement From<&'static str> for Secret
      
      * Dev account.
      
      * Fix Secret semantics.
      3ff72794
    • Jaco Greeff's avatar
      Use babel-runtime as opposed to babel-polyfill (#5662) · e7abd351
      Jaco Greeff authored
      * Add babel-runtime
      
      * Add babel-transform-runtime plugin
      
      * Remove babel-polyfill imports
      
      * Remove babel-polyfill package
      
      * Transform exports to work around webpack 2.2
      e7abd351
  2. May 18, 2017
  3. May 17, 2017
  4. May 16, 2017
  5. May 15, 2017
  6. May 13, 2017
  7. May 12, 2017
    • asynchronous rob's avatar
      code cleanup with macro · f8279bb7
      asynchronous rob authored
      f8279bb7
    • asynchronous rob's avatar
      removing slienced warning · 2a6f38c5
      asynchronous rob authored
      2a6f38c5
    • asynchronous rob's avatar
      optimize back-reference filling · 909f3d76
      asynchronous rob authored
      909f3d76
    • asynchronous rob's avatar
      address grumbles · 2d87f562
      asynchronous rob authored
      2d87f562
    • Marek Kotewicz's avatar
      Merge pull request #5586 from guanqun/doc-fix · b1f6112c
      Marek Kotewicz authored
      fix the doc of installing rust
      b1f6112c
    • Marek Kotewicz's avatar
      Merge pull request #5584 from guanqun/small-fixes · c38e33ca
      Marek Kotewicz authored
      Small fixes
      c38e33ca
    • Svyatoslav Nikolsky's avatar
      SecretStore: remove session on master node (#5545) · e6ecd053
      Svyatoslav Nikolsky authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * 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
      
      * Use standard encryption and decryption (as in RPC)
      
      * added some tests
      
      * moved DEFAULT_MAC to ethcrypto
      
      * rpc_secretstore_encrypt_and_decrypt
      
      * serialization with "0x" prefix (RPC compatibility)
      
      * secretstore RPC API
      
      * fix after merge
      
      * fixed typo
      
      * secretstore_shadowDecrypt RPC
      
      * enable secretstore RPCs by default
      
      * fixed test
      
      * SecStore RPCs available without SecStore feature
      
      * fixed grumbles
      
      * lost files
      
      * added password argument to Parity RPCs
      
      * update docs
      
      * remove enc/dec session on master node
      
      * lost file
      
      * pass weak instead of arc
      e6ecd053
    • GitLab Build Bot's avatar
      83a13ee0
    • Craig O'Connor's avatar
      run-clean (#5607) · 662a8317
      Craig O'Connor authored and Jaco Greeff's avatar Jaco Greeff committed
      662a8317
  8. May 11, 2017