Skip to content

Releases: omgnetwork/plasma-contracts

v1.0.5-pre

22 May 07:58
faf8e3e
Compare
Choose a tag to compare
v1.0.5-pre Pre-release
Pre-release

No contract code change, mainly dependency changes, CI improvement and private repo synchronization.

  • chore: upgrade truffle and fix python linter (#630)
  • chore: stabilize python tests (#619)
  • feat: deploy payment v2 with experiment feature flag (#616)
  • feat: auto syncing between public and private repo (#615)
  • chore: check api token before submission + save to artifact (#613)
  • test: check that inputs can not be exited from restarted ife after outputs finalized on processing the first ife (#611)
  • chore: npm audit fix (#610)
  • chore: depbot upgrades (#608, #609)
  • fix: slow test exceed circle ci timeout limit (#600)
  • docs: add more on transaction validity. (#597)

v1.0.4

10 Mar 09:20
a69c763
Compare
Choose a tag to compare
  • Fix broken canonicity in IFE processing. (#591)
  • Fix in-flight exit input-spend-challenge using wrong index. (#593)
  • Add document about block retrieval. (#570)

v1.0.3

19 Feb 07:20
7c3f796
Compare
Choose a tag to compare
  • In-flight exit returns all unchallenged piggyback bonds even if user piggybacks the wrong canonicity. (#585)

v1.0.2

17 Feb 09:34
bfbf7cc
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • Event BlockSubmitted field BlockNumber renamed to blknum (#581)
  • ChallengeStandardExit, ChallengeOutputSpent, ChallengeInputSpent take additional parameter - senderData (#574)
  • PaymentInFlightExitRouter.inFlightExits() takes an array of in-flight exit IDs instead of a single ID (#583)

Plasma Framework initial release

22 Jan 07:09
3308650
Compare
Choose a tag to compare

This is an audited version of Plasma Framework that implements the Abstract Layer Design:

  • Two initial transaction types of exit games are supported: Payment (V1) and Fee transactions.
  • Two vaults are supported: ETH Vault and ERC20 Vault.

Rootchain.sol reference

15 Jan 03:30
0cbd6fd
Compare
Choose a tag to compare

Reference code for the original MoreVP Rootchain implementation.