Skip to content

Releases: urbit/bridge

Bridge v2.5.2

15 Jul 13:28
c47786a
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.2.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.5.2 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.2 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.2 (2020-07-15)
This release fixes various UI and error handling bugs.

  • Improve error handling for MetaMask users. (#482)
  • No longer try to render sigils for moon and comet inputs. (#482)
  • No longer crash when navigating using the breadcrumbs on the "Residents" page. (#482)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.5.1

13 Jul 17:19
968a3ec
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.5.1.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.5.1 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.1 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.1 (2020-07-13)
This release improves the spawning and inviting flows.

  • Allows you to retrieve invite codes for pending invites sent using Bridge v2.5.1 or later. (#433)
  • More clearly disallow spawning of ships that are not your direct children. (#487)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.5.0

02 Jun 14:48
30f9f96
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.5.0.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.5.0 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.0 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.0 (2020-06-02)
This release updates navigation, supports sponsorship changes, and contains the under-the-hood mechanics for urbit-hosting support. (#406)

  • Support escape, adopt and reject functionality, letting ships change their sponsor more easily.
  • Improve navigational layout.
  • Display transaction fees in ETH instead of gwei.
  • Support (but don't yet fully expose) external ship hosting functionality.

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.4.2

22 May 10:16
cdee9a7
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.4.2.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.4.2 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.4.2 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.4.2 (2020-05-22)
This release makes Bridge suggest gas prices higher than 20 gwei, if needed.

  • Bump gas price to be more lenient about high advised gas prices. (#467)
  • Fix a typo in the networking keys copy. (#465)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.4.1

08 May 23:08
59a0494
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.4.1.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.4.1 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.4.1 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.4.1 (2020-05-08)
This release includes quality of life improvements around invite sending.

  • Allow pasting of multiple emails in the invite field. (#460)
  • Increase gas limit for planet invite transactions. (#458)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.4.0

05 May 14:58
fe6ee13
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.4.0.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.4.0 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.4.0 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.4.0 (2020-05-05)
This release brings authentication tokens for non-custodial wallets, as well as various fixes and improvements.

  • Adds support for authentication tokens, paving the way for UX consistency improvements for non-custodial wallets. (#431)
  • Hide invite code input field if it's known through the URL. (#444)
  • Fix issue where Bridge gave you an old keyfile after configuring new keys. (#423)
  • Fix various menu & routing issues. (#427, #434)
  • Improved chain polling behavior. (#454)
  • Improved error handling. (#428)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.3.5

12 Mar 14:24
6314cef
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.3.5.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.3.5 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.3.5 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.3.5 (2020-03-12)
This release fixes an issue on the Conditional Star Release page.

  • Fixes incorrect star total calculations for Conditional Star Release. (#411)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.3.4

11 Mar 14:07
52c66b6
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.3.4.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.3.4 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.3.4 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.3.4 (2020-03-11)
This release gives the login screen a new looks, and fixes various issues throughout the application.

  • New login screen design & layout. (#409)
  • Allow sending successive email invites without reloading the screen. (#388)
  • Use selected color when downloading sigil image. (#394)
  • Remove superfluous "send an invite" link in first-use greeting. (#389)
  • Handle incomplete star lockups correctly. (#402)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.3.3

03 Feb 20:28
1f00590
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.3.3.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.3.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.3.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.3.3 (2020-02-03)
This release fixes an issue with transaction funding in the invite flow.

  • Send properly formed request to the gas tank when funding invite transactions. (#385)
  • Remove deprecated invite flow files. (#385)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon

Bridge v2.3.2

03 Feb 13:43
5ce8e92
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.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download this release and unzip it (bridge-2.3.2.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-2.3.2 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.3.2 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.3.2 (2020-02-03)
This release fixes various issues.

  • Detect more consistently when a transaction submission warning is caused by the gas tank, and safe to be ignored. (#384)
  • Ensure the forwarding of remaining funds during the invite/reticketing flow happens correctly, and never breaks the flow on-failure. (#384)
  • Prevent attempts to print a non-existent error message. (#383)

License
Licensed under the MIT license
Copyright (c) 2020 Tlon