-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: Matoking/nanolib
base: 0.2
head repository: Matoking/nanolib
compare: 0.3
- 18 commits
- 108 files changed
- 1 contributor
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1db73d - Browse repository at this point
Copy the full SHA c1db73dView commit details -
Squashed 'src/nanolib-work-module/BLAKE2/' content from commit 320c325
git-subtree-dir: src/nanolib-work-module/BLAKE2 git-subtree-split: 320c325437539ae91091ce62efec1913cd8093c2
Configuration menu - View commit details
-
Copy full SHA for 0b3366c - Browse repository at this point
Copy the full SHA 0b3366cView commit details -
Merge commit '0b3366c886214c3dc6f20d3fcaecb9e1fe078288' as 'src/nanol…
…ib-work-module/BLAKE2'
Configuration menu - View commit details
-
Copy full SHA for 8d1ea7f - Browse repository at this point
Copy the full SHA 8d1ea7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0703881 - Browse repository at this point
Copy the full SHA 0703881View commit details
Commits on Mar 20, 2019
-
Add support for Windows and ARM
Add support for compiling using MSVC. Add support for ARM (with optional NEON support) and other platforms (with reference implementation).
Configuration menu - View commit details
-
Copy full SHA for f0fd4a5 - Browse repository at this point
Copy the full SHA f0fd4a5View commit details
Commits on Apr 8, 2019
-
Fix MEGANANO <-> MILLINANO conversions
MEGANANO and MILLINANO shared the same constant value, meaning no conversion would happen if strings were passed as parameters instead of NanoDenomination constants.
Configuration menu - View commit details
-
Copy full SHA for e1a2d5c - Browse repository at this point
Copy the full SHA e1a2d5cView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 990dcf1 - Browse repository at this point
Copy the full SHA 990dcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6d973 - Browse repository at this point
Copy the full SHA 9b6d973View commit details
Commits on Apr 15, 2019
-
Add custom work thresholds for blocks
Allow work thresholds to be set on a per-block basis. Also add function to return the exact value for a PoW. These changes are made to prepare for dynamic PoW coming with the Solidus release.
Configuration menu - View commit details
-
Copy full SHA for 71e3bf9 - Browse repository at this point
Copy the full SHA 71e3bf9View commit details
Commits on Apr 30, 2019
-
Allow threshold change in Block.solve_work
Providing 'threshold' parameter in 'solve_work' will now change the Block instance's work threshold.
Configuration menu - View commit details
-
Copy full SHA for 7c690db - Browse repository at this point
Copy the full SHA 7c690dbView commit details
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 407954e - Browse repository at this point
Copy the full SHA 407954eView commit details
Commits on May 20, 2019
-
Add support for V1 epoch blocks
Verify epoch V1 state blocks correctly as described in nanocurrency/nano-node#955
Configuration menu - View commit details
-
Copy full SHA for 4c79964 - Browse repository at this point
Copy the full SHA 4c79964View commit details
Commits on Jun 8, 2019
-
Enable multithreading during PoW generation
Enable multithreading during solve_work() calls by releasing GIL inside the C extension.
Configuration menu - View commit details
-
Copy full SHA for 1d8e473 - Browse repository at this point
Copy the full SHA 1d8e473View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc496a6 - Browse repository at this point
Copy the full SHA dc496a6View commit details -
Rename work threshold to work difficulty
Rename work threshold to work difficulty and use 16-character hex strings instead of integers like the NANO node.
Configuration menu - View commit details
-
Copy full SHA for 4536f85 - Browse repository at this point
Copy the full SHA 4536f85View commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76e3a28 - Browse repository at this point
Copy the full SHA 76e3a28View commit details
Commits on Jun 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f3e654 - Browse repository at this point
Copy the full SHA 9f3e654View commit details
Commits on Jun 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b3a770 - Browse repository at this point
Copy the full SHA 1b3a770View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2...0.3