Skip to content
  1. Apr 22, 2017
  2. Apr 20, 2017
  3. Apr 19, 2017
  4. Apr 18, 2017
  5. Apr 13, 2017
  6. Apr 12, 2017
  7. Apr 11, 2017
  8. Apr 10, 2017
    • keorn's avatar
      Tendermint fixes (#5415) · d3b2bcdd
      keorn authored
      * more resilience
      
      * refactor commit
      
      * fix proposal broadcast
      
      * list encoding
      
      * address grumbles
      
      * to into
      d3b2bcdd
  9. Apr 07, 2017
  10. Apr 05, 2017
  11. Apr 03, 2017
    • Svyatoslav Nikolsky's avatar
      On-chain ACL checker for secretstore (#5015) · abec06f5
      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
      
      * fix after merge
      
      * fix after merge
      
      * moved contract to native-contracts lib
      abec06f5
    • asynchronous rob's avatar
      6aa90057