Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

1.1.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@dwalintukan dwalintukan released this 16 Jan 08:25
· 41 commits to master since this release
c48ea88

Release Notes

1.1.1-beta:

  • Fixed tests for BytesUtils methods
  • Added ESLint for JS test code

1.1.0-beta:

  • Updated the events emitted for backend for better filtering.
  • Made the Oracle contracts more lean and stripped out unnecessary storage.
  • Added a default Invalid result. In addition to the result options created by the creator, we will add an additional Invalid result to be able to bet/vote on.

1.0.0-beta:

  • We removed the invalidate Oracle functionality. Anyone can be the Oracle and set the result after the result setting end block (if the original Oracle did not set it in time). This will speed up the flow in general.
  • Added betting and result setting start blocks. We noticed that some events will always need some time to finish before the Oracle can accurately set the right result. The result setting start block will allow for this.