Commit Graph

1274 Commits

Author SHA1 Message Date
Riccardo Spagni
d25631f3ad
Merge pull request #422
60a6919 Update to compile with latest miniupnpc (warptangent)
2015-10-15 19:26:10 +02:00
Riccardo Spagni
86b1371f56
Merge pull request #433
bb25d8e wallet2: really include non canonical outputs in dust sweep (moneromooo-monero)
2015-10-15 19:25:20 +02:00
Riccardo Spagni
c8aca79e26
Merge pull request #430
8a5b742 simplewallet: add a check_tx_key command (moneromooo-monero)
2015-10-15 19:24:47 +02:00
moneromooo-monero
8a5b7421de
simplewallet: add a check_tx_key command
It allows one to check the amount of monero sent to a particular
address in a particular transaction, given that transaction's tx key
2015-10-14 17:32:38 +01:00
moneromooo-monero
bb25d8e55b
wallet2: really include non canonical outputs in dust sweep 2015-10-14 01:10:33 +01:00
Riccardo Spagni
ee27c31c59
Merge pull request #428
594fe47 simplewallet: add a --trusted-daemon flag (moneromooo-monero)
2015-10-11 21:55:23 +02:00
Riccardo Spagni
47f0b03c5c
Merge pull request #426
9da825e simplewallet: bump default mixin from 3 to 4 (moneromooo-monero)
492f45b from hard fork 2, all outputs must be decomposed (moneromooo-monero)
4794fb9 from hard fork 2, claim a quantized reward in coinbase (moneromooo-monero)
708c0ed cryptonote_format_utils: add a function to tell if an amount is canonical (moneromooo-monero)
2015-10-11 21:54:24 +02:00
Riccardo Spagni
b96b7c0177
Merge pull request #424
be2764a miniupnpc: quick fix for buffer overflow (moneromooo-monero)
2015-10-11 21:49:02 +02:00
moneromooo-monero
594fe471a2
simplewallet: add a --trusted-daemon flag
It allows enabling the rescan_spent command only for trusted
daemon
2015-10-11 19:48:25 +01:00
moneromooo-monero
9da825e7fd
simplewallet: bump default mixin from 3 to 4
As recommended in MRL-0004
2015-10-11 13:46:45 +01:00
moneromooo-monero
492f45b395
from hard fork 2, all outputs must be decomposed
The wallet decomposes fully as of now too.
2015-10-11 13:09:09 +01:00
moneromooo-monero
4794fb9d44
from hard fork 2, claim a quantized reward in coinbase
The small leftover is carried forward
2015-10-11 13:09:02 +01:00
moneromooo-monero
708c0ed2eb
cryptonote_format_utils: add a function to tell if an amount is canonical 2015-10-11 13:08:55 +01:00
moneromooo-monero
be2764aa9e
miniupnpc: quick fix for buffer overflow
http://talosintel.com/reports/TALOS-2015-0035/

reported by palexander on IRC
2015-10-11 13:06:08 +01:00
warptangent
60a6919768
Update to compile with latest miniupnpc
upnpDiscover() takes a new argument for TTL.
Use the suggested default of 2.
2015-10-06 14:38:45 -07:00
Riccardo Spagni
82d7e79ea0
Merge pull request #418
defcb28 unbound: do not try to link against libevent (moneromooo-monero)
2015-10-06 10:39:38 +02:00
Riccardo Spagni
e2fd8e0d2f
Merge pull request #416
70e9f18 build: default to Berkeley DB for 32 bit and ARM (moneromooo-monero)
61ea546 db_bdb: fix hard fork keys (moneromooo-monero)
2015-10-06 10:39:04 +02:00
Riccardo Spagni
8cf62d3239
Merge pull request #414
c89e88e hardfork: move an assert so it actually works (moneromooo-monero)
2015-10-06 10:38:37 +02:00
Riccardo Spagni
b4513b453e
Merge pull request #412
bd675d1 gpg_keys: update my key with a later expiration date (moneromooo-monero)
2015-10-06 10:38:06 +02:00
moneromooo-monero
defcb28c68
unbound: do not try to link against libevent
It is now not needed anymore, as we use minievent instead
2015-10-05 20:58:53 +01:00
moneromooo-monero
70e9f180c8
build: default to Berkeley DB for 32 bit and ARM 2015-10-04 19:08:15 +01:00
moneromooo-monero
61ea5468e3
db_bdb: fix hard fork keys
Berkeley DB requires RECNO keys to be 32 bits, and forbids a key
value of 0.
2015-10-04 19:08:08 +01:00
moneromooo-monero
c89e88eaa1
hardfork: move an assert so it actually works
An unsigned quantity is always >= 0
2015-10-04 13:09:07 +01:00
moneromooo-monero
bd675d1782
gpg_keys: update my key with a later expiration date 2015-10-04 12:51:26 +01:00
Riccardo Spagni
aac8d36422
Merge pull request #408
1c3643e dns_utils: fix wrong asserts (moneromooo-monero)
2015-09-28 10:11:03 +02:00
Riccardo Spagni
5be3133ddc
Merge pull request #407
d1c3c3b blockchain: on hardfork 2, require mixin 2 at least if possible (moneromooo-monero)
82a38d0 hardfork: make the voting window a week (moneromooo-monero)
4cf3028 hardfork: rescan speedup (moneromooo-monero)
d923639 hardfork: remove use of GNU extension for initializing object (moneromooo-monero)
969c2c8 blockchain: on hardfork 2, allow miners to claim less money than allowed (moneromooo-monero)
a803bef hardfork: change window semantics to not count the newly added block (moneromooo-monero)
9fa0f4a blockchain: use different hard fork settings for testnet and mainnet (moneromooo-monero)
8d67a9a tests: remove leftover debug traces in hardfork test (moneromooo-monero)
2015-09-28 10:10:16 +02:00
moneromooo-monero
1c3643ef35
dns_utils: fix wrong asserts
Braino.
2015-09-27 17:34:52 +01:00
moneromooo-monero
d1c3c3ba59
blockchain: on hardfork 2, require mixin 2 at least if possible 2015-09-27 10:06:59 +01:00
moneromooo-monero
82a38d0d3b
hardfork: make the voting window a week 2015-09-26 22:50:10 +01:00
moneromooo-monero
4cf3028ba5
hardfork: rescan speedup
Add a block height before which version 1 is assumed
Use DB transactions
2015-09-26 22:49:52 +01:00
moneromooo-monero
d9236396de
hardfork: remove use of GNU extension for initializing object 2015-09-26 22:49:28 +01:00
moneromooo-monero
969c2c8867
blockchain: on hardfork 2, allow miners to claim less money than allowed
So they can avoid dust if they so wish
2015-09-26 22:49:14 +01:00
moneromooo-monero
a803befcd3
hardfork: change window semantics to not count the newly added block
This allows knowing the hard fork a block must obey in order to be
added to the blockchain. The previous semantics would use that new
block's version vote to determine this hard fork, which made it
impossible to use the rules to validate transactions entering the
tx pool (and made it impossible to validate a block before adding
it to the blockchain).
2015-09-26 22:48:59 +01:00
moneromooo-monero
9fa0f4aa4c
blockchain: use different hard fork settings for testnet and mainnet 2015-09-26 22:48:44 +01:00
moneromooo-monero
8d67a9abd4
tests: remove leftover debug traces in hardfork test 2015-09-26 22:48:18 +01:00
Riccardo Spagni
8f8e291d97
Merge pull request #406
5b11a89 hardfork: most state now saved to the DB (moneromooo-monero)
0a54c3a hardfork: remove the "parts are copyright cryptonote" notices (moneromooo-monero)
e546f37 Add an RPC call and daemon command to get info on hard fork voting (moneromooo-monero)
d067131 blockchain: force a hardfork recalculation at load time (moneromooo-monero)
a717761 core: add consts where appropriate (moneromooo-monero)
8ffc508 core: moan when we think an update is needed to get latest hard fork info (moneromooo-monero)
f854984 blockchain: use the new hardfork class (moneromooo-monero)
62b1f74 New hardfork class (moneromooo-monero)
bed9a44 blockchain: add a couple missing includes (moneromooo-monero)
2015-09-22 14:47:36 +02:00
Riccardo Spagni
265257e6a0
Merge pull request #403
05968c5 wap_proto: fix warning casting away const (moneromooo-monero)
6d4ec05 monero-rpc-deprecated: misc fixes/improvements (moneromooo-monero)
2015-09-22 14:46:53 +02:00
moneromooo-monero
5b11a89a76
hardfork: most state now saved to the DB
There will be a delay on first load of an existing blockchain
as it gets reparsed for this state data.
2015-09-20 18:42:52 +01:00
moneromooo-monero
0a54c3a553
hardfork: remove the "parts are copyright cryptonote" notices
I coded the whole thing from scratch.
2015-09-20 10:05:15 +01:00
moneromooo-monero
e546f3724a
Add an RPC call and daemon command to get info on hard fork voting 2015-09-19 16:47:48 +01:00
moneromooo-monero
d06713199e
blockchain: force a hardfork recalculation at load time
Since the state isn't actually saved anywhere, as the archive
code isn't called in the new DB version.
2015-09-19 16:47:42 +01:00
moneromooo-monero
a7177610b3
core: add consts where appropriate 2015-09-19 16:47:35 +01:00
moneromooo-monero
8ffc508cef
core: moan when we think an update is needed to get latest hard fork info 2015-09-13 18:09:57 +01:00
moneromooo-monero
05968c53cf
wap_proto: fix warning casting away const 2015-09-13 11:30:45 +01:00
moneromooo-monero
6d4ec05f9d
monero-rpc-deprecated: misc fixes/improvements
- make error constants actually const
- fix client leak when reconnecting after failure to connect
- simplify strncpy bound
- fix user controlled memory writes in getheight
2015-09-13 11:28:32 +01:00
moneromooo-monero
f85498422d
blockchain: use the new hardfork class 2015-09-12 11:15:53 +01:00
moneromooo-monero
62b1f74116
New hardfork class
This keeps track of voting via block version, in order to decide
when to enable a particular fork's code.
2015-09-12 11:14:44 +01:00
moneromooo-monero
bed9a44e56
blockchain: add a couple missing includes 2015-09-12 11:14:34 +01:00
Riccardo Spagni
3e7c6dfa2b
Merge pull request #401
9b048e0 Add attribution and link to the encrypted payment id design by luigi1111 (moneromooo-monero)
2015-09-07 10:44:17 +02:00
moneromooo-monero
9b048e03da
Add attribution and link to the encrypted payment id design by luigi1111 2015-09-07 09:39:22 +01:00