Commit Graph

22 Commits

Author SHA1 Message Date
Aditya Kulkarni 6341e177f3 Fix names 2021-04-20 20:28:46 -07:00
Larry Ruane acca1a7c80 Update protoc grpc toolchain to latest
I installed the latest toolchain according to:
https://grpc.io/docs/languages/go/quickstart/

I updated the protoc command line arguments in Makefile based on
that quickstart guide, then I ran: make update-grpc

This has set the tool version (which you can see at the top of
any .pb.go file) to:

protoc-gen-go v1.25.0
protoc        v3.14.0
2021-01-05 18:20:10 -07:00
Larry Ruane 52ac837370 New "staging" api (StageBlocks, StageTransactions, ApplyStaged)
Also remove the initial block load (all blocks will come from the
Staging APIs), but there is still more to do (this does not even
start up correctly) but darkside.proto is correct, we believe.
2020-05-21 11:48:03 -06:00
Larry Ruane c2a6306ce5 Misc cleanups and fixes
- improved corruption recovery (don't back up by just 1 block at a time)
- move darksidewallet gRPCs to their own .proto file
- this force-push removes my commits for reorg testing using SetState
2020-04-24 16:55:47 -06:00
Ben Wilson 137e04acb6 Added additional build details 2020-04-03 14:02:18 -06:00
Larry Ruane 2fe2d9ac62 add automatic version string based on git-describe (tags) 2020-04-03 14:02:18 -06:00
Larry Ruane 2e71eb3d7e add update-grpc makefile target, run it (update all packages and tools) 2020-03-19 20:40:53 -06:00
Ben Wilson a3936b376a Updated Makefile for new build options 2020-03-18 08:56:29 -06:00
Larry Ruane 3ffef5c18e auto-generate docs and .pb.go files if .proto changes 2020-03-17 16:18:24 -06:00
Larry Ruane 1dc439080b add COPYING and copyright lines 2020-03-12 12:02:55 -06:00
Larry Ruane 2bc78857b1 add better proto file doc (re-generation requires docker) 2020-03-02 17:21:41 -07:00
Larry Ruane 40f9dab995 add documentation for lightwalletd APIs and data types 2020-03-02 17:21:41 -07:00
Larry Ruane a4f968823f test improvements, and minor cleanups 2020-01-31 16:36:31 -07:00
Larry Ruane 2b73689794 remove sqlite3, add block cache (adityapk00)
Co-authored-by: Aditya Kulkarni <adityapk@gmail.com>
2019-12-19 12:11:03 -07:00
mdr0id 3e0d3c2d4d Adding release targets to Makefile 2019-10-13 14:43:18 -07:00
mdr0id 35693caab5 update makefile target for default user privs in Dockerfile 2019-10-11 18:46:31 -07:00
mdr0id 2d2007925a Resolve CI bug 1 2019-10-05 08:22:39 -07:00
mdr0id 1e8cfac8a9 adding patch for dockerfile and according makefile targets 2019-10-01 15:56:16 -07:00
mdr0id 13280b15e6 Resolve Alpine golang go test -race issue 2019-09-25 09:28:31 -07:00
Marshall Gaucher 57128c12d7
update makefile targets and gitlab-ci.yml for unittest patch (#75)
* update makefile targets and gitlab-ci.yml for unittest patch

* remove tags that do nothing for gitlab on fork

* golang alpine latest is not valid in docker executor

* add sqlite3 package

* add sqlite package

* it's building from integration test that has bug sqlite is not issue
2019-09-20 12:43:13 -07:00
mdr0id 4a2d22ca3a Update makefile for broken make target 2019-09-05 18:17:26 -07:00
mdr0id ea3b3c119f creating initial Makefile for CI/CD 2019-07-30 10:44:44 -07:00