1. 09 Aug, 2019 1 commit
    • Andrew Jones's avatar
      [*] parity-codec -> parity-scale-codec (#164) · 9525f2f5
      Andrew Jones authored
      * [*] parity-codec -> parity-scale-codec
      
      * [core, model] Decode impls Option -> Result
      
      * [core] typed_cell load expect successful Decode
      
      * [core] Option to Result, remove redundant combinator
      
      * [model] Option to Result
      
      * [*] abbreviate parity-scale-codec
      
      * [core] fix dummy Call Decode impl
      9525f2f5
  2. 24 Jul, 2019 1 commit
    • Hero Bird's avatar
      Make std crate feature default for all ink crates (#146) · 7948d23b
      Hero Bird authored
      * make std crate feature default for all ink crates
      
      * adjust travis CI for builds without std feature enabled
      
      * remove incorrect usages of ink_abi
      
      * apply rustfmt
      
      * remove invalid type-metadata dependencies for ink_core
      
      * [lang] fix Cargo.toml indentations
      
      * adjust Erc20 token examples for new std crate feature
      
      * adjust template and lang example std feature and propagation
      7948d23b
  3. 24 May, 2019 1 commit
  4. 23 May, 2019 1 commit
    • Hero Bird's avatar
      Major clean up of ink! codebase (#99) · fa906cad
      Hero Bird authored
      * [ink] Update rust-toolchain from 2019-04-20 to 2019-05-21
      
      * [core,lang] Update & fix Cargo information
      
      * [chores] Update rustfmt version to the current toolchain
      
      * [core] Clean up, fix some warnings
      
      * [core] Remove unneeded dependency
      
      * [core] Ignore return value of Key ops
      
      Fixes a warning
      
      * [core,model] Adjust warning level
      
      * [lang] Minor rustfmt run
      
      * [ink] Add topics to events
      
      For now, ink! will simply leave topics slice empty.
      
      * [core] Add ext_gas_left, ext_gas_price and ext_value_transferred bindings
      
      * [core] Clean up some code by dedup
      
      * [core] Further code clean up
      
      * [core] Simplify SrmlEnv::load impl
      fa906cad
  5. 22 Apr, 2019 1 commit
  6. 28 Mar, 2019 1 commit
  7. 27 Mar, 2019 1 commit
  8. 15 Mar, 2019 1 commit
  9. 19 Feb, 2019 1 commit
  10. 06 Feb, 2019 1 commit
  11. 18 Jan, 2019 1 commit
  12. 15 Jan, 2019 2 commits
  13. 10 Jan, 2019 1 commit
  14. 09 Jan, 2019 5 commits
  15. 08 Jan, 2019 3 commits
  16. 04 Jan, 2019 1 commit
  17. 17 Dec, 2018 2 commits
  18. 15 Dec, 2018 1 commit
  19. 13 Dec, 2018 2 commits
  20. 12 Dec, 2018 1 commit
    • Hero Bird's avatar
      [pdsl_core] Add test-env crate feature · f0e356b3
      Hero Bird authored
      This enabled TestEnv and disabled DefaultEnv.
      Use this for testing.
      Before this commit the standard "test" feature was used, however, its problem is that the test feature is crate-local and cannot be enabled or disabled by dependencies.
      f0e356b3
  21. 10 Dec, 2018 1 commit