1. 24 Oct, 2022 14 commits
  2. 22 Oct, 2022 1 commit
  3. 21 Oct, 2022 6 commits
  4. 20 Oct, 2022 1 commit
    • JeremyParish69's avatar
      Chain.schema.json: Added ibc data, fix genesis name, formatting (#3077) · ec7a7a85
      JeremyParish69 authored
      Closes: #XXX
      
      ## What is the purpose of the change
      
      > Add a description of the overall background and high level changes that this PR introduces
      
      *(E.g.: This pull request improves documation of area A by adding ....*
      
      To update the chain schema codebase data. This file Auto-updates the chain registry.
      
      
      ## Brief Changelog
      
      *(for example:)*
       
        - *The metadata is stored in the blob store on job creation time as a persistent artifact*
        - *Deployments RPC transmits only the blob storage reference*
        - *Daemons retrieve the RPC data from the blob cache*
      
      Added ibc data (ibc go version and enabled features(ics-20),
      fix genesis name, (was version number before, now goes by name)
      minor formatting chg.
      
      
      ## Testing and Verifying
      
      *(Please pick one of the following options)*
      
      --> This change is a trivial rework / code cleanup without any test coverage.
      
      *(or)*
      
      This change is already covered by existing tests, such as *(please describe tests)*.
      
      *(or)*
      
      This change added tests and can be verified as follows:
      
      *(example:)*
        - *Added unit test that validates ...*
        - *Added integration tests for end-to-end deployment with ...*
        - *Extended integration test for ...*
        - *Manually verified the change by ...*
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? (yes / no) No
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / no) No
        - How is the feature or change documented? (not applicable   /   specification (`x/<module>/spec/`)  /  [Osmosis docs repo](https://github.com/osmosis-labs/docs)   /   not documented) not documented
      ec7a7a85
  5. 19 Oct, 2022 1 commit
  6. 17 Oct, 2022 3 commits
  7. 14 Oct, 2022 1 commit
  8. 11 Oct, 2022 2 commits
  9. 10 Oct, 2022 1 commit
  10. 07 Oct, 2022 1 commit
  11. 06 Oct, 2022 1 commit
  12. 05 Oct, 2022 1 commit
  13. 04 Oct, 2022 2 commits
    • Roman's avatar
      chore: remove cdc from keepers; switch store get/set to osmoutils (post v12) (#2749) · 7dbeb087
      Roman authored
      * test
      
      * change name
      
      * updates
      
      * chore: switch store getters and setters to osmoutils, remove cdc from keepers
      
      * revert mergify
      
      * merge conflict
      7dbeb087
    • Adam Tucker's avatar
      chore: update chain.schema.json (#2946) · 74d52389
      Adam Tucker authored
      ## What is the purpose of the change
      
      Update chain scheme.json to new 12.1.0
      
      Side note, we really need to automate this!
      
      
      ## Brief Changelog
      
      - Updates chain scheme for chain registry
      
      
      ## Testing and Verifying
      
      This change is a trivial rework / code cleanup without any test coverage.
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? no
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no
        - How is the feature or change documented? not applicable
      74d52389
  14. 03 Oct, 2022 5 commits