index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
keypair::generate: always require hw::device to avoid possible mistake
stoffu
2018-03-14
1
-6
/
+0
*
device: untangle cyclic depenency
stoffu
2018-03-14
5
-200
/
+15
*
device: made function prototypes consistent with pre-#3303 codebase
stoffu
2018-03-14
1
-7
/
+3
*
Ledger HW Bug fixes
Cédric
2018-03-12
1
-2
/
+0
*
Monero Cryptonight variants, and add one for v7
moneromooo-monero
2018-03-05
1
-1
/
+2
*
Merge pull request #3277
Riccardo Spagni
2018-03-05
6
-28
/
+32
|
\
|
*
Stagenet
stoffu
2018-03-05
6
-28
/
+32
*
|
Correct spelling mistakes.
Edward Betts
2018-03-05
1
-1
/
+1
|
/
*
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
2018-03-04
6
-23
/
+188
*
Merge pull request #3260
Riccardo Spagni
2018-02-20
1
-1
/
+0
|
\
|
*
Remove `voting_version` parameter documentation.
Jean Pierre Dudey
2018-02-13
1
-1
/
+0
*
|
Merge pull request #3255
Riccardo Spagni
2018-02-20
1
-11
/
+5
|
\
\
|
*
|
Closes #2886: really ignore battery checking
Timothy D. Prime
2018-02-12
1
-11
/
+5
*
|
|
Merge pull request #3247
Riccardo Spagni
2018-02-20
2
-0
/
+40
|
\
\
\
|
*
|
|
wallet2: speed up subaddress generation (by about a third)
moneromooo-monero
2018-02-16
2
-0
/
+40
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3226
Riccardo Spagni
2018-02-16
1
-1
/
+2
|
\
\
\
|
*
|
|
miner: restore std::cout precision after modification
moneromooo-monero
2018-02-02
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #3232
Riccardo Spagni
2018-02-16
1
-1
/
+1
|
\
\
\
|
*
|
|
connection_context: initialize m_last_request_time to current time
moneromooo-monero
2018-02-04
1
-1
/
+1
|
|
/
/
*
/
/
ringct: pseudoOuts moved to prunable in the simple bulletproof case
moneromooo-monero
2018-01-31
1
-2
/
+6
|
/
/
*
|
Readd copyright starting date
xmr-eric
2018-01-26
1
-1
/
+1
*
|
Update 2018 copyright
xmr-eric
2018-01-26
22
-22
/
+22
|
/
*
Merge pull request #2990
Riccardo Spagni
2018-01-10
3
-2
/
+2
|
\
|
*
factor STL container serialization
moneromooo-monero
2017-12-22
3
-2
/
+2
*
|
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
1
-1
/
+1
*
|
check return value for generate_key_derivation and derive_public_key
moneromooo-monero
2017-12-18
1
-4
/
+8
|
/
*
make multisig work with subaddresses
moneromooo-monero
2017-12-17
1
-4
/
+49
*
N-1/N multisig
moneromooo-monero
2017-12-17
2
-2
/
+14
*
Add N/N multisig tx generation and signing
moneromooo-monero
2017-12-17
1
-0
/
+15
*
wallet: add multisig key generation
moneromooo-monero
2017-12-17
2
-0
/
+8
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
4
-2
/
+43
*
Merge pull request #2860
Riccardo Spagni
2017-12-16
2
-4
/
+10
|
\
|
*
new wipeable_string class to replace std::string passphrases
moneromooo-monero
2017-11-27
2
-4
/
+10
*
|
add bulletproofs from v7 on testnet
moneromooo-monero
2017-12-08
1
-4
/
+4
*
|
integrate bulletproofs into monero
moneromooo-monero
2017-12-08
1
-0
/
+21
|
/
*
Merge pull request #2784
Riccardo Spagni
2017-11-25
2
-4
/
+4
|
\
|
*
cryptonote: do not overwrite const data
moneromooo-monero
2017-11-22
2
-4
/
+4
*
|
Merge pull request #2792
Riccardo Spagni
2017-11-25
1
-5
/
+107
|
\
\
|
|
/
|
/
|
|
*
Implement missing miner functions on FreeBSD
Vasil Dimov
2017-11-11
1
-1
/
+105
|
*
Remove unused variables and fix typos in comments
Vasil Dimov
2017-11-11
1
-4
/
+2
*
|
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-0
/
+2
|
/
*
Merge pull request #2597
Riccardo Spagni
2017-10-15
1
-2
/
+1
|
\
|
*
miner: always update block template when starting
moneromooo-monero
2017-10-07
1
-2
/
+1
*
|
refactor cryptonote_basic::add_tx_pub_key_to_extra
Jaquee
2017-10-15
2
-3
/
+15
*
|
Subaddresses
kenshi84
2017-10-07
10
-84
/
+333
|
/
*
connection_context: initialize m_callback_request_count to 0
moneromooo-monero
2017-09-27
1
-1
/
+1
*
fix typo in basic and core CMakeLists.txt
moneromooo-monero
2017-09-25
1
-1
/
+1
*
move checkpoints in a separate library
moneromooo-monero
2017-09-25
7
-522
/
+3
*
Merge pull request #2257
Riccardo Spagni
2017-09-25
2
-0
/
+19
|
\
|
*
wallet: add encrypted seed functionality
moneromooo-monero
2017-09-12
2
-0
/
+19
[next]