LWMA v2, Cryptonight variant 2, and much much more wow #88

Merged
wowario merged 394 commits from monero into release-v0.3.0.0 6 years ago
wowario commented 6 years ago (Migrated from github.com)
Owner

Rebased on top of Monero v0.12.3.0 with selective upstream commits... added LWMA v2, Cryptonight variant 2 (not finalized and subject to change), mandatory ring size 22. v9 fork height and guessed difficulty TBD, place holders added.

Rebased on top of Monero v0.12.3.0 with selective upstream commits... added LWMA v2, Cryptonight variant 2 (not finalized and subject to change), mandatory ring size 22. v9 fork height and guessed difficulty TBD, place holders added.
wowario commented 6 years ago (Migrated from github.com)
Owner

Cryptonote tweak v2.2 https://github.com/monero-project/monero/pull/4404 applied, which augments CNv2 effect against pre-built boards at a ~2-10% hit on GPU/CPU performance when compared to CNv1.

Cryptonote tweak v2.2 https://github.com/monero-project/monero/pull/4404 applied, which augments CNv2 effect against pre-built boards at a ~2-10% hit on GPU/CPU performance when compared to CNv1.
stoffu (Migrated from github.com) reviewed 6 years ago
stoffu (Migrated from github.com) commented 6 years ago
Owner

These checks should be written like nettype == cryptonote::MAINNET with nettype being passed by the blockchain class, since cryptonote::MAINNET is just an enum value (which happens to be zero, meaning that the branch body never gets executed).

These checks should be written like `nettype == cryptonote::MAINNET` with `nettype` being passed by the blockchain class, since `cryptonote::MAINNET` is just an enum value (which happens to be zero, meaning that the branch body never gets executed).
wowario (Migrated from github.com) reviewed 6 years ago
wowario (Migrated from github.com) commented 6 years ago
Owner

Thanks @stoffu. I'll updated the checks for the next release.

Thanks @stoffu. I'll updated the checks for the next release.
The pull request has been merged as 869b084d2c.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#88
Loading…
There is no content yet.