Skip to content
  1. Jun 19, 2018
    • Dmitry Kashitsyn's avatar
      Merge remote-tracking branch 'origin/master' into dk-blitz · 8ce4b60e
      Dmitry Kashitsyn authored
      # Conflicts:
      #	Cargo.lock
      #	Cargo.toml
      #	demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.compact.wasm
      #	demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.wasm
      #	polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm
      #	polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm
      #	polkadot/service/Cargo.toml
      #	polkadot/service/src/lib.rs
      #	substrate/codec/src/slicable.rs
      #	substrate/executor/wasm/target/wasm32-unknown-unknown/release/runtime_test.compact.wasm
      #	substrate/executor/wasm/target/wasm32-unknown-unknown/release/runtime_test.wasm
      #	substrate/test-runtime/wasm/target/wasm32-unknown-unknown/release/substrate_test_runtime.compact.wasm
      #	substrate/test-runtime/wasm/target/wasm32-unknown-unknown/release/substrate_test_runtime.wasm
      8ce4b60e
    • Dmitry Kashitsyn's avatar
      Moves polkadot/keystore to substrate (#221) · d4649d2b
      Dmitry Kashitsyn authored
      * Moves polkadot/keystore to substrate
      
      * Fixes email
      
      * Fixes header comment
      d4649d2b
    • Dmitry Kashitsyn's avatar
      Reverts `wee_alloc` to a normal versioning scheme (#222) · 0b9b0944
      Dmitry Kashitsyn authored
      * Reverts wee_alloc to a normal versioning scheme
      
      * Removes `global_allocator` attribute, since it's now on by default
      
      This feature has been stable since 1.28.0. Attribute no longer needed.
      0b9b0944
  2. Jun 18, 2018
    • Gav Wood's avatar
      Enumeratable accounts (#195) · f191535a
      Gav Wood authored
      * Merge remote-tracking branch 'origin/master' into gav-xts-dont-panic
      
      * Update wasm.
      
      * consensus, session and staking all panic-safe.
      
      * Democracy doesn't panic in apply.
      
      * Fix tests.
      
      * Extra helper macro, council depanicked.
      
      * Fix one test.
      
      * Fix up all council tests. No panics!
      
      * Council voting depanicked.
      
      * Dispatch returns result.
      
      * session & staking tests updated
      
      * Fix democracy tests.
      
      * Fix council tests.
      
      * Fix up polkadot parachains in runtime
      
      * Fix borked merge
      
      * More Slicable support
      
      Support general `Option` and array types.
      
      * Basic storage types.
      
      * Existential deposit for contract creation
      
      * Basic implemnetation along with removals
      
      * Fix tests.
      
      * externalities builder fix.
      
      * Tests.
      
      * Fix up the runtime.
      
      * Fix tests.
      
      * Add generic `Address` type.
      
      * Initial function integration of Address into Extrinsic.
      
      * Fix build
      
      * All tests compile.
      
      * Fix (some) tests.
      
      * Fix signing.
      
      * Push error.
      
      * transfer can accept Address
      
      * Make Address generic over AccountIndex
      
      * Fix test
      
      * Make Council use Address for dispatch.
      
      * Fix build
      
      * Bend over backwards to support braindead derive.
      
      * Repot some files.
      
      * Fix tests.
      
      * Fix grumbles
      
      * Remove Default bound
      
      * Fix build for new nightly.
      
      * Make `apply_extrinsic` never panic, return useful Result.
      
      * More merge hell
      
      * Doesn't build, but might do soon
      
      * Serde woes
      
      * get substrate-runtime-staking compiling
      
      * Polkadot builds again!
      
      * Fix all build.
      
      * Fix tests & binaries.
      
      * Reserve some extra initial byte values of address for future format changes
      
      * Make semantic of `ReservedBalance` clear.
      
      * Fix panic handler.
      
      * Integrate other balance transformations into the new model
      
      Fix up staking tests.
      
      * Fix runtime tests.
      
      * Fix panic build.
      
      * Tests for demonstrating interaction between balance types.
      
      * Repot some runtime code
      
      * Fix checkedblock in non-std builds
      
      * Get rid of `DoLookup` phantom.
      
      * Attempt to make transaction_pool work with lookups.
      
      * Remove vscode settings
      
      * New attempt at making transaction pool work.
      
      * It builds again!
      
      * --all builds
      
      * Fix tests.
      
      * New build.
      
      * Test account nonce reset.
      
      * polkadot transaction pool tests/framework.
      
      * Address grumbles.
      
      * Revert bad `map_or`
      
      * Rebuild binaries, workaround.
      
      * Avoid casting to usize early.
      
      * reenable sync tests
      f191535a
    • Dmitry Kashitsyn's avatar
      Updates primitives · 72751e50
      Dmitry Kashitsyn authored
      72751e50
    • Dmitry Kashitsyn's avatar
      Updates Specialization stuff · dc1354cf
      Dmitry Kashitsyn authored
      dc1354cf
    • Dmitry Kashitsyn's avatar
      Fix after rebase · 13b2cdbf
      Dmitry Kashitsyn authored
      13b2cdbf
  3. Jun 15, 2018
  4. Jun 14, 2018
  5. Jun 13, 2018
  6. Jun 12, 2018
  7. Jun 11, 2018
  8. Jun 09, 2018
  9. Jun 08, 2018
  10. Jun 07, 2018