Skip to content

Commit

Permalink
Update for anza names
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 3, 2024
1 parent e18fa71 commit 6a32a79
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# solana-rpc-get-stake-activation
# solana-rpc-client-extensions

Rust and JS code to perform Solana RPC's GetStakeActivation client-side
Rust and JS code to perform Solana RPC calls on the client-side. Currently
covers the following RPC calls and packages:

| RPC Call | Rust Package | JS Package | JS v1 Package |
| --- | --- | --- | --- |
| `GetStakeActivation` | `solana-rpc-get-stake-activation` | `@anza-xyz/solana-rpc-get-stake-activation` | `@anza-xyz/solana-rpc-get-stake-activation-v1` |

## Motivation

Expand Down
10 changes: 5 additions & 5 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-developers/solana-rpc-get-stake-activation",
"version": "1.0.0",
"name": "@anza-xyz/solana-rpc-get-stake-activation",
"version": "2.0.0",
"description": "Client-side replica of Solana RPC's getStakeActivation",
"sideEffects": false,
"module": "./dist/src/index.mjs",
Expand All @@ -13,15 +13,15 @@
"rpc",
"web3"
],
"author": "Solana Developers Maintainers <maintainers@solana.org>",
"author": "Anza Maintainers <maintainers@anza.xyz>",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/solana-developers/solana-rpc-get-stake-activation"
"url": "https://github.com/anza-xyz/solana-rpc-client-extensions"
},
"bugs": {
"url": "https://github.com/solana-developers/solana-rpc-get-stake-activation/issues"
"url": "https://github.com/anza-xyz/solana-rpc-client-extensions/issues"
},
"exports": {
".": {
Expand Down
6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "solana-rpc-get-stake-activation"
version = "0.1.0"
documentation = "https://docs.rs/solana-rpc-get-stake-activation"
authors = ["Solana Develop Maintainers <maintainers@solana.org>"]
repository = "https://github.com/solana-developers/solana-rpc-get-stake-activation"
homepage = "https://solana.com/"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/anza-xyz/solana-rpc-client-extensions"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
edition = "2021"

Expand Down
21 changes: 17 additions & 4 deletions web3js-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "solana-rpc-get-stake-activation",
"version": "1.0.0",
"name": "@anza-xyz/solana-rpc-get-stake-activation",
"version": "2.0.0",
"description": "Client-side replica of Solana RPC's getStakeActivation",
"sideEffects": false,
"module": "./dist/src/index.mjs",
"main": "./dist/src/index.js",
"types": "./dist/types/index.d.ts",
"type": "commonjs",
"keywords": [],
"author": "",
"keywords": [
"blockchain",
"solana",
"rpc",
"web3"
],
"author": "Anza Maintainers <[email protected]>",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/anza-xyz/solana-rpc-client-extensions"
},
"bugs": {
"url": "https://github.com/anza-xyz/solana-rpc-client-extensions/issues"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 6a32a79

Please sign in to comment.