1. Aug 06, 2023
  2. Aug 02, 2023
  3. Aug 01, 2023
  4. Jul 31, 2023
  5. 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
  6. Jul 06, 2023
  7. Jun 30, 2023
  8. Jun 29, 2023
  9. Jun 28, 2023
  10. Jun 23, 2023
  11. Jun 22, 2023
  12. Jun 16, 2023
  13. 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
  14. Jun 14, 2023
  15. Jun 13, 2023
  16. Jun 12, 2023
  17. Jun 09, 2023
  18. Jun 08, 2023
  19. Jun 07, 2023
  20. Jun 06, 2023
  21. Jun 03, 2023
    • Hector Bulgarini's avatar
      Trappist Workspace refactor. (#207) · f3d6d9c4
      Hector Bulgarini authored
      * node compiling
      
      * node compiling
      
      * WIP and compiling
      
      * WIP, runtime trappist progress
      
      * WIP Polkadot en node y trappist
      
      * WIP
      
      * WIP
      
      * node ready
      
      * wip on runtime
      
      * Making codec to work
      
      * parity-scale-encode working
      
      * wip trappist runtime
      
      * wip on trappist runtime
      
      * WIP
      
      * Stout 90%
      
      * stout completed
      
      * asset registry
      
      * pallets
      
      * Done :)
      f3d6d9c4
  22. Jun 01, 2023
    • Hector Bulgarini's avatar
      Trappist node refactor (#206) · 1aa9992c
      Hector Bulgarini authored
      * WIP
      
      * WIP
      
      * adding service_stout with repeated code
      
      * Compiling: new_partial with generics
      
      * start_generic_node_impl accepts a closure and RPC types are extracted@
      
      * start_generic_2_aura_node seems to be working
      
      * compiling :)
      
      * Adding dex pallet to stout
      
      * a simplified working version
      
      * removing unwanted dir
      
      * Fixing docs
      
      * updating gitignore
      
      * Fixing docker and github actions files
      
      * fmt
      
      * Adding missing polkadot-cli in benchmark feature
      1aa9992c
  23. May 31, 2023
  24. May 26, 2023
  25. May 24, 2023
  26. May 23, 2023
  27. May 22, 2023