Commit b6a8950
0.2.6 Release (#46)
* 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
---------
Co-authored-by: Eman Herawy <[email protected]>
Co-authored-by: emanherawy <[email protected]>1 parent 3bb414f commit b6a8950
File tree
9 files changed
+548
-128
lines changed- api_reference
- javascript
- solidity
- ccip
- src/ccip
- test/e2e/ccip
9 files changed
+548
-128
lines changed| 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 | + | |
9 | 61 | | |
10 | 62 | | |
11 | 63 | | |
| |||
485 | 537 | | |
486 | 538 | | |
487 | 539 | | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
78 | 88 | | |
79 | 89 | | |
80 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
81 | 105 | | |
82 | 106 | | |
83 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | 37 | | |
23 | 38 | | |
| |||
37 | 52 | | |
38 | 53 | | |
39 | 54 | | |
40 | | - | |
| 55 | + | |
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
46 | 61 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 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 | + | |
52 | 97 | | |
53 | 98 | | |
54 | 99 | | |
| |||
57 | 102 | | |
58 | 103 | | |
59 | 104 | | |
60 | | - | |
| 105 | + | |
61 | 106 | | |
62 | 107 | | |
63 | | - | |
| 108 | + | |
64 | 109 | | |
65 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
66 | 123 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
70 | 127 | | |
71 | 128 | | |
72 | 129 | | |
| |||
107 | 164 | | |
108 | 165 | | |
109 | 166 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
113 | 171 | | |
114 | 172 | | |
115 | 173 | | |
116 | 174 | | |
117 | 175 | | |
118 | 176 | | |
119 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
120 | 198 | | |
121 | 199 | | |
122 | 200 | | |
| |||
176 | 254 | | |
177 | 255 | | |
178 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments