Releases: urbit/bridge
Bridge v2.5.12
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.12
(2021-01-11)
Bridge v2.5.11
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.11
(2020-12-15)
Bridge v2.5.10
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.10
(2020-11-17)
This release adds more fine-grained control over incoming transfers, and fixes a visual bug.
Bridge v2.5.9
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.9
(2020-10-16)
This release fixes an UX issue around transaction submission.
Bridge v2.5.8
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.8
(2020-09-15)
This release improves gas-tank related behavior during the invite claiming flow.
Bridge v2.5.7
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.7
(2020-08-20)
This release improves behavior in high-gas-price conditions.
Bridge v2.5.6
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.6
(2020-08-17)
This release fixes issues with the "sharded ticket" login method.
- Improves error handling in the shards login form, properly allowing login with 2/3 shards. (#518)
Bridge v2.5.5
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.5
(2020-08-04)
This release fixes issues with the +code
copy button.
- Fix the copy-on-click behavior of the login code button, and no longer display the code on-screen. (#511)
Bridge v2.5.4
The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.
Changes
v2.5.4
(2020-07-25)
This release brings deterministic networking keys to the masses, and fixes various other issues.
- Now derives networking keys deterministically for all login methods, not just master tickets. This allows you to come back and recover your keyfile at a later point in time. (Doesn't apply to keys configured prior to 2.5.4.) (#505, #508)
- Make checkboxes' checked state visible again. (#500)
- Improve error handling in specific cases. (#498, #506)
Bridge v2.5.3
Bridge is an open-source application for interacting with Azimuth. As of January 14, 2019, the Azimuth address space is live on the Ethereum blockchain. You can find it at azimuth.eth
.
Owners of Azimuth points will be able to boot Arvo, the Urbit OS, using their Azimuth point as an Urbit ID.
The latest version of Bridge is available at bridge.urbit.org. To run it locally, read on.
Requirements
Python 3.7.2
Instructions
- To use Bridge, download this release and unzip it (
bridge-2.5.3.zip
). - Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
cd
into thebridge-2.5.3
directory.- Run this command:
python3 -m http.server 5000 --bind 127.0.0.1
- You can then use Bridge by navigating to http://localhost:5000 using a web browser. (We recommend using Firefox or Chrome.)
Verify checksums
To validate your downloaded file's integrity, compare the lines in checksum.txt to SHA-256 hashes of the bridge-2.5.3
directory's contents.
- On MacOS:
shasum -a 256 -c checksums.txt .
- On Linux:
sha256sum -c checksums.txt .
- On Windows: Go into the
build
directory and verify files individually withCertUtil -hashFile [file_name] SHA256
Changes
v2.5.3
(2020-07-17)
This release fixes an issue with transaction sending.
- Fixes "tx could not be decoded" and "rawTx must be a string" errors when trying to send transactions using non-MetaMask login methods. (#495)
License
Licensed under the MIT license
Copyright (c) 2020 Tlon