Commit Graph

4406 Commits (56dea1b58499cb34a1799d09136ea489151481cc)

Author SHA1 Message Date
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
fluffypony 59c0423eae miniupnpc includes fixed
10 years ago
fluffypony 81490d2aea miniupnpc changes for freebsd
10 years ago
fluffypony ccb2ab2b7b mmap on FreeBSD doesn't have MAP_HUGETLB
10 years ago
fluffypony 110f110181 Include sys/time.h on BSD
10 years ago
fluffypony a8d043b6dd replace ftime with gettimeofday on FreeBSD because lcompat is stupid
10 years ago
fluffypony 0e343ecfdf make FreeBSD use -lcompat till we can fix ftime()
10 years ago
jebes c085e9294f commented util.h
10 years ago
fluffypony 266c639f4f more FreeBSD fixes
10 years ago
fluffypony e1d31e0a8b malloc.h reference fixed for FreeBSD
10 years ago
fluffypony 6afbdd9754 FreeBSD alloca.h reference fixed
10 years ago
fluffypony 4ba680f294 a few more error messages moved to log level 1
10 years ago
fluffypony cf5a8b1d6c moved non-critical warnings and errors to log level 1
10 years ago
fluffypony 4290c78160 build number increase after release
10 years ago
iamsmooth 0a9f2f5236 fix checkpoints
10 years ago
iamsmooth 07680e553f bug fix to checkpoint-on-restore; still fails on 612
10 years ago
iamsmooth 480cf9668f checkpoints on restore; currently fails on 212 checkpoint
10 years ago
rfree2monero 2ef0aee81d Fix tree-hash cnt n^2. Asserts, comment. Squash2
10 years ago
Thomas Winget c05489938f override for get_block_longhash for block 202612
10 years ago
Thomas Winget 9a16bb9936 added double-check for 202612 block id
10 years ago
Thomas Winget 115f9523fa hex_to_pod needs the destination as an arg, as opposed to it returning the pod
10 years ago
Thomas Winget a544603a7b Override for block hashing for block 202612
10 years ago
fluffypony f8025cada9 fixed OS X malloc.h reference
10 years ago
fluffypony 6f04cdbd07 bumped build number
10 years ago
fluffypony 1829966fea quick additional patch
10 years ago
fluffypony db69298b95 quick fee ramp to prevent spam attack
10 years ago
Jakob Lind 67b91ea769 added view_key to wallet RPC command query_key
10 years ago
Jakob Lind da523f30fc added viewkey command to CLI
10 years ago
Jakob Lind 0c3255ead8 query_key command in wallet rpc.
10 years ago
Jakob Lind 2ba77629ad refactoring. get seed code in wallet2
10 years ago
Jakob Lind 6575d4ebe5 check its deterministic wallet before printing seed
10 years ago
Jakob Lind d0c8532819 remove help text about seed only displayed once
10 years ago
Jakob Lind 4fce57b9ad added seed command to get deterministic seed.
10 years ago
Thomas Winget bdac624899 restored wallets will have timestamp set to June 8 2014.
10 years ago
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