This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Releases: mem-fdn/mem-bridge
Releases · mem-fdn/mem-bridge
v0.1.2
Full Changelog: v0.0.2...v0.1.2
v0.0.2
What's New
- updated
bridge.sol
to a locked pragma version (v0.8.25 -- evm version: cancun) - making
validateUnlock()
callable only by the cronjob EOA. That way the server can do off-chain calls and validations before calling the function and spending gas and oracle fees (DDoS attack prevention) - introducing percentile fee for the
lock()
function, and flat fee forexecuteUnlock()
with a minimal bridging amount - added setter/getters for the constructor variables in
bridge.sol
- updated
mem/bridge.js
serverless function to do integer calculations and storage in BigInt - allow
lock()
function to lock tokens for an optionaladdress _to
EOA
Release contracts:
bridge.sol
: 0xe1225ecbBDAB62Eba6F2Bc4366B7A6943F07A5e0bridge.js
: KHuOj-dvS7VLfuTNKz3GBr2LmwlP2kBfDc_4iFoRzKw
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/mem-fdn/mem-bridge/commits/v0.0.1