diff --git a/.travis.yml b/.travis.yml index 6d20a453..804599a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,21 +19,26 @@ branches: env: global: - PROJECT_NAME=arizen + - HOMEBREW_NO_AUTO_UPDATE=1 + - USE_HARD_LINKS=false addons: homebrew: + update: false packages: - gnupg apt: packages: - gpg + - python3-pip + - python3-setuptools jobs: include: - os: osx osx_image: xcode10.2 language: node_js - node_js: lts/erbium + node_js: lts/fermium env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder @@ -56,7 +61,7 @@ before_cache: - rm -rf $HOME/.cache/electron-builder/wine after_success: - - sudo pip install --upgrade b2 + - sudo pip3 install --upgrade b2 - ./ci/after_success.sh deploy: diff --git a/README.md b/README.md index 3072f27a..89befac4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,25 @@ [![Dependency status][david-img]][david-url] [![License][license-img]][license-url] [![Build status][travis-img]][travis-url] -[![Code Climate][codeclimate-img]][codeclimate-url]
# User Manuals -- v1.2.5: [Arizen v1.2.5 Wallet User Manual](https://horizenofficial.atlassian.net/wiki/spaces/ZEN/pages/665354259/Arizen+User+Manual) +- v1.3.0: [Arizen v1.3.0 Wallet User Manual](https://horizenofficial.atlassian.net/wiki/spaces/ZEN/pages/665354259/Arizen+User+Manual) # Notes -- To upgrade to v1.2.5 on Windows, please uninstall any previous version of Arizen before installing v1.2.5. This is needed because the installer works differently in v1.2.5. As always please make sure you create regular [backups](https://horizenofficial.atlassian.net/wiki/spaces/ZEN/pages/666009654/1.4+-+Manual+Backup) of your awd files. +- To upgrade to v1.3.0 on Windows, please uninstall any previous version of Arizen older than v1.2.5. This is needed because the installer works differently in v1.2.5+. As always please make sure you create regular [backups](https://horizenofficial.atlassian.net/wiki/spaces/ZEN/pages/666009654/1.4+-+Manual+Backup) of your awd files. # Version History +## v1.3.0-beta + - [x] Update of dependencies, switch out unsupported dependencies + - [x] Modify to support new versions of dependencies + - [x] Add ability to run on testnet (using `npm run testnet` in cloned repo) + - [x] Test compatibility with zen v3.0.0 + - [x] Add Content Security Policy for additional security + - [x] Fixed missing cursor on login after creating a new wallet + ## v1.2.5 - [x] Update of dependencies, removal of unused dependencies - [x] Switch to NSIS Windows installer @@ -172,7 +179,7 @@ printed. This created address can by included to your Arizen or not. ## Development ### How to create distribution - git clone https://github.com/ZencashOfficial/arizen + git clone https://github.com/HorizenOfficial/arizen git checkout master npm install npm run dist @@ -203,11 +210,9 @@ printed. This created address can by included to your Arizen or not. ![Notification](https://i.imgur.com/WdW0WMK.png) -[david-img]: https://david-dm.org/ZencashOfficial/arizen.svg?style=flat-square -[david-url]: https://david-dm.org/ZencashOfficial/arizen +[david-img]: https://david-dm.org/HorizenOfficial/arizen.svg?style=flat-square +[david-url]: https://david-dm.org/HorizenOfficial/arizen [license-img]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square [license-url]: LICENSE -[travis-img]: https://img.shields.io/travis/ZencashOfficial/arizen.svg?style=flat-square -[travis-url]: https://travis-ci.org/ZencashOfficial/arizen.svg?branch=master -[codeclimate-img]: https://codeclimate.com/github/ZencashOfficial/arizen/badges/gpa.svg?style=flat-square -[codeclimate-url]: https://codeclimate.com/github/ZencashOfficial/arizen +[travis-img]: https://img.shields.io/travis/HorizenOfficial/arizen.svg?style=flat-square +[travis-url]: https://travis-ci.org/HorizenOfficial/arizen.svg?branch=master diff --git a/app/create_wallet.html b/app/create_wallet.html index 0c6b9ad5..a855b0cd 100644 --- a/app/create_wallet.html +++ b/app/create_wallet.html @@ -1,6 +1,17 @@ +