Skip to content

solana-artifacts-localtest-a93f84b0157a

Choose a tag to compare

@github-actions github-actions released this 08 Oct 13:32
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]>