Commit Graph

339 Commits (eba180a1c786c4a86ead7e46f6e19febef4dd940)

Author SHA1 Message Date
Oran Juice b80755063e
Stop copying word list files to build directory
10 years ago
Oran Juice 4498e9efa0
Removed old word list file
10 years ago
Oran Juice d683c8c724
Use reference types on LHS when using language methods
10 years ago
Oran Juice fa723d8af8
Cut short word lists to 1626 words, added attribution to Electrum, some bug fixes
10 years ago
Oran Juice 4517bac7f3
Restructured language sources to be singletons
10 years ago
Oran Juice 6c3b85de21
Separated word lists to header files
10 years ago
Riccardo Spagni 1cf22b27a6
Merge pull request #165
10 years ago
Riccardo Spagni 0e777d0e65
simplewallet ignoring testnet port in RPC mode
10 years ago
Thomas Winget c0bdd511c3 Daemon should now exit on conflicting checkpoints
10 years ago
Thomas Winget f0b4138f1f various changes to runtime checkpoint updating
10 years ago
Thomas Winget 7568f89c55 Fixed segfault with checkpoints loading
10 years ago
Thomas Winget b261d9207b DNS checkpoint updating added, and daemon flag to enforce them
10 years ago
Thomas Winget 30caebfce3 reload checkpoints file every ~hr and print if any fail
10 years ago
Thomas Winget 0e1449135d updated DNSResolver/things that use it for DNSSEC
10 years ago
Thomas Winget 6f2c2e1c27 Adding an identical existing checkpoint should not error
10 years ago
Oran Juice 423bf69dca
Added attribution to Electrum for their word-lists
10 years ago
Oran Juice 4cbf8d4243
Is forgiving of spelling mistakes beyond the 1st 4 characters.
10 years ago
Oran Juice cf70cc7787
Change seed message to '25' words from '24' words
10 years ago
Oran Juice 4f693d715c
Merge with origin/master
10 years ago
Oran Juice 2b60646c9b
Minor comment changes and code clean-up
10 years ago
Oran Juice 473c9644a9
Default to new style English seed
10 years ago
Oran Juice 230b80a5db
Minor code refactor and comment changes
10 years ago
Oran Juice 8f587ba1c8
CRC Checksum for word seed. Gives a new 25 word seed with checksum if one without checksum is passed. Doxygen comment fix.
10 years ago
Oran Juice f31adbc977
Doxygen comments in
10 years ago
Oran Juice 91aa25e055
Informs about old style mnemonics from older wallet and provides a new one. CMakeLists.txt update.
10 years ago
Oran Juice 262e155bab
Throw error when word list file is empty and quick bug fix
10 years ago
Oran Juice 3c0e87e1b6
Supports wallet restoration
10 years ago
Oran Juice a1ac92e185
Accepts seed language choice from user.
10 years ago
Riccardo Spagni 59a8366bb1 Revert "low risk, potentially varint overflow bug patched thanks to BBR"
10 years ago
Thomas Winget fab95aef64
Remove LDNS dep and fix a bug in libunbound const correctness fix
10 years ago
Thomas Winget 2248124453 Removed ldns dependency
10 years ago
Riccardo Spagni 4e2b2b942d low risk, potentially varint overflow bug patched thanks to BBR
10 years ago
Thomas Winget 738357459b
libunbound has const correctness issues...
10 years ago
Tomer Konforty 06a4578bf2 Added ability to read chechpoint hashes from json file in data folder
10 years ago
iamsmooth 9956b68b18 checkpoint
10 years ago
iamsmooth d19cf1f458 checkpoint
10 years ago
iamsmooth c428c29051 checkpoints
10 years ago
iamsmooth b1d586af4b checkpoint
10 years ago
iamsmooth 400f1016dd checkpoints
10 years ago
Riccardo Spagni bff1f9d4c4
redo FindUnbound.cmake
10 years ago
Oran Juice 26ea53d461
Copies word lists directory to the location of the executable
10 years ago
Riccardo Spagni d1a7f699c6
use boost::asio::ip::address because cross-platform plz
10 years ago
Thomas Winget 1e193d687d temp commit
10 years ago
Thomas Winget 1dece111cc Added function to check syntax of URL for DNS lookup
10 years ago
Thomas Winget 24f325a33d
Fixed artifacts from cherry-picking devel->master
10 years ago
Thomas Winget c14c7e1683 change to allow (at least a bit) for multiple TXT records
10 years ago
Thomas Winget f437cb58bf Simplewallet should now resolve urls to addresses
10 years ago
Thomas Winget a5757a628f Monero addres from DNS TXT record implemented, tests pass
10 years ago
Thomas Winget 3fb0fc020f seed node DNS code updated to use DNSResolver
10 years ago
Thomas Winget 9a3b18dbc2 Use the loop iterator, previous version of me.
10 years ago
Thomas Winget 578050e91d ipv4 and ipv6 resolution working
10 years ago
Thomas Winget dea98df6b1 Updated CMake files -- added libunbound linker flag
10 years ago
Thomas Winget 1ae6db25e6 Initial commit of DNS code
10 years ago
Oran Juice 608572eead
Check for error after opening word list file
10 years ago
Oran Juice 09170b4d3b
Added code to separate old word list to raw input file and support for multiple new languages
10 years ago
Oran Juice 6be139b511
Moved mnemonics code to src/mnemonics
10 years ago
Zachary Michaels 59ab569da1 Give up on brace initializers in initializer lists (MSVC bug)
10 years ago
Riccardo Spagni ffe7bf8c1c
another fix for CMake empty vars
10 years ago
Riccardo Spagni de442fb9ad
Prevent CMake choking on empty vars
10 years ago
Riccardo Spagni 070ff889d2
More robust versioning in CMake, plus comments
10 years ago
Zachary Michaels 9db881864d Fix time_t serialization issue
10 years ago
Zachary Michaels f64a68e7cc
Force CMake to link the runtime statically
10 years ago
Zachary Michaels 45bc24d69b Another preprocessor fix (difficulty.cpp)
10 years ago
Zachary Michaels aba3497fdd More preprocessor fixes for slow-hash
10 years ago
Zachary Michaels cf91545734 Correct includes for mingw in slow-hash
10 years ago
Zachary Michaels 2b76e9d8a3 Change Windows include to windows
10 years ago
Riccardo Spagni b92a8b53e0
fix CMake for multiplatform versioning
10 years ago
Riccardo Spagni 72a80f6213
fixed incorrect version reference
10 years ago
Zachary Michaels 95a2701ec5 Change testnet prefix
10 years ago
Zachary Michaels 120c84d04f Make P2P use the testnet data dir
10 years ago
Zachary Michaels 23525655fa Replace macro with equivalent function call
10 years ago
Zachary Michaels d03308734b
Separate testnet address prefix
10 years ago
Zachary Michaels ee1bacc64f Add testnet seed nodes
10 years ago
Zachary Michaels 4a6eb0a016 Create testnet data dir if necessary
10 years ago
Zachary Michaels 018e251cc0
Separate testnet default data dir
10 years ago
Zachary Michaels 3ef7f33300 Add descriptions for RPC command line params
10 years ago
Zachary Michaels 1e38a02bb5 Add testnet genesis tx as output by CN reference
10 years ago
Zachary Michaels 96eed84aad Pass tx and nonce to genesis block constructor
10 years ago
Zachary Michaels 257077a96b Separate network id for testnet
10 years ago
Zachary Michaels 658b6690a3
Separate rpc port for testnet
10 years ago
Zachary Michaels 98ed9a41f7 Separate p2p port for testnet
10 years ago
Zachary Michaels fb4146fa34 Reorganize testnet constants
10 years ago
Zachary Michaels 79862ad1de Add testnet constants
10 years ago
Zachary Michaels 07470fd400
Add testnet flag
10 years ago
Riccardo Spagni 51011ed960 fix logic in tag check, AND -> OR
10 years ago
Riccardo Spagni 3129d51eb4 ignore tag check if we haven't pulled tags
10 years ago
Riccardo Spagni d97191d4f9
new Makefile target: release-static
10 years ago
Riccardo Spagni 9c56b38b16
Merge pull request #136
10 years ago
iamsmooth bb2b606e91 fix incorrect error message (obvious cut and paste bug from upstream)
10 years ago
iamsmooth 6b77e8358c Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct)
10 years ago
iamsmooth 08205f01d9 output rng fix from boolberry
10 years ago
Riccardo Spagni 570b90eb43 fixed cmake variable matching
10 years ago
Riccardo Spagni 8334ce0b24 versioning now includes the commit hash, or -final for tagged releases
10 years ago
jebes a13e879251 HOW DO I ENGLISH?
10 years ago
jebes f7900ccfc1 mispelled brief, corrected it
10 years ago
jebes dfed3d39b6 Merge remote-tracking branch 'upstream/master'
10 years ago
jebes 9d6f9335d1 HOW DO I GIT?
10 years ago
jebes a70bf86037 Documented varint
10 years ago
fluffypony d21cf293e1 added license to CMake
10 years ago
fluffypony 8d8b47e69f more dynamic miniupnp fixes
10 years ago