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

Creating a 1.13.3 patch for backwards compatibility. #136

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

## Getting Started

The packages below can be use to interact with Token Metadata program.
The packages below can be used to interact with Token Metadata program.

### TypeScript
```sh
npm install @metaplex-foundation/mpl-token-metadata@alpha
npm install @metaplex-foundation/mpl-token-metadata
```

[See typedoc documentation](https://mpl-token-metadata-js-docs.vercel.app/).
Expand All @@ -30,13 +30,13 @@ npm install @metaplex-foundation/mpl-token-metadata@alpha
cargo add mpl-token-metadata
```

[See crate documentation](https://docs.rs/mpl-token-metadata/1.13.1/mpl_token_metadata/).
[See crate documentation](https://docs.rs/mpl-token-metadata/1.13.3/mpl_token_metadata/).

## Building

From the root directory of the repository:

- Install the required packges:
- Install the required packages:
```sh
pnpm install
```
Expand All @@ -50,7 +50,7 @@ This will create the program binary at `<ROOT>/programs/.bin`

## Testing

Token Metadata includes two set of tests: BPF and TypeScript.
Token Metadata includes two sets of tests: BPF and TypeScript.

### BPF

Expand Down Expand Up @@ -80,7 +80,7 @@ pnpm build && pnpm test

## Documentation

Full documentation for Token Metadata can be found [here](https://docs.metaplex.com/programs/token-metadata/).
Full documentation for Token Metadata can be found here [developers.metaplex.com/token-metadata](https://developers.metaplex.com/token-metadata).

## Security

Expand Down
6 changes: 3 additions & 3 deletions idls/token_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7731,7 +7731,7 @@
"metadata": {
"origin": "shank",
"address": "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
"binaryVersion": "0.2.0",
"libVersion": "0.2.0"
"binaryVersion": "0.4.2",
"libVersion": "0.4.2"
}
}
}
Loading