Skip to content
  • 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....
    0039a32e
This project manages its dependencies using Cargo. Learn more