Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Releases: scrtlabs/enigma-p2p

Release 0.2.5

20 Oct 09:22
ada81f9
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • Fix issues #218
  • Add timeouts to task result verification
  • Add verification of failed output
  • Add infrastructure to support revert state

Release 0.2.4

08 Aug 14:51
748b7cb
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • Failed DeployedContrac had fewer fields than those expected by VerifyAndStoreResultAction - #190
  • Add a proper handling of a computation task result with no delta and/or with no output
  • Fix variety of issues in the task results network propagation
  • Update package dependencies
  • Optimize the pre-code serialization

Release 0.2.3

06 May 08:51
3f56b83
Compare
Choose a tag to compare
  1. Bug fixes and enhancements:
  • localTips undefined at init - #164
  • Add connection retries for the KeyManagement Node - #163
  • Use JSBI all along in workerSelection algorithm - #158 #159
  • Update GetPTTRequest message schema - #161
  • Verify the key of the delta when an outside task result received - #150
  • Enable connecting to a real core in the CLI - #149
  • Pass the Ethereum worker address to be used in Ethereum transactions - #148
  • Fix contract deployment - #136 #145
  • Automatic init - #170
  1. Update several project dependencies - especially the web3 which introduced a vulnerability in its tar package dependency

Initial NPM

14 Apr 11:38
938f313
Compare
Choose a tag to compare
  • Some typo's fixed.
  • commitReceiptAction and new Contract deployment on Ethereum.
  • bin field to package.json to allow global install #138
  • Cryptography module clean-up with web3-utils
  • $initcommand is now available (Init Pipeline) #133
  • Statefull core-mock for testing (required to do complex state sync tests)

Align versioning in package

03 Apr 18:05
0e89096
Compare
Choose a tag to compare
  • contributors list in package.json
  • align package.json version for npm

Aligned Hashes and minor fixes

03 Apr 14:43
ff5c4ce
Compare
Choose a tag to compare
  • minor bug fixes
  • aligned hash everywhere using cryptography module
  • flexible epoch size

Initial release

02 Apr 14:20
c30ed1e
Compare
Choose a tag to compare

Features:

  • Bootstrap
  • Persistent Discovery
  • Pubsub based content synchronization
  • Full CLI with commands
  • Full Ethereum integration
  • JsonRpc Server
  • Documentation (README, ARCHITECTURE, ON_BOARDING)