Skip to content

Bridge v1.2.0

Compare
Choose a tag to compare
@Fang- Fang- released this 20 Mar 21:45
· 1961 commits to master since this release

Bridge is an open-source application for interacting with Azimuth address space. As of January 14, 2019, this address space is live on the Ethereum blockchain. You can find it at 0x223c067f8cf28ae173ee5cafea60ca44c335fecb.

Owners of Azimuth points will be able to boot Arvo, the Urbit OS, from their Azimuth point and request access to one of our 'cities': private communities for chat and discussion. These new cities use Landscape, a brand new UI for using Urbit in the browser.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download and unzip the zip file on the release page (bridge-$version.zip).
  2. Open up your command line interface (Terminal on OSX, Command Prompt on Windows).
  3. Navigate to the bridge-$version directory.
  4. Run this command: python3 -m http.server 5000 --bind 127.0.0.1 --directory build
  5. You can then use the Bridge app by navigating to http://localhost:5000 on your internet browser.

Verify Checksums
To validate your downloaded file's integrity, compare the lines in checksum.txt to SHA-256 hashes of the build directory's contents.

  • On MacOS: shasum -a 256 -c checksums.txt build
  • On Linux: sha256sum -c checksums.txt build
  • On Windows: Go into the build directory and verify files individually with CertUtil -hashFile [file_name] SHA256

Changes
1.2.0 (2019-03-20)

  • Ensure compatibility with latest Trezor firmware (#76)
  • Don't wait for transactions to confirm before showing transaction hash (#62)
  • Prevent galaxies from spawning planets, as per the contracts (#22)
  • Remove set transfer proxy action (was redundant with transfer) (#69)
  • Various smaller UX improvements (#66, #70, #72, #78)
  • Various copy fixes (#39, #63)
  • Various code fixes and cleanup (#61, #66, #77)

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