Commit Graph

22197 Commits

Author SHA1 Message Date
jl777
329d80d2c1 Move code 2018-06-12 00:34:28 -11:00
jl777
2200781907 Snapshot roc 2018-06-12 00:26:46 -11:00
jl777
bd14699824 Syntax 2018-06-12 00:10:37 -11:00
jl777
b4b4c49985 Syntax 2018-06-12 00:07:51 -11:00
jl777
936078888d int32_t CBlockTreeDB::SnapShot() 2018-06-12 00:04:00 -11:00
Homu
bdec2262d9 Auto merge of #3322 - arielgabizon:master, r=str4d
Naming improvements

- `ZCProof` is a too general name, now that we also have `GrothProof` used in sprout proofs.
So I changed the name of this object to `PHGRProof`.

- In some files `pubKeyHash` was used as a var name, whereas it wasn't the pubkey hash,
but the pubkey itself. So I changed the var name to `joinSplitPubKey`
2018-06-12 03:53:08 -07:00
Jack Grigg
69aa0d8f28 Use CChainParams::Bech32HRP() in zs_address_test 2018-06-12 18:38:36 +12:00
Jack Grigg
f59093935c Add examples of ConvertBits transformation 2018-06-12 16:51:59 +12:00
Jack Grigg
dd7417c8d0 Add comment about size calculations for converted serialized keys 2018-06-12 15:47:56 +12:00
Jack Grigg
74c2f88023 Add release notes for -disabledeprecation removal 2018-06-11 10:41:01 -07:00
Jack Grigg
c74ab3356a Remove config option -disabledeprecation
Closes #2943.
2018-06-11 10:38:12 -07:00
Scott Sadler
846384769c log notarisations written to index 2018-06-11 17:29:16 +02:00
Scott Sadler
89cfc4272d fixes for import coin 2018-06-10 15:12:10 +02:00
David Dawes
6a6e137317 Note new dynamic libs in README. 2018-06-10 01:01:21 -07:00
David Dawes
c95749c8d2 Merge pull request #53 from VerusCoin/dev
Mikes latest optimizations
2018-06-10 00:17:25 -07:00
David Dawes
cd320ca22c Merge pull request #52 from VerusCoin/dave-dev
Hack in dependencies for Macs
2018-06-10 00:15:40 -07:00
Michael Toutonghi
2c05c25598 Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev 2018-06-10 00:13:06 -07:00
Michael Toutonghi
20ab1c9174 mining performance boost 2018-06-10 00:12:28 -07:00
David Dawes
274d8bd6eb Get additional extra space, back change out completely. 2018-06-10 00:01:57 -07:00
David Dawes
f60687ca92 Undo makeRelase.sh changes. Hacked libs in directly. 2018-06-10 00:00:49 -07:00
David Dawes
19546c8f9a Merging latest, hacked dependencies so pull 'em from .travis.yml. 2018-06-09 23:52:31 -07:00
David Dawes
0995991e20 Hacking dependencies in. 2018-06-09 23:50:01 -07:00
David Dawes
116b8f69bd Hack in the dependencies. 2018-06-09 23:44:41 -07:00
David Dawes
957ebcc6d8 Merge branch 'master' into dave-dev 2018-06-09 23:38:31 -07:00
Asher Dawes
62a383830e Merge remote-tracking branch 'origin/dave-dev' into dave-dev 2018-06-09 22:33:31 -07:00
Asher Dawes
ad565daadb Removed unnecessary -R paramater for chmod 2018-06-09 22:33:19 -07:00
David Dawes
33dae2bcb9 Try unrolling makeRelease.sh 2018-06-09 21:55:06 -07:00
Asher Dawes
bcef0a1f0c travis clean up 2018-06-09 21:13:36 -07:00
Asher Dawes
e1ec420f59 Travis clean up 2018-06-09 21:03:35 -07:00
Ariel Gabizon
e1a3461cc2 Improve/Fix variable names
ZCProof was too general. pubKeyHash was actually the JoinSplit pubkey
itself.
2018-06-09 20:27:35 -07:00
David Dawes
9825b91b15 Trying to get makeRelease.sh run as part of the TravisCI build. 2018-06-09 19:42:36 -07:00
David Dawes
63e6b2b7bc Try getting Linux dependencies in. 2018-06-09 19:10:25 -07:00
David Dawes
ac10faf3a4 Merge pull request #51 from VerusCoin/dave-dev
Put version 0.3.4-beta in README files
2018-06-09 17:11:38 -07:00
David Dawes
ea97462a3f Merge branch 'dave-dev' of github.com:VerusCoin/VerusCoin into dave-dev 2018-06-09 15:54:17 -07:00
David Dawes
d15890615c Add version to README. 2018-06-09 15:51:55 -07:00
David Dawes
3be84842e8 Add version to README. 2018-06-09 15:08:37 -07:00
David Dawes
b7cbd15af4 Get version in README updated. 2018-06-09 14:41:50 -07:00
David Dawes
5800534abc Merge pull request #49 from VerusCoin/Asher-Dev
Adding upgrade batch file for verus-cli for Windows and updating the …
2018-06-09 13:41:29 -07:00
Asher Dawes
b6b3255ce7 Fixed upgrade scripts for osx and linux 2018-06-09 13:07:50 -07:00
Homu
847df81f09 Auto merge of #3308 - ioptio:CoC-volunteer, r=daira
include note about volunteers in CoC
2018-06-09 03:17:32 -07:00
Daira Hopwood
3e45258e7c Update code_of_conduct.md
Wording tweak and line wrapping.
2018-06-09 11:16:43 +01:00
jl777
0db8b06a7b Merge branch 'dev' into jl777 2018-06-08 09:10:07 -11:00
jl777
ada22ead25 Merge pull request #693 from l0rb/patch-2
remove unused variable
2018-06-08 09:09:02 -11:00
l0rb
99d7ed2567 remove unused variable
minor code cleanup
2018-06-08 21:16:24 +02:00
jl777
7dc708d11c Merge pull request #692 from jl777/dev
bug fixes, consensus changes for PoS/PoW
2018-06-08 05:29:24 -11:00
jl777
f6cf227a30 Merge pull request #691 from jl777/jl777
reduce notary mining initial delay from 65 to 60 seconds
2018-06-08 05:18:55 -11:00
jl777
fa04bcf38c 65 seconds to 60 2018-06-08 05:17:25 -11:00
jl777
7714b7f143 Handle -disablewallet=1 2018-06-08 02:15:46 -11:00
jl777
f19b324032 Merge pull request #690 from jl777/jl777
prevent long delay between blocks
2018-06-07 21:15:05 -11:00
jl777
1659389801 Prevent very long gap in blocks 2018-06-07 21:01:41 -11:00