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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1152
Riccardo Spagni
2016-10-04
1
-7
/
+145
|
\
|
*
libwallet_api: do not use fast-refresh on recovery
Ilya Kitaev
2016-10-01
1
-11
/
+53
|
*
libwallet_api: fast-refresh in case of opening non-synced wallet
Ilya Kitaev
2016-09-30
1
-1
/
+25
|
*
libwallet_api: fast-refresh for new wallet
Ilya Kitaev
2016-09-30
1
-3
/
+28
|
*
libwallet_api: test for create/init wallet on mainnet
Ilya Kitaev
2016-09-28
1
-3
/
+50
*
|
Merge pull request #1140
Riccardo Spagni
2016-10-04
1
-4
/
+4
|
\
\
|
*
|
wallet: cold wallet transaction signing
moneromooo-monero
2016-09-27
1
-4
/
+4
*
|
|
tests: fix build after addition of cryptonote_core::get_block_sync_size
moneromooo-monero
2016-10-01
2
-0
/
+2
|
|
/
|
/
|
*
|
libwallet_api: tests: fixed WalletCallbackReceived test
Ilya Kitaev
2016-09-28
1
-3
/
+7
*
|
libwallet_api: tests: test fixed according implementation
Ilya Kitaev
2016-09-27
1
-1
/
+0
*
|
libwallet_api: tests: compilation errors fixed
Ilya Kitaev
2016-09-27
1
-2
/
+2
*
|
wallet2_api: added Wallet::daemonBlockChainHeight()
Ilya Kitaev
2016-09-26
2
-5
/
+21
*
|
libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock
Ilya Kitaev
2016-09-26
1
-2
/
+49
*
|
libwallet_api: simple documentation on testing environment
Ilya Kitaev
2016-09-23
2
-3
/
+25
*
|
libwallet_api: tests: env variables for WALLETS_ROOT_DIR and
Ilya Kitaev
2016-09-22
1
-13
/
+36
*
|
libwallet_api: tests: changed testwallets path, uncommitted all tests
Ilya Kitaev
2016-09-22
1
-12
/
+14
*
|
wallet2_api: getter and setter for "refresh interval"
Ilya Kitaev
2016-09-20
1
-6
/
+13
|
/
*
cmake: transitive deps and remove deprecated LINK_*
redfish
2016-09-18
12
-44
/
+35
*
rct: rework serialization to avoid storing vector sizes
moneromooo-monero
2016-09-14
1
-2
/
+5
*
tests: block reward: disable 64-bit-only tests on 32-bit systems
redfish
2016-09-04
1
-0
/
+2
*
fix remaining bitmonero and simplewallet bits
Riccardo Spagni
2016-09-03
10
-10
/
+10
*
cmake: exclude tests from running
redfish
2016-09-01
1
-11
/
+3
*
Merge pull request #1018
Riccardo Spagni
2016-09-01
1
-1
/
+1
|
\
|
*
core: faster find_blockchain_supplement
moneromooo-monero
2016-08-31
1
-1
/
+1
*
|
tests: cmake: fix building with system gtest
redfish
2016-08-30
5
-8
/
+9
*
|
tests: cmake: use a list for enabled tests
redfish
2016-08-30
1
-6
/
+12
*
|
cmake: tests: gtest target is not always defined #983
redfish
2016-08-30
1
-2
/
+9
|
/
*
Prevent core_tests from building under Travis
Jacob Torrey
2016-08-29
1
-1
/
+3
*
Merge pull request #992
Riccardo Spagni
2016-08-28
1
-2
/
+10
|
\
|
*
Build the core_tests under Travis
Jacob Torrey
2016-08-27
1
-4
/
+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
*
|
tests: hard fork list must end with a 0
moneromooo-monero
2016-08-28
3
-4
/
+4
*
|
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
10
-11
/
+28
*
|
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
2
-16
/
+17
*
|
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
2
-39
/
+41
*
|
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
1
-4
/
+4
*
|
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
2
-2
/
+2
*
|
rct: avoid the need for the last II element
Shen Noether
2016-08-28
1
-4
/
+2
*
|
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
2
-1
/
+6
*
|
rct: do not serialize senderPk - it is not used anymore
moneromooo-monero
2016-08-28
1
-1
/
+3
*
|
core_tests: fix a couple pre-rct tests using rct
moneromooo-monero
2016-08-28
1
-2
/
+2
*
|
change fork settings to allow pre-rct txes for one more fork cycle
moneromooo-monero
2016-08-28
2
-9
/
+9
*
|
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
3
-20
/
+35
*
|
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
1
-1
/
+2
*
|
tests: add tests for wallet output selection
moneromooo-monero
2016-08-28
2
-1
/
+100
*
|
port get_tx_key/check_tx_key to rct
moneromooo-monero
2016-08-28
1
-2
/
+4
*
|
tests: add basic tests for simple rct api
moneromooo-monero
2016-08-28
1
-44
/
+378
*
|
integrate simple rct api
moneromooo-monero
2016-08-28
3
-7
/
+65
*
|
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
1
-5
/
+1
[next]