Commit Graph

21818 Commits

Author SHA1 Message Date
jl777
0bfdfaef02 Set KOMODO_CONNECTING from accepttomempool 2018-08-19 04:34:46 -11:00
jl777
8b26f1169c KOMODO_CONNECTING 2018-08-19 04:28:41 -11:00
jl777
428c97e7cf Merge branch 'jl777' into FSM 2018-08-18 19:34:25 -11:00
jl777
799f664f5f Fix 2018-08-18 05:05:47 -11:00
jl777
96e1505ec8 Allow weaker rand() for in memory values 2018-08-18 05:00:51 -11:00
jl777
9f545d8eb3 Fix 2018-08-18 04:55:02 -11:00
jl777
eb69e5cee6 Windows rag 2018-08-18 04:54:03 -11:00
jl777
de70190c2a Add opret 2018-08-18 04:40:23 -11:00
jl777
8b10fb48e0 Handle partial but not enough rewards funding 2018-08-18 04:32:42 -11:00
jl777
093487f6f0 Fix not enough rewards case 2018-08-18 04:09:51 -11:00
jl777
68909b71ed Merge branch 'jl777' into FSM 2018-08-18 03:34:05 -11:00
miketout
4bdd8e465d Merge pull request #118 from VerusCoin/dev
fix broken dependencies in build
2018-08-18 07:33:29 -07:00
jl777
5f13b373ec Merge pull request #817 from jl777/dev
Dev
2018-08-18 03:32:29 -11:00
miketout
fff8a87b0c Merge pull request #115 from VerusCoin/patch
fixing broken dependencies
2018-08-18 07:31:52 -07:00
jl777
8538a310e9 Merge pull request #816 from jl777/jl777
weekly update
2018-08-18 03:28:13 -11:00
jl777
26d07cbbd5 Reduce BUF_SIZE 2018-08-18 03:19:28 -11:00
jl777
7b257028f8 Test 2018-08-18 03:09:36 -11:00
jl777
b4795ed684 -prints 2018-08-18 03:07:53 -11:00
jl777
b626aafeb0 Smaller buf 2018-08-18 03:01:37 -11:00
jl777
a57cea0bee Fingerprint prints 2018-08-18 02:54:51 -11:00
jl777
9178b67d65 Fix 2018-08-18 01:48:16 -11:00
Asher Dawes
9fbdfd3a6a Merge branch 'Asher-Dev' into patch 2018-08-18 05:46:51 -07:00
jl777
0545c2cd95 Next layer 2018-08-18 01:42:35 -11:00
jl777
ebd4cace15 +print 2018-08-18 01:36:50 -11:00
jl777
dc71c17e6f +prints 2018-08-18 01:35:48 -11:00
jl777
ad4d921071 +print 2018-08-18 01:27:42 -11:00
jl777
64836d75a0 +print 2018-08-18 01:11:31 -11:00
jl777
6252e12f17 +print 2018-08-18 00:54:53 -11:00
jl777
007cc1f996 Remove trailing / in depends 2018-08-18 00:33:08 -11:00
jl777
9c5c9f0b9d +prints 2018-08-18 00:11:27 -11:00
jl777
276c654852 -s 2018-08-17 23:40:12 -11:00
jl777
0ed9b1d9f6 Merge branch 'jl777' into FSM 2018-08-17 23:13:00 -11:00
jl777
bc32996926 Reduce faucetget opreturn size, add rewards recover funds mode 2018-08-17 23:02:49 -11:00
Asher Dawes
155d2cb3e4 Removing unnecessary slashes
changing brewfile dependency of gcc@5 to gcc@6
2018-08-18 00:44:01 -07:00
Homu
20f87bc226 Auto merge of #3422 - bitcartel:3061_track_notes_based_on_3062, r=str4d
Track Sapling notes and nullifiers in the wallet (in-memory only, no persistence to disk)

Part of #3061.  Add in-memory tracking of Sapling notes and nullifiers to the wallet.
2018-08-17 14:42:52 -07:00
Jack Grigg
c9339bb61f test: Fix comment in WalletTests.FindMySaplingNotes 2018-08-17 21:39:16 +01:00
Jack Grigg
bce692390f configure: Don't add -ldl to RUST_LIBS for mingw32 2018-08-17 18:54:04 +01:00
David Mercer
8a16251eda libsnark: convert 0ul to UINT64_C(0) 2018-08-17 18:54:04 +01:00
David Mercer
32d3a3352e libsnark: convert long long and unsigned long to C++11 fixed-width types
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2018-08-17 18:53:59 +01:00
jl777
8009c43953 Merge branch 'jl777' into FSM 2018-08-17 05:29:28 -11:00
jl777
2703f76b3e Merge pull request #814 from libscott/fixCrash1OSX
Fix crash1 osx
2018-08-17 05:28:43 -11:00
Scott Sadler
0af81154e3 fix crash #1 on osx 2018-08-17 13:24:32 -03:00
Jack Grigg
7d65dcf4d9 depends: Pass correct compiler, linker, and flags into googletest 2018-08-17 16:47:03 +01:00
Jack Grigg
2456eb80ae Metrics UI: Tell Windows users how to stop zcashd
Ctrl+C is not configured for Windows, as it does not work (yet):
https://github.com/Microsoft/vscode/issues/9347
https://github.com/Microsoft/console/issues/57
2018-08-17 16:46:41 +01:00
Jack Grigg
8fa09c244a Metrics UI: Enable virtual terminal sequence processing on Windows
https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
2018-08-17 16:46:29 +01:00
Jack Grigg
c5b26acad8 Use boost::filesystem::path::string() instead of path::native()
This fixes a mingw32 conversion error during cross-compilation.
2018-08-17 16:46:18 +01:00
Jack Grigg
1dae6e9336 Pass correct compiler, linker, and flags into libsnark 2018-08-17 16:45:55 +01:00
Jack Grigg
f2d3715727 zcutil/build.sh: Remove --enable-werror from default configuration
Windows cross-compile has currently-unavoidable warnings. Upstream Bitcoin Core
has them as well. For now, let's remove this from the default configuration, and
add it to the Linux and OSX CI builders (so we effectively still enforce it for
merged PRs).
2018-08-17 16:45:32 +01:00
Jack Grigg
03ea5a8122 zcutil/build.sh: Use config.site to set default ./configure settings
This is a more reliable way to configure the depends path (matching what is done
upstream), and frees up --prefix for user configuration.
2018-08-17 16:45:28 +01:00
Jack Grigg
d10a762fb8 Clean up libzcash CPPFLAGS, CXXFLAGS, and LDFLAGS
By using the flags defined through ./configure instead, libzcash will react to
configuration and build system changes (such as PIC_FLAGS being empty for
Windows builds).
2018-08-17 16:44:05 +01:00