Skip to content

Commit

Permalink
Merge branch 'near:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Longarithm authored Apr 17, 2024
2 parents eb48d1a + 6d17fa9 commit c834636
Show file tree
Hide file tree
Showing 289 changed files with 18,173 additions and 5,808 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/feature_stabilization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Feel free to link other pull requests or issues here.
Describe the testing plan for this protocol and why you are confident that it is ready to be stabilized.

# Checklist
- [ ] Link to nightly nayduck run (`./scripts/nayduck.py`, [docs](https://github.com/near/nearcore/blob/master/nightly/README.md#scheduling-a-run)): https://nayduck.near.org/
- [ ] Link to nightly nayduck run (`./scripts/nayduck.py`, [docs](https://github.com/near/nearcore/blob/master/nightly/README.md#scheduling-a-run)): https://nayduck.nearone.org/
- [ ] Update CHANGELOG.md to include this protocol feature in the `Unreleased` section.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_nayduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# and check if there are any non-passing tests
- name: Check if there are any non-passing tests
run: |
NIGHTLY_RESULTS=$(curl -s https://nayduck.near.org/api/nightly-events)
NIGHTLY_RESULTS=$(curl -s https://nayduck.nearone.org/api/nightly-events)
UNSUCCESSFUL_TESTS=$(jq -e '.tests | .[][] | select(.[2] != "PASSED" ) ' <<< ${NIGHTLY_RESULTS} )
if [ -z "$UNSUCCESSFUL_TESTS" ] ; then echo "Nightly Nayduck tests OK"; \
else echo "Nightly Nayduck tests are failing" && exit 1; fi
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

### Non-protocol Changes

## 1.39.0

### Protocol Changes

* Use more precise gas costs for function calls [#10943](https://github.com/near/nearcore/pull/10943) that should lead to more efficient chunk utilization.

### Non-protocol Changes

## 1.37.0

### Protocol Changes
Expand Down
Loading

0 comments on commit c834636

Please sign in to comment.