Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Releases: mem-fdn/mem-bridge

v0.1.2

30 May 16:21
Compare
Choose a tag to compare

v0.0.2

16 Mar 00:32
Compare
Choose a tag to compare

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 for executeUnlock() 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 optional address _to EOA

Release contracts:

Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Mar 09:10
Compare
Choose a tag to compare