contracts-bedrock: fix commit hash serialization (#10383)
Previous implementation didn't correctly serialize as string so it came out as unreadable, now we make sure to abi encode and decode correctly. Enables us to know which commit the code runs on to help with debugging.
Showing
Please register or sign in to comment