Permalink
Commits on Oct 10, 2015
  1. Merge pull request #42 from gitter-badger/gitter-badge

    sidhujag committed Oct 10, 2015
    Add a Gitter chat badge to README.md
Commits on Sep 2, 2015
  1. Added Gitter badge

    gitter-badger committed Sep 2, 2015
Commits on Apr 30, 2015
  1. Merge pull request #40 from syscoin/devstaging-aliasfix

    dwasyluk committed Apr 30, 2015
    Devstaging aliasfix, v1.5.1.1 updates.
  2. Revert "reject creation of aliases with valid syscoin addresses as a …

    sidhujag committed Apr 30, 2015
    …name, and reject any aliasactivate transactions in checktransaction"
    
    This reverts commit 10dcb68.
  3. Revert "fix compile error"

    sidhujag committed Apr 30, 2015
    This reverts commit 30e56f4.
  4. Incremented version number to 1.5.1.1

    dwasyluk committed Apr 30, 2015
    * Incremented UI version number
    * Incremented plist version number for Mac
    * Added comments to protocol versioning re: 1.5.1.1 but did not change actual protocol version
  5. Merge branch 'devstaging-aliasfix' of https://github.com/syscoin/syscoin

    coderboo committed Apr 30, 2015
     into devstaging-aliasfix
  6. fix compile error

    coderboo committed Apr 30, 2015
  7. Added Checkpoints, Updated DNS Seeds

    dwasyluk committed Apr 30, 2015
    * Checkpoints to current block
    * Additional DNS Seeds geo-located
    * New DNS Seeds for test/cakenet
  8. Removed old OSX makefile

    dwasyluk committed Apr 30, 2015
  9. Adding different makefiles for brew and macports

    dwasyluk committed Apr 30, 2015
    Supporting both OSX build lib environments
Commits on Apr 27, 2015
  1. reject creation of aliases with valid syscoin addresses as a name, an…

    coderboo committed Apr 27, 2015
    …d reject any aliasactivate transactions in checktransaction
Commits on Dec 1, 2014
  1. Version update

    dwasyluk committed Dec 1, 2014
  2. Merge pull request #36 from syscoin/devstaging-offersfix-0.1.6

    dwasyluk committed Dec 1, 2014
    Devstaging offersfix 0.1.6
  3. Update version to 0.1.5.1

    dwasyluk committed Dec 1, 2014
  4. address isn't optionsl

    coderboo committed Dec 1, 2014
  5. address isn't optionsl

    coderboo committed Dec 1, 2014
Commits on Nov 24, 2014
  1. Dupe folder cleanup, bugfix

    dwasyluk committed Nov 24, 2014
    #34
    
    Closes #34
Commits on Nov 9, 2014
  1. Update README.md

    dwasyluk committed Nov 9, 2014
  2. Additional checkpoints

    dwasyluk committed Nov 9, 2014
Commits on Nov 8, 2014
  1. Merge pull request #33 from syscoin/devstaging-rc

    dwasyluk committed Nov 8, 2014
    devstaging-rc
  2. Removed RC4 label

    dwasyluk committed Nov 8, 2014
    prep for production promotion
  3. Merge branch 'master' of https://github.com/syscoin/syscoin into devs…

    dwasyluk committed Nov 8, 2014
    …taging-rc
    
    Merge and conflict resolution pre-merge to master. Synced devstaging-rc with any changes not yet pulled from master.
Commits on Oct 20, 2014
  1. Update plist files for RC4

    dwasyluk committed Oct 20, 2014
Commits on Oct 19, 2014
  1. Change QT about version to RC4

    Snipsnoop committed Oct 19, 2014
  2. Changes to DNS seeders

    Snipsnoop committed Oct 19, 2014
    Removed old Moolah seed + added new
Commits on Oct 16, 2014
  1. Rang-Guid changes.

    Snipsnoop committed Oct 16, 2014
    rand changed to guid for syscoin commands
    datafilter was not available due to small spelling bug.
  2. Merge pull request #32 from chenhouwu/master

    Snipsnoop committed Oct 16, 2014
    fix translation and example coin address
  3. fix: zh_TW translation

    laishua committed Oct 16, 2014
Commits on Oct 14, 2014
  1. Removed symlinks

    dwasyluk committed Oct 14, 2014
  2. added cakenet min height check'

    coderboo committed Oct 14, 2014
Commits on Oct 13, 2014
  1. remove pending aliases before checkinputs adds them

    sidhujag committed Oct 13, 2014
    Accept() always removed then added pending aliases causing the pending
    aliases to always be valid when they shouldn't be. I add them first then
    remove them via checkinputs.
    
    also reverted gettransaction comment block