Commit a3ace4e
v0.2.7 Release (#50)
* feat: Add Mock Data Feeds contracts
* feat: Add MockOffchainAggregator contract that expose minAnswer and maxAnswer functions. Add functionality to MockV3Aggregator to change underlying aggregator
* chore: Forge install @chainlink/[email protected]
* feat: Add mock data feeds smoke test
* chore: List upcoming release in Changelog
* feat: Add unit tests for mock data feeds contracts
* feat: Add smoke test for mock data feeds using Hardhat
* feat: Add forking test example and prepare for beta release
* Support for CCIP v1.5 and preparing for 0.2.2-beta release (#19)
* feat: Add new changes to support CCIP v1.5 version
* forge: Update ccip
* chore: Add CCIP v1.5 config details to Register for all available testnet lanes. Prepare for 0.2.2-beta.0 release (#21)
* fix: Use the latest version of EVM2EVMOffRamp contract in the switchChainAndRouteMessage function of CCIPLocalSimulatorFork (#23)
* chore: Prepare repo for the 0.2.2 release
- Bump @chainlink/contracts-ccip to v1.5.0
- Delete DOCUMENTATION.md and related assets, and point to official documentation at README
- Update CHANGELOG
* Support for Chainlink Data Streams (#25)
* feat: Add mock data streams contracts
* feat: smoke test data streams in local mode in Foundry with docs examples
* feat: Add GMX-like test example
* feat: Add DataStreamsLocalSimulatorFork implemented in both Solidity and JavaScript
* feat: Add MockReportGenerator.js to support local mode in Hardhat; Support Forking mode in Hardhat
* chore: Prepare for 0.2.4-beta release
* chore: Generate docs artifacts
* chore: Include JavaScript Data Strems scripts into package.json
* Update README to include installation instructions for Foundry (soldeer) with chainlink-local versioning (#31)
Co-authored-by: emanherawy <[email protected]>
* Data Streams fixes - v0.2.4-beta.0 release candidate (#34)
* chore: Bumped @chainlink/contracts to 1.3.0. Started returning raw report structs from generateReportV- functions which is handful for tests
* chore: Generate docs artifacts for this adjustment
* Fix year in CHANGELOG (#35)
* chore: Bumped @chainlink/contracts to 1.3.0. Started returning raw report structs from generateReportV- functions which is handful for tests
* chore: Generate docs artifacts for this adjustment
* fix: Year should be 2025 instead of 2024
* fix: Fix incorrect import path (#36)
* fix: Fix incorrect import path
* chore: Prepared changelog and package.json for v0.2.4-beta.1 release
* chore: Prepare for 0.2.4 release
* Add support for CCIP v1.6 (#38)
* feat: Add support for CCIP v1.6
* chore: Removed lib/ccip and lib/chainlink-brownie-contracts dependencies
* fix: Accept copilot's suggestions
* fix: Update npm authentication token in publish workflows
* chore: Prepare for v0.2.5-beta.0 release, bump @chainlink/contracts to v1.4.0 and @chainlink/contracts-ccip to v1.6.0
* chore: Prepare for 0.2.5 release
* V0.2.6-beta release (#41)
* fix: Refactored CCIPLocalSimulatorFork.sol so it can route all CCIP messages sent from a loop and not just the first one
* fix: Correct loop variable k
* CCIP Fork: Route multiple messages to multiple chains at once (#45)
* fix: Refactor switchChainAndRouteMessage to deliver more than 1 message to more than 1 chain in a same call
* chore: Ran `npm run generate-docs`
* fix: Correct offRamp index in executeSingleMessage call in CCIPLocalSimulatorFork
* chore: Prepare repo for 0.2.6 release
* chore: Bump @chainlink/contracts to v1.5.0 and @chainlink/contracts-ccip to v1.6.2. Vendor OpenZeppelin contracts these two packages use (#48)
* DEVREL-144 : Data Streams billing mechanism (#47)
* feat: Implement fee manager toggle for on-chain and off-chain billing in DataStreamsLocalSimulator
* feat: Add developer friendly error messages when wrong Data Streams billing mechanism is used
* fix: Vendor Chainlink contracts that caused compilation issues with Hardhat 2
* chore: Merge publishing beta releases into a single workflow file
* fix: Update Node.js version to 22 in publish workflow and refine version consistency validation logic (#49)
* chore: Prepare for v0.2.7 release
---------
Co-authored-by: Eman Herawy <[email protected]>
Co-authored-by: emanherawy <[email protected]>1 parent b6a8950 commit a3ace4e
File tree
114 files changed
+15971
-2025
lines changed- .github/workflows
- lib
- src
- ccip
- data-streams
- interfaces
- test
- ccip
- data-feeds
- data-streams
- vendor
- chainlink-ccip/test/mocks
- openzeppelin-solidity
- v4.7.3/contracts
- proxy
- utils
- structs
- v4.8.3/contracts
- access
- interfaces
- mocks
- security
- token/ERC20
- extensions
- utils
- utils
- cryptography
- introspection
- math
- structs
- v5.0.2/contracts
- access
- interfaces
- token/ERC20
- extensions
- utils
- utils
- cryptography
- introspection
- math
- structs
- test
- e2e
- ccip
- data-streams
- smoke
- ccip
- data-streams
- unit/ccip
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+15971
-2025
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
5 | 21 | | |
6 | 22 | | |
7 | 23 | | |
| |||
10 | 26 | | |
11 | 27 | | |
12 | 28 | | |
13 | | - | |
| 29 | + | |
14 | 30 | | |
15 | 31 | | |
16 | | - | |
| 32 | + | |
17 | 33 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | | - | |
23 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
24 | 40 | | |
25 | 41 | | |
26 | 42 | | |
27 | 43 | | |
28 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
29 | 131 | | |
30 | | - | |
31 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
9 | 73 | | |
10 | 74 | | |
11 | 75 | | |
| |||
542 | 606 | | |
543 | 607 | | |
544 | 608 | | |
| 609 | + | |
| 610 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Submodule chainlink-ccip updated 2918 files
Submodule chainlink-evm updated 1245 files
0 commit comments