ckt-iwagerr-current:1.6.02

Last commit made on 2018-08-09
Get this branch:
git clone -b 1.6.02 https://git.launchpad.net/ckt-iwagerr-current

Branch merges

Branch information

Name:
1.6.02
Repository:
lp:ckt-iwagerr-current

Recent commits

3733f66... by Cryptarchist <email address hidden>

Merge #53: Release preperation for 1.6.02

ac5b029 Doc: Bump manpages to 1.6.02 (Cryptarchist)
aa2cc70 Build: Bump version to 1.6.02 (Cryptarchist)

Pull request description:

  Update build and manpage version to 1.6.02 after branching off.

Tree-SHA512: fc503f8bee3d753d90734fac44277911c12c602985e0a59713d82cf932dd353bd446ad767e749b6ff5b0ad935175aa99bcbbea6a0b877543025a8246edf86081

ac5b029... by Cryptarchist <email address hidden>

Doc: Bump manpages to 1.6.02

aa2cc70... by Cryptarchist <email address hidden>

Build: Bump version to 1.6.02

Update version after branching off.

1d43a92... by Cryptarchist <email address hidden>

Merge #52: Update configure.ac version on master and set release to false

78e1195 Update configure.ac version on master and set release to false (Cryptarchist)

Pull request description:

  When merging #50 mistakenly set the incorrect version and release in configure.ac on `master`.

Tree-SHA512: cff1d92b19f0cce268467592ff1ce5ee054f6bf81e7ad8cea6fbf2d709e3dc18c07771e72fae698f60afe05d7330493d2cf9e7daaef89714bc0ec6fcb6e00594

78e1195... by Cryptarchist <email address hidden>

Update configure.ac version on master and set release to false

f2abda5... by Cryptarchist <email address hidden>

Merge #51: Regenerate manpages

55698a7 Regenerate manpages (Cryptarchist)

Pull request description:

  Regenerate manpages to account for some minor changes and updated client name.

Tree-SHA512: c3a0edd6a4e05c109afec2e97fc63955fc2db510656e8a4898d173dbf5c370a2b7d8970562f10e072ebdd108aa613450cfc2d447089ebfdbdabd69a4266ab911

55698a7... by Cryptarchist <email address hidden>

Regenerate manpages

0280c66... by Cryptarchist <email address hidden>

Merge #50: zWGRv2 implementation and betting code updates

8460aee [QT Place Bet] prevent bet TX with zero fees to ensure bet TX has a change address. (TechSquad)
ce52ed4 Enable zerocoin maintenance mode by default (Kokary)
e7332b1 [FIX] deduct masternode payment from vout[1] instead of last vout (Kokary)
44536c3 [testing] reward calculations (TechSquad)
2c42975 [testing] reward calculations (TechSquad)
6fb2a25 [Bug Fix] Oracle reward calculation (TechSquad)
a75c5d7 [Bug Fix] pindex height issue (TechSquad)
ae9719b [Skip Block] Removed the skip block logic used for testing. (TechSquad)
508c93a [Bug Fix] List events RPC (TechSquad)
c16ed9f Revert "[QT Events list Updates] Now only looking back two weeks for events instead of looking back to genesis block." (TechSquad)
5ed0640 [Bug Fix] payout block validation (TechSquad)
fde6241 Set testnet block for ZerocoinV2 (TechSquad)
786ab62 [Bet payout block validation] Added the final pieces of code to validate the payout block. (TechSquad)
38fb2ac [QT Events list Updates] Now only looking back two weeks for events instead of looking back to genesis block. (TechSquad)
b743b77 [RPC ListEvents Update] Now looking back only two weeks for events instead of looking back to genesis block. (TechSquad)
73f2e8c Set testnet block for ZerocoinV2 (Kokary)
e757b93 Correct block size (Kokary)
d020934 Change payment tx in coinstake to ZeroCoinV2 (Kokary)
e3f27ee Replace std:string with std::string (Kokary)
b622bf9 Merge Techsquad commits from July 17 (Kokary)
59923c6 Merge Techsquad commits from July 14-July 16 (Kokary)
a299a91 Rebase TechSquad betting updates from July 12/13 (Kokary)
868fa04 Raise protocol and version (wagerrtor)
f3cd416 Update gitan descriptions version number (wagerrtor)
2660461 Fix: nUnlockedBalance (wagerrtor)
f199bdf Fix: overviewpage showing wrong total balance (wagerrtor)
c32a888 [FIX] Add OP_RETURN functionality (Kokary)
9ea3988 Enable check until reworked - Rather not work on nonstandard transactions (unless -testnet/-regtest) (wagerrtor)
fb9e92a Disable check until reworked - Rather not work on nonstandard transactions (unless -testnet/-regtest) (wagerrtor)
78495b2 Fix: testnet issue (WagerrTor)
afa96d7 Travis - disable tests (wagerrtor)
439282f Update README.md (WagerrTor)
c69af02 travis - disable lint whitespace (wagerrtor)
fabe923 Update lint-whitespace.sh (wagerrtor)
c87ed16 travis - Disable logprint scanner (wagerrtor)
a817c5c Add invalid_serials.json.h (wagerrtor)
d7d8114 Add invalid_outpoints.json.h (wagerrtor)
c9e47df Add initialized accumulatorcheckpoints.json.h (wagerrtor)
f700ffa Remove old files (wagerrtor)
5c045f8 Initialize checkpoints (wagerrtor)
a635ad0 add missing files (wagerrtor)
23aee9b TechSquad's Betting code implementation into Wagerr many thanks to techSquad team (wagerrtor)
7706d53 Release candidate 1.6.0-master (wagerrtor)
c199852 Revert "Update betting code" (Cryptarchist)

Pull request description:

  This is a large pull request that includes the initial implementation of zWGRv2 and further updates to the betting code.

  Testing has been done privately and will now expand this out to a larger public testnet.

Tree-SHA512: 16109b84a47dc73793f7d8a891b57380f54a9979e8b42a23bf0e6e73a4dfcdb74b09c5f20be80d8f5e35f0004cd44ec7550e4271f5c48243f32a8bba99938dfa

8460aee... by TechSquad <email address hidden>

[QT Place Bet] prevent bet TX with zero fees to ensure bet TX has a change address.

ce52ed4... by Kokary <email address hidden>

Enable zerocoin maintenance mode by default