Commit Graph

12 Commits

Author SHA1 Message Date
Bruce Riley 7b9a6f8eb0 guardiand version is always development 2022-05-02 17:52:49 -04:00
bruce-riley d04328b858
Celo testnet support (#1051)
* Initial Celo support

Change-Id: Iee98ee29a8b09af9ca76945792b750d96a170702

* Watcher support

* Fix high level make file

* Remove node binary committed by mistake

* Port change from EthWatcher to CeloWatcher

* Use docker to build ABIs

* Refactor watcher to eliminate massive redunancy

* Fix lint-and-tests to handle multiple defs on link

* Minor code cleanup

* Celo should use ganache in devnet

* Prep for mainnet deploy

* Code review rework

* Remove celo from sdk package.json
2022-04-28 12:20:38 -04:00
Csongor Kiss 4227dde53b Improve and document deployment&verification workflow 2022-04-11 21:29:39 -04:00
Leo 454a7caf89 Makefile: clean up existing "bridge" directories
... which were renamed to "node".

Change-Id: I092e76a70b2762b0c18a82e4c8f1816c207be105
2021-09-13 17:51:47 +00:00
Leo 68be226c9d Containerize protobuf generation and remove node build dep
The Go dependency is still required to build the pack binary.

Use "tilt docker" to use Minikube's Docker instance, if available,
removing the local Docker dependency for Minikube users.

The Makefile continues to not require Docker and runs buf locally.

Remove broken Powershell scripts (can't test on Windows). These scripts
should now be substantially easier to write.

Change-Id: Ie80bf68e0e468a747861bea36fa5b353d9de110d
2021-08-26 12:41:22 +02:00
Leo e98463cfe3 node: rename bridge/ to node/
Calling guardiand a bridge dates back to v1 and no longer makes sense.

Change-Id: I27d24a5d7a64c3e37d6a5ce9c402c6248ad9c59e
2021-08-26 11:36:36 +02:00
Leo ce6b39e3be devnet,docs: remove agent build and deployment
Change-Id: I04ab07f6db21918297e891de5475f61d22f58cc5
2021-07-20 23:17:47 +02:00
Leo 6d555789d6 Add version stamp to binary and include in heartbeat 2021-01-28 21:46:09 +01:00
Leo 02ce58505e Makefile: run generate build step when making guardiand
This fixes bridge build in a clean checkout.
2020-12-07 18:02:41 +01:00
Leo c36d13d6b8 Fix typo in Makefile 2020-12-07 11:17:28 +01:00
Leo 72a98c75a7 Set right permissions in `make install` 2020-12-06 19:25:24 +01:00
Leo d015422be7 Add Makefile for production builds 2020-12-06 19:21:43 +01:00