Skip to content
  1. Sep 11, 2018
    • Chevdor's avatar
      Remove polkadot doc from substrate (#700) · 2cf72c20
      Chevdor authored
      * Improve doc
      
      - convert some md to adoc
      - include contrib docs to the main readme
      - add readme for some packages and include them
      
      * Bring changes from 68f83a25 into the replacing adoc file
      
      * Minor fixes
      
      * Remove files irrelevant for substrate
      
      * Remove old polkadot related doc
      2cf72c20
  2. Sep 01, 2018
    • Guanqun Lu's avatar
      WIP on chain heap (#639) · c54321a7
      Guanqun Lu authored
      * move heap size on chain
      
      * fix the interface change
      
      * decode heap size
      
      * fix code comments
      
      * fix comment
      
      * update Cargo.lock
      
      * rename to heappages
      
      * add one heap pages variable in runtime
      c54321a7
  3. Aug 29, 2018
    • Sergey Pepyakin's avatar
      5 random fixes (#2) (#623) · 5e6e68b4
      Sergey Pepyakin authored
      * Tabs instead of spaces.
      
      * Remove double spaces.
      
      * Add spaces between ID and the following {
      
      * Update to nightly 2018-08-27
      
      * Align wat code properly
      5e6e68b4
  4. Aug 28, 2018
  5. Aug 20, 2018
  6. Aug 15, 2018
    • Guanqun Lu's avatar
      send memory usage and cpu usage to telemetry (#499) · a63ed69f
      Guanqun Lu authored
      * send memory usage and cpu usage to telemetry
      
      Fixes #443, however, it doesn't send IO usage, as it's not available in
      this crate.
      
      * fixes according to Gav's comments
      
      * fix grumbles, send basictypes in telemetry
      a63ed69f
  7. Aug 14, 2018
  8. Aug 10, 2018
  9. Aug 09, 2018
  10. Aug 08, 2018
  11. Aug 04, 2018
  12. Aug 03, 2018
  13. Aug 01, 2018
  14. Jul 29, 2018
  15. Jul 28, 2018
  16. Jul 27, 2018
    • Sergey Pepyakin's avatar
      5 random fixes (#1) (#435) · 895b35b5
      Sergey Pepyakin authored and asynchronous rob's avatar asynchronous rob committed
      * ok_or → ok_or_else
      
      * Correct the sides of the given and expected args
      
      * Indent } properly
      
      * Convert identation from tabs to spaces.
      
      * Convert identation from tabs to spaces. [2]
      895b35b5
    • Arkadiy Paronyan's avatar
      Prevent building invalid blocks (#430) · 9feedaa9
      Arkadiy Paronyan authored
      * Commit extrinsics changes
      
      * Removed panic=abort
      
      * Commit when needed
      
      * Resotre default hook for the native call
      
      * Revert test
      
      * Proper test
      
      * Sorted errors and fixed wasm build
      9feedaa9
  17. Jul 25, 2018
    • Arkadiy Paronyan's avatar
      Substrate CLI (#423) · f77b3e32
      Arkadiy Paronyan authored
      * Moved chain ops to substrate-service
      
      * moved RPC to susbstrate-service WIP
      
      * Moved RPC to substrate-service
      
      * Version
      
      * Removed redundadnt messages
      
      * substrate CLI
      
      * Removed obsolete files
      
      * Sorted out startup messages
      
      * Pass executable name to CLI
      f77b3e32