Skip to content

Commit

Permalink
Merge pull request #646 from zama-ai/release061
Browse files Browse the repository at this point in the history
Release061
  • Loading branch information
jatZama authored Dec 11, 2024
2 parents 3b8243b + a15cc32 commit 49288b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gateway/lib/Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ library Gateway {
return data;
}

function remove32Slice(bytes memory input, uint256 start) public pure returns (bytes memory) {
function remove32Slice(bytes memory input, uint256 start) private pure returns (bytes memory) {
// @note we assume start+32 is less than input.length
bytes memory result = new bytes(input.length - 32);

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fhevm",
"description": "A Solidity library for interacting with the Zama Blockchain",
"version": "0.6.1-0",
"version": "0.6.1",
"engines": {
"node": ">=20.0.0"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"eslint-config-prettier": "^8.5.0",
"ethers": "^6.8.0",
"fhevmjs": "^0.6.0-8",
"fhevm-core-contracts": "0.6.1-0",
"fhevm-core-contracts": "0.6.1",
"hardhat": "^2.22.10",
"hardhat-deploy": "^0.11.29",
"hardhat-gas-reporter": "^1.0.2",
Expand Down

0 comments on commit 49288b1

Please sign in to comment.