5359 Commits

Author SHA1 Message Date
SChernykh
4cec4db7f0
Fixed undefined behavior in ROR/ROL 2019-02-09 01:37:43 +03:00
SChernykh
3b97d399b1
Fixed a warning 2019-02-09 01:26:29 +03:00
SChernykh
a23468af8c
char is unsigned on ARM, fixed it 2019-02-09 01:00:28 +03:00
SChernykh
38c49b7a35
More fixes for big-endian machines and pointer aliasing 2019-02-09 00:56:36 +03:00
SChernykh
c93ef4369c
Fixes for big-endian machines 2019-02-07 23:52:44 +03:00
jw
541c3b069a
Merge pull request #172 from wowario/checkpoints
update checkpoints.dat
2019-02-07 04:28:09 -08:00
jw
1ee249435e
Merge pull request #171 from wowario/forkv11
update v11 fork height
2019-02-07 04:27:58 -08:00
jw
3f94fe0c4f
Merge pull request #170 from wowario/genesis
blockchain: fix default genesis block timestamp #5092
2019-02-07 04:27:42 -08:00
jw
af89312d24
Merge pull request #164 from wowario/churn
simplewallet: churn fixes
2019-02-07 04:27:19 -08:00
wowario
6717051efd
update checkpoints 2019-02-07 00:52:22 +03:00
wowario
1d39aba9b8
update v11 fork height 2019-02-06 19:22:28 +03:00
wowario
8d5032a39f
update genesis block timestamp date 2019-02-06 16:35:53 +03:00
moneromooo-monero
90e116ea3d
blockchain: fix default genesis block timestamp 2019-02-06 16:32:42 +03:00
wowario
5dfa3c1244
churn fixes 2019-02-06 13:29:17 +03:00
jw
ca9ae12d5b
Merge pull request #168 from wowario/cnr
Cryptonight variant 4 aka CryptonightR #5126
2019-02-05 18:04:13 -08:00
jw
dbaa1b9e68
Merge pull request #167 from wowario/wow
dank doge commits
2019-02-05 18:03:45 -08:00
jw
28cdfd7c1c
Merge pull request #166 from wowario/v11
set fork height - Feb 14
2019-02-05 18:03:29 -08:00
wowario
9fb892adbe
update donation address 2019-02-05 23:59:27 +03:00
wowario
3553a9d8f5
Captain obvious warning 2019-02-05 23:07:22 +03:00
SChernykh
0009b32f08
Rewrote opcode parsing without bitfield struct 2019-02-05 22:29:46 +03:00
SChernykh
26ff420531
Variant 4 random code generator: fixed data size for Blake hash 2019-02-05 19:01:35 +03:00
SChernykh
870b4138a6
Cryptonight variant 4 aka CryptonightR
It introduces random integer math into the main loop.
2019-02-05 19:01:18 +03:00
wowario
683cde52f7
add v11/v12 fork height 2019-02-05 18:51:27 +03:00
wowario
d498b2d791
reset difficulty 2019-02-05 18:30:38 +03:00
jw
df637cd08c
Merge pull request #163 from fuwa0529/no-confirm-when-churn
simplewallet: suppress warning when sweep_all to the primary address of the owner
2019-02-01 06:09:57 -08:00
jw
46441d7c23
Merge pull request #162 from wowario/auto_churn
simplewallet: tweaks to churn
2019-02-01 06:09:17 -08:00
wowario
f82747320d
simplewallet: churn tweaks 2019-02-01 15:23:05 +03:00
fuwa
d2ec59ca20 simplewallet: suppress warning when sweep_all to the primary address of the owner
This fixes an edge case of the churn command, when
confirm-missing-payment-id is 1.
2019-02-01 10:43:52 +08:00
jw
f44faf1b20
Merge pull request #161 from wowario/auto_churn
simplewallet: add churn command
2019-01-30 09:28:37 -08:00
jw
ff57e849d4
Merge pull request #160 from wowario/upstream
Upstream
2019-01-30 09:28:00 -08:00
wowario
9e36058618
simplewallet: add churn command 2019-01-30 15:36:52 +03:00
moneromooo-monero
d658094761
rpc: fix internal daemon calls in restricted rpc getting partial data 2019-01-28 23:37:08 +03:00
xiphon
d91f84f275
daemon: extend 'print_pl' command, optional filter by type and limit 2019-01-28 23:27:40 +03:00
moneromooo-monero
103ee1f2cc
wallet2: fix duplicate tx notifications for pool txes 2019-01-28 23:25:02 +03:00
moneromooo-monero
38b33944b5
wallet2: fix incorrect patch for determining fork rules
Half of the patch was correct, but half was introducing another bug,
where a wallet asking for a fork that the daemon does not know about
yet would decide to use those rules.
2019-01-28 23:22:05 +03:00
moneromooo-monero
31f9c9a3c9
mnemonics: compare canonical words (lowercase) 2019-01-28 23:20:44 +03:00
selsta
cd0b5a1a4c
device: proper handling of user input
(1) If the user denies something on the Ledger,
    a proper error message is now shown.
(2) Ledger doesn't time out anymore while waiting
    on user input.
(3) Lower the timeout to 2 seconds, this is enough for
    normal Ledger <-> System communication.
2019-01-28 23:15:38 +03:00
selsta
31abdddd1b
device_ledger: remove full_name variable
This variable was never set, resulting in the
device name always showing as "disconnected".
2019-01-28 23:14:54 +03:00
jw
32007ea554
Merge pull request #158 from fuwa0529/detect-system-libminiupnp
allow system miniupnpc
2019-01-22 11:49:15 -08:00
jw
e5bcff2def
Merge pull request #157 from wowario/art
add v0.5 ASCII art, version name
2019-01-22 11:48:56 -08:00
fuwa
d52f27f568 allow system libminiupnp, revert #6b8539 2019-01-22 20:24:54 +08:00
moneromooo-monero
84ca8550d2
bulletproofs: speed up vector_power_sum
found by sarang
2019-01-21 23:47:07 +03:00
wowario
2f4f8b1380
add version name 2019-01-20 01:13:06 +03:00
wowario
da885c041a
add v0.5 ASCII art 2019-01-20 01:12:58 +03:00
moneromooo-monero
37430e0a5b
message_store: init me field
Coverity 190651
2019-01-19 00:02:39 +03:00
moneromooo-monero
7bce433b89
blockchain: don't propagate exception past dtor
Coverity 190660
2019-01-19 00:01:53 +03:00
jw
111e25f10d
Merge pull request #156 from wowario/upstream
Upstream
2019-01-18 06:38:25 -08:00
selsta
dd2eca2126
simplewallet: improve punctuation in user visible string 2019-01-18 12:40:16 +03:00
stoffu
4c5812b899
simplewallet: remove extra colon in a few calls to input_secure_line 2019-01-18 12:37:41 +03:00
stoffu
6ef6d5aa8b
simplewallet: factor yesno hint into input_line 2019-01-18 12:37:24 +03:00