Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.5.0 #10628

Closed
wants to merge 40 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f7c291a
Merge pull request #7923 from smartcontractkit/release/1.10.0
chainchad Nov 15, 2022
98aceac
Merge pull request #8086 from smartcontractkit/release/1.11.0
chainchad Dec 8, 2022
026e9a6
Merge pull request #8119 from smartcontractkit/release/1.11.0
chainchad Dec 13, 2022
20fc3a5
Merge pull request #8447 from smartcontractkit/release/1.12.0
securemitchell Mar 2, 2023
a64a928
Merge pull request #8731 from smartcontractkit/release/1.13.0
chainchad Mar 16, 2023
200a46b
Merge pull request #8925 from smartcontractkit/release/1.13.1
chainchad Apr 10, 2023
b21bbdb
Merge pull request #9074 from smartcontractkit/chore/release/2.0.0
ajgrande924 Apr 28, 2023
e2cc898
Merge pull request #9237 from smartcontractkit/release/2.1.0
ajgrande924 May 16, 2023
537de9c
Merge pull request #9303 from smartcontractkit/release/2.1.1
chainchad May 22, 2023
04b07d7
Merge pull request #9562 from smartcontractkit/release/2.2.0
chainchad Jun 15, 2023
266d3ac
Bump version and update CHANGELOG for core v2.3.0
chainchad Jun 27, 2023
a0ec6a5
Add base config (#9865)
davidcauchi Jul 20, 2023
932b20c
Base(Mainnet) + Optimism hotfix (#9862)
simsonraj Jul 21, 2023
2e251f8
Added automation gaslimit for Base (#9878)
simsonraj Jul 21, 2023
42c4be6
re run config docs generate
simsonraj Jul 21, 2023
0f4ea62
Merge pull request #9880 from smartcontractkit/base-hotfix-2.3.0
chainchad Jul 21, 2023
d0c54ea
Bump version and update CHANGELOG for core v2.4.0
chainchad Jul 26, 2023
e6ebf17
Finalize date on changelog for 2.3.0
chainchad Jul 28, 2023
7680667
Merge pull request #9972 from smartcontractkit/chore/release-2.3.0-ch…
chainchad Jul 28, 2023
f054691
Merge pull request #9974 from smartcontractkit/release/2.3.0
chainchad Aug 2, 2023
f47eb34
fix/changelog-simple-passwords: adding notification for upcoming brea…
patrickhuie19 Aug 8, 2023
56ab909
Merge pull request #10121 from smartcontractkit/release/2.4.0-fix
patrickhuie19 Aug 8, 2023
6329455
feature/simple-passwords-log: adding notification for upcoming config…
patrickhuie19 Aug 11, 2023
0eb4542
release/2.4.0-fix: updating CHANGELOG for simple passwords entry comm…
patrickhuie19 Aug 15, 2023
066077a
Merge branch 'release/2.4.0' into chore/2059-simple-passwords-notific…
samsondav Aug 15, 2023
1e4db21
Merge pull request #10197 from smartcontractkit/chore/2059-simple-pas…
patrickhuie19 Aug 15, 2023
bd2c6d7
add evm transfer validation for eip1559 (#10196)
aalu1418 Aug 16, 2023
6891295
Merge pull request #10231 from smartcontractkit/eip1559-transfer-vali…
chainchad Aug 16, 2023
3ceda48
add changelog for fix in #10196 (#10235)
aalu1418 Aug 16, 2023
28ed702
Merge pull request #10236 from smartcontractkit/add-changelog-validat…
patrickhuie19 Aug 16, 2023
a76c31c
bug/2326-simple-passwords: re-enabling simple passwords restriction f…
patrickhuie19 Aug 7, 2023
76fb85c
fixing changelog
patrickhuie19 Aug 17, 2023
fdd5395
Merge pull request #10247 from smartcontractkit/fix/release-2.4.0-re-…
patrickhuie19 Aug 17, 2023
62ff327
Merge pull request #10246 from smartcontractkit/fix/release-2.4.0-re-…
patrickhuie19 Aug 17, 2023
c0865c6
Finalize date on changelog for 2.4.0
chainchad Aug 21, 2023
6163d14
Merge pull request #10274 from smartcontractkit/chore/update-release-…
chainchad Aug 21, 2023
5f8cc1b
Merge branch 'master' into release/2.4.0
chainchad Aug 22, 2023
c6c6273
Merge pull request #10287 from smartcontractkit/release/2.4.0
chainchad Aug 22, 2023
b22ffc5
Merge branch 'master' into release/2.5.0
chainchad Sep 13, 2023
acbb562
Merge branch 'master' into release/2.5.0
chainchad Sep 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 2.4.0 - UNRELEASED
### Fixed
- Updated `v2/keys/evm` and `v2/keys/eth` routes to return 400 and 404 status codes where appropriate. Previously 500s were returned when requested resources were not found or client requests could not be parsed.
- Fixed withdrawing ETH from CL node for EIP1559 enabled chains. Previously would error out unless validation was overridden with `allowHigherAmounts`.

### Added
- Added the ability to specify and merge fields from multiple secrets files. Overrides of fields and keys are not allowed.
Expand Down