Chainlink Node v2.12.0 is now available. See the Release Notes for details.
The @chainlink/contracts
package version 1.1.1 is now available. It includes the updated wrapper and interface contracts for VRF 2.5 direct funding, which had not been included in the @chainlink/contracts
package version 1.1.0. The DirectFundingConsumer.sol
example contract has been updated to reflect this.
The @chainlink/contracts
also includes an updated function signature for fulfillRandomWords
in the VRFConsumerBaseV2Plus
contract, which applies only to subscription users. This function signature has not changed in the VRFV2PlusWrapperConsumerBase
, so this does not affect direct funding users.
When using package version 1.1.1 and later, update your fulfillRandomWords
function signature to match the VRFConsumerBaseV2Plus
contract, which has changed to: function fulfillRandomWords(uint256 requestId, uint256[] calldata randomWords)
In the @chainlink/contracts
package version 1.1.0 and earlier, the randomWords
parameter has a memory
storage location.
Chainlink CCIP expands support to Polygon Amoy Testnet. Check the CCIP Directory for more information:
Chainlink Node v2.11.0 is now available. See the Release Notes for details.
Chainlink Node v2.11.0 is now available. See the Release Notes for details.
VRF V2.5 is available on Ethereum, BNB Chain, Polygon, Avalanche and Arbitrum mainnets and testnets.The new version of Chainlink VRF implements the following changes:
Learn how to migrate to VRF V2.5.
Chainlink Functions is available on Polygon Amoy.
Chainlink CCIP is now Generally Available (GA) on mainnet and testnet.
To support your development and implementation needs, we encourage you to reach out to our team of experts for guidance and support. For expert advice, visit the Chainlink CCIP Contact form.
Additionally, the Chainlink CCIP local simulator is available to enhance your development workflow with CCIP. This tool allows you to simulate Chainlink CCIP functionality locally within your Hardhat and Foundry projects. The simulator is designed so you can test your contracts locally and transition smoothly to test networks without any modifications.
Chainlink Automation is live on Polygon Amoy.
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon for updates about future testnet support on Polygon.