Skip to content

Commit

Permalink
Merge branch 'main' into adam/reduce-supported-uptimes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse authored Mar 12, 2024
2 parents 19a4d69 + 6a97c26 commit a2c9235
Show file tree
Hide file tree
Showing 133 changed files with 7,245 additions and 1,517 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
value: |
Thanks for taking the time to fill out this bug report!
Before smashing the submit button please review the template.
Please also ensure that this is not a duplicate issue :)
Please also ensure that this is not a duplicate issue :)
- type: textarea
id: what-happened
Expand All @@ -33,4 +33,4 @@ body:
description: If applicable could you describe how we could reproduce the bug
placeholder: Tell us what how to reproduce the bug!
validations:
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blank_issues_enabled: true
blank_issues_enabled: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
✰ Thanks for opening an issue! ✰
✰ Thanks for opening an issue! ✰
Tell us where what you would like to see get added to the documentation or if there is an error in the documentation?
- type: textarea
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/epics.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Epic
description: Create an epic/user
title: "[Epic]: "
Expand All @@ -15,7 +14,7 @@ body:
label: Summary
description: |
What are the user needs?
How could this solution fix the user facing problem?
How could this solution fix the user facing problem?
placeholder: Short, concise description of the proposed feature/changes to the repository
validations:
required: true
Expand All @@ -24,7 +23,7 @@ body:
attributes:
label: Problem Definition
description: |
Why do we need this feature?
Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does the SDK stand to gain by including this feature?
Are there any disadvantages of including this feature?
Expand All @@ -36,7 +35,7 @@ body:
attributes:
label: Work Breakdown
description: |
Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on
Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on
This work may been to be broken up into phases of work in order to better organize when and how things get done.
placeholder: Description of the steps needed to deliver this feature
validations:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ body:
- type: markdown
attributes:
value: |
✰ Thanks for opening an issue! ✰
✰ Thanks for opening an issue! ✰
- type: textarea
id: summary
attributes:
label: Summary
description: |
What are the user needs?
How could this solution fix the user facing problem?
How could this solution fix the user facing problem?
placeholder: Short, concise description of the proposed feature/changes to the repository
validations:
required: true
Expand All @@ -23,7 +23,7 @@ body:
label: Problem Definition
description: |
If applicable please answer the below questions
Why do we need this feature?
Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does the Osmosis stand to gain by including this feature?
Are there any disadvantages of including this feature?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: ''
assignees: ''
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating an issue! ✰
v ✰ Thanks for creating an issue! ✰
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Background
Expand Down
154 changes: 77 additions & 77 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,119 +2,119 @@
# until this file is merged into main. This is due to oddities of the labeler Github Action.
"C:app-wiring":
- changed-files:
- any-glob-to-any-file:
# Match all of app folder except wasm sub-folder
- app/*.go
- app/apptesting/**
- app/keepers/**
- app/params/**
- app/upgrades/**
# Also match any module.go update
- x/**/module.go
- any-glob-to-any-file:
# Match all of app folder except wasm sub-folder
- app/*.go
- app/apptesting/**
- app/keepers/**
- app/params/**
- app/upgrades/**
# Also match any module.go update
- x/**/module.go
"C:simulator":
- changed-files:
- any-glob-to-any-file:
# Match all of simulation & tests/simulator folder
- simulation/**
- tests/simulator/**
# Match any module update
- x/**/simulation/*.go
- any-glob-to-any-file:
# Match all of simulation & tests/simulator folder
- simulation/**
- tests/simulator/**
# Match any module update
- x/**/simulation/*.go
"C:wasm":
- changed-files:
- any-glob-to-any-file:
# Match all of app/wasm folder
- app/wasm/**
- any-glob-to-any-file:
# Match all of app/wasm folder
- app/wasm/**
"C:x/claim":
- changed-files:
- any-glob-to-any-file:
# Match all of x/claim folder
- x/claim/**
- any-glob-to-any-file:
# Match all of x/claim folder
- x/claim/**
"C:x/concentrated-liquidity":
- changed-files:
- any-glob-to-any-file:
# Match all of x/concentrated-liquidity folder
- x/concentrated-liquidity/**
- any-glob-to-any-file:
# Match all of x/concentrated-liquidity folder
- x/concentrated-liquidity/**
"C:x/epochs":
- changed-files:
- any-glob-to-any-file:
# Match all of x/epochs folder
- x/epochs/**
- any-glob-to-any-file:
# Match all of x/epochs folder
- x/epochs/**
"C:x/gamm":
- changed-files:
- any-glob-to-any-file:
# Match all of x/gamm folder
- x/gamm/**
- any-glob-to-any-file:
# Match all of x/gamm folder
- x/gamm/**
"C:x/incentives":
- changed-files:
- any-glob-to-any-file:
# Match all of x/incentives folder
- x/incentives/**
- any-glob-to-any-file:
# Match all of x/incentives folder
- x/incentives/**
"C:x/lockup":
- changed-files:
- any-glob-to-any-file:
# Match all of x/lockup folder
- x/lockup/**
- any-glob-to-any-file:
# Match all of x/lockup folder
- x/lockup/**
"C:x/mint":
- changed-files:
- any-glob-to-any-file:
# Match all of x/mint folder
- x/mint/**
- any-glob-to-any-file:
# Match all of x/mint folder
- x/mint/**
"C:x/pool-incentives":
- changed-files:
- any-glob-to-any-file:
# Match all of x/pool-incentives folder
- x/pool-incentives/**
- any-glob-to-any-file:
# Match all of x/pool-incentives folder
- x/pool-incentives/**
"C:x/superfluid":
- changed-files:
- any-glob-to-any-file:
# Match all of x/superfluid folder
- x/superfluid/**
- any-glob-to-any-file:
# Match all of x/superfluid folder
- x/superfluid/**
"C:x/poolmanager":
- changed-files:
- any-glob-to-any-file:
# Match all of x/poolmanager folder
- x/poolmanager/**
- any-glob-to-any-file:
# Match all of x/poolmanager folder
- x/poolmanager/**
"C:x/txfees":
- changed-files:
- any-glob-to-any-file:
# Match all of x/txfees folder
- x/txfees/**
- any-glob-to-any-file:
# Match all of x/txfees folder
- x/txfees/**
"C:x/tokenfactory":
- changed-files:
- any-glob-to-any-file:
# Match all of x/tokenfactory folder
- x/tokenfactory/**
- any-glob-to-any-file:
# Match all of x/tokenfactory folder
- x/tokenfactory/**
"C:x/twap":
- changed-files:
- any-glob-to-any-file:
# Match all of x/twap folder
- x/twap/**
- any-glob-to-any-file:
# Match all of x/twap folder
- x/twap/**
"T:build":
- changed-files:
- any-glob-to-any-file:
- Makefile
- Dockerfile
- scripts/*
- any-glob-to-any-file:
- Makefile
- Dockerfile
- scripts/*
"T:CI":
- changed-files:
- any-glob-to-any-file:
# Match all of the CI files
- .github/**/*.yml
- .mergify.yml
- .golangci.yml
- any-glob-to-any-file:
# Match all of the CI files
- .github/**/*.yml
- .mergify.yml
- .golangci.yml
"C:CLI":
- changed-files:
- any-glob-to-any-file:
- client/**
- x/*/client/**
- any-glob-to-any-file:
- client/**
- x/*/client/**
# Add "C:docs" label to documented related files and directories.
"C:docs":
- changed-files:
- any-glob-to-any-file:
- bug.md
- issue.md
- proto-docs.md
- README.md
- x/**/*.md
- x/**/*/*.md
- tests/**/*.md
- any-glob-to-any-file:
- bug.md
- issue.md
- proto-docs.md
- README.md
- x/**/*.md
- x/**/*/*.md
- tests/**/*.md
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
v If your PR doesn't close an issue, that's OK! Just remove the Closes: #XXX line!
Expand Down Expand Up @@ -38,7 +38,7 @@ This change added tests and can be verified as follows:
- [ ] Does this pull request introduce a new feature or user-facing behavior changes?
- [ ] Changelog entry added to `Unreleased` section of `CHANGELOG.md`?

