Skip to content
  1. Jun 11, 2018
  2. Jun 10, 2018
  3. Jun 09, 2018
  4. Jun 08, 2018
  5. Jun 07, 2018
    • asynchronous rob's avatar
      get substrate-runtime-staking compiling · d83316af
      asynchronous rob authored
      d83316af
    • Gav's avatar
      Serde woes · f9f875e9
      Gav authored
      f9f875e9
    • Gav's avatar
      Doesn't build, but might do soon · b689e161
      Gav authored
      b689e161
    • Gav's avatar
      More merge hell · 48d1e9f6
      Gav authored
      48d1e9f6
    • Gav's avatar
      Merge remote-tracking branch 'origin/master' into gav-enum-accounts · 54015775
      Gav authored
      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
      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
      54015775
    • Pierre Krieger's avatar
      Amend #205 (#206) · 6bf1109a
      Pierre Krieger authored and asynchronous rob's avatar asynchronous rob committed
      6bf1109a
    • Luke Schoen's avatar
      docs: Fixes #204. Update Readme. Add command to switch to Rust stable. Append... · f3d7f530
      Luke Schoen authored
      docs: Fixes #204. Update Readme. Add command to switch to Rust stable. Append binaries to installation command (#205)
      
      * docs: Fixes #204
      
      * Add command to switch to a stable version of Rust before installing Polkadot PoC-1 since error occurs when trying to install using Rust Nightly, which some users may have configured as their active toolchain
      * Append ` polkadot subkey` to the command that installs the latest version of Polkadot PoC-1 to overcome error
      
      * Update README.md
      f3d7f530
  6. Jun 06, 2018
    • Gav Wood's avatar
      Make substrate generic (#169) · 2e263226
      Gav Wood authored and asynchronous rob's avatar asynchronous rob committed
      * Some initial work on RPC and client
      
      * Rephrase as params
      
      * More work on traitifying substrate.
      
      * Traitify in_mem.rs
      
      * traitify client.rs
      
      * Make new primitives (mainly traits) build again.
      
      * Many (superficial) build fixes throughout.
      
      * Fix remaining build issues up to bft interface.
      
      * Make bft primitives be generic.
      
      * Switch out MisBehaviorReport for generic version.
      
      * Merge Hashing into Header.
      
      * Update runtime for new generics (with Hashing).
      
      * Update demo runtime.
      
      * Make runtime compile.
      
      * Build fixes for runtime
      
      * Remove old modules.
      
      * port substrate-bft to use generic substrate types
      
      * port client
      
      * port substrate-test-runtime
      
      * mostly port test-runtime to get compiling for std
      
      * Ensure `AccountId` has a `Default`.
      
      * Fix type deps.
      
      * finish porting
      
      * initialize test_runtime from genesis correctly
      
      * remove commented code
      
      * maybe unsigned signatures
      
      * runtimes compile
      
      * port over most of network
      
      * serialization for generic types
      
      * fix comment
      
      * remove some unnecessary trait bounds
      
      * network compiles
      
      * tests compile for sync
      
      * fix deserialization
      
      * temporarily remove deserialize derives
      
      * workarounds for serde issues for deriving deserialization
      
      * get demo-runtime compiling on std
      
      * port extrinsic-pool
      
      * primitives reshuffling
      
      * get network compiling again
      
      * remove debugging file
      
      * runtime tests now passing
      
      * port client-db
      
      * start to port over substrate-rpc
      
      * mostly port over PolkadotApi
      
      * test_runtime follows normal conventions
      
      * substrate runtime tests pass
      
      * deal with inherent extrinsics correctly in polkadot-api
      
      * port transaction-pool
      
      * port polkadot-consensus
      
      * port substrate-rpc
      
      * everything compiles
      
      * tests compile
      
      * fix grumbles
      
      * test-runtime uses its own transfer type
      
      * switch to master branch of jsonrpc
      
      * fix network tests and some warnings
      
      * all tests pass locally
      
      * [ci-skip] add another comment about issue
      
      * remove some curlies
      2e263226
    • Jerome de Tychey's avatar
      Update README.md (#203) · 74b3be9e
      Jerome de Tychey authored
      added the Rust version
      74b3be9e
  7. Jun 05, 2018
    • Gav's avatar
      Merge remote-tracking branch 'origin/master' into gav-enum-accounts · cef4d4e5
      Gav authored
      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
      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
      cef4d4e5
    • Sergey Pepyakin's avatar
      Extract smart-contract runtime into the separate crate (#179) · 817c4a72
      Sergey Pepyakin authored
      * Apply inversion of control to contract module.
      
      * Extract contract to it's own crate.
      
      * Rebuild binaries.
      817c4a72
  8. Jun 04, 2018
  9. Jun 03, 2018