Skip to content

Robonomics Beta 3 contracts

Compare
Choose a tag to compare
@akru akru released this 29 Oct 23:17
· 32 commits to master since this release

This is BETA release of Robonomics platform in Ethereum mainnet.

It's next beta release of Robonomics platform smart contracts. In this release enabled lighthouse locking mechanism that prevents information channel message sniffing. Also enabled dynamic gas price estimator for adaptive emission based on liability factory transaction gas price.

Contracts

ENS Contract Description
xrt.3.robonomics.eth XRT Robonomics token
factory.3.robonomics.eth LiabilityFactory Factory for robot liability smart contracts
ambix.3.robonomics.eth Ambix XRT token migration unit
auction.3.robonomics.eth DutchAuction Contract to estimate start price of XRT
airalab.lighthouse.3.robonomics.eth Lighthouse Robonomics network lighthouse by Airalab (our beta testbed)

CHANGELOG

  • Added lighthouse wars prevention #44
  • Added gas price estimation #45