Blaž Hrastnik

Results 61 issues of Blaž Hrastnik

(DO NOT SQUASH) - `serum_multisig:approve` allows approving multiple transactions at once - `proposeConfig` is now a single command, replacing `createProposal`, `proposeConfig`, `proposeOffchainConfig`, `proposePayees` and `finalizeProposal` - to support this, `sendRawTx`...

https://github.com/project-serum/anchor/pull/1480 https://github.com/smartcontractkit/chainlink-solana/blob/281a05e940f116313f87ed3b8e059a958288160a/gauntlet/packages/gauntlet-solana-contracts/src/commands/abstract/upgrade.ts#L16-L49 can be simplified away by https://github.com/project-serum/anchor/pull/1480/files#diff-cdc243d74ffea2ca7a80b1e930b6f013f58c0c95c96d0d513c31e4425fa807f7R269-R294

javascript
gauntlet

https://github.com/smartcontractkit/chainlink-solana/pull/106#discussion_r784827744

I attempted to do this, but in https://github.com/smartcontractkit/chainlink-starknet/pull/163 but it's hard to filter out invalid reports. We'd need to run `SplitFelt` on the report and validate that each segment is...

When using a library/preset to import & re-export public methods, i.e. https://github.com/OpenZeppelin/cairo-contracts#use-a-basic-preset the import is unused in the code but it's meant to provide a user facing API.