Skip to content

Commit 76a60f3

Browse files
committed
Merge branch 'main' into feat-added-llvm-as-a-git-submodule
2 parents ef18167 + 8754d80 commit 76a60f3

File tree

16 files changed

+1656
-232
lines changed

16 files changed

+1656
-232
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
exit 0
4747
fi
4848
49-
export PKG_VER=v$(cat Cargo.toml | grep -A 5 package] | grep version | cut -d '=' -f 2 | tr -d '"' | tr -d " ")
49+
export PKG_VER=v$(cat crates/resolc/Cargo.toml | grep -A 5 package] | grep version | cut -d '=' -f 2 | tr -d '"' | tr -d " ")
5050
echo "Current tag $CURRENT_TAG"
5151
echo "Package version $PKG_VER"
5252
#

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ This is a development pre-release.
66

77
Supported `polkadot-sdk` rev: `2503.0.1`
88

9+
## v0.3.0
10+
11+
This is a development pre-release.
12+
13+
Supported `polkadot-sdk` rev: `2503.0.1`
14+
15+
### Fixed
16+
17+
- llvm-context: Bugfix the SAR YUL builtin translation.
18+
- npm package: Bugfix the exports field defined in the `package.json`.
19+
20+
921
## v0.2.0
1022

1123
This is a development pre-release.
@@ -15,10 +27,12 @@ Supported `polkadot-sdk` rev: `2503.0.1`
1527
### Changed
1628

1729
- Removed the license printer from the `resolc` binary.
30+
- EVM bytecode is no longer requested from solc (except in test utils) leading to less compilation work in the pipeline.
1831

1932
### Fixed
2033

2134
- solc-json-interface: Serializing of any custom key in the JSON input is only skipped if not provided.
35+
- npm package resolution no longer fails with an 'ERR_PACKAGE_PATH_NOT_EXPORTED' error for packages defining exports fields in the `package.json`.
2236

2337
## v0.1.0
2438

0 commit comments

Comments
 (0)