1. Oct 06, 2023
  2. Oct 04, 2023
  3. Oct 02, 2023
  4. Sep 25, 2023
  5. Sep 15, 2023
  6. Sep 13, 2023
  7. Sep 07, 2023
  8. Aug 30, 2023
  9. Aug 29, 2023
  10. Aug 27, 2023
  11. Aug 24, 2023
  12. Aug 21, 2023
  13. Aug 15, 2023
    • Emiliano's avatar
      Changing XCM config for allow teleport from and to AH (#257) · acb7be71
      Emiliano authored
      
      
      * update filter for allowing teleport
      
      * allow all teleporters
      
      * provisory wieght for receive_tele - must benchmark
      
      * remove CheckAccount on CurrencyAdapter
      
      * Implement trusted teleporter
      
      * cargo fmt
      
      * id does not match HOP id so blocks valid reserve
      
      * must add valid junction for native foreig asset
      
      * cargo fmt
      
      * add assetRegistry to Stout
      
      * add mockToken and comment fung trader
      
      * Hop Trader on Stout, remove reserve check
      
      * add Teleport Filter to allow only HOP
      
      * add parachain as valid junction for asset registry
      
      * clean dead code -fmt - re enable fung transactor
      
      * Change Filter approach to iter
      
      Co-authored-by: default avatarHector Bulgarini <[email protected]>
      
      * fix lint and duplicated code on filter
      
      * fix teleport filter, remove match prefix
      
      ---------
      
      Co-authored-by: default avatarHector Bulgarini <[email protected]>
      acb7be71
  14. Aug 06, 2023
  15. Aug 02, 2023
  16. Aug 01, 2023
  17. Jul 31, 2023
  18. Jul 27, 2023
    • Bruno Galvao's avatar
      add try-runtime github workflow (#245) · fea97edf
      Bruno Galvao authored
      * add try-runtime feature build
      
      * fix  not found in scope issue
      
      * fix cargo fmt issue
      
      * add executor on try-runtime feature
      
      * inline import
      
      * add try-runtime workflow for storage migrations
      
      * update workflow
      
      * remove time
      
      * use cache restore
      
      * We do not need to check try-runtime feature on every PR
      
      * missing symbol
      
      * workflow should work on subsequent pushes
      
      * update workflow
      
      * add `paths-ignore`
      
      * remove `cargo build`
      
      * update Github action
      
      * update Github action
      
      * update to use contains
      
      * Update Github Action
      
      * Update Github Action
      fea97edf
  19. Jul 06, 2023
  20. Jun 30, 2023
  21. Jun 29, 2023
  22. Jun 28, 2023
  23. Jun 23, 2023
  24. Jun 22, 2023
  25. Jun 16, 2023
  26. Jun 15, 2023
    • Hector Bulgarini's avatar
      Fixing docker for 0.9.37 (#235) · 395f310d
      Hector Bulgarini authored
      
      
      * Fixing docker for 0.9.37
      
      * Update trappist-parachain.dockerfile
      
      * Update trappist-parachain.dockerfile
      
      ---------
      
      Co-authored-by: default avatarBulat Saifullin <[email protected]>
      395f310d
    • Bulat Saifullin's avatar
      Fix docker image (#234) · 56c21fb4
      Bulat Saifullin authored
      Current docker image fails to start:
      ```
      docker run -it --rm paritytech/trappist:polkadot-v0.9.37 trappist-collator  --help 
      trappist-collator: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by trappist-collator)
      trappist-collator: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by trappist-collator)
      trappist-collator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by trappist-collator)
      trappist-collator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by trappist-collator)
      
      ```
      
      ## changes
      1. replace docker image base
      56c21fb4
  27. Jun 14, 2023
  28. Jun 13, 2023