Skip to content

Releases: urbit/bridge

Bridge v2.5.12

11 Jan 14:59
085c1e2
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.5.12 (2021-01-11)

  • Fixes an issue that prevented login with the Trezor Model T. (#541)
  • Fixes an issue where the star release page would signal available stars, despite being at the withdraw limit. (#542)

Bridge v2.5.11

15 Dec 01:01
fa1d192
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.5.11 (2020-12-15)

  • Fixes an issue where the star release page would show negative star availability. (#535)
  • Slightly improves the design of the senate voting page. (#539)

Bridge v2.5.10

17 Nov 14:36
f02a7f9
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.5.10 (2020-11-17)
This release adds more fine-grained control over incoming transfers, and fixes a visual bug.

  • Allow accepting a transfer without resetting the point's configuration. (#525)
  • Fix the rendering of star sigils. (#530)

Bridge v2.5.9

16 Oct 10:07
d91c53b
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.5.9 (2020-10-16)
This release fixes an UX issue around transaction submission.

  • Make the "send transaction" button unclickable immediately after clicking, rather than waiting for various checks to complete. (#528)
  • Removes deprecated files from project source. (a2dd484)

Bridge v2.5.8

15 Sep 21:24
721b7e2
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.5.8 (2020-09-15)
This release improves gas-tank related behavior during the invite claiming flow.

  • After claiming an invite, use remaining funds to tip the gas tank for its services. (#523)
  • Updates the trezor-connect dependency to its latest version. (edc821c)

Bridge v2.5.7

20 Aug 21:27
82b00c2
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.5.7 (2020-08-20)
This release improves behavior in high-gas-price conditions.

  • Allow manual selection of gas prices >100 gwei. (#520)
  • Auto-select gas prices higher than the "fundable" limit if needed. (#521)

Bridge v2.5.6

17 Aug 10:41
14ac3f1
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.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

04 Aug 14:23
8d3740f
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.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

24 Jul 22:31
b06175b
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.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

17 Jul 17:02
404f794
Compare
Choose a tag to compare

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

  1. To use Bridge, download this release and unzip it (bridge-2.5.3.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.5.3 directory.
  4. Run this command: python3 -m http.server 5000 --bind 127.0.0.1
  5. 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 with CertUtil -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