Steven Luscher

Results 94 issues of Steven Luscher

Our CI script does the following: 1. Look up the latest validator release version 2. Install the validator and cache it if the release version changes The problem is that...

bug

Right now it's not possible to test `getInflationReward` with a local test validator because: * Need to be able to fast-forward the validator to have at least one epoch. *...

enhancement

The new experimental `@solana/web3.js` implements every RPC method as a **type specification**. These typespecs power autocomplete in your editor, and help you verify your program's type safety using Typescript – ...

enhancement

# Summary By no means a complete solution, this PR is the start of adding support for the Technology Preview version of `@solana/web3.js`. Here, we import the `tp` version of...

client

Given a commit of this form: ``` TITLE Summary: SUMMARY Test Plan: TEST_PLAN ``` Observed behavior --- `sl pr submit` creates a PR with the title `TITLE` but also _repeats_...

That version fixes https://github.com/thoov/mock-socket/issues/384. See #165.

This PR: * pins the `peerDependencies` version of Prettier to >=3 * updates the callsites of the Prettier API to reflect the fact that they're now async This is a...

For the time being, this runner is incompatible with Prettier 3 (#586). This PR updates the `peerDependencies` to reflect that. Installers will get a warning if they're using Prettier 3.

Version 1.0.0 no longer works with Prettier >=3.0.0. All of the Prettier APIs went async. See https://github.com/prettier/prettier/blob/008b371e3ed64d31b85f10b6b3b67d3c32f175b6/changelog_unreleased/api/12574.md