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 v0.2.1: Rio #1120

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Release v0.2.1: Rio #1120

merged 1 commit into from
Jan 5, 2023

Conversation

LucasSte
Copy link
Contributor

@LucasSte LucasSte commented Jan 3, 2023

The release is necessary to move Solang to LLVM 14. Tests to build the release binarie have run here.

RELEASE_CHECKLIST.md Outdated Show resolved Hide resolved
RELEASE_CHECKLIST.md Outdated Show resolved Hide resolved
docs/installing.rst Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@seanyoung
Copy link
Contributor

The list of authors in Cargo.toml of the solang and solang-parser crates should be updated

@LucasSte LucasSte force-pushed the llvm-14 branch 2 times, most recently from 1da16cd to e2d94b4 Compare January 5, 2023 13:55
- The Anchor IDL data structure is now generated for every Solana contract, although the actual IDL json file is not yet saved.
[LucasSte](https://github.com/LucasSte)

- The Solana target now utilizes eight byte Anchor discriminators for function dispatch instead
of the four byte Ethereum selectors. [LucasSte](https://github.com/LucasSte)
- The deployment of contracts on Solana now follows the same scheme as Anchor. [seanyoung](https://github.com/seanyoung)
- Compares between rational literals and integers are not allowed. [seanyoung](https://github.com/seanyoung)
- Overriding the function selector value is now done using the `@selector([1, 2, 3, 4])`
  syntax, and the old syntax `selector=hex"12345678"` has been removed.
- `msg.sender` was not implemented correctly on Solana, and
  [has now been removed](https://solang.readthedocs.io/en/latest/targets/solana.html#msg-sender-solana).
  [seanyoung](https://github.com/seanyoung)
- Solang now uses LLVM 14. [LucasSte](https://github.com/LucasSte)

- Many bugs have been fixed by [seanyoung](https://github.com/seanyoung), [LucasSte](https://github.com/LucasSte)
  and [xermicus](https://github.com/xermicus)

Signed-off-by: Lucas Steuernagel <[email protected]>
@LucasSte LucasSte merged commit c444707 into hyperledger:main Jan 5, 2023
@LucasSte LucasSte deleted the llvm-14 branch January 5, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants