Skip to content

Commit 97c78a9

Browse files
authored
Merge branch 'v3.1-dev' into fix/verify-contract-history-retry
2 parents b404311 + c3e0a83 commit 97c78a9

607 files changed

Lines changed: 11779 additions & 4824 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ assignees: ''
3535
* Version used:
3636
* Environment name and version (e.g. Chrome 39, node.js 5.4):
3737
* Operating System and version (desktop, server, or mobile):
38-
* Link to your project:
38+
* Link to your project:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ assignees: ''
2323

2424
## Additional Context
2525
<!--- Add any other context or screenshots about the feature request here. -->
26-
27-

.github/actions/aws_credentials/action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ runs:
3737
- name: Set env variables
3838
shell: bash
3939
run: |
40-
# Exit on any error
41-
set -euo pipefail
42-
# Validate AWS_PROFILE is not empty
43-
if [ -z "${{ inputs.profile }}" ]; then
40+
# Exit on any error
41+
set -euo pipefail
42+
# Validate AWS_PROFILE is not empty
43+
if [ -z "${{ inputs.profile }}" ]; then
4444
echo "Error: AWS_PROFILE cannot be empty"
4545
exit 1
4646
fi
47-
# Export variables
47+
# Export variables
4848
echo "AWS_PROFILE=${{ inputs.profile }}" >> $GITHUB_ENV
4949
echo "AWS_SHARED_CREDENTIALS_FILE=${HOME}/.aws/credentials" >> $GITHUB_ENV

.github/actions/javy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
JAVY_ARCH="arm-linux"
2020
;;
2121
"X64")
22-
JAVY_ARCH="x86_64-linux"
22+
JAVY_ARCH="x86_64-linux"
2323
;;
2424
*)
2525
echo "Unsupported architecture: ${{ runner.arch }}"

.github/actions/s3-layer-cache-settings/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
- name and head ref to hit all builds for this branch with this name
77
- just name to hit all builds for this name
88
9-
To correcly use caching, ensure buildx has AWS_PROFILE environment set to value of `aws_profile` output.
9+
To correctly use caching, ensure buildx has AWS_PROFILE environment set to value of `aws_profile` output.
1010
1111
inputs:
1212
name:

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Platform CodeQL config"
22

3-
paths-ignore:
3+
paths-ignore:
44
- '**/*.spec.js'
55
- 'scripts/**'

.github/grpc-queries-cache.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,25 @@
141141
},
142142
"getConsensusParams": {
143143
"status": "not_implemented"
144+
},
145+
"getAddressInfo": {
146+
"status": "implemented"
147+
},
148+
"getAddressesBranchState": {
149+
"status": "implemented"
150+
},
151+
"getAddressesInfos": {
152+
"status": "implemented"
153+
},
154+
"getAddressesTrunkState": {
155+
"status": "implemented"
156+
},
157+
"getRecentAddressBalanceChanges": {
158+
"status": "implemented"
159+
},
160+
"getRecentCompactedAddressBalanceChanges": {
161+
"status": "implemented"
144162
}
145163
},
146-
"last_updated": "2025-07-14T03:27:11.465612"
164+
"last_updated": "2026-03-05T17:22:30.340784"
147165
}

.github/package-filters/js-packages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,3 @@ dashmate:
113113
- .github/workflows/tests*
114114
- packages/js-evo-sdk/**
115115
- *wasm-sdk
116-
117-

0 commit comments

Comments
 (0)