1. Apr 10, 2017
  2. Apr 08, 2017
    • keorn's avatar
      Add CIDv0 RPC (#5414) · 20d4e713
      keorn authored
      * add cid rpc
      
      * add light
      
      * clean up
      20d4e713
    • GitLab Build Bot's avatar
      bca0c6c1
    • Tomasz Drwięga's avatar
      Updating documentation for RPCs (#5392) · 4e498790
      Tomasz Drwięga authored
      * Removing minBlocks occurrencies
      
      * Docs for new RPCs.
      
      * Fixing linting issues, updating *withToken documentatiojn.
      
      * Adding missing RPCs. Fixing tests.
      
      * Fixing lint issues.
      4e498790
    • Svyatoslav Nikolsky's avatar
      Fixing secretstore TODOs - part 1 (#5386) · 93a60479
      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
      93a60479
  3. Apr 07, 2017
  4. Apr 06, 2017
  5. Apr 05, 2017
  6. Apr 04, 2017
  7. Apr 03, 2017
    • maciejhirsz's avatar
      Perf and fixes · 50e0221d
      maciejhirsz authored
      50e0221d
    • 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
    • GitLab Build Bot's avatar
      ee4f9da3
    • Jaco Greeff's avatar
      848779e4
    • asynchronous rob's avatar
      fix indentation in usage.txt · 0f65779d
      asynchronous rob authored
      0f65779d
    • asynchronous rob's avatar
      Merge branch 'master' into lightcli · 394040e2
      asynchronous rob authored
      394040e2
    • GitLab Build Bot's avatar
      0a90f235
    • Jaco Greeff's avatar
      Update npm build for new inclusions (#5381) · 2447875b
      Jaco Greeff authored
      * Update npm build for new inclusions
      
      * Add dummy interface for secp256k1
      2447875b
    • Denis S. Soldatov aka General-Beck's avatar
      Merge pull request #5356 from loadaverage/dockerfile_fix · c3769b88
      Denis S. Soldatov aka General-Beck authored
      Fix for Ubuntu Dockerfile
      c3769b88
    • Svyatoslav Nikolsky's avatar
      Secretstore over network (#4974) · c0c06fdc
      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
      
      * finally fixed <odd>-of-N-scheme
      
      * temporary commented test
      
      * 1-of-N works in math
      
      * scheme 1-of-N works
      
      * remove unnecessary unsafety
      
      * fixed grumbles
      
      * fix grumbles
      
      * lost files
      c0c06fdc
    • Tomasz Drwięga's avatar
      Dapps and RPC server merge (#5365) · 2df4532d
      Tomasz Drwięga authored
      * Dapps server as a middleware.
      
      * Dapps RPC - Work in Progress
      
      * Merging Dapps and RPC server.
      
      * Fast HTTP server configuration.
      
      * Bump jsonrpc
      
      * Fixing test target
      
      * Re-implementing commented-out tests.
      2df4532d
    • Jaco Greeff's avatar
      trigger js build release (#5379) · 6a05967b
      Jaco Greeff authored
      6a05967b
    • Christopher Franko's avatar
      Update expanse json with fork at block 600000 (#5351) · 41700a69
      Christopher Franko authored
      * Update expanse json with fork at block 600000
      
      * update exp chainID to 2
      41700a69
    • asynchronous rob's avatar
      Futures-based native wrappers for contract ABIs (#5341) · c9c8f920
      asynchronous rob authored
      * initial native contract generator
      
      * get generated code compiling
      
      * unit tests for type codegen
      
      * autogenerate registry contract
      
      * native_contracts entry for registry
      
      * service_transaction_checker
      
      * fixed indentation
      c9c8f920