Aditya Kulkarni
6f56b8b8e9
Store compactBlocks
2019-09-25 17:18:27 -07:00
Aditya Kulkarni
d503752588
Block Cache
2019-09-25 15:55:37 -07:00
Aditya Kulkarni
80d6dab9f8
WIP cache
2019-09-25 14:54:15 -07:00
Aditya Kulkarni
d56fe7bf1a
Remove SQL from grpc server
2019-09-25 13:28:55 -07:00
Aditya Kulkarni
b89062cd53
Remove Txtable
2019-09-25 12:17:36 -07:00
Aditya Kulkarni
3eaabea547
GetTransaction from zcashd instead of store
2019-09-25 12:10:32 -07:00
Aditya Kulkarni
2f6dbd414d
Add gitignore
2019-09-25 11:45:19 -07:00
Aditya Kulkarni
8421285313
Merge error codes
2019-09-25 11:44:42 -07:00
Aditya Kulkarni
d59757571d
Remove UTXOs call
2019-09-25 11:43:54 -07:00
Larry Ruane
3c5d62dbc3
fix compact size length calculation
2019-09-25 11:37:34 -07:00
Aditya Kulkarni
f0ff091f7b
Log sapling height error
2019-09-25 11:35:52 -07:00
Aditya Kulkarni
cf0b87ac9b
Log sapling height
2019-09-20 14:49:47 -07:00
Aditya Kulkarni
3b4573c4f0
Add chainname and activation height to getinfo
2019-09-18 21:16:15 -07:00
Aditya Kulkarni
7bf4a8407b
Read sapling activation height from RPC
2019-09-18 20:38:59 -07:00
Aditya Kulkarni
b2389b6c12
Update readme
2019-09-17 20:58:01 -07:00
Aditya Kulkarni
e723c4e1d8
Return tx heights
2019-09-17 13:26:23 -07:00
Aditya Kulkarni
d36126ba9d
Add transparent txns
2019-09-13 16:02:58 -07:00
Aditya Kulkarni
7644852fc6
Fix hash encoding, change module names
2019-09-12 12:08:53 -07:00
Aditya Kulkarni
8edf85483b
Read UTXOs from RPC
2019-09-11 17:06:29 -07:00
Aditya Kulkarni
b4796bc67e
New RPC call
2019-09-10 16:34:01 -07:00
adityapk00
595de96e2b
Merge pull request #1 from adityapk00/remove_0mq
...
New RPC call
2019-09-05 11:49:53 -07:00
Aditya Kulkarni
0c85de50ad
New RPC call
2019-09-05 11:48:32 -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
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
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
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
mdr0id
75cc3d49ba
Use REPLACE for db row creation on initial reorg logic
2019-05-01 14:49:38 -07:00