Commit Graph

4406 Commits (56dea1b58499cb34a1799d09136ea489151481cc)

Author SHA1 Message Date
fluffypony 9228dbf1e9 build number increased in staging
10 years ago
Riccardo Spagni ba99a86333 Merge pull request #73 from jakoblind/refresh_height
10 years ago
Riccardo Spagni d1b0ee7ecd Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
10 years ago
Jakob Lind 29c675acc0 #36 make it compile and work properly
10 years ago
Jakob Lind e4273f2415 #36 simplewallet refresh include optional height param
10 years ago
Riccardo Spagni 0a87cb0b33 Merge pull request #70 from fluffypony/master
10 years ago
Erik Kimmo a59b6205cd wallet rpc: actually populate the extra while assembling a transaction
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
Thomas Winget a99143444c Changed time_t to uint64_t for serialization
10 years ago
Thomas Winget ad4061002c Missed serializing a get_connections RPC response parameter
10 years ago
Zachary Michaels 2796a7f015 Add get_info command to daemon json rpc
10 years ago
Zachary Michaels 12596ad566 Add get_bulk_payments rpc call
10 years ago
Thomas Winget 9f88b7ce6b Added get_connections RPC call to daemon
10 years ago
mikezackles 905b67bc79 Merge pull request #63 from mikezackles/bytecoin_for_merge
10 years ago
Zachary Michaels 61e447f7c8 Remove dead code
10 years ago
Zachary Michaels e48cf2a3a9 Remove second tx size check
10 years ago
Zachary Michaels 23c914ccfe Don't check max tx size when adding to block
10 years ago
Zachary Michaels e3b8c58496 Don't check for min fee when adding tx to block
10 years ago
Zachary Michaels 232e23e90f Decrease max block size from 200% median to 130%
10 years ago
Zachary Michaels c017bb0656 Use print_money in log
10 years ago
Zachary Michaels d9f3421ce7 Minimum tx fee for entering pool
10 years ago
Zachary Michaels 8e99cee062 Start fresh if tx_pool deserialize fails
10 years ago
Zachary Michaels a3f5764869 Add transaction size limit
10 years ago
Zachary Michaels 4d25350a82 Use const where appropriate in tx_pool
10 years ago
Zachary Michaels 9872d205ff Make some tx_pool methods static
10 years ago
Zachary Michaels 85a04cb168 Make some tx_pool methods private
10 years ago
Zachary Michaels a016499a0e Fix thread count argument handling in simplewallet
10 years ago
Zachary Michaels dee9abcd60 Match empty RPC request with other requests
10 years ago
Zachary Michaels efad8c9f31 Switch list to vector for RPC serialization
10 years ago
Zachary Michaels a633c11cbb Remove unused function
10 years ago
Zachary Michaels 7259f07a20 Fix assert bug in base58 encode
10 years ago
Zachary Michaels 26c83c5dea Explicit namespaces
10 years ago
Zachary Michaels 28af03208b Remove redeclaration
10 years ago
Zachary Michaels b1413fd045 C++ style cast
10 years ago
Zachary Michaels b3092d4e00 Comment unused functions in cryptonote_core
10 years ago
Zachary Michaels e344b9c734 Improved (fixed?) serialization for vec<uint32_t>
10 years ago
Zachary Michaels f98c8abf42 Add missing pragma
10 years ago
Zachary Michaels 5fca5a0e5d Add missing pragma
10 years ago
Zachary Michaels aaced6ff9b Add missing pragma
10 years ago
Zachary Michaels 17f0967472 Allow priority peers when there are exclusive peers
10 years ago
Zachary Michaels bd7d20a58a Explicit error constructors
10 years ago
Zachary Michaels 849c52c7ed Remove unused array in cn_slow_hash
10 years ago
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
10 years ago
Thomas Winget 2011b50280 removed erroneous printing of newlines
10 years ago
Thomas Winget 7c7696a830 missed removing a debug print
10 years ago
Thomas Winget e5ab98a6f4 removed some debugging code (really stupid printf-style debuggng..
10 years ago
tom 62109840d6 Transaction splitting *seems* to be working!!!
10 years ago
Thomas Winget 9bfe0b9b6c Added confirmation prompt if transactions are to be split
10 years ago
Thomas Winget 002ce963bf added back successful tx message. oops.
10 years ago
Thomas Winget 8166650ae0 up tx splits limit 5 -> 30
10 years ago
Thomas Winget 2e048a4679 final changes to get transaction splitting building. needs testing.
10 years ago
tom 79e59d155b working on dividing functions in prep for tx splitting
10 years ago
Thomas Winget fc1180bc6c Added comments to wallet functions
10 years ago
Thomas Winget 55721da1fd Revert "Do not fall over when refreshing balance fails"
10 years ago
Matthew Little b87577f444 Do not fall over when refreshing balance fails
10 years ago
mydesktop eba62452c0 set max block size for gbt
10 years ago
monero-project 2a2b36d425 fix function typo
10 years ago
monero-project c050ff43bf Fix copy/paste bug, thx Boolberry
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e12ccdf905 Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 156312f64a Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 5fcac268b7 Update miner.cpp
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 72643c47da Update slow-hash.c
10 years ago
monero-project 9853ba8e06 Merge pull request #33 from mikezackles/arch_linux_build_fixes
10 years ago
fluffypony 3bc16dc0e6 proper tx_pool handling from CryptoZoidberg / BBR
10 years ago
monero-project 0ddbd20129 added checkpoint @ 80000
10 years ago
Thomas Winget c49cb04610 changed wallet mnemonic to use cout so it doesn't print to log
10 years ago
tom 205494f0d1 change hash for keygen from blake to keccak
10 years ago
tom 0c85229924 changed text a bit more
10 years ago
tom 305def9493 changed some print messages
10 years ago
Thomas Winget da37b6f15b allow two-random-numbers wallet generation (but not as default)
10 years ago
Thomas Winget b6a4751197 reworked command line args for simplewallet.
10 years ago
Thomas Winget ce352392d5 DRY cin input_line (and test replacement of non-DRY usage)
10 years ago
Thomas Winget 537b911af1 stupid signed arithmetic.
10 years ago
Thomas Winget 8bc032ed09 more pointer-based derp
10 years ago
Thomas Winget 72c3f36ca4 fixed some pointer- and loop-based derps
10 years ago
Thomas Winget d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!)
10 years ago
Thomas Winget 8661f9a970 missing '.at' on two map calls. built on some machines, very strange...
10 years ago
Thomas Winget e89949c766 revert 'dirty hack' change to crypto.h. need a better way for sure.
10 years ago
tom cd63132502 compile issues, resolve later. commiting because switching machines
10 years ago
tom f70bc3a345 defaulted new parameters in modified functions
10 years ago
Thomas Winget 4f382b3830 most functions prototyped/modified for wallet recovery
10 years ago
mydesktop ea99573f99 new error code for rpc
10 years ago
mydesktop 75fc3e90b1 Fix for orphan fix (check blocksize)
10 years ago
Zachary Michaels e84f39ae54 Link to pthreads on non-apple unix
10 years ago
monero-project feac5a7b2d Correcting high orphan rate of blocks at pool
10 years ago
fluffypony 8e0f20f771 added new seed nodes
10 years ago
monero-project 3162fcb70f Merge pull request #24 from Neozaru/master
10 years ago
Neozaru de76efe9fe Added static_cast to hshd.current_height
10 years ago
Neozaru 7fea5645e2 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
10 years ago
paybee 133019cfc5 fixed conflict
10 years ago
paybee 295c284c3e Added incoming_transfers RPC API method
10 years ago
monero-project 24b4f47413 Merge pull request #21 from Neozaru/master
10 years ago
monero-project e526fd3a3c Merge pull request #20 from artifexd/wallet_refresh
10 years ago
Neozaru 117393d562 Added 'payment_id' optional argument to 'transfer' wallet RPC method
10 years ago
artifexd 7f0b8465e7 Enable wallet refresh before blockchain is saved or completely sync'd.
10 years ago
Neozaru 8530629e22 Merge bitmonero@monero-project
10 years ago
paybee 0e52233212 Merge remote-tracking branch 'upstream/master'
10 years ago
Neozaru 506fd372ec simplewallet returns 0 when no error
10 years ago
Neozaru d2f44503a7 Added '--exit-after-cmd' option in simplewallet
10 years ago
Neozaru dfc092d3a9 Fixed return status for '--help'. Fixed wallet name (use macro instead of 'bytecoin wallet'
10 years ago
monero-project 2475ec877f typo in tx_pool.cpp
10 years ago
mydesktop 9761529941 fix typing mismatch
10 years ago
paybee feacdded6b Added incoming_transfers RPC API method
10 years ago
mydesktop 328a52a543 dynamic tx size scaling for tx mempool
10 years ago
mydesktop e995a7777a Merge remote-tracking branch 'origin/master' into 0.8.8update
10 years ago
mydesktop f545fd8ff0 maximum block size 130% of median
10 years ago
paybee 785814cb10 simplewallet exits when COMMAND is given as a command-line argument
10 years ago
mydesktop 31a59785b0 temporary fix for block reward dos
10 years ago
mydesktop e717125073 enable checkpointed block verification
10 years ago
Neozaru af5a28efe5 'mining_status' Daemon RPC command
10 years ago
mydesktop 3a3a817678 0.8.8update
10 years ago
Neozaru 17a9ee3f8f 'getaddress' wallet-rpc command
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 6d94334ad5 Update version.h.in
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 44f61c3965 Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 3b887decca Update version.h.in
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo ab7b25da5e Create aesb.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 49d55d3c30 Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e4f7b92ff9 Update oaes_lib.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 98e0326596 Update oaes_lib.h
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e41c808d8d Update oaes_config.h
10 years ago
Neozaru eb2db3cf61 Added 'save_bc' command in daemon for saving blockchain remotely
10 years ago
Neozaru 4690670031 Added 'save_bc' command in daemon for saving blockchain remotely
10 years ago
monero-project 0217572cb2 Merge pull request #10 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-8
10 years ago
monero-project 73158c7edc Merge pull request #9 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-7
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo a03b13b50b Update daemon_commands_handler.h
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo b5b061e0e8 Update tx_extra.h
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo c0cf78a1d1 Update serialization.h
10 years ago
monero-project 9b2d1bc4c2 20s timeout for zone117x pool
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 26c1a8569c Update simpleminer.cpp
10 years ago
monero-project 5ceffa8c8a disable checkpointing for security reasons
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo ed444b7175 Update cryptonote_format_utils.cpp
10 years ago
monero-project b27f060815 added checkpoint @ 29556
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 3cc45e9324 Update slow-hash.c
10 years ago
mydesktop 4baedc4838 fix genesis block hash, checkpoint, days behind
10 years ago
mydesktop 333f975760 initial [broken] update
10 years ago
mydesktop 0f42b2eba6 Merge branch 'master' of github.com:monero-project/bitmonero
10 years ago
mydesktop 79a4bedc36 mac osx building fixes
10 years ago
monero-project 504bdddcb5 Reverting wallet2.cpp to proper bugfix
10 years ago
mydesktop 465bdc9629 further fixes for mac osx
10 years ago
mydesktop 67df296650 various fixes to allow mac osx compilation
10 years ago
mydesktop 8e92162d2c Warn user on attempting to remove build directory for make clean
10 years ago
monero-project 56bb9591a5 return for unhandleable tx_extra
10 years ago
monero-project cf8fe28676 Temporarily disable error relating to mangled tx_extra fields
10 years ago
thankful_for_today e940386f9a voting stopped
10 years ago
thankful_for_today 132c364301 Merge branch 'master' of https://github.com/bitmonero-project/bitmonero
10 years ago
thankful_for_today 7b582fec55 2nd seed node added
10 years ago
Henry Hartshorne 6ed4507803 Changed block minor version
10 years ago
thankful_for_today 0fd82c910b mining bug fixed
10 years ago
thankful_for_today 147aac7c50 checkpoints removed
10 years ago
thankful_for_today 1a8f5ce89a Bitmonero release
10 years ago
Antonio Juarez 9682a15400 Port mapping with UPnP
10 years ago
Antonio Juarez a401a02ddb Improvements in JSON RPC
10 years ago
Antonio Juarez 29c2859a3e json rpc for wallet and bugfix
10 years ago
Antonio Juarez 8efa1313f3 some fixes
10 years ago
Antonio Juarez 296ae46ed8 moved all stuff to github
10 years ago
amjuarez 175d06e75e crypto lib
11 years ago