Callum McIntyre
Callum McIntyre
- In macOS, Chrome 100 When the browser window is full screen, the extension opens as its own full-screen window. IMO it'd be better to use the smaller pop-up UI...
This PR migrates from the deprecated `getRecentBlockhash` to its replacement `getLatestBlockhash`. In my testing this means that each transaction gets a unique blockhash, which has the benefit that you can...
Currently in `sendAndConfirm` we use the deprecated `getRecentBlockhash` function: https://github.dev/coral-xyz/anchor/blob/205e9d875f9abf1fc379cfc8114c5c53f0207141/ts/src/provider.ts#L136-L138 ``` tx.recentBlockhash = ( await this.connection.getRecentBlockhash(opts.preflightCommitment) ).blockhash; ``` This can return the same blockhash for multiple transactions. This means that...
I use the latest anchor (with avm), initialise a new project and try to build it. I get an error seemingly caused by anchor dependencies. In case it's useful this...
Currently, given an IDL type `IDL` we can derive Typescript types for its accounts using eg. `IdlAccounts['pixel']` There doesn't seem to be an equivalent for event types. It'd be useful...
**Describe the bug** I'm getting an error when running `npm run dev:integrated` or `npm run devenv:deploy`: ``` docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file...
If data streaming is used then clicking "Open in Vega Editor" opens the graph with the starting data, instead of opening it with the data that has been added. It...
Draft because: - ~~Needs the program ID fix from #50 (or equivalent)~~ - Currently uses a fork of seahorse. We probably want to wait for that to merge first? PR...
**Describe the bug** When a page calls `createTSClient` from `@run-wasm/ts` its `console.log` function is silently broken. This is because that functions calls the `TSClient` constructor: ``` public constructor(protected ts: any)...
**Is your feature request related to a problem? Please describe.** Nope, but it'd be sweet! I'd definitely be able to make use of this on my running dashboard, but "I...