Skip to content

Releases: eluv-io/contracts

Release 1.3.12

05 Jan 22:29
0367f38
Compare
Choose a tag to compare

Upgrade to go-ethereum 1.10.19

Release 1.3.11

09 Dec 19:10
690694b
Compare
Choose a tag to compare

changes made:

  • upgrade to go-ethereum 1.10.3

Release 1.3.10

22 Nov 23:28
be37d5b
Compare
Choose a tag to compare

Replace erc20 instance to ierc20 instance in payments contract.

Release 1.3.9

26 Oct 16:42
9f767dc
Compare
Choose a tag to compare

changes made:

  • move elv_token.go from contracts-go/tradable to contracts-go/token due to common global variables.

Release 1.3.8

11 Oct 22:31
3a2c1c8
Compare
Choose a tag to compare

Changes:

  • Add ElvToken.sol : ERC20 token contract
  • Update Redeemable.sol to use OpenZeppelin access control contract.
  • Changed Erc20PaymentsTest contract to use contract ElvToken instead of TestToken.

Release 1.3.7

07 Oct 17:36
62e5e97
Compare
Choose a tag to compare

Changes:

Update go.mod in contracts-go for ERC20Payments.

Release 1.3.6

06 Oct 22:31
d6f5fb0
Compare
Choose a tag to compare

Changes:

  • add erc20 payments

Release 1.3.5

29 Aug 23:24
82384cb
Compare
Choose a tag to compare

Fix delegated burn and offer redeem.

Changes:
Change is*Signed to require non null signer

Release 1.3.4

26 Aug 13:13
ee68100
Compare
Choose a tag to compare

What's Changed

  • fix offerId type (uint8 instead of uint) in Redeemable event by @lukseven in #94

Full Changelog: v1.3.3...v1.3.4

Change redeemOffer event and signature

26 Aug 01:35
8d74e45
Compare
Choose a tag to compare

Changes

  • change ElvTradable redeemOffer event and method signature to include 'redeemer'