Skip to content
  1. Jan 30, 2018
  2. Jan 29, 2018
  3. Jan 28, 2018
  4. Jan 27, 2018
  5. Jan 26, 2018
  6. Jan 25, 2018
  7. Jan 23, 2018
    • Gav's avatar
      Ensure bool actually is endian-insensitive. · f27c8eb1
      Gav authored
      f27c8eb1
    • Gav's avatar
    • asynchronous rob's avatar
      fix grumbles · 9386640c
      asynchronous rob authored
      9386640c
    • Gav's avatar
      Initial (non-functional) code. · 2eb52810
      Gav authored
      - Kill Externalities Error type requirement.
      2eb52810
    • asynchronous rob's avatar
      clean up some unsafety in `Slicable` · 0562e522
      asynchronous rob authored
      0562e522
    • asynchronous rob's avatar
      update the WASM runtime imports · aae8428e
      asynchronous rob authored
      aae8428e
    • asynchronous rob's avatar
      reorganize native-support exports · 944743c2
      asynchronous rob authored
      944743c2
    • Gav Wood's avatar
      Nit fix (#43) · 7470dd67
      Gav Wood authored and asynchronous rob's avatar asynchronous rob committed
      * Avoid thread issues.
      
      * Remove accident file
      7470dd67
    • Gav's avatar
      Add the missing internal functions. · ac9d4ae6
      Gav authored
      ac9d4ae6
    • Gav Wood's avatar
      Introduce basic skeleton for Polkadot runtime. (#32) · 0039a32e
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Introduce basic skeleton for Polkador runtime.
      
      * Clean up the runtime skeleton.
      
      * Make initial runtime skeleton compile.
      
      * Compile polkadot-runtime both for Wasm ad native, allowing for testing and direct usage.
      
      * More fleshing out on runtime.
      
      * Update native support.
      
      * Fix warning.
      
      * Update gitignore
      
      * Update path.
      
      * Fix path.
      
      * Remove accidentally committed files.
      
      * Add wasm binaries.
      
      * Fix test.
      
      * Native storage support API.
      
      * Add environmental module
      
      * Add native environment to make native source-code compatible with wasm.
      
      Also tests.
      
      * Finish up & polish environment stuff.
      
      * Avoid using reentrancy issues.
      
      * Add some docs and a test.
      
      * Remove unneeded function.
      
      * Documentation
      
      * Tweak docs
      
      * Remove TODOs.
      
      * Balance transfers + util methods.
      
      * Rejig tests and ensure authorities are addressed consistently.
      
      * Add marshaller for xfer function
      
      * Transaction dispatch test.
      
      * Minor fix.
      
      * Add test for ser/de transaction.
      
      * Add ser/de for header.
      
      * Add tests for header ser/de
      
      * Introduce basic block decoding/execution framework.
      
      * Introduce block decoding/execution framework (p2)
      
      * Big refactor.
      
      * Split out joiner.
      
      * Hide away support modules.
      
      * Fix up wasm runtime.
      
      * use externalities for chain_id
      
      * Clean up (Test)Externalities.
      
      * Repot and introduce keccak-256 external.
      
      * Signing with crypto.
      
      * fix unsafety hole in environmental using function
      
      * Introduce Ed25519 crypto.
      
      * Repotting.
      
      * Add ed25519_verify external.
      
      * Introduce Ed25519 verify as an external.
      
      * fix unsafety hole around unwinding
      
      * Compile fixes.
      
      * use new environmental API
      
      * Tests for ed25519 verify.
      
      * Polish
      
      * Introduce UncheckedTransaction & test.
      
      * Implement basic block and tx processing
      
      * Introduce static hex and valid signature for block test.
      
      * Repot session.
      
      * comments.
      
      * Refactor and timestamp test
      
      * Remove fluff
      
      * Remove fluff.
      
      * Staking eras and tests.
      
      * Implement sessions.
      
      * Polish
      
      * Test sessions.
      
      * Introduce better hashing.
      
      - Blake2 for secure hashing
      - XX for fast hashing
      
      * Fix tests.
      
      * Introduce staking.
      
      * Tests for simple staking system.
      
      * Build fix for wasm.
      
      * Fix tests.
      
      * Repotting and docs.
      
      * Docs and licence.
      
      * Documentation.
      
      * Remove superfluous code.
      
      * Remove dummy key.
      
      * Remove other superfluous file.
      
      * Optimise with swap_remove
      0039a32e
    • Gav's avatar
      Fix Wasm build issues. · 778c2aa4
      Gav authored
      778c2aa4
    • Gav's avatar
      add todo. · e0bedd19
      Gav authored
      e0bedd19
  8. Jan 22, 2018
  9. Jan 21, 2018