Where is the change documented?
Where is the change documented?
- [ ] Specification (`x/{module}/README.md`)
- [ ] Osmosis documentation site
- [ ] Code comments?
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
arch: arm64

steps:
-
name: Check out repository code
- name: Check out repository code
uses: actions/checkout@v4
-
name: Get git diff
- name: Get git diff
uses: technote-space/[email protected]
with:
PATTERNS: |
Expand All @@ -55,26 +53,22 @@ jobs:
go.sum
Makefile
.github/workflows/build.yml
-
name: 🐿 Setup Golang
- name: 🐿 Setup Golang
uses: actions/setup-go@v5
if: env.GIT_DIFF
with:
go-version-file: go.mod
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
-
name: Download Dependencies
- name: Download Dependencies
if: env.GIT_DIFF
run: go mod download
-
name: Build osmosisd
- name: Build osmosisd
if: env.GIT_DIFF
run: |
GOWRK=off go build cmd/osmosisd/main.go
-
name: Upload osmosisd artifact
- name: Upload osmosisd artifact
if: env.GIT_DIFF
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Check Broken Links

on:
schedule:
- cron: '0 10 1,15 * *' # Run on 1st and 15th days of every month at 10:00 UTC
workflow_dispatch: # Allow manual triggering of the workflow
- cron: "0 10 1,15 * *" # Run on 1st and 15th days of every month at 10:00 UTC
workflow_dispatch: # Allow manual triggering of the workflow

jobs:
check_links:
Expand Down
Loading

0 comments on commit a2c9235

Please sign in to comment.