Skip to content

Commit

Permalink
Update to 0.9.1
Browse files Browse the repository at this point in the history
Added OpenSSL-1.1 support.
Added minniupnpc-1.9+ support.
Removed deprecated C++ features.
Enable coin control features.
Fixed potential crash with zero-sized peers.dat.
New branding.
Extra static libraries for win32 linkage.
Provided extra paths and definitions for MinGW.
LevelDB updated
Automake.
Added some fixes for the latest Boost.
Quark backports: adjust OpenSSL DER check, fixed the median time calculation, prevented potential crash in fork checking code.
Repositioned About page.
Update icons to bitcoin upstream.
Fusion style for win32.
Do not translate RPC errors.
  • Loading branch information
caraphinneth authored and Animecointeam committed Apr 13, 2019
1 parent 4bcaa44 commit f5eff40
Show file tree
Hide file tree
Showing 596 changed files with 169,678 additions and 64,663 deletions.
85 changes: 85 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
*.tar.gz

*.exe
src/animecoin
src/animecoind
src/animecoin-cli
src/test/test_animecoin
src/qt/test/test_animecoin-qt

Makefile.in
aclocal.m4
autom4te.cache/
config.log
config.status
configure
src/bitcoin-config.h
src/bitcoin-config.h.in
src/build-aux/
src/stamp-h1
share/setup.nsi
share/qt/Info.plist

src/qt/*.moc
src/qt/moc_*.cpp
src/qt/forms/ui_*.h

src/qt/test/moc*.cpp

.deps
.dirstamp
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.o-*
*.patch
.animecoin
*.a
*.pb.cc
*.pb.h

*.log
*.trs
*.dmg

*.json.h
*.raw.h

# Compilation and Qt preprocessor part
*.qm
Makefile
animecoin-qt
animecoin-Qt.app

# Unit-tests
Makefile.test
animecoin-qt_test

# Resources cpp
qrc_*.cpp

# Qt creator
*.pro.user

# Mac specific
.DS_Store
build

#lcov
*.gcno
/*.info
test_bitcoin.coverage/
total.coverage/
coverage_percent.txt

#build tests
linux-coverage-build
linux-build
win32-build
qa/pull-tester/run-bitcoind-for-test.sh
qa/pull-tester/build-tests.sh

!src/leveldb*/Makefile
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2014 Animecoin Developers
Copyright (c) 2019 Animecoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 2 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Building Animecoin

See doc/readme-qt.rst for instructions on building Animecoin-Qt,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Animecoin.

See doc/build-*.txt for instructions on building animecoind,
See doc/build-*.md for instructions on building animecoind,
the intended-for-services, no-graphical-interface, reference
implementation of Animecoin.
implementation of Animecoin.

0 comments on commit f5eff40

Please sign in to comment.