Skip to content

feat(soroban): implement sha256 and keccak256 builtins#1919

Open
aryanbaranwal001 wants to merge 10 commits into
hyperledger-solang:mainfrom
aryanbaranwal001:feat/soroban-hash-builtins
Open

feat(soroban): implement sha256 and keccak256 builtins#1919
aryanbaranwal001 wants to merge 10 commits into
hyperledger-solang:mainfrom
aryanbaranwal001:feat/soroban-hash-builtins

test(soroban): add tests for sha256 and keccak256 builtins

bd3eeb6
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO succeeded Jun 1, 2026 in 1s

Check passed!

All commits are signed off, the check passed.

Summary


Sha Message Pass or fail reason
🟢 0d69ced fix(soroban): handle DynamicBytes in ABI spec entr... Valid sign-off found
🟢 7dcb5ca test(soroban): add set_and_get_bytes test for Dyna... Valid sign-off found
🟢 fa75cd2 feat(soroban): support bytes1–bytes32 as functio... Valid sign-off found
🟢 bc20d69 fix(soroban): fix params order for bytes_copy_to_l... Valid sign-off found
🟢 e49a5f7 fix(soroban): drop sdk incompatible U32Val arm for... Valid sign-off found
🟢 833cfd9 test(soroban): add Bytes(n) codec round trip tests... Valid sign-off found
🟢 fe77874 feat(soroban): implement get_storage_bytes_subscri... Valid sign-off found
🟢 7e3900a test(soroban): add tests for get/set storage bytes... Valid sign-off found
🟢 45a715c feat(soroban): implement sha256 and keccak256 buil... Valid sign-off found
🟢 bd3eeb6 test(soroban): add tests for sha256 and keccak256 ... Valid sign-off found