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

fix runner #1593

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from 13 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/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- 'planning/**'
branches:
- main
push:

jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
9 changes: 8 additions & 1 deletion docs/_docs/testnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
---
# Obscuro Testnet Change Log

# Oct 2023-10-06 (v0.18.0)
# Oct 2023-10-11 (v0.18.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird that these changes are already on main?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have botched it when merging

* A list of the PRs merged in this release is as below;
* `5e9c8c84` Update new dns (#1580)
* `1bc26e6e` Add block head cache (#1589)
* `e06c9f53` Fix deploy (#1587)
* `c5c136a3` Bumping testnet to 32gb (#1576)
* `30494ec2` Remove slow query (#1586)
* `beb55e8a` Fix bug (#1584)
* `0c161a9e` Remove costly select (#1583)
* `dc900b6a` Fix gas estimation (#1582)
* `1e7e94cc` Added stopwatches in important functions (#1581)
* `1dea9e94` Add balance endpoint to faucet for monitoring (#1577)
Expand Down
Loading