We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a93f84b
Fix package dependencies (#1350) * pin solana dep * update yarn.lock * update ts * linting * update 1 more v * update secp2561k * update tx confirmation * fix tx sending * resolve protobufjs and fix secp * base64 * fix lockfile * change send tx strategy * chore: update ethereum-cryptography from ^0.1.3 to ^3.2.0 - Addresses security vulnerabilities in old version - Maintains API compatibility (keccak256 import unchanged) - Return type changed from Buffer to Uint8Array (compatible with existing .slice() usage) - Verified no security vulnerabilities in new version - All existing code usage patterns remain compatible * Reformat contracts * Make sure we use babel/traverse 7.23.2 (https://github.com/smartcontractkit/chainlink-solana/security/dependabot/303) * update jest * update typescript --------- Co-authored-by: Geert G <[email protected]>