Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Releases: gnosis/MultiSigWallet

Update electron dependency

08 Apr 20:38
0e5f2c2
Compare
Choose a tag to compare

This release updates the electron dependency, vulnerable to code injection, also fixes the OSX build, that was previously generated in v1.2.3

Checksum MD5:

  • OSX: 4e48288e6726e47b0a38c8bf59ade33f

Minimum Gas Required

21 Mar 09:21
Compare
Choose a tag to compare
  • Gas limit cannot be set lower than estimateGas*1.5
  • Link to release page

Checksum MD5

  • Linux: aba2cf2476a1b33aa95da893a2d9af2e
  • Windows: 44fcd82bee94ba73a65454e920963c01
  • OSX: e189f98ab14bb60ef04f57f6e4854a1f

Estimate Deployments

06 Mar 20:28
Compare
Choose a tag to compare
  • Added a 1.5 multiplier for new multisig deployments (there were many failing tx's due to low gas limit)

Minor Electron Bug Fixes

24 Feb 20:21
Compare
Choose a tag to compare
  • Export account fixed
  • Added rinkeby to detected network
  • Fixed bug with ledger integration
  • It's possible to add a deleted account (lightwallet)

Minor Fix

29 Jan 21:32
5ecf47c
Compare
Choose a tag to compare

There was a typo in the gasPrice taken from Gas Station

MultisigWallet Interface

29 Jan 12:05
0a3e886
Compare
Choose a tag to compare

We have updated the MultisigWallet Interface in order to have a better gas management and some minor bug fixes:

  1. Gas price taken from https://ethgasstation.info/
  2. Gas Limit reduced for Multisig configurations (change daily limit, add/remove owner, change required confirmations)
  3. Withdraw is available through wallet list view even when daily limit for today is 0.
  4. Fixed cache issue related with factory contract, now the factory address is updated for users with old addresses cached.