Commit Graph

11314 Commits (master)
 

Author SHA1 Message Date
Riccardo Spagni e70b57cdfb Merge pull request #71 from Jojatekok/master
10 years ago
Jojatekok fdd9f19c42 Added license for the Windows build script
10 years ago
Jojatekok 49f901513d Added a build script for Windows
10 years ago
Riccardo Spagni 0a87cb0b33 Merge pull request #70 from fluffypony/master
10 years ago
Riccardo Spagni eb8de58230 Merge pull request #69 from ekimmo/monero/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
fluffypony 003b1f909d New README
10 years ago
Thomas Winget 55b92e3999 Merge pull request #68 from tewinget/daemon_rpc
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
mikezackles c31f6016b3 Merge pull request #67 from mikezackles/get_info
10 years ago
Zachary Michaels 2796a7f015 Add get_info command to daemon json rpc
10 years ago
mikezackles 04c46fd46a Merge pull request #66 from mikezackles/master
10 years ago
Zachary Michaels 12596ad566 Add get_bulk_payments rpc call
10 years ago
Thomas Winget 1c33b6cbee Merge pull request #65 from tewinget/daemon_rpc
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
Thomas Winget c6ffd810af Merge pull request #56 from tewinget/master
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 034a1a865e Allow conditional compilation with VS 2013+
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 45bd182363 needed to remove REQUIRED from find_package(Threads)
10 years ago
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
10 years ago