1. Jun 25, 2019
  2. Jun 24, 2019
  3. Jun 20, 2019
  4. Jun 17, 2019
  5. Jun 16, 2019
  6. Jun 13, 2019
  7. Jun 11, 2019
  8. Jun 06, 2019
  9. Jun 05, 2019
    • Andrew Jones's avatar
      Remove dependency on error_chain (#277) · bdc15024
      Andrew Jones authored
      
      
      * Convert validation error
      
      * Convert wasm_executor error
      
      * Convert block evaluation error
      
      * Convert collation errors and the compilation
      
      * Remove error-chain dep from service
      
      * Remove unused Result type
      
      * Remove unused error variants
      
      * Remove redundant intos
      
      * Add missing comments
      
      * Update validation/src/collation.rs
      
      Co-Authored-By: default avatarthiolliere <[email protected]>
      
      * Fix new error variant
      bdc15024
  10. Jun 03, 2019
    • gabriel klawitter's avatar
      ci: fix indentation (#280) · 0634e900
      gabriel klawitter authored
      0634e900
    • Gavin Wood's avatar
      Allow parachains to send messages (#274) · 4b7dfc4c
      Gavin Wood authored
      
      
      * Slots module
      
      * Integrate slots
      
      * More drafting
      
      * Minor updates
      
      * Update parachains to use trati
      
      * More build fixes
      
      * Full code now compiles
      
      * Add renew bid function
      
      * Implement calculate_winner
      
      * Warning remove
      
      * Update gitignore
      
      * Test framework
      
      * Tests
      
      * Further testing
      
      * More tests, new parameterisation.
      
      * Fix and new test
      
      * Thread-safe tests
      
      * Test off-boarding and a fix.
      
      * Test onboarding
      
      * Allow late onboarding.
      
      * Another test and fix
      
      * Avoid println in nostd
      
      * Compact representation of paraids
      
      * Introduce documentation.
      
      * Introduce events.
      
      * Additional test and fix
      
      * Additional test
      
      * Tidy up line lengths.
      
      * Remove printlns
      
      * Use later substrate utils.
      
      * Allow parachains to send messages.
      
      * Fix build/test
      
      * Make slots work with latest substrate
      
      * Update runtime/src/slot_range.rs
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      
      * Update runtime/src/slots.rs
      
      Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
      
      * Update runtime/src/slots.rs
      
      Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
      
      * Polish logic
      
      * Rewind to earlier substrate master
      
      * Remove dead code.
      
      * Fix build
      
      * Update substrate ref to master
      
      * Update to new inherent digests API
      
      * address grumbles
      
      * fix
      
      * Fix a warning.
      
      * Reworded a comment.
      
      * Check that receipt matches expectations
      
      * Add test for final checks
      
      * Split out queuing logic.
      
      * Test final piece of queuing logic
      
      * Fix up docs.
      
      * More docs fixes
      4b7dfc4c
  11. May 30, 2019
  12. May 29, 2019
  13. May 25, 2019
    • Pierre Krieger's avatar
      Update to Substrate master (#271) · c699bdc1
      Pierre Krieger authored
      c699bdc1
    • thiolliere's avatar
      Allow claim to be not signed by receiver account (#266) · 24930a77
      thiolliere authored
      * claim unsigned
      
      * more test
      
      * fix
      
      * Update claims.rs
      
      * Update runtime/src/claims.rs
      
      * Update runtime/src/claims.rs
      
      * Update runtime/src/claims.rs
      24930a77
    • Denis_P's avatar
      show rust version (#269) · f5640ed5
      Denis_P authored
      * new image, show rust version
      
      * show rust version, fix metadata
      f5640ed5
    • Gavin Wood's avatar
      Parachain auctions (#239) · 32f95197
      Gavin Wood authored
      
      
      * Slots module
      
      * Integrate slots
      
      * More drafting
      
      * Minor updates
      
      * Update parachains to use trati
      
      * More build fixes
      
      * Full code now compiles
      
      * Add renew bid function
      
      * Implement calculate_winner
      
      * Warning remove
      
      * Update gitignore
      
      * Test framework
      
      * Tests
      
      * Further testing
      
      * More tests, new parameterisation.
      
      * Fix and new test
      
      * Thread-safe tests
      
      * Test off-boarding and a fix.
      
      * Test onboarding
      
      * Allow late onboarding.
      
      * Another test and fix
      
      * Avoid println in nostd
      
      * Compact representation of paraids
      
      * Introduce documentation.
      
      * Introduce events.
      
      * Additional test and fix
      
      * Additional test
      
      * Tidy up line lengths.
      
      * Remove printlns
      
      * Use later substrate utils.
      
      * Fix build/test
      
      * Make slots work with latest substrate
      
      * Update runtime/src/slot_range.rs
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      
      * Update runtime/src/slots.rs
      
      Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
      
      * Update runtime/src/slots.rs
      
      Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
      
      * Polish logic
      
      * Rewind to earlier substrate master
      
      * Remove dead code.
      32f95197
  14. May 24, 2019
  15. May 23, 2019
  16. May 22, 2019
  17. May 17, 2019
  18. May 15, 2019
  19. May 08, 2019
  20. May 07, 2019
  21. May 06, 2019
  22. May 04, 2019
    • Bill Laboon's avatar
      Update README for PoC-4 (#240) · 18566db4
      Bill Laboon authored and asynchronous rob's avatar asynchronous rob committed
      
      
      * Update README for PoC-4
      
      The README was a bit out-of-date.  PoC-4 is out (and PoC-3 no longer works with the Alexander Testnet, at least for me).  I worked with Logan to come up with the new instructions for building and tested them on OS X.
      
      Additionally, I added a link to the Testnet Faucet as an alternative way to get Testnet DOTs.
      
      * Update README.adoc
      
      Co-Authored-By: default avatarlaboon <[email protected]>
      
      * Update README.adoc
      
      Co-Authored-By: default avatarlaboon <[email protected]>
      18566db4
  23. May 02, 2019