Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release followup updates #842

Merged
merged 2 commits into from
Dec 19, 2024
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
Empty file added .changelog/842.trivial.md
Empty file.
4 changes: 4 additions & 0 deletions .github/workflows/docker-nexus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- CHANGELOG.md
workflow_dispatch: # manual; for debugging workflow before merging branch into `main`

permissions:
packages: write
contents: read

jobs:
build-docker:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v[0-9]+.[0-9]+*'

permissions:
packages: write
contents: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion analyzer/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
timeoutUpperBound = 60 * time.Second
timeoutUpperBound = 60 * time.Minute
// SHA256 of empty string.
// oasis-core tags event that are not associated with any real transactions.
// For example, the DebondingStart escrow event.
Expand Down
Loading