refactor(plugin-htlc-eth-besu): stop using the deprecated api.encodePacked #2531
Labels
Besu
good-first-issue
Good for newcomers
good-first-issue-300-advanced
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
P4
Priority 4: Low
Security
Related to existing or potential security vulnerabilities
Description
Stop using the
abi.encodePacked()
call in thepackages/cactus-plugin-htlc-eth-besu/src/main/solidity/contracts/HashTimeLock.sol
contract because that method has been deprecated according to [1][1] ethereum/solidity#11593
Acceptance Criteria
.json
artifact of the.sol
source code file so that the tests do end up using the new revision of the.sol
code.cc: @RafaelAPB
The text was updated successfully, but these errors were encountered: