Marshall Gaucher
b246be3e45
Merge pull request #64 from zcash-hackworks/mdr0id-patch-ci-badge
...
add ci status badge to README
2019-09-18 17:52:06 -07:00
Marshall Gaucher
b141021ac0
add ci status
...
add ci status badge
2019-09-18 17:47:04 -07:00
Taylor Hornby
5224340b92
Make -very-insecure imply 'don't use TLS.'
2019-09-18 15:18:49 -06:00
Marshall Gaucher
c1279fa239
Merge pull request #53 from pacu/proto-swift-support
...
add empty swift_prefix option value to .proto files
2019-09-16 11:06:55 -07:00
Marshall Gaucher
7e34619fb8
Merge pull request #58 from zcash-hackworks/mdr0id-patch-1
...
Update README.md
2019-09-15 17:54:20 -07:00
Marshall Gaucher
ef2e78e850
Update README.md
...
Remove 0mq reference in ingestor block
2019-09-15 17:47:20 -07:00
Marshall Gaucher
731b3393d9
Merge pull request #57 from zcash-hackworks/update_gitlab_yaml
...
update broken gitlab yaml for cgo targets on alpine
2019-09-15 17:45:24 -07:00
mdr0id
b86dda72e5
update broken gitlab yaml for cgo targets on alpine
2019-09-15 17:39:15 -07:00
Marshall Gaucher
c5b37391ed
Merge pull request #43 from mdr0id/remove_0mq
...
Remove 0mq
2019-09-15 17:29:53 -07:00
Marshall Gaucher
ce12fee640
Merge branch 'master' into remove_0mq
2019-09-15 17:28:34 -07:00
mdr0id
ecf43dc353
reorg walk back 11 blocks instead of 10
2019-09-15 17:25:12 -07:00
Marshall Gaucher
a91acdbdec
Merge pull request #49 from mdr0id/add_gitlab_ci
...
Add Gitlab CI/CD
2019-09-05 18:21:00 -07:00
mdr0id
4a2d22ca3a
Update makefile for broken make target
2019-09-05 18:17:26 -07:00
mdr0id
28ed413092
Updating formatting
2019-09-05 17:30:08 -07:00
mdr0id
42eb73db32
Set height to 0 in error case for corrupted db
2019-09-05 17:27:30 -07:00
mdr0id
148a1da8c7
Make log app name more clear
2019-09-05 16:28:50 -07:00
Francisco Gindre
9f6cf742b6
add empty swift_prefix option value to .proto files
2019-08-30 15:52:46 -03:00
zebambam
fc6c2f1342
Merge pull request #51 from zebambam/security_and_usability_fixes
...
Security and usability fixes to CLI and repo with .gitignore
2019-08-29 09:33:52 -07:00
zebambam
f1ac9c1337
Added .gitignore, provided command line defaults, made errors more obvious, told users to check the log file after it is initialized when a fatal error occurs, require users to pass -very-insecure=true when not using TLS certificates
2019-08-28 14:36:24 -07:00
mdr0id
1e40cea877
Remove zmq references from README files
2019-08-27 14:41:25 -07:00
mdr0id
716930d028
name of app is missleading in log message
2019-08-27 14:15:00 -07:00
mdr0id
59975fc349
Remove zmq from scaffolding stuff in go
2019-08-27 14:07:42 -07:00
mdr0id
ea3b3c119f
creating initial Makefile for CI/CD
2019-07-30 10:44:44 -07:00
mdr0id
f8a0274f7d
creating initial CI/CD file
2019-07-30 10:44:10 -07:00
mdr0id
fec37dff9a
Initial reorg fix
2019-07-16 19:14:58 -07:00
mdr0id
1002580cd9
Add storing prevhash to local db and logs
2019-07-09 15:52:35 -07:00
Marshall Gaucher
03118ba2d7
Merge pull request #1 from LarryRuane/remove_0mq
...
add prev_hash to logging
2019-07-08 16:33:22 -07:00
Larry Ruane
2454b05b52
add prev_hash to logging
2019-06-28 12:22:22 -05:00
str4d
f2aacce0ca
Merge pull request #46 from mdr0id/remove_go_routine_db_write
...
Remove go routine that causes threading issues when writing to local db
2019-06-11 16:28:23 +01:00
mdr0id
0813d73e97
Add initial error handling for condition for zcashd down
2019-06-10 21:14:31 -07:00
mdr0id
d1e49493b0
Remove/add white space nits. Add comment for -8 value check in error conditional
2019-06-10 20:35:32 -07:00
mdr0id
3d48461e32
Clean up and organize imports
2019-06-10 20:25:43 -07:00
mdr0id
ed4591ecc4
Remove go routine that causes threading issues when writing to local db
2019-06-10 19:59:12 -07:00
mdr0id
31576ff5fc
Update ingest logic stream to start at actual Sapling testnet height
2019-06-07 14:13:22 -07:00
mdr0id
4354ec70c0
Update ingest logic stream to start at Sapling testnet height
2019-06-07 14:10:56 -07:00
mdr0id
1587db121c
Remove 0mq logic, add getblock RPC wrapper, add RPC polling logic, and remove old packages
2019-06-06 17:49:47 -07:00
mdr0id
397a02ba0f
Update block name for exporting conflict
2019-06-06 17:44:13 -07:00
str4d
ce11c2107e
Merge pull request #41 from str4d/testing-fixes
...
Testing fixes
2019-05-30 18:21:24 +01:00
Jack Grigg
49a1552523
parser: Correctly serialize Equihash solution
2019-05-23 14:09:43 +01:00
Jack Grigg
c4a48902db
ingest: Log block and transaction hashes in display order
...
We should also be consistent in the SQLite database about either storing
as TEXT in display order, or storing as BLOB in wire order. But as
that's another breaking change, let's bundle it in with anything else we
need to do to address this problem.
2019-05-23 13:42:02 +01:00
Jack Grigg
722118ade9
Add range check on height extracted from coinbase script
2019-05-22 12:04:02 -04:00
Jack Grigg
bb62739502
Test against the first 20 mainnet blocks
2019-05-22 12:04:02 -04:00
Jack Grigg
0e4add3950
Idiomatic constant naming
2019-05-22 12:04:02 -04:00
Jack Grigg
ca123682cc
Improve references to serializing and parsing int64 in CScripts
2019-05-22 12:04:02 -04:00
Jack Grigg
5acfb9af34
parser: Correctly parse heights from script-encoded int64 values
2019-05-22 12:04:02 -04:00
str4d
4794bca46e
Merge pull request #37 from mdr0id/reorg_logic1
...
Use REPLACE on db row creation for initial reorg logic
2019-05-14 15:08:17 +01:00
Jack Grigg
0a8eb6846b
Re-add removed whitespace
2019-05-14 15:06:12 +01:00
str4d
56b031c317
Merge pull request #40 from str4d/prevhash
...
Add PrevHash field to CompactBlocks
2019-05-13 09:56:45 +01:00
Jack Grigg
7451d85d15
parser: Add PrevHash field to CompactBlocks
2019-05-04 12:21:01 +01:00
Jack Grigg
ede5e7b7ec
walletrpc: Update CompactBlock protobuf with prevHash field
2019-05-04 12:21:01 +01:00