Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

0.8.10 into master #2159

Merged
merged 85 commits into from Apr 26, 2017
Merged

0.8.10 into master #2159

merged 85 commits into from Apr 26, 2017

Commits on Dec 15, 2016

  1. updated solc again

    frozeman committed Dec 15, 2016
    Copy the full SHA
    aa660e3 View commit details
    Browse the repository at this point in the history
  2. updated solc to 0.4.6

    frozeman committed Dec 15, 2016
    Copy the full SHA
    cc0743e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Copy the full SHA
    4ed5b07 View commit details
    Browse the repository at this point in the history
  2. Update geth to 1.5.5 (#1520)

    * Update geth to 1.5.5
    
    * corrected windows zip's internal paths
    
    * changed sanity check
    
    * made node starting better
    
    * also log path from which to fetch
    
    * show fetching origin URL
    
    * fix ESLint errors
    
    * removed -stable
    evertonfraga authored and frozeman committed Dec 16, 2016
    Copy the full SHA
    5fa0e01 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    39fe429 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    075831c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Copy the full SHA
    0a0ceed View commit details
    Browse the repository at this point in the history
  2. fixes #1532 (#1534)

    frozeman committed Dec 20, 2016
    Copy the full SHA
    c26a303 View commit details
    Browse the repository at this point in the history
  3. [ESLint] autofix 'modules' (#1536)

    luclu authored and frozeman committed Dec 20, 2016
    Copy the full SHA
    59b918f View commit details
    Browse the repository at this point in the history
  4. [ESLint] update customProtocols.js (#1538)

    luclu authored and frozeman committed Dec 20, 2016
    Copy the full SHA
    5e6dc73 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Copy the full SHA
    dca7ffa View commit details
    Browse the repository at this point in the history
  2. [ESLint] update 'scripts' (#1539)

    * [ESLint] update 'scripts'
    
    * add comments to .eslintrc
    
    * update paths
    
    * update comments
    luclu authored and frozeman committed Dec 22, 2016
    Copy the full SHA
    d2f5d67 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Copy the full SHA
    3aa4f74 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Changes to splash screen and onboarding (#1545)

    * change fast to light
    
    * light client
    
    * remove '--cache' flag
    
    * remove cache
    
    * text changes`
    
    * changes to onboarding screen
    
    * changes to onboarding
    
    * ropstein in eth
    
    * experimental label`
    
    * checking network label position
    
    * Theres no I in Ropsten
    
    * changes algotithm for displaying
    
    * allows app to be ready if no sync is happening
    
    * bring changes to splash screen
    
    * remove changes from ethereumNode
    
    * remove changes from menuItems
    
    * speed changes
    
    * clean up and add comments
    
    * fixes onboarding shapeshift window loading
    
    * simplify code
    
    * add comments
    
    * shows ready to launch when there are less than a 100 blocks
    alexvansande authored and frozeman committed Jan 6, 2017
    Copy the full SHA
    24d9b5e View commit details
    Browse the repository at this point in the history
  2. Error pages (#1559)

    * added not found and crash error page
    
    * add source sans
    frozeman authored and alexvansande committed Jan 6, 2017
    Copy the full SHA
    166e4e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. [readme] minor typo

    BitcoinErrorLog authored and luclu committed Jan 7, 2017
    Copy the full SHA
    d59a0ba View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. [mistAPI] add 'mist.solidity.version' (#1586)

    * add 'mist.solidity.version' to mistAPI
    
    * Adding tests for  in Mist API
    luclu authored and evertonfraga committed Jan 13, 2017
    Copy the full SHA
    75dd12c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. fixes (#1600)

    luclu authored and frozeman committed Jan 18, 2017
    Copy the full SHA
    b08925c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb9c3ef View commit details
    Browse the repository at this point in the history
  3. fix offline-startup edge-case (#1571)

    luclu authored and frozeman committed Jan 18, 2017
    Copy the full SHA
    36e89b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. NSIS installer (#1499)

    * Update travis config to new format
    
    * fixes
    
    * install gulp
    
    * fixes
    
    * tweaks
    
    * use same install & script tasks for all builds
    
    * Expand build matrix
    
    * tweaks
    
    * fixes
    
    * try to fix wine installation
    
    * Enable mac build
    
    * Extend run time to 30 minutes
    
    * see if extra dependencies resolves build issue for linwin
    
    * Install yarn with npm on osx
    
    * linux and windows in one
    
    * Add gulp to Mac
    
    * Bump timeout to 60 minutes
    
    * remove download-signatures from processing / travis tweaks
    
    * cleanup
    
    * enable gitter notifications
    
    * fix bash double ampersand
    
    * try to build nsis script
    
    * fix nsis verbosity flag
    
    * Customized NSIS installer
    
    * Fix order of commands
    
    * Improve uninstaller
    
    * Add logic and movefile plugins
    
    * Enable separate DATADIR location
    
    * Remove INSTDIR and replace with FILEDIR
    
    * Fix compiler warnings about unknown variables
    
    * Enforce UAC admin requirement
    
    * Move NSI to scripts directory and add plugins
    
    * Include version in output filename
    
    * Remove duplicate execution level command
    
    * Move files from nested folder into main folder
    
    * Update shortcut names and params
    
    * initial architecture detection + various cleanup
    
    * More flexible environment vars
    
    * Cleanup
    
    * User-selectable location for Mist's data files
    
    * Include icon in installation directory
    
    * Cleanup
    
    * Improve/fix registry entries
    
    * Show shortcuts after successful installation
    
    * Estimate installation size
    
    * Fix removal of start menu shortcuts
    
    * Open DATADIR and NODEDATADIR on uninstallation
    
    * Handle firewall rules
    
    * Disable firewall updates
    
    * Include multiple architectures into single installer
    
    * Don't allow user to select Mist data directory
    
    * Integrate NSIS build into Gulp
    
    * Cleanup lint suggestions
    
    * Cleanup more lint suggestions
    
    * One more linter fix
    
    * Remove testnet startmenu entry
    
    * Double the estimated installed size
    
    * Create desktop shortcut
    
    * Delete temporary zips
    
    * Store user settings in HKCU for uninstallation
    
    * Remove user registry settings on uninstallation
    
    * Improved uninstallation to not rely on stack variables
    
    * Compute actual program directory size
    
    * Cleanup
    tgerring authored and frozeman committed Jan 19, 2017
    Copy the full SHA
    7825db9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. [travis] various fixes (#1601)

    * various fixes
    
    * disable code-signing on 'develop'
    
    * fix yarn on xcode8 image
    
    * rectify if statement
    
    * comments
    
    * improvement
    luclu authored and frozeman committed Jan 20, 2017
    Copy the full SHA
    032ea1d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Adjust formatter for addPeer #1543 (#1599)

    * recreate PR
    
    * add fixes
    
    * fix [null]
    luclu authored and frozeman committed Jan 23, 2017
    Copy the full SHA
    7e102af View commit details
    Browse the repository at this point in the history
  2. [gulp] new task 'upload-binaries' (to github) (#1578)

    * add gulp-task 'upload-binaries'
    
    * fix ESLint errors
    
    * improvements and fixes
    
    * switch URLs to ethereum/mist repo
    
    * also build wallet if on master branch
    luclu committed Jan 23, 2017
    Copy the full SHA
    cc27bc3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    860f60c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Adding a develop menu option to open Remix IDE (#1608)

    * Adding browser solidity menu item
    
    * Adding i18n keys for Remix menu item
    
    * Moving Remix menu option UP
    
    * Opening Remix on a separated popup
    
    * Changing display name
    
    * minor refactor
    
    * reverting travis change
    evertonfraga committed Jan 24, 2017
    Copy the full SHA
    e879347 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Update app.nl.i18n.json (#1609)

    Dutch translation
    h3ll0fr13nd authored and frozeman committed Jan 25, 2017
    Copy the full SHA
    e8dd568 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    47570c9 View commit details
    Browse the repository at this point in the history
  3. fix mention-bot (#1587)

    luclu authored and frozeman committed Jan 25, 2017
    Copy the full SHA
    2459a6e View commit details
    Browse the repository at this point in the history
  4. Improve importer (#1598)

    
    * rename 'presaleFile' IPC actions to generic 'walletFile'
    
    * update the import-screen depending on wallet type
    
    * leverage ethereum-keyfile-recognizer
    
    * update yarn.lock
    
    * fix merge relic
    
    * [ESLint]
    
    * polish
    
    * update dependency and fix ESLint
    
    * improvements
    
    * update menu-label
    luclu committed Jan 25, 2017
    Copy the full SHA
    a617510 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Dutch translation improved (#1610)

    * Update mist.nl.i18n.json
    
    Dutch translations
    
    * Corrected proposed changes for Dutch translations.
    
    Capital "E"ther and changed from formal to informal throughout the file.
    h3ll0fr13nd authored and frozeman committed Jan 26, 2017
    Copy the full SHA
    21a5b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. change window height (#1612)

    luclu authored and frozeman committed Jan 27, 2017
    Copy the full SHA
    fdd2eb4 View commit details
    Browse the repository at this point in the history
  2. Allow for operators while parsing 'mist.solidity.version' (#1613)

    * Allow for operators while parsing 'mist.solidity.version'
    
    * minor improvement in regex
    luclu authored and frozeman committed Jan 27, 2017
    Copy the full SHA
    77fccdb View commit details
    Browse the repository at this point in the history
  3. Sync Dutch translation file to English + corrections (#1616)

    * Sync Dutch translations to English + corrections
    
    Mostly rearranged the lines to get equal to the English translation file for easier future maintenance. Also did some small spelling corrections and improved a few translations when I matched the Dutch and English files.
    
    * Fixed JSON syntax
    
    Fixed JSON syntax
    
    * Processed suggestions, many thanks!
    h3ll0fr13nd authored and luclu committed Jan 27, 2017
    Copy the full SHA
    838bb9f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Copy the full SHA
    5d790a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. [travis] don't wait for mac build on PR check (#1611)

    * 36
    
    * 37
    luclu authored and evertonfraga committed Jan 31, 2017
    Copy the full SHA
    5821038 View commit details
    Browse the repository at this point in the history
  2. [gulp] don't build NSIS installer on 'wallet' task (#1614)

    * don't build NSIS installer in 'wallet' task
    
    * [readme] add 'makensis' to brew install
    luclu committed Jan 31, 2017
    Copy the full SHA
    5ecbc08 View commit details
    Browse the repository at this point in the history
  3. Bump version string to 0.8.9 (#1626)

    luclu authored and evertonfraga committed Jan 31, 2017
    Copy the full SHA
    d9bb803 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Spectron testing suite (#1553)

    * Spectron iteration
    
    * Updating spectron
    
    * Creating switch for mist.lokidb for automated tests
    
    * Adding chai-as-expected
    
    * Changing IPC flag
    
    * Pairing spectron and electron versions
    
    * [ESLint] Minor fixes
    
    * Adding chai-string
    
    * Couple of tests passing
    
    * update .eslintrc.yml
    
    * Simplifying code
    
    * Removing delay in favor of better window management
    
    * Adding tests for URL bar
    
    * Focusing window before each test
    
    * Minor fixes
    
    * Improving mist setup and teardown
    
    * Fixing wallet test
    
    * adding html fixture
    
    * Improving test helpers
    
    * Tests for ETH-01-002
    
    * Updating tests
    
    * Starting local HTTP server to deal with html fixtures
    
    * Updating tests setup
    
    * Adding more tests
    
    * Updating travis file to run spectron tests
    
    * Refactoring tests
    
    * Tests for ETH-01-007
    
    * Downloading geth on the fly
    
    * Fine-tuning geth download during tests
    
    * Changing linux binary dir
    
    * Fixing binary path on linux
    
    * Travis debug
    
    * Travis debug
    
    * Changing fixtures
    
    * Fixing tests
    
    * Fixing travis file
    
    * More tests
    
    * Adjusting timeouts
    
    * Adjusting GULP_PLATFORM test env variable
    
    * Adjusting timeouts
    
    * Disabling some tests for now
    
    * Disabling a test
    evertonfraga committed Feb 1, 2017
    Copy the full SHA
    9b4e01a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    334f6c2 View commit details
    Browse the repository at this point in the history
  3. Update dependencies (#1623)

    * Update dependencies
    
    * Updating yarn lock
    luclu authored and evertonfraga committed Feb 1, 2017
    Copy the full SHA
    0c7ade6 View commit details
    Browse the repository at this point in the history
  4. udpate (#1622)

    luclu authored and evertonfraga committed Feb 1, 2017
    Copy the full SHA
    b4f24cd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e099e25 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1113186 View commit details
    Browse the repository at this point in the history
  7. Update geth to 1.5.5 (#1520) (#1522) (#1633)

    * updated solc again
    
    * updated solc to 0.4.6
    
    * Update geth to 1.5.5 (#1520)
    
    * Update geth to 1.5.5
    
    * corrected windows zip's internal paths
    
    * changed sanity check
    
    * made node starting better
    
    * also log path from which to fetch
    
    * show fetching origin URL
    
    * fix ESLint errors
    
    * removed -stable
    evertonfraga committed Feb 1, 2017
    Copy the full SHA
    c9a4a40 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    83c7f59 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Update geth to 1.5.8 (#1635)

    * Update geth (osx still missing)
    
    * include mac
    luclu authored and evertonfraga committed Feb 2, 2017
    Copy the full SHA
    9d11d10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a974f69 View commit details
    Browse the repository at this point in the history
  3. Add gulp task 'update-nodes' (#1637)

    luclu authored and evertonfraga committed Feb 2, 2017
    Copy the full SHA
    fccbf03 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. sync was being skipped (#1647)

    * sync was being skipped
    
    * sync was being skipped
    alexvansande committed Feb 7, 2017
    Copy the full SHA
    34b395e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. updates confirmation window size issue (#1665)

    * updates confirmation window size issue
    
    * updated to web3.js 0.18.2, please run yarn
    
    * improved gas estimation errors
    
    * add error check only when estimatedGas is lower than providedGas
    alexvansande authored and frozeman committed Feb 17, 2017
    Copy the full SHA
    8429c2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d3e406 View commit details
    Browse the repository at this point in the history
  3. update to geth 1.4.9 (#1662)

    alexvansande authored and frozeman committed Feb 17, 2017
    Copy the full SHA
    ca28f0d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Last days of dechunker (#1680)

    * removed dechunker
    
    * added legacyWeb3Provider
    
    * added comment
    
    * warn on websocket connection
    
    * added old full web3 for legacy reasons
    frozeman committed Feb 28, 2017
    Copy the full SHA
    7ff3f28 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Copy the full SHA
    0169627 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f1db5e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Copy the full SHA
    e2e21f9 View commit details
    Browse the repository at this point in the history
  2. meteor interface: add ES6 support (#1738)

    luclu authored and frozeman committed Mar 17, 2017
    Copy the full SHA
    220e828 View commit details
    Browse the repository at this point in the history
  3. Fix #1701 (#1750)

    evertonfraga authored and frozeman committed Mar 17, 2017
    Copy the full SHA
    bfc2f8b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    db57e94 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. [ESLint] fix simple rule violations in 'interface' (#1751)

    * fix rule "intend"
    
    * fix rule "no-trailing-spaces"
    
    * fix rule "eol-last" (new line at end of file)
    
    * fix rule "keyword-spacing"
    
    * fix rule "space-before-blocks"
    
    * fix rule "space-infix-ops" (space before and after operators)
    
    * fix rule "space-before-function-paren"
    
    * fix rule "object-curly-spacing"
    
    * fix rule "no-multi-spaces"
    
    * fix rule "curly"
    
    * fix rule "no-multiple-empty-lines"
    
    * fix rule "quotes"
    
    * fix rule "semi-spacing"
    
    * fix rule "semi"
    
    * fix rule "key-spacing"
    
    * fix rule "space-in-parens"
    
    * fix rule "spaced-comment"
    
    * fix rule "comma-spacing"
    
    * fix rule "no-lonely-if"
    
    * fix rule "eqeqeq"
    luclu authored and frozeman committed Mar 20, 2017
    Copy the full SHA
    68a6a33 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. show backup hint when createing accounts, demanding min 8 characters (#…

    …1775)
    
    * show backup hint when createing accounts, demanding min 8 characters
    
    * fix typo
    frozeman committed Mar 24, 2017
    Copy the full SHA
    c858b1c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ac37432 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. [i18n] partial update to German translation (#1753)

    * [i18n] partial update to German translation
    
    * update
    luclu authored and evertonfraga committed Mar 27, 2017
    Copy the full SHA
    3955af4 View commit details
    Browse the repository at this point in the history
  2. Improve console messages (#2067)

    luclu authored and evertonfraga committed Mar 27, 2017
    Copy the full SHA
    30a9b3a View commit details
    Browse the repository at this point in the history
  3. [i18n] add missing meteor package 'numeral:languages' (#1783)

    * [i18n] add missing meteor package 'numeral:languages'
    
    * add better error message
    luclu authored and evertonfraga committed Mar 27, 2017
    Copy the full SHA
    5d3b371 View commit details
    Browse the repository at this point in the history
  4. More spectron ETH-01 tests. (#1689)

    * Spectron iteration
    
    * Updating spectron
    
    * Creating switch for mist.lokidb for automated tests
    
    * Adding chai-as-expected
    
    * Changing IPC flag
    
    * Pairing spectron and electron versions
    
    * [ESLint] Minor fixes
    
    * Adding chai-string
    
    * Couple of tests passing
    
    * update .eslintrc.yml
    
    * Simplifying code
    
    * Removing delay in favor of better window management
    
    * Adding tests for URL bar
    
    * Focusing window before each test
    
    * Minor fixes
    
    * Improving mist setup and teardown
    
    * Fixing wallet test
    
    * adding html fixture
    
    * Improving test helpers
    
    * Tests for ETH-01-002
    
    * Updating tests
    
    * Starting local HTTP server to deal with html fixtures
    
    * Updating tests setup
    
    * Adding more tests
    
    * Updating travis file to run spectron tests
    
    * Refactoring tests
    
    * Tests for ETH-01-007
    
    * Downloading geth on the fly
    
    * Fine-tuning geth download during tests
    
    * Changing linux binary dir
    
    * Fixing binary path on linux
    
    * Travis debug
    
    * Travis debug
    
    * Changing fixtures
    
    * Fixing tests
    
    * Fixing travis file
    
    * More tests
    
    * Adjusting timeouts
    
    * Adjusting GULP_PLATFORM test env variable
    
    * Adjusting timeouts
    
    * Disabling some tests for now
    
    * Disabling a test
    
    * updating yarn
    
    * Tests for ETH-01-009
    
    * More tests
    
    * Adding test for ETH-01-008
    
    * simplify '--test' flag evaluation
    
    * revert unnecessary changes to yarn.lock (no changes to package.json)
    
    * Minor comment changes
    
    * consistent use of 'protocol' in test titles
    
    * Update js-redirect.html
    evertonfraga committed Mar 27, 2017
    Copy the full SHA
    d4eb221 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. [gulp] Refactor and Ethereum-Wallet NSIS installer (#1642)

    * Add Ethereum-Wallet NSIS installer
    
    * minor changes
    
    * improve makensis call
    
    * Improve Uploader
    
    * Refactor
    
    * refactor
    
    * remove eth node
    
    * remove build-dist.js
    
    * added 'options.platforms' and 'options.activePlatforms'
    
    * remove squirrel
    
    * fix
    
    * cleanup
    
    * string formating, windows compatibility
    
    * md5 checksum platform compatibiliy
    
    * cleanup Linter errors
    
    * update travis.yml
    
    * minor fix
    
    * improve platform usage hint (don't show 'mac' on non macOS systems)
    
    * Rectifying documentation
    
    * update Readme
    
    * typo in readme
    
    * add clarification on available platforms on the host platform
    
    * remove unnessecary linux dep
    
    * cleanup patch string
    luclu authored and alexvansande committed Apr 3, 2017
    Copy the full SHA
    51f8bfe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. increase timeout (#2129)

    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    efe510d View commit details
    Browse the repository at this point in the history
  2. Sidebar revamp (#1640)

    * Sidebar changes
    
    * Basic tab visual changes
    
    * Scrolling tabs
    
    * Menu iteration
    
    * Improvements on floating menu
    
    * Menu improvements
    
    * Inflection translation for account button
    
    * Adjusting menu animations and hover (dis)appear timings
    
    * Identicon area height
    
    * Cleanup
    
    * Improvements on menu position and, padding and dealing with information overflow
    
    * browserbar z-index
    
    * Sidebar scrolling on submenu overflow
    
    * Fixed some visual glitches
    
    * Enabling drag and drop of new tabs
    
    * Fixing submenu position
    
    * Refactoring
    
    * Opening the right account window for dapp menu entries
    
    * Minor opacity change
    
    * Scrollbars on windows
    
    * White scrollbars on submenu
    
    * Fixing sidebar css on windows
    
    * Code style
    
    * Dealing with large numbers with german separators
    
    * Prevents dragging Dapps to 1st position (browser)
    
    * Ensuring browse will always be the first tab
    
    * Preventing drag dapps above browse tab
    
    * Minor adjustments
    
    * Small refactor and code cleaning
    
    * Dependencies update
    
    * Fixing add permissions to browse tab behavior
    
    * Cursor change
    
    * Code Style
    
    * Small refactor
    
    * Code style
    evertonfraga committed Apr 11, 2017
    Copy the full SHA
    6b3a67a View commit details
    Browse the repository at this point in the history
  3. remove duplicate makensis step (#2073)

    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    be01fe0 View commit details
    Browse the repository at this point in the history
  4. remove rules (#2091)

    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    180278c View commit details
    Browse the repository at this point in the history
  5. [travis] only increase timeout for mac build (#2096)

    * [travis] only increase timeout for mac build
    
    * fix
    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    789eddf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5acb83f View commit details
    Browse the repository at this point in the history
  7. fix (#2124)

    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    bcf4d11 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ba347e9 View commit details
    Browse the repository at this point in the history
  9. [yarn] update dev node modules (#2128)

    luclu authored and evertonfraga committed Apr 11, 2017
    Copy the full SHA
    0df9e1b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. remove debug loglevel (#2137)

    luclu authored and evertonfraga committed Apr 12, 2017
    Copy the full SHA
    a5e0186 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Copy the full SHA
    f109712 View commit details
    Browse the repository at this point in the history
  2. update npm-modules (#2126)

    luclu authored and evertonfraga committed Apr 13, 2017
    Copy the full SHA
    b3c8600 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. [security] fix #1359, improve txData validation (#2092)

    * fix #1359
    
    * stricter validation
    
    * add test case "shouldn't allow RegExp (possible XSS)"
    
    * shorten test-case
    
    * remove unnecessary regex flags
    
    * improve error msg
    luclu authored and alexvansande committed Apr 17, 2017
    Copy the full SHA
    e30fbb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. update geth 1.6.0 (#2146)

    * update geth 1.6.0
    
    * [tests] geth 1.6.0 compatibility
    luclu authored and evertonfraga committed Apr 18, 2017
    Copy the full SHA
    313b201 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. [meta] remove .mention-bot (#2094)

    luclu authored and evertonfraga committed Apr 19, 2017
    Copy the full SHA
    32005fb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Version bump (#2161)

    evertonfraga committed Apr 20, 2017
    Copy the full SHA
    d96f73d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a43fc2 View commit details
    Browse the repository at this point in the history