Commit Graph

22910 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto
a3da29e994 Update testchain params to mimic mainnet, since our production supply curve is hardcoded and CLI args must match it 2019-04-16 17:29:51 +02:00
jl777
527f1ff90e Merge pull request #1429 from blackjok3rtt/CCparams_test
cccustom changed to use CCopret
2019-04-16 02:20:34 -11:00
blackjok3r
87ebcc3b2b revert createrawtransaction 2019-04-16 21:11:06 +08:00
blackjok3r
660c8dc26c fix has_opret function 2019-04-16 21:08:39 +08:00
blackjok3r
997f9ce5fc initial commit to use CCopt for custom CC 2019-04-16 20:59:15 +08:00
jl777
81aa1908d9 Deprecate prices_extract 2019-04-15 23:31:59 -11:00
jl777
094f72afb4 Smoothed 2019-04-15 23:27:20 -11:00
jl777
ece9e468bc #define PRICES_MAXDATAPOINTS 8 2019-04-15 23:14:50 -11:00
blackjok3rtt
7f89532c03 Merge pull request #64 from blackjok3rtt/jl777
fix wallet code. Force daemon close and reccomend zapwallettxns for n…
2019-04-16 16:08:41 +08:00
blackjok3r
0bb8c5be22 fix wallet code. Force daemon close and reccomend zapwallettxns for non staking chains. 2019-04-16 13:14:04 +08:00
blackjok3r
c3a9d0fa0c test 2019-04-16 12:28:27 +08:00
jl777
5ee99e866a Merge branch 'FSM' into jl777 2019-04-15 04:03:17 -11:00
jl777
9b76745f12 Merge pull request #1422 from jl777/jl777
Jl777
2019-04-15 04:03:12 -11:00
Mihailo Milenkovic
f087f49c4d Fix looking for wrong type marker in Oracles CC 2019-04-15 16:00:03 +02:00
Luke Childs
e0d64f45c7 Fix hushd to work when called via symlink 2019-04-15 06:20:25 -07:00
blackjok3r
2e727de8ee fix wallet crash 2019-04-15 19:58:13 +08:00
jl777
25c603c717 Merge branch 'dev' into FSM 2019-04-14 18:19:18 -11:00
blackjok3r
c9f395f241 revert miner change. Causes crash when staking. 2019-04-15 12:08:58 +08:00
phm87
35ad4a6bc3 init.cpp : move help message -whitelistaddress=
Move the help message of -whitelistaddress= to the section related to "Wallet options:"
2019-04-14 19:24:29 +02:00
phm87
f7e94b113e init.cpp : Help message for -whitelistaddress=
Few days ago, on discord, blackjok3r said that he hopes that somebody will add a help message for -whitelistaddress=
2019-04-14 18:29:28 +02:00
Mihail Fedorov
4f3253fdc9 VOTE2019 2019-04-14 18:56:10 +03:00
Jonathan "Duke" Leto
0395eb4c9e Add ac_cclib to make our future lives easier, as per jl777 2019-04-14 07:03:57 -07:00
jl777
edfaea0c64 Revert to exit 2019-04-14 02:45:06 -11:00
Jonathan "Duke" Leto
5ec7f56c22 Convert to HUSH3 asset name to prevent confusion about HUSH chainparams in iguana/etc 2019-04-14 06:33:43 -07:00
jl777
9d208da4b6 void StartShutdown() 2019-04-14 02:17:58 -11:00
jl777
aec1884070 StartShutdown(); instead of exit() 2019-04-14 02:16:03 -11:00
Jonathan "Duke" Leto
ce3abdcb60 This is the current value of HUSH mainnet supply, which could change via last minute xtns 2019-04-14 05:28:56 -07:00
Jonathan "Duke" Leto
eeb56cea95 This debug print is a bit noisy 2019-04-14 05:20:17 -07:00
jl777
a0136724b0 Merge pull request #1414 from blackjok3rtt/jl777
try wallet fix
2019-04-13 20:56:53 -11:00
blackjok3r
7c56d03474 try wallet fix 2019-04-14 15:51:26 +08:00
jl777
1ca7ee28e0 -) 2019-04-13 20:49:31 -11:00
jl777
8c27ef7372 Coin supply changes to include funds 2019-04-13 20:41:40 -11:00
jl777
9d0a39dbd7 coinsupply inflation calc 2019-04-13 19:19:00 -11:00
Jonathan "Duke" Leto
d2bec31a7a Update to production mainnet block reward values 2019-04-13 19:08:38 -07:00
Jonathan "Duke" Leto
95d29ee2af +x 2019-04-14 02:47:29 +02:00
Jonathan "Duke" Leto
5042c9b11a Add seed node to prod 2019-04-13 11:20:14 -07:00
Jonathan "Duke" Leto
6461e96682 add seed node to script to make it easier 2019-04-13 11:10:42 -07:00
Jonathan "Duke" Leto
964424b6d0 Merge branch 'duke' of https://github.com/MyHush/hush3 into duke 2019-04-13 09:12:57 -07:00
Jonathan "Duke" Leto
d5f46f25eb Add hush-cli-testnet 2019-04-13 09:12:50 -07:00
Jonathan "Duke" Leto
38f5f34d7b We have 30 years to properly fix this bug, ain't got time now
Revert "Chasing a last block reward bug"

This reverts commit 034003c8d6.
2019-04-13 18:00:49 +02:00
Jonathan "Duke" Leto
034003c8d6 Chasing a last block reward bug 2019-04-13 08:57:13 -07:00
Jonathan "Duke" Leto
1e330acca3 T7 2019-04-13 07:01:04 -07:00
Jonathan "Duke" Leto
d81e7c47c2 ac_end=501 should mean that the last testnet BR is block 500 2019-04-13 15:52:50 +02:00
Jonathan "Duke" Leto
f457b96e67 This BR=0 logic overlaps/conflicts with core ac_end logic, and does not work. Get rid of it and verify things work as expected on one more testnet 2019-04-13 06:45:22 -07:00
Jonathan "Duke" Leto
3ac60ceb82 Merge remote-tracking branch 'jl777/dev' into duke 2019-04-13 06:00:09 -07:00
Jonathan "Duke" Leto
e73e6a69a9 Merge branch 'frfix' into duke 2019-04-13 04:46:04 -07:00
Jonathan "Duke" Leto
6c438dff91 HUSHT6 2019-04-13 03:03:56 -07:00
Jonathan "Duke" Leto
f4cedeffd8 Merge branch 'frfix' of https://github.com/MyHush/hush3 into frfix 2019-04-13 03:02:32 -07:00
Jonathan "Duke" Leto
7bba0ef046 Let us go back to simpler times when things worked 2019-04-13 03:02:22 -07:00
Jonathan "Duke" Leto
7e8d7d5539 Going back to simpler things that work 2019-04-13 02:55:07 -07:00