Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
auto-pr:
name: Automated Master Branch PR
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Repo Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
path: ./deb.tar.gz
release:
name: Create Release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [build]
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# isolate signing & repo cloning from docker image
auto-pr:
name: Automated Master Branch PR
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# isolate signing & repo cloning from docker image
setup:
name: Verify PR validity
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
Expand Down
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Features:

- KIP-87 (commit: a0c64a8d077df4c9b487509aad5cc3bb8a672f33)
- cidi refactor
- cidi: Update version of runners to latest
4 changes: 2 additions & 2 deletions types/constants.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package types
package types

const (
// we set page iteration limit for safety
PageIterationLimit = 512
SekaiVersion = "v0.4.6"
SekaiVersion = "v0.4.7"
CosmosVersion = "v0.47.6"
)
Loading