* add release binaries
* test
* Test builds
* Install protobuff
* Install protobuff for mac and windows
* use sudo
* workaround windows warning
* typo
* typo2
* github vars at their best
* remove RUSTFLAGS
* remove windows instead
* mint release
* undebug
* more docs; build binary for an image
* Containerfile and joint pipeline to build-publish it
* debug workspace
* debug workspace 2
* debug workspace 3
* undebug, add dependabot
* expose more ports
* edit README; remove old CI
* edit github context variables
* fix COPY
* fix COPY chown
* fix GLIBCXX error
* optimize Containerfile
* don't cache the release
* Update README.md
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
* Update Local Development docs to use Makefile
* Update Makefile per @athei
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
Architecture specific toolchains are not allowed in this file.
We can assume that stable is the default toolchain and should not
dictate with which toolchain the user builds the client. Also this
breaks under macOS.
We are only interested with which toolchain the runtime is build.
For this we should set the WASM_BUILD_TOOLCHAIN variable.
* use docker to setup a local dev chain.
* install docker link
* update command
* Update README.md
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
* more commands to start or check a node.
* purge chain in docker
* update README
Co-authored-by: Kaichao Sun <kaichaosuna@gmail.com>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
* use docker to setup a local dev chain.
* install docker link
* update command
* Update README.md
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
* more commands to start or check a node.
* purge chain in docker
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>