1. Nov 07, 2019
  2. Nov 06, 2019
  3. Nov 05, 2019
  4. Nov 04, 2019
  5. Nov 03, 2019
    • Wei Tang's avatar
      Substrate EVM (#3927) · 2e424f4d
      Wei Tang authored
      
      
      * srml-evm: init the basic structures
      
      * srml-evm: finish executor implementation
      
      * srml-evm: implement balance deposit and withdraw
      
      * srml-evm: implement the actuall call/create
      
      * srml-evm: use crates.io version of evm
      
      * srml-evm: fix no-std compile
      
      * Remove dependency patch
      
      * Update to evm 0.14
      
      * Use double map for account storage
      
      * Add precompiles support
      
      * Add some basic docs
      
      * Use runtime_io::chain_id()
      
      * Update srml/evm/src/lib.rs
      
      Co-Authored-By: default avatarXiliang Chen <[email protected]>
      
      * Update srml/evm/src/lib.rs
      
      Co-Authored-By: default avatarXiliang Chen <[email protected]>
      
      * Fix WithdrawReason
      
      * Unique saturate balance to u128
      
      * Unique saturate withdraw to u128
      
      * Remove extern crate alloc
      
      * Move account code to a separate storage and use ref for convert_account_id
      
      * More match cause for error message
      
      * Fix potential interger overflow
      
      * Use decode_len for fetching code length
      2e424f4d
    • Tomasz Drwięga's avatar
      Deprecate ValidateUnsigned and prevent duplicate heartbeats (#3975) · 69c4e2f7
      Tomasz Drwięga authored
      * Add pre-dispatch checks for ValidateUnsigned
      
      * Deprecate ValidateUnsigned.
      
      * Bump specversion.
      
      * Fix test.
      69c4e2f7
    • Tomasz Drwięga's avatar
      Avoid sending heartbeat if we are already considered online. (#3981) · 45e79d61
      Tomasz Drwięga authored
      * Don't send a heartbeat if already online.
      
      * Remove env_logger.
      
      * Update lock.
      
      * Bump runtime.
      
      * Merge master
      45e79d61
  6. Nov 02, 2019
  7. Nov 01, 2019
    • Kian Paimani's avatar
      Optional serde for phragmen support (#3994) · 084b1580
      Kian Paimani authored
      
      
      * Add serde to phragmen
      
      * Update lock file
      
      * and bump a version
      
      * and bump a version again
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarBastian Köcher <[email protected]>
      
      * revert impl-tarit for tuple update
      
      * revert session.
      
      * Revert "revert session."
      
      This reverts commit 98086c9db56677068db85f74320868b2c10d1c00.
      
      * Revert "revert impl-tarit for tuple update"
      
      This reverts commit 28a7fddee2e09c5785b19883f743065e0be8f331.
      084b1580
    • Gavin Wood's avatar
      Add events for im_online (#3991) · 26f4084f
      Gavin Wood authored
      * Add AllGood event for im_online
      
      * Another event just in case.
      
      * Bump runtime
      26f4084f
  8. Oct 31, 2019
  9. Oct 30, 2019
  10. Oct 29, 2019
  11. Oct 28, 2019
  12. Oct 27, 2019
  13. Oct 25, 2019