Kristijan Rebernisak
Kristijan Rebernisak
Both `gauntlet-solana/package.json` and `gauntlet-solana-contracts/package.json` contain a lint command that refers to `tsc`. The recommendation is that `eslint` be used to lint JavaScript or TypeScript projects.
How come we accept the `token_mint` as an input param when it's already available with `state.config.token_mint`, but then we don't accept token changes as required [here](https://github.com/smartcontractkit/chainlink-solana/blob/51691de3f05a5e67750a345292fe6ff7913a0321/contracts/programs/ocr2/src/lib.rs#L172)? Looks like the LINK...
I've noticed many style changes in this PR but looks like we don't have prettier configured in this repository. I suggest we use the one from StarkNet integration and we...
Neither `gauntlet-solana` nor `gauntlet-solana-contracts` give a minimum required Node.js version. The recommendation is that a minimum required Node.js version be given for any JavaScript or TypeScript project that uses Node.js.
Currently, the default path is defined as: ``` export const BIP44_SOL_PATH = "44'/501'" ``` The reason for this was as the Solarium wallet uses it as their default, so our...
This seems right, but we'd need a test for this. _Originally posted by @krebernisak in https://github.com/smartcontractkit/chainlink-solana/pull/110#r785005893_
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
There is no Etherscan on Solana that we could use to publicly verify deployed contracts, but maybe we could add a public helper script using Anchor Verifiable Builds so users...