Releases: urbit/bridge
v3.2.0
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
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
- @zalberico made their first contribution in #1028
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
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)
Bridge v2.10.4
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)
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
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)
Bridge v2.10.1
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
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)
Bridge v2.9.5
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
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)