Skip to content

Releases: urbit/bridge

v3.2.0

26 Oct 21:15
Compare
Choose a tag to compare

Release Notes

Bridge v3.2.0 will be released on ~2022.10.26. This release refactors L1 transactions to support EIP-1559, fixes a couple race conditions, upgrades stale dependencies, fixes an issue with Gnosis Safe + WalletConnect, adds preliminary Goerli testnet support, and migrates dev tooling from create-react-app to vite.

Contributions

tomholford (30):
deps: upgrade walletconnect 1.7.1 --> 1.8.0
deps: upgrade @ethereumjs/tx 3.3.0 --> 4.0.0
lint: suppress warning in dependency array
deps: vite, peg node
devex: monkeypatches galores
deps: extract nocksjs to external package
deps: upgrade web3 1.3 --> 1.8
devex: suppress scss lint
devex: remove unused fn
devex: restore truffle config
devex: restore tsconfig
deps: @ethereumjs/common 2 --> 3
txns: EIP1559 fee data
deps: remove unused trezor and ledger pkgs
fix: resolve pointsCache race condition
txns: refactor TX flow --> EIP1559
devex: improve pointcache race condition fix
tx: metamask flow uses EIP1559
fix: additional race condition cases
deps: upgrade @ethereumjs/utils
invites: fix wallet gen web worker
devex: fix folktale build issue
devex: fix folktale/maybe build
devex: polyfill process and buffer for browser
worker: refactor to use comlink plugin
devex: fix worker build with node polyfill
deps: point azimuth-solidity to master branch
devex: switch Ropsten --> Goerli
devex: goerli gas prices use testnet api
tx: handle Gnosis Safe send TX flow

Full Changelog: v3.1.1...v3.2.0

v3.1.1

12 Oct 04:53
Compare
Choose a tag to compare

Release Notes

Bridge 3.1.1 will be released on ~2022.10.12. This release fixes a performance
issue with the Accept Transfer flow, adds a new Advanced login option (skipping
eager generation of authentication token), fixes a broken link, and updates the
README.

Contributions

@matildepark (1):
Greeting: fix link to urbit.org

@zalberico (1):
localhost 403s on macOS

@pkova (2):
accept-transfer: fix infinite render leading to roller request spam
useRoller, IssueChild: fix typescript errors

@tomholford (2):
ui: advanced login options toggle
auth: use fake token when skipping signing

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

05 Apr 16:05
Compare
Choose a tag to compare

Release Notes

Bridge 3.1.0 will be released on ~2022.04.05. This release improves the UX of
viewing and interacting with invite URLs. It also adds backwards compatibility
for Mnemonic and Master Ticket wallets that have set network keys, and fixes
bugs with reticketing and auth token derivation.

Contributions

Hunter Miller (1):
Merge pull request #1012 from urbit/t/549-metamask-can-download-keyfile

tomholford (9):
invites: use absolute URL for invite links
Merge pull request #1009 from urbit/t/1003-absolute-invite-urls
auth: use keccak256 to derive token
login: toggle auth token Legacy Compatibility
ux: keyfile button gives helpful feedback
ux: keyfile unavailable modal
ux: copy tweaks
invite: clear stored invite from cache on reticket
Merge pull request #1013 from urbit/t/skip-stale-cache-when-reticketing

Bridge v2.10.5

06 Oct 11:34
30e9774
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.10.5 (2021-10-06)

  • Improved reliability of transaction signing/sending with Metamask. (#647)
  • Added a warning about Ledger support in Chrome-based browsers. (#648)

Bridge v2.10.4

16 Sep 19:55
ff25fde
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.10.4 (2021-09-16)

  • Improved gas price estimation. (#628)
  • Improved reliability of sign-in with Metamask. (#630)

v2.10.3 (2021-08-26)

  • Improved WalletConnect support: (#615)
    • Correctly handle cases where the wallet cannot sign the transaction separately from sending it. (For example, Gnosis Safe wallets, Metamask.)
    • The "reticket" flow now works for WalletConnect users.
    • Connection to the wallet should be more reliable.

Bridge v2.10.2

17 Aug 20:56
fe1e348
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.10.2 (2021-08-17)

  • Fixed an issue preventing Metamask from logging in. (#610)
  • Fixed an issue preventing Ledger from signing transactions. (#610)

Bridge v2.10.1

17 Aug 13:48
7a09d40
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.10.1 (2021-08-17)

  • Fixed an issue preventing Trezor from signing and serializing transactions. (#609)

Bridge v2.10.0

16 Aug 22:14
9e88ab0
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.10.0 (2021-08-17)

  • Added support for logging in using WalletConnect. (#600)
  • Fixed an issue preventing certain login methods from working correctly. (#605)

Bridge v2.9.5

12 Aug 22:17
08a6c15
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.5 (2021-08-13)

  • Fixed an issue that would cause the star release page to be inaccessible in some cases. (#602)

Bridge v2.9.4

28 Jul 19:16
2d969f1
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.4 (2021-07-28)

  • Restores the "access key" functionality to the OS page, letting you copy out your +code again. (#599)
  • Various developer-facing QoL improvements. (#594, #597)