Skip to content

Releases: gelatodigital/automate

Automate/Functions v3

29 Nov 11:31
Compare
Choose a tag to compare

Gelato Automate is now renaming as Gelato Functions.
Main new features includes:

  • Typescript functions for off-chain data & api call
  • On-chain Event trigger
  • Custom time interval & cron based trigger
  • Higher security with default Proxy

Automate Legacy user should check the migration guide available here:
https://docs.gelato.network/developer-services/automate-legacy/legacy-automate-migration-guide

Automate V2

17 Mar 11:38
1d2271e
Compare
Choose a tag to compare

🎉 Ops is now Automate

Ops V2

02 Nov 15:37
79265b9
Compare
Choose a tag to compare

Major upgrade that introduces a new flexible module-based task creation architecture.

Released modules:

  • Time: specify your task execution interval and start time
  • Resolver: use a smart contract resolver function for dynamic executions
  • Proxy: use a dedicated msg.sender for increased security 🆕
  • SingleExec: create task that cancels automatically after 1st execution 🆕

Unified task creation method:

  • ops.createTask is the new task creation entry point, and can be used with all combinations of module,
  • old task creations methods are kept as fallback functions for backward compatibility.

Updated smart contracts:

  • Ops.sol

Newly deployed smart contracts:

  • OpsProxyFactory.sol
  • ProxyModule.sol
  • ResolverModule.sol
  • TimeModule.sol
  • SingleExecModule.sol

Changelog: 1.0.5...2.0.0

Optimism, Moonbeam & Kovan deployments

20 May 14:32
2ceb7e4
Compare
Choose a tag to compare
  • support for new networks: Optimism, Moonbeam and Kovan
  • full Gnosis-safe compatibility
  • Task SDK for programmatic task creation and management
  • UI bug fixes and security enhancements

full changelog: 1.0.4...1.0.5

Task Treasury Gas savings

15 Apr 09:59
9a9cde6
Compare
Choose a tag to compare

See details:

Screenshot 2022-04-15 at 11 58 20

https://twitter.com/hilmarxo/status/1514905300263972865?s=20&t=5FkdDdBRlksuQnJZqyozjw

What's Changed

Full Changelog: 1.0.0...1.0.4

Mainnet Release

31 Jul 21:23
ed51d49
Compare
Choose a tag to compare
Merge pull request #15 from gelatodigital/feat/poke-me-two

readme update