Tags: santosha2003/turtlecoin
Tags
Merge remote-tracking branch 'origin/development' # Conflicts: # .travis.yml # CMakeLists.txt # README.md # scripts/multi_installer.sh # scripts/nightly.sh # src/CMakeLists.txt # src/Common/FormatTools.cpp # src/CryptoNoteCheckpoints.h # src/CryptoNoteConfig.h # src/CryptoNoteCore/Currency.cpp # src/CryptoNoteCore/Currency.h # src/Mnemonics/electrum-words.cpp # src/Mnemonics/electrum-words.h # src/WalletService/PaymentServiceJsonRpcMessages.cpp # src/WalletService/PaymentServiceJsonRpcMessages.h # src/WalletService/PaymentServiceJsonRpcServer.cpp # src/WalletService/PaymentServiceJsonRpcServer.h # src/WalletService/WalletService.cpp # src/WalletService/WalletService.h # src/version.h.in # src/zedwallet/AddressBook.cpp # src/zedwallet/CommandImplementations.cpp # src/zedwallet/Commands.cpp # src/zedwallet/Commands.h # src/zedwallet/Open.cpp # src/zedwallet/Tools.cpp # src/zedwallet/Transfer.cpp # src/zedwallet/Transfer.h # src/zedwallet/ZedWallet.cpp # src/zedwallet/ZedWallet.h # tests/CMakeLists.txt # tests/Common/TestStaticAssert.c # tests/Common/TestStaticAssert.cpp # tests/Hash/main.cpp # tests/IntegrationTestLib/BaseFunctionalTests.cpp # tests/IntegrationTestLib/BaseFunctionalTests.h # tests/IntegrationTestLib/TestNetwork.cpp # tests/IntegrationTests/main.cpp # tests/PerformanceTests/CryptoNoteSlowHash.h # tests/TestGenerator/TestGenerator.cpp # tests/UnitTests/INodeStubs.h # tests/UnitTests/TestWalletService.cpp
0.7.0 (#387) * Replace Dockerfile version with branch * Readline support for ZedWallet * Handle comma separators in amounts for csv output * Add optional cors header to walletd * LWMA-2 Tweaks * Add progress bar for file save (as some saves are long/slow) * Update CryptoNoteProtocolHandler.cpp update from Simplewallet to ZedWallet * Fix mnemonic seed info not being output to walletd log file * Remove unneeded logging * WARNING: Breaking change. removes additional binary serializers from the wallet <-> node communication payloads * Zedwallet improvements * Fix build? * Fix build?? * Fix build??? * Fix build???? * Fix build?????? * Update ColouredMsg.h * Timeout on status comman * Fix build??????????????????? * Gonna neck myself * Adding a JSON HTTP command /feeinfo that a node operator can specify for donations regarding usage of the node. Per @RocksteadyTC * Adding the scripts I use to generate the checkpoints for pull requests to github.com/turtlecoin/checkpoints * Small tweaks * Typo * FAST timestamps god i'm an idiot * Use an explicit cast * Updating before we forget. * Bug fixes, tweaks to make us more forkable * Ubuntu is not Linux oops * Add integrated addresses to zedwallet * Add a method createIntegratedAddress to walletd * Support integrated addresses in sendTransaction() * More small tweaks to make forking easier * Adds a send_all command * Cmake static assert flag Improve compatibility of static assert. Cmake tries to compile then set flag to C_FLAGS and CXX_FLAGS if necessary. * Add files for cmake static assert flag Files needed for cmake static assert flag, on try_compile. * Remove static_assert.h in hash-ops.h * Delete static_assert.h static_assert.h is no longer needed. Cmake static assert flag will do. * Use period of time rather than amount of blocks for fork notifier * Remove hardcoded 11898 port (#343) * Remove hardcoded 11898 port * C strings pls go * Adjusting make targets (#348) * Changing make target for daemon to TurtleCoind Allows: make TurtleCoind * Changing make target for PaymentGateService to walletd allows for: make walletd * Chaging make target for PoolWallet to proper cAsIng * Changing make target for Miner to proper cAsInG * Port over karbo crypto, and some of aeon/monero's crypto (mainly slow hash) (#349) * Port over karbo crypto, and some of aeon/monero's crypto (mainly slow hash) * Update licenses * Tweaks * Fix tests not building * Windows fixes * walletd -> service https://github.com/turtlecoin/meta/issues/112 * Fix makechange (#351) * fix broken link (#350) https://chat.turtlecoin.lol -> http://chat.turtlecoin.lol * Typo (#352) * Update Default Build Instructions (#356) Updating directions to always inform new users to build from master. * updates cmake to support arm (#355) * Update multi_installer.sh (#357) * Update nightly.sh (#358) * Fix proof of work too weak on v0.6.4 and my fusion fuckup (#359) * Fix proof of work too weak on v0.6.4 * Fix fusion transactions occasionaly failing * Fix fusion with dust inputs being unsendable * Bring config param in line with others * Make walletd print out proper error when a wallet file specified doesnt exist (#360) * fix broken link https://chat.turtlecoin.lol -> http://chat.turtlecoin.lol * make walletd print a proper error when a wallet being opened dont exist instead of wrong wallet version: a) checks if -g is passed. if so, it doent print an error, because the wallet file being specified wouldn't exist b)It takes the name specified and appends a .wallet. if a wallet exists, tells them: maybe u meant xyz.wallet? c)if it doesnt exist at all; tells em to check ur spelling myb. coz it no exist. cant figure out a way to make it print in red. maybe later? anyways its the only thing being printed so i dont think it matters * fix error * Fix the size of unprepared transactions being undeterministic * This is overrated... we'll actually rip the code out later. RIP @crappyrules * Update .travis.yml Updating to grab the name change of walletd and include the LICENSE file in the resulting package * Speed up the block verification time Removing the divisions and replacing them by per-calculated values, Slightly reduces the time required to verify a block * Fixed merge mistakes * Fixing build targets for rename from walletd to service * Fixing typo * Update slow-hash.c * Fixing: Fatal error: boost::bad_any_cast: failed conversion using boost::any_cast * Further slow hash optimizations * Make outgoing transfers negative in csv export * typo: totalamount * Renamed walletd to service Walletd has been renamed to service * Update CMakeLists.txt Setting a few more flags here that may help with issue #228 * Updating the default checkpoints and enabling them by default * Rework integrated addresses to be more compact * byebye poolwallet if this is a surprise to you, just shut your shit down now. you played yourself. * Improve cmake output on readline not found * Handle non GNU Readline on Apple * Let's talk about convenience charges... * Adding nodeFee to splitTX * Improve status command, remove references to service * Update CMakeLists.txt * Style improvements for splitTX (#2) Thanks @ZedPea * Cleaning up after removing poolwallet, shuffling some libraries around, removing dead files, etc. * Update CryptoNoteCheckpoints.h * Update version.h.in
PreviousNext