index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Re-enable Travis IRC notifications
Jacob Torrey
2016-08-26
1
-11
/
+10
|
*
|
|
|
Silence coveralls to prevent 4MB logs
Jacob Torrey
2016-08-26
1
-1
/
+1
|
*
|
|
|
Disabled libwallet_api_test until Issue #895 resolved
Jacob Torrey
2016-08-26
1
-1
/
+3
|
*
|
|
|
Disable core_tests on Travis-CI
Jacob Torrey
2016-08-26
1
-2
/
+11
|
*
|
|
|
Added -j2 to Makefile and clean up matrix
Jacob Torrey
2016-08-26
1
-7
/
+35
|
*
|
|
|
Streamline test building target
Jacob Torrey
2016-08-26
2
-3
/
+2
|
*
|
|
|
Ensure tests are built prior to testing
Jacob Torrey
2016-08-26
1
-1
/
+1
|
*
|
|
|
Added coverage g++ commands
Jacob Torrey
2016-08-26
1
-2
/
+2
|
*
|
|
|
Update .travis.yml
Jacob Torrey
2016-08-26
1
-0
/
+1
|
*
|
|
|
Update for the current make environment
Jacob Torrey
2016-08-26
1
-1
/
+1
|
*
|
|
|
Fixed tab/space issue on YAML
Jacob Torrey
2016-08-26
1
-36
/
+36
|
*
|
|
|
Converted to a build matrix for testing and release
Jacob Torrey
2016-08-26
1
-42
/
+87
|
*
|
|
|
Prep for coveralls
Jacob Torrey
2016-08-26
2
-1
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #990
Riccardo Spagni
2016-08-28
3
-4
/
+40
|
\
\
\
\
|
*
|
|
|
contrib: example systemd service and config file
redfish
2016-08-26
3
-4
/
+40
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #961
Riccardo Spagni
2016-08-28
88
-3519
/
+7239
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
blockchain: testnet heights for v3, v4, and v5
moneromooo-monero
2016-08-28
1
-0
/
+4
|
*
|
ringct: remove unused code
moneromooo-monero
2016-08-28
1
-245
/
+0
|
*
|
ringct: pass structure by const ref, not value
moneromooo-monero
2016-08-28
2
-2
/
+2
|
*
|
ringct: use memcpy/memset instead of handwritten loop where appropriate
moneromooo-monero
2016-08-28
1
-29
/
+11
|
*
|
ringct: remove spurious copies
moneromooo-monero
2016-08-28
1
-24
/
+4
|
*
|
rct: faster Cryptonote/rct conversions
moneromooo-monero
2016-08-28
1
-8
/
+8
|
*
|
wallet: fix some "may be used uninitialized" warnings
moneromooo-monero
2016-08-28
3
-26
/
+25
|
*
|
wallet: do not generate 0 change
moneromooo-monero
2016-08-28
1
-3
/
+6
|
*
|
core: use full rct signatures if just one input
moneromooo-monero
2016-08-28
1
-1
/
+4
|
*
|
rct: early out on failure on verRange
moneromooo-monero
2016-08-28
1
-3
/
+5
|
*
|
wallet: do not ask for duplicate histograms
moneromooo-monero
2016-08-28
1
-0
/
+3
|
*
|
wallet: transfer_selected_rct now also selects fake outs
moneromooo-monero
2016-08-28
4
-174
/
+95
|
*
|
increase minimum mixin to 4 on hard fork 5
moneromooo-monero
2016-08-28
1
-2
/
+3
|
*
|
core: allow v1 txes after HF 5 when sweeping unmixable outputs
moneromooo-monero
2016-08-28
2
-16
/
+19
|
*
|
tests: hard fork list must end with a 0
moneromooo-monero
2016-08-28
3
-4
/
+4
|
*
|
ringct: use Cryptonote serialization to hash non prunable data
moneromooo-monero
2016-08-28
1
-21
/
+9
|
*
|
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
19
-36
/
+120
|
*
|
rct: log why verification fails
moneromooo-monero
2016-08-28
1
-9
/
+13
|
*
|
rct: serialize txnFee as varint
moneromooo-monero
2016-08-28
1
-1
/
+1
|
*
|
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
15
-133
/
+85
|
*
|
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
8
-90
/
+153
|
*
|
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
6
-200
/
+195
|
*
|
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
8
-25
/
+46
|
*
|
rct: avoid the need for the last II element
Shen Noether
2016-08-28
6
-55
/
+55
|
*
|
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
11
-31
/
+95
|
*
|
core: add some locking around pool use
moneromooo-monero
2016-08-28
2
-1
/
+4
|
*
|
wallet2: factor m_spent changes
moneromooo-monero
2016-08-28
2
-26
/
+31
|
*
|
wallet: always use new algorithm for RPC transfers
moneromooo-monero
2016-08-28
2
-7
/
+2
|
*
|
rct: do not serialize senderPk - it is not used anymore
moneromooo-monero
2016-08-28
3
-3
/
+5
|
*
|
core_tests: fix a couple pre-rct tests using rct
moneromooo-monero
2016-08-28
1
-2
/
+2
|
*
|
wallet: use the prefered rct case only when enough rct outs exist
moneromooo-monero
2016-08-28
2
-1
/
+27
|
*
|
wallet: do not try to use rct txes a few blocks before the fork
moneromooo-monero
2016-08-28
3
-22
/
+31
|
*
|
tx_pool: log why a transaction was rejected for version checks
moneromooo-monero
2016-08-28
1
-0
/
+3
|
*
|
change fork settings to allow pre-rct txes for one more fork cycle
moneromooo-monero
2016-08-28
5
-14
/
+19
[prev]
[next]