Skip to content

Commit 716a00a

Browse files
committed
Merge branch 'maintenance/v1.x' into patch-bigint-buffer
2 parents bd16de8 + d0e77cf commit 716a00a

File tree

7 files changed

+13
-18
lines changed

7 files changed

+13
-18
lines changed

.github/workflows/actions/lint-build-and-test/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
shell: bash
2525
run: pnpm test:unit
2626

27+
# disabled due to broken test deprecated/removed symbols in for Agave v2
2728
# - name: Run Integration Tests
2829
# shell: bash
2930
# run: pnpm test:live-with-test-validator

.github/workflows/preview-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: peaceiris/actions-gh-pages@v4
5454
with:
5555
destination_dir: ${{ format('{0}/', github.event.pull_request.number) }}
56-
external_repository: solana-labs/solana-web3.js-pr-preview
56+
external_repository: solana-foundation/solana-web3.js-pr-preview
5757
personal_token: ${{ secrets.PR_PREVIEW_REPO_CONTENTS_TOKEN }}
5858
publish_dir: .ghpages-deploy
5959

@@ -79,6 +79,6 @@ jobs:
7979
'<!-- GH_PAGES_PREVIEW_BOT_COMMENT -->',
8080
'A preview of the GitHub Pages site based on this PR is now available here:',
8181
'',
82-
`<a href="https://solana-labs.github.io/solana-web3.js-pr-preview/${prNumber}/" rel="noopener noreferrer" target="_blank">solana-labs.github.io/solana-web3.js-pr-preview/${prNumber}/</a>`,
82+
`<a href="https://solana-foundation.github.io/solana-web3.js-pr-preview/${prNumber}/" rel="noopener noreferrer" target="_blank">solana-labs.github.io/solana-web3.js-pr-preview/${prNumber}/</a>`,
8383
].join('\n'),
8484
});

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"overrides": {
66
"conventional-changelog-conventionalcommits": ">= 8.0.0"
77
},
8-
"repositoryUrl": "[email protected]:solana-labs/solana-web3.js.git",
8+
"repositoryUrl": "[email protected]:solana-foundation/solana-web3.js.git",
99
"preset": "conventionalcommits",
1010
"presetConfig": {
1111
"issueUrlFormat": "{{host}}/{{owner}}/solana-web3.js/issues/{{id}}"

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# PLEASE READ: This repo no longer contains the implementation for `@solana/web3.js`
2-
3-
This repo still exists in archived form, but the maintained version has now relocated to: https://github.com/anza-xyz/solana-web3.js
4-
5-
--
6-
71
[![npm][npm-image]][npm-url]
82
[![npm-downloads][npm-downloads-image]][npm-url]
93
[![semantic-release][semantic-release-image]][semantic-release-url]
@@ -19,7 +13,7 @@ This repo still exists in archived form, but the maintained version has now relo
1913
[semantic-release-url]: https://github.com/semantic-release/semantic-release
2014

2115
> [!NOTE]
22-
> This is the maintenance branch for the 1.x line of `@solana/web3.js`. You can find the successor to this library [here](https://l.anza.xyz/s/js-sdk-repo).
16+
> This is the maintenance branch for the 1.x line of `@solana/web3.js`. You can find the successor to this library here: [`@solana/kit`](https://l.anza.xyz/s/js-sdk-repo).
2317
2418
# Solana JavaScript SDK (v1.x)
2519

@@ -30,7 +24,7 @@ Use this to interact with accounts and programs on the Solana network through th
3024
### For use in Node.js or a web application
3125

3226
```
33-
$ npm install --save @solana/web3.js@1
27+
$ npm install --save @solana/web3.js
3428
```
3529

3630
### For use in a browser, without a build system
@@ -46,7 +40,7 @@ $ npm install --save @solana/web3.js@1
4640
## Documentation and examples
4741

4842
- [The Solana Cookbook](https://solanacookbook.com/) has extensive task-based documentation using this library.
49-
- For more detail on individual functions, see the [latest API Documentation](https://solana-labs.github.io/solana-web3.js)
43+
- For more detail on individual functions, see the [latest API Documentation](https://solana-foundation.github.io/solana-web3.js)
5044

5145
## Getting help
5246

@@ -107,7 +101,7 @@ $ npm run test:live-with-test-validator
107101

108102
## Contributing
109103

110-
If you found a bug or would like to request a feature, please [file an issue](https://github.com/solana-labs/solana-web3.js/issues/new). If, based on the discussion on an issue you would like to offer a code change, please make a [pull request](https://github.com/solana-labs/solana-web3.js/compare). If neither of these describes what you would like to contribute, read the [getting help](#getting-help) section above.
104+
If you found a bug or would like to request a feature, please [file an issue](https://github.com/solana-foundation/solana-web3.js/issues/new). If, based on the discussion on an issue you would like to offer a code change, please make a [pull request](https://github.com/solana-foundation/solana-web3.js/compare). If neither of these describes what you would like to contribute, read the [getting help](#getting-help) section above.
111105

112106
## Disclaimer
113107

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**DO NOT CREATE A GITHUB ISSUE** to report a security problem.
1111

12-
Instead please use this [Report a Vulnerability](https://github.com/solana-labs/solana-web3.js/security/advisories/new) link. Provide a helpful title, detailed description of the vulnerability and an exploit proof-of-concept. Speculative submissions without proof-of-concept will be closed with no further consideration.
12+
Instead please use this [Report a Vulnerability](https://github.com/solana-foundation/solana-web3.js/security/advisories/new) link. Provide a helpful title, detailed description of the vulnerability and an exploit proof-of-concept. Speculative submissions without proof-of-concept will be closed with no further consideration.
1313

1414
If you haven't done so already, please **enable two-factor auth** in your GitHub account.
1515

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"homepage": "https://solana.com/",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/solana-labs/solana-web3.js.git"
14+
"url": "https://github.com/solana-foundation/solana-web3.js.git"
1515
},
1616
"bugs": {
17-
"url": "http://github.com/solana-labs/solana-web3.js.git/issues"
17+
"url": "http://github.com/solana-foundation/solana-web3.js.git/issues"
1818
},
1919
"publishConfig": {
2020
"access": "public"
@@ -44,7 +44,7 @@
4444
"clean": "rimraf ./doc ./declarations ./lib",
4545
"dev": "cross-env NODE_ENV=development rollup -c --watch",
4646
"prepublishOnly": "pnpm pkg delete devDependencies",
47-
"publish-packages": "semantic-release --repository-url [email protected]:solana-labs/solana-web3.js.git",
47+
"publish-packages": "semantic-release --repository-url [email protected]:solana-foundation/solana-web3.js.git",
4848
"test:lint": "eslint src/ test/ --ext .js,.ts",
4949
"test:lint:fix": "eslint src/ test/ --fix --ext .js,.ts",
5050
"test:live": "TEST_LIVE=1 pnpm run test:unit",

scripts/get-latest-validator-release-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(
33
set -e
44
version=$(node -e \
5-
'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v2.1."))).then(x => console.log(x[0]?.tag_name)));'
5+
'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v2.1."))).then(x => console.log(x[0].tag_name)));'
66
)
77
if [ -z $version ]; then
88
exit 3

0 commit comments

Comments
 (0)