Commit Graph

169 Commits (v0.9.3.0)

Author SHA1 Message Date
moneromooo-monero e037ecb014
functional_tests: check for RPC methods which aren't exposed
5 years ago
moneromooo-monero d53a55204f
functional_tests: add get_transaction_pool_stats
5 years ago
moneromooo-monero 51bd45c352
functional_tests: add save_bc
5 years ago
moneromooo-monero 230f73e121
functional_tests: add is_key_image_spent tests
5 years ago
moneromooo-monero c148002534
functional_tests: add submitblock test
5 years ago
moneromooo-monero 121c1b9475
functional_tests: check transaction fee is around what we expect
5 years ago
moneromooo-monero 170e51f0d9
functional_tests: add tx_notes tests
5 years ago
moneromooo-monero 4c375c9442
functional_tests: add wallet attributes test
5 years ago
moneromooo-monero f2e811fced
functional_tests: add rescan_spent/rescan_blockchain tests
5 years ago
moneromooo-monero 4ba8254a1d
functional_tests: add monero: URI tests
5 years ago
moneromooo-monero cc4be4fa15
wallet: add edit_address_book RPC
5 years ago
moneromooo-monero 4ff40d8d9a
functional_tests: add address book tests
5 years ago
moneromooo-monero 0dc49fc918
functional_tests: add wallet password change, store and tag tests
5 years ago
moneromooo-monero 8e077a5fc0
functional_tests: add spend proof tests
5 years ago
moneromooo-monero a71d91cecf
functional_tests: add test for mining via wallet
5 years ago
moneromooo-monero 447268cf29
functional_tests: add multisig state tests
5 years ago
moneromooo-monero 43015bb7e3
functional_tests: add get_transfers test
5 years ago
moneromooo-monero f23beb879e
functional_tests: add missing sweep_dust parameters, and test it
5 years ago
moneromooo-monero b9e09378ad
functional_tests: move extraneous stuff out of the framework
5 years ago
moneromooo-monero 2ec455df1f
wallet: fix mismatch between two concepts of "balance"
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
luigi1111 e72aca57f9
Merge pull request #5511
5 years ago
luigi1111 14602ba5ff
Merge pull request #5504
5 years ago
luigi1111 50c8147568
Merge pull request #5490
5 years ago
moneromooo-monero 3e11bb540e
functional_tests: test creating wallets with local language names
5 years ago
luigi1111 f06c77ab72
Merge pull request #5677
5 years ago
luigi1111 1ed2c40436
Merge pull request #5498
5 years ago
luigi1111 2258551ef9
Merge pull request #5487
5 years ago
moneromooo-monero 7d9b7fee43
functional_tests: add validate_address tests
5 years ago
luigi1111 4c4586ca7b
Merge pull request #5473
5 years ago
moneromooo-monero 3140a378da
wallet_rpc_server: fix get_bulk_payments with short payment ids
5 years ago
redfish a5127cca89 tests: functional: fix python syntax
5 years ago
Riccardo Spagni 51766d026b
Merge pull request #5583
5 years ago
moneromooo-monero 77594c4f4a
functional_tests: fix python3 compatibility
5 years ago
moneromooo-monero 4ac52e523d
functional_tests: fix rare get_output_distribution failure
5 years ago
moneromooo-monero ddf7890730
python-rpc: add missing getblock RPC parameters
5 years ago
Riccardo Spagni 9d91301faa
Merge pull request #5496
5 years ago
Riccardo Spagni 17f31c3d51
Merge pull request #5484
5 years ago
moneromooo-monero da694d418a
functional_tests: add tests for pending/out transfer addresses
5 years ago
moneromooo-monero 6eb2638463
functional_tests: add a 3/3 multisig test
5 years ago
moneromooo-monero 0eb0d6b802
rpc: improve get_output_distribution
5 years ago
moneromooo-monero 1a93aa4b79
functional_tests: add get_fee_estimate to blockchain test
5 years ago
moneromooo-monero df83ed74e4
consensus: from v12, enforce >= 2 outputs
5 years ago
moneromooo-monero 36ced06727
functional_tests: flush stdout before popening new process
5 years ago
moneromooo-monero aba2b2e7a2
functional_tests: reset blockchain on test start
5 years ago
moneromooo-monero 3e50a9e8fc
functional_tests: detect requests python module
5 years ago
moneromooo-monero 8fec0f9831
functional_tests: add sweep_single test
5 years ago
Riccardo Spagni 9bd0983d5e
Merge pull request #5402
5 years ago
moneromooo-monero 8646bd0086
functional_tests: exit with 1 if any test fails
5 years ago
moneromooo-monero 04a20cb242
functional_tests: cold signing key images/outputs import/export
5 years ago
moneromooo-monero 798e3cad2b
functional_tests: add double spend detection tests
5 years ago
moneromooo-monero 7c657bb2dd
functional_tests: add alt chains tests
5 years ago
moneromooo-monero f8be31d269
functional_tests: add wallet creation language tests
5 years ago
moneromooo-monero 2d68b31f3e
functional_tests: add more wallet tests
5 years ago
moneromooo-monero b3a32d5505
functional_tests: add describe_transfer tests
5 years ago
moneromooo-monero 064ab12340
functional_tests: add more blockchain related tests
5 years ago
moneromooo-monero 21b1ac1dd2
functional_tests: add bans tests
5 years ago
moneromooo-monero cbf3224180
rpc: make wide_difficulty hexadecimal
5 years ago
moneromooo-monero c7bfdc3566
python-rpc: add console.py
5 years ago
moneromooo-monero 22b644f47e
functional_tests: move RPC API to utils, it is not test specific
5 years ago
moneromooo-monero 30c865f0f8
functional_tests: add balance tests
5 years ago
moneromooo-monero fdfa832f00
functional_tests: add missing parameters to get_balance
5 years ago
moneromooo-monero cf6d775964
functional_tests: add proofs tests (tx key, in/out tx, reserve)
5 years ago
moneromooo-monero a3144bd7c8
functional_tests: add more transfer tests
5 years ago
moneromooo-monero 5d580bfa9c
functional_tests: add get_bulk_transfer tests
5 years ago
moneromooo-monero 0becbd1612
functional_tests: add message signing/verification tests
5 years ago
moneromooo-monero a5dbf7f5fa
functional_tests: add multisig and cold signing tests
5 years ago
moneromooo-monero b2fc571943
functional_tests: support several daemons/wallets
5 years ago
moneromooo-monero 9e979ffa22
functional_tests: add txpool RPC tests
5 years ago
moneromooo-monero 3e93c157bd
functional_tests: add integrated address tests
5 years ago
moneromooo-monero b384309e17
functional_tests: add basic transfer tests
5 years ago
moneromooo-monero ef7681b699
functional_tests: plug RPC tests into the cmake machinery
5 years ago
moneromooo-monero 18a2ed4518
functional_tests: add basic mining tests
5 years ago
moneromooo-monero 98e280fcb8
functional_tests: add wallet address/subaddress RPC tests
5 years ago
moneromooo-monero 8dcd4d3d11
functional_tests: improve RPC blockchain tests
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
Lee Clagett a5ffc2d5ad Remove boost::lexical_cast for uuid and unused uuid function
6 years ago
iDunk5400 e7f24850d5
Fix Windows build after epee dependency change
6 years ago
iDunk5400 7f2ad1a768
functional_tests: fix linking on Windows
6 years ago
stoffu ba8dd3479d
api/wallet: properly disable key encryption
6 years ago
moneromooo-monero be001326d1
remove obsolete daemon selection of fake outs and old tx construction
6 years ago
stoffu 8ca1215f25
wallet: store trusted-daemon flag in wallet2
6 years ago
moneromooo-monero e9ffa91257
store secret keys encrypted where possible
6 years ago
luigi1111 025187e6c9
Merge pull request #3854
6 years ago
victorsintnicolaas 207b66ecc2 first new functional tests
6 years ago
moneromooo-monero 8db23df581
wallet: on first refresh, start off with a quantized height
6 years ago
stoffu af773211cb
Stagenet
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
moneromooo-monero 937e7f8aa6
Initialize openssl on startup
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
Gentian 4b932ff314 changed crypto to cncrypto so it generated libcncrypto
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
8 years ago
moneromooo-monero c3b3260ae5
New "Halfway RingCT" outputs for coinbase transactions
8 years ago
moneromooo-monero a47ceee83b
wallet: do not store signatures in the wallet cache
8 years ago
moneromooo-monero 9e82b694da
remove original Cryptonote blockchain_storage blockchain format
8 years ago