| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
95b9e85e rename cn_deserialize (Riccardo Spagni)
|
| | | |
|
| |\ \
| |/
|/|
| | |
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph)
|
| | |
| |
| |
| | |
third party uses of the wallet api can transition.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
655eafd1 bump version (Riccardo Spagni)
117194a3 update checkpoints (Riccardo Spagni)
39a9db9e update checkpoints (Riccardo Spagni)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
dd144b14 blockchain: fix reorganizations past a hard fork boundary (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
After popping blocks from the old chain, the hard fork object's
notion of the current version was not in line with the new height,
causing the first blocks from the new chain to be rejected due
to a false expection of a newer version.
|
| |\ \
| | |
| | |
| | | |
0fb5dc87 monero-wallet-cli wording changes 'n' stuff (luigi1111)
|
| | |/
| |
| |
| | |
Possibly other pedantry. Pedants are people too.
|
| |\ \
| | |
| | |
| | | |
4299bdf6 Improve language of 'node ahead by' message (NanoAkron)
|
| | | | |
|
| | |/
|/|
| |
| | |
And rangeProofs are on outputs...
|
| |/ |
|
| |\
| |
| |
| | |
aeb13289 Update cryptonote_protocol_handler.inl (Gingeropolous)
|
| | |
| |
| | |
Per discussion of #1359, the wording has changed to indicate that no assessment of the blocks validity is made.
|
| |\ \
| | |
| | |
| | | |
5df92877 GUI address book (Jaquee)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
81c6bb9a thread_group: fix build on older GCC (moneromooo-monero)
|
| | |/
| |
| |
| | |
vtnerd (original author) confirmed this is the Right Way.
|
| |\ \
| | |
| | |
| | | |
c5c45ca6 wallet: bring forward use of the dynamic fee (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
It was 14 days after v4, it is now one day after it.
luigi1111's suggestion
|
| | |
| |
| |
| | |
found by coverity
|
| |/
|
|
| |
found by coverity
|
| |\
| |
| |
| | |
9b00d80f wallet2: pass by const ref where possible (moneromooo-monero)
|
| | |
| |
| |
| | |
Reported by kenshi84
|
| |\ \
| | |
| | |
| | | |
f4a3ce15 Fix sending outputs from a tx with more than one pubkey (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
A bug in cold signing caused a spurious pubkey to be included
in transactions, so we need to ensure we use the correct one
when sending outputs from one of those.
|
| |\ \
| | |
| | |
| | | |
dfbb85b6 blockchain: fix setting non trovial alternate chain as invalid (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
The wrong iterator was being used.
Also preincrement iterators to avoid possibly invalidating them,
I'm not sure this is necessary, but let's be safe.
|
| |\ \
| | |
| | |
| | | |
0b91d825 simplewallet: restore automatically setting trusted local daemon (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6c44f5c6 wallet: send 0 change to a random address where necessary with rct (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a rct transaction would cause no change to be generated, a zero
change output is added, and sent to a randomly generated address.
This ensures that no transaction will be sent with just one output,
which could cause the receiver to be able to determine which of the
inputs in the sent rings is the real one.
This is very rare, since it requires the sum of outputs to be equal
to the sum of outputs plus the fee, which is now a function of the
last few blocks.
|
| |\ \
| | |
| | |
| | |
| | | |
3b005275 ringct: add sc_check calls in MLSAG_Ver for ss and cc (moneromooo-monero)
2f1732a7 ringct: guard against bad data exceptions in worker threads (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
luigi1111's recommendation
|
| | |/
| |
| |
| |
| |
| | |
If purported pubkeys aren't actually valid pubkeys, exceptions
will fly. These will terminate if thrown in a worker thread.
Guard against this.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
648ea6be blockchain: bring the v4 fork height one block forward (luigi1111)
46a0dcc1 ringct: luigi1111's changes to fix and speedup Borromean sigs (luigi1111)
76958fc7 ringct: switch to Borromean signatures (Shen Noether)
|
| | | |
| | |
| | |
| | |
| | | |
This will ensure the early 0.10 daemons will barf at the fork
height, and not a bit later, which could be confusing.
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
d1a75754 Remove infinite loop in refresh code (Jaquee)
|
| | |/
| |
| |
| | |
This reverts commit fd181b03bb58a8b0628d2af8637cf6bb968fc437.
|
| |/ |
|
| |\
| |
| |
| | |
73ac3b8e wallet2: avoid possible undefined behavior on empty string (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f4772bae Fix a few minor typos (Pierre Boyer)
|
| | |/ |
|