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

Update the README for @solana/rpc-spec #2995

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

steveluscher
Copy link
Collaborator

Addresses solana-labs/web3.js-issue-conveyer#10.

Copy link

changeset-bot bot commented Jul 26, 2024

⚠️ No Changeset found

Latest commit: 6905d25

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@steveluscher steveluscher requested a review from lorisleiva July 26, 2024 23:16
Copy link
Collaborator Author

steveluscher commented Jul 26, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @steveluscher and the rest of your teammates on Graphite Graphite

```ts
const rpc =
// Step 1 - Create an `Rpc` instance. This may be stateful.
createSolanaRpc({ url: mainnet('https://api.mainnet-beta.solana.com') });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is now:

Suggested change
createSolanaRpc({ url: mainnet('https://api.mainnet-beta.solana.com') });
createSolanaRpc(mainnet('https://api.mainnet-beta.solana.com'));

@steveluscher steveluscher force-pushed the 07-26-update_the_readme_for_solana_rpc-spec_ branch from 60c960d to 0f571d6 Compare July 29, 2024 16:51
Copy link
Collaborator Author

steveluscher commented Jul 29, 2024

Merge activity

  • Jul 29, 9:52 AM PDT: @steveluscher started a stack merge that includes this pull request via Graphite.
  • Jul 29, 9:52 AM PDT: Graphite rebased this pull request as part of a merge.
  • Jul 29, 9:54 AM PDT: Graphite rebased this pull request as part of a merge.
  • Jul 29, 9:55 AM PDT: @steveluscher merged this pull request with Graphite.

@steveluscher steveluscher force-pushed the 07-26-update_the_readme_for_solana_rpc-spec_ branch from 0f571d6 to 1285419 Compare July 29, 2024 16:52
@steveluscher steveluscher force-pushed the 07-26-update_the_readme_for_solana_rpc-spec_ branch from 1285419 to 6905d25 Compare July 29, 2024 16:53
@steveluscher steveluscher merged commit e336672 into master Jul 29, 2024
6 checks passed
@steveluscher steveluscher deleted the 07-26-update_the_readme_for_solana_rpc-spec_ branch July 29, 2024 16:55
Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants