1. May 17, 2017
    • asynchronous rob's avatar
      PoA warp implementation (#5488) · 4c5e4ac8
      asynchronous rob authored
      * separate modules for consensus snapshot chunks
      
      * bulk of authority warp logic
      
      * finish authority warp implementation
      
      * squash warnings and enable authority snapshot mode
      
      * test harness for PoA
      
      * fiddle with harness
      
      * epoch generation proof fixes
      
      * update constructor code
      
      * store epoch transition proof after block commit
      
      * basic snap and restore test
      
      * use keyvaluedb in state restoration
      
      * decompress chunks
      
      * fix encoding issues
      
      * fixed-to-contract-to-contract test
      
      * implement ancient block import
      
      * restore genesis transition in PoW snapshot
      
      * add format version method to snapshot components
      
      * supported version numbers in snapshot_components
      
      * allow returning of ancient epoch transitions
      
      * genesis hash mismatch check
      
      * remove commented code
      4c5e4ac8
    • asynchronous rob's avatar
      Merge pull request #5419 from paritytech/on-demand-priority · 5d973f8e
      asynchronous rob authored
      Improve on-demand dispatch and add support for batch requests
      5d973f8e
  2. May 16, 2017
  3. May 15, 2017
  4. May 13, 2017
  5. 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
  6. May 11, 2017
  7. May 10, 2017