wowario
c80566ca00
from v20, limit tx extra size
2 months ago
wowario
2e18be9977
difficulty is fun
2 months ago
wowario
67f16d765c
shorten timestamp check window
2 months ago
wowario
d81ef76d7c
limit future blk time to 10 min
2 months ago
wowario
39809d46c6
bump unlock time to 288 blks
2 months ago
wowario
ad27e5892b
wownero skin pack
2 months ago
wowario
5f6703f2c2
bump ring size to 22
2 months ago
wowario
92ebb323e1
config cryptonote
2 months ago
luigi1111
225e5ba571
Merge pull request #8784
...
5900ed3
Add a size limit for tx_extra in tx pool (tevador)
9 months ago
tevador
5900ed3706
Add a size limit for tx_extra in tx pool
9 months ago
Jeffrey Ryan
c59e0096b6
verRctNonSemanticsSimpleCached: fix fragility
9 months ago
koe
edcc094558
derive multisig tx secret keys from an entropy source plus the tx inputs' key images
1 year ago
anon
c7b2944f89
multisig: fix critical vulnerabilities in signing
1 year ago
luigi1111
67e5ca9ad6
Merge pull request #8275
...
9209880
add a sanity check to RPC input data size (moneromooo-monero)
2 years ago
luigi1111
e13244ea9c
Merge pull request #8178
...
5d388eb
Bump ring size to 16 for v15 & remove set default in wallet cli (j-berman)
2 years ago
moneromooo-monero
9209880e9c
add a sanity check to RPC input data size
...
reported by m31007
2 years ago
j-berman
5d388eb74d
Bump ring size to 16 for v15 & remove set default in wallet cli
2 years ago
j-berman
ea87b30f89
Add view tags to outputs to reduce wallet scanning time
...
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73
At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
2 years ago
moneromooo-monero
b030f20751
Fee changes from ArticMine
...
https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf
with a change to use 1.7 instead of 2.0 for the max long term increase rate
2 years ago
luigi1111
0eb1b570b6
Merge pull request #8197
...
da9aa1f
Copyright: Update to 2022 (mj-xmr)
2 years ago
moneromooo-monero
a0d80b1f95
plug bulletproofs plus into consensus
2 years ago
Sarang Noether
bd27debb2d
Bulletproofs+
2 years ago
mj-xmr
da9aa1f7f8
Copyright: Update to 2022
2 years ago
koe
e08abaa43f
multisig key exchange update and refactor
2 years ago
luigi1111
8d7c1135b8
Merge pull request #6810
...
19b2283
New add_aux_pow RPC to support merge mining (moneromooo-monero)
3 years ago
moneromooo-monero
19b228393f
New add_aux_pow RPC to support merge mining
3 years ago
moneromooo-monero
f10c9a16c4
remove obsolete pruning debug code
3 years ago
moneromooo-monero
1eb14af1a3
rpc: limit the number of txes for get_blocks.bin
3 years ago
moneromooo-monero
e9abfea165
Optional DNS based blocklist
...
If enabled, pulls IPs to block on blocklist.moneropulse.*, and
blocks then for 8 days (so IPs dropping from the list will
eventually get unblocked, and DNS failures don't result in
instant clearing of the blocklist).
Enable with --enable-dns-blocklist
3 years ago
moneromooo-monero
5dee031b25
protocol: add a sanity check to the number of block hashes sent
3 years ago
moneromooo-monero
bc7cd78870
p2p: drop peers that spam peer lists
...
There's always some people who just want to abuse things
3 years ago
Alexander Blair
4f401f6fca
Merge pull request #7025
...
b10878f10
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s (Lee Clagett)
3 years ago
Lee Clagett
b10878f108
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
...
A 20% fluff probability increases the precision of a spy connected to
every node by 10% on average, compared to a network using 0% fluff
probability. The current value (10% fluff) should increase precision by
~5% compared to baseline.
This decreases the expected stem length from 10 to 5. The embargo
timeout was therefore lowered to 39s; the fifth node in a stem is
expected to have a 90% chance of being the first to timeout, which is
the same probability we currently have with an expected stem length of
10 nodes.
3 years ago
moneromooo-monero
c67fa32496
bump default number of connections from 8 to 12
3 years ago
luigi1111
5b3614e6a9
Merge pull request #6816
...
929ea98
Remove unused macros from cryptonote_config.h (TheCharlatan)
3 years ago
moneromooo-monero
4971219c2c
blockchain: deterministic UNIX time unlock checks
...
Based on a patch by TheCharlatan <seb.kung@gmail.com>
3 years ago
TheCharlatan
929ea98662
Remove unused macros from cryptonote_config.h
3 years ago
Sarang Noether
fa06c39d97
Bind signature to full address and signing mode
3 years ago
moneromooo-monero
743608ec16
wallet: allow signing a message with spend or view key
3 years ago
moneromooo-monero
82ee01699c
Integrate CLSAGs into monero
...
They are allowed from v12, and MLSAGs are rejected from v13.
3 years ago
Sarang Noether
4b328c6616
CLSAG signatures
3 years ago
Alexander Blair
b04da25e4d
Merge pull request #6760
...
844fb4e94
enforce claiming maximum coinbase amount (moneromooo-monero)
3 years ago
moneromooo-monero
844fb4e940
enforce claiming maximum coinbase amount
...
Claiming a slightly lesser amount does not yield the size gains
that were seen pre rct, so this closes a fingerprinting vector
3 years ago
Alexander Blair
13549d590e
Merge pull request #6329
...
6bfcd3101
Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether)
3 years ago
Sarang Noether
6bfcd31015
Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests.
3 years ago
Alexander Blair
c108c5e2f0
Merge pull request #6354
...
67ade8005
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett)
3 years ago
Lee Clagett
67ade80055
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
4 years ago
SomaticFanatic
5ef0607da6
Update copyright year to 2020
...
Update copyright year to 2020
4 years ago
Lee Clagett
02d887c2e5
Adding Dandelion++ support to public networks:
...
- New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode
- Stem loops detected in tx_pool.cpp
- Embargo timeout for a blackhole attack during stem phase
4 years ago
Sarang Noether
80d5320fff
Hash domain separation
4 years ago