Skip to content

Releases: mysteriumnetwork/payments-smart-contracts

Updates after audit

Exit requests removed

16 Mar 08:26
8e25be2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

Mainnet beta

19 Oct 22:22
55c7bc2
Compare
Choose a tag to compare

This is version of smart contracts which is going to be deployed for Mainnet beta.

Significant changes from testnet3 contracts:

  • adapted contracts for mainnet Polygon realities, use time instead of blocks #133
  • fixed couple of minor security fixes #135 #138
  • added use of minStake (possibility to require staking) #143
  • important hermes actions now will be done by owner, this should decrease operator's keys role and potential attack vector on its keys #140
  • identity and pre-image (also called R) is now logged in promise settlement events #132 #136

Mainnet-rc0

19 Oct 07:11
d53d6b1
Compare
Choose a tag to compare
Merge pull request #140 from mysteriumnetwork/owner_power

Get use of owner for important hermes settings

Settlement events updated

07 Oct 10:26
55af719
Compare
Choose a tag to compare
Merge pull request #132 from mysteriumnetwork/fix/add_r_to_event

added revealed R to events

Initial matic support

31 Mar 10:44
51be353
Compare
Choose a tag to compare
Merge pull request #129 from mysteriumnetwork/feature/pay_and_settle

Feature/pay and settle

Final version of Testnet2 smart contracts

03 Nov 12:11
7c3933d
Compare
Choose a tag to compare
  • Make settlement twice cheaper
  • Beneficiary address is stored in Registry instead of separate hermeses
  • There are no stake-goal which simplifies all the flow.

Chain ID added

14 Oct 07:34
4b1d44e
Compare
Choose a tag to compare
Merge pull request #123 from mysteriumnetwork/feature/multichain

Added chainID into Promises and all related places

Fixes after code review

29 Sep 11:17
e57c0aa
Compare
Choose a tag to compare
  • Prevent change funds destination by cheque signed message replay on other channels of the same operator (owned by same identity).
  • Prevent replay of updateHermesURL in Registry.
  • Deleted ownership denounce functionality. It is not needed in our case.

BetaNet release candidate

28 Sep 08:26
e854e50
Compare
Choose a tag to compare
  • some code cleanup
  • don't need to pass nonce as param
  • fast withdrawal support