-
Notifications
You must be signed in to change notification settings - Fork 363
Commits on Apr 3, 2020
-
Bug: Invalid V in signature with eth_sign (#728)
* Fix invalid V with metamask/ledger * DONT FORGET TO REVERT BEFORE MERGING: test deployment * DONT FORGET TO REVERT BEFORE MERGING 2: test deployment * Revert "DONT FORGET TO REVERT BEFORE MERGING 2: test deployment" This reverts commit 8331f2a. * Revert "DONT FORGET TO REVERT BEFORE MERGING: test deployment" This reverts commit 03b81e3.
Configuration menu - View commit details
-
Copy full SHA for 94a56d2 - Browse repository at this point
Copy the full SHA 94a56d2View commit details -
BUG: Only injected providers are cached as last used provider (#733)
* cache every used provider, not only injected one * package json update
Configuration menu - View commit details
-
Copy full SHA for 727b164 - Browse repository at this point
Copy the full SHA 727b164View commit details
Commits on Apr 6, 2020
-
(Fix) Adapt app to back-end changes (#736)
* refactor: Set success status to `201` (CREATED) * refactor: return `null` when there's no latestTx
Configuration menu - View commit details
-
Copy full SHA for ba49c97 - Browse repository at this point
Copy the full SHA ba49c97View commit details -
(Fix) Transaction not automatically executed (#716)
* feature: action/reducer to UPDATE_SAFE_NONCE * refactor: when processing txs returned from backend, extract latest tx nonce value and store it in the safe's state * chore: update `yarn.lock` * refactor: `UPDATE_SAFE_THRESHOLD` and `UPDATE_SAFE_NONCE` discarded in favor of `UPDATE_SAFE` * refactor: use `SAFE_REDUCER_ID` constant * refactor: remove `updateSafeNonce` file
Configuration menu - View commit details
-
Copy full SHA for 0441ce2 - Browse repository at this point
Copy the full SHA 0441ce2View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e33d9fd - Browse repository at this point
Copy the full SHA e33d9fdView commit details
Commits on Apr 8, 2020
-
Feature: Use eth_sign for hardware wallets connected via onboard.js (#…
…742) * Use eth_sign for hardware wallets * install onboard.js with fix from forked repo * rebuild yarn.lock to fix cached onboard * update bnc-onboard
Configuration menu - View commit details
-
Copy full SHA for b8bfeab - Browse repository at this point
Copy the full SHA b8bfeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc3696 - Browse repository at this point
Copy the full SHA fbc3696View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc68f70 - Browse repository at this point
Copy the full SHA fc68f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f81fc - Browse repository at this point
Copy the full SHA d2f81fcView commit details
Commits on Apr 9, 2020
-
(Fix) Properly decode threshold value in tx details (#749)
* fix: Display new threshold value when changing its value There was a typo for the `changeThreshold` action fixes #746 * refactor: use a constant for safe methods names
Configuration menu - View commit details
-
Copy full SHA for 1ac13c6 - Browse repository at this point
Copy the full SHA 1ac13c6View commit details -
fix: check for
decimals
method in transferredTokens (#748)Previously we were looking for `decimals` hash in the contract `code`. There are some contracts like USDC who happen to be behind a FiatTokenProxy, making it upgradable. By directly calling the `decimals()` method, we interact with the contract and can be sure that the `decimals()` method is present. fixes #678
Configuration menu - View commit details
-
Copy full SHA for b0849ee - Browse repository at this point
Copy the full SHA b0849eeView commit details -
Bug #747: Don't use getLastTxNonce to fetch safe nonce (#750)
* don't use getLastTxNonce to fetch safe nonce * fetch safe nonce in checkAndUpdateSafe * checkAndUpdateSafe refactor * remove nonce update logic from UPDATE_SAFE reducer * handle the case when localSafe returns undefined * handle the case when localSafe returns undefined in buildTransactionFrom * bump package json version to 1.9.4
Configuration menu - View commit details
-
Copy full SHA for b1f50c7 - Browse repository at this point
Copy the full SHA b1f50c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfe937 - Browse repository at this point
Copy the full SHA 4bfe937View commit details