Marshall

Results 25 comments of Marshall

There is also some annoying link issues, see our docker file: ``` ARG FROMBASEOS ARG FROMBASEOS_BUILD_TAG FROM $FROMBASEOS:$FROMBASEOS_BUILD_TAG RUN pacman -Syyu --noconfirm \ && pacman -S --noconfirm \ base-devel \...

@AloeareV Nice! We are also working to update the arch image mentioned above to something more current. Hope to provide news on this soon.

Not at the moment but we are trying to find the newer version that will actually build zcash. Below is the basic steps on an arch rig: ``` RUN pacman...

How are the standard usage strings being handled now? For example: ` "z_sendmany \"fromaddress\" [{\"address\":... ,\"amount\":...},...] ( minconf ) ( fee )\n" ` to `RpcDocBuilder("z_sendmany")`

Noting: Tekton task needs CONFIGURE_FLAGS="--enable-online-rust" ./zcutil/build.sh

I'm not quite sure I understand this PR. Are we now going to support 2 sets of user style guides in read the docs and in this repo again?

:warning: For none production environments :warning: . Below configs assume operators are working on controlled environments. For additional security requirements please configure accordingly. (_later docs will describe best approaches/recommendations for...

Grafana dashboards: Node exporter: 11074 (https://grafana.com/grafana/dashboards/11074-node-exporter-for-prometheus-dashboard-en-v20201010/) (other dashboards are located in ./docker/grafana/)

What is the deploy flow of this PR and how do we intend to make it consistent with https://github.com/zcash/zcash/pull/6137 ? Or is this intended as the new way to deploy...

Are both docker-compose files intended to be run to deploy or can we document the expected flow for each of these?