1. May 23, 2023
  2. May 22, 2023
  3. May 16, 2023
  4. May 12, 2023
  5. May 09, 2023
  6. Apr 27, 2023
  7. Apr 26, 2023
  8. Apr 25, 2023
  9. Apr 19, 2023
  10. Apr 18, 2023
    • Hector Bulgarini's avatar
      Live chain spec structure for deployment. (#148) · 7d889d50
      Hector Bulgarini authored
      * initial work
      
      * Pushing some updates for proposal
      
      * cleaning unnecesary files
      
      * fmt
      
      * Doing some progress
      
      * Paracahin Id updated
      
      * Configuring live chain spec
      
      * Removing incorrect comment
      
      * Updating cargo.lock
      
      * fmt
      7d889d50
  11. Apr 14, 2023
  12. Apr 05, 2023
  13. Feb 28, 2023
  14. Feb 09, 2023
  15. Feb 08, 2023
    • Ayush Mishra's avatar
      upgraded to polkadot-v0.9.36 (#128) · 7e48e428
      Ayush Mishra authored
      
      
      * upgraded to polkadot-v0.9.36
      
      * Fix formatting issue
      
      * minor refactoring
      
      * Fix for XCM simulator
      
      * Fix XCM tests
      
      * fix: update weights (#129)
      
      Latest weights copied from actual runtimes to simulate weights as realistically as possible.
      
      * test: update fees (#130)
      
      Fees appear to have gone up 10x with recent version updates.
      
      ---------
      
      Co-authored-by: default avatarFrank Bell <[email protected]>
      7e48e428
  16. Feb 02, 2023
  17. Jan 30, 2023
  18. Jan 26, 2023
  19. Jan 25, 2023
  20. Jan 16, 2023
    • bernardo's avatar
      TrappistDropAssets XCM primitive (#109) · 32f273c7
      bernardo authored
      
      
      * bootstrap TrappistDropAssets
      
      * split xcm-simulator
      
      * enable TrappistDropAssets on runtime
      
      * change test command on README
      
      * test_xcm_trap
      
      * add integration-tests
      
      * todo weight
      
      * fmt
      
      * tests_misc
      
      * lint test modules
      
      * refactor: organise tests into module to maximise code re-use (#111)
      
      * enable system events tracing
      
      * fix asset trap integration-test events
      
      * Format integration test (#112)
      
      * test: fix test formatting
      
      * test: remove unused variables
      
      * comment out AssetsClaimed event assertion
      
      * refactor: move variables closer to usage (#115)
      
      Also removes unnecessary path prefixes
      
      * test: fix borrow of moved values
      
      * lint integration tests
      
      * lint integration tests
      
      * add comments to fn drop_assets
      
      * test: format integration test (#116)
      
      Co-authored-by: default avatarFrank Bell <[email protected]>
      Co-authored-by: default avatarFrank Bell <[email protected]>
      32f273c7
  21. Jan 13, 2023
  22. Jan 12, 2023
  23. Jan 11, 2023
    • Frank Bell's avatar
      ci: fix simulate workflow artifact caching (#106) · f6604a57
      Frank Bell authored
      * ci: fix simulate workflow artifact caching
      
      * ci: remove branch from workflow after testing
      f6604a57
    • Frank Bell's avatar
      docs: add ci status badges to readme (#105) · d7bf3db0
      Frank Bell authored
      d7bf3db0
    • Frank Bell's avatar
      Add xcm-simulator (#102) · c81fab80
      Frank Bell authored
      
      
      * feat: add xcm simulator for trappist use cases
      
      * test: add (dmp) teleport test
      
      * test: add (ump) teleport test
      
      * test: add two-hop reserve transfer test
      
      * refactor: rename crate and remove unused code
      
      * docs: add xcm-simulator overview
      
      * ci: add simulator workflow
      
      * docs: fix xcm simulator test command
      
      * docs: update readme with suggested improvement
      
      Co-authored-by: default avatarbernardo <[email protected]>
      
      * docs: update readme with suggested improvement
      
      Co-authored-by: default avatarbernardo <[email protected]>
      
      * docs: add link to integration-tests
      
      * docs: fix simulator test command
      
      Tests are run in parallel by default, resulting in mixing of logging output in console
      
      * ci: adjust simulate workflow
      
      * ci: add cache handling for nextest install
      
      * ci: improve nextest install
      
      * refactor: rename parachain to template to better describe intention
      
      Co-authored-by: default avatarbernardo <[email protected]>
      c81fab80
  24. Dec 29, 2022