Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: UniLogin/UniLogin

Beta 4

19 Jun 11:52
85f37f1
Compare
Choose a tag to compare

This release includes meta-transactions.

Beta 3 - 0.5.1

28 Jan 14:14
86f9232
Compare
Choose a tag to compare
  • Fix web3provider building process (esm target was built into cjs directory)
  • Updated Ramp npm, should work better with mobile (some glitches still to be fixed)

Beta 3 - 0.5.0

28 Jan 12:24
Compare
Choose a tag to compare

Migrate to Gnosis Safe smart contracts:

  • Core Universal Login functionalities remain unchanged
  • A newly deployed wallet is by default Gnosis Safe
  • All processing happens now on those contracts.

Other changes:

  • Reduce the number of background Ajax requests to an Ethereum node
  • Improve build process and directory structure
  • Several smaller and mid-size refactorings to maintain the high-quality and testability of code as the codebase grows

Beta 2 - 0.4.4

23 Dec 16:47
7be9a3e
Compare
Choose a tag to compare

Changes:

  • Add support for ES Modules
  • Fix bug with invalid minimal amount on deployment
  • Improve build process and directory structure (continuation of effort from 0.4.3)

Beta 2 - 0.4.3

20 Dec 16:28
Compare
Choose a tag to compare

Changes:

  • Update ethereum-waffle to ^2.1.2
  • Update ganache-core to "^2.2.1
  • Relayer refactoring towards ability to work with beta-3 contracts
  • Reorganised test/ directories to match src/ structure
  • Use consistent directory structure and build process across projects