Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
This PR updates the outdated repo portal loop Dockerfile to align with the Dockerfile on the actual machine, that is more up to date.
It also allows the portal loop to be able to pull and be loaded from state on tx-exports, using make pull-exports.
Contributors' checklist...
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
Description
This PR updates the outdated repo portal loop Dockerfile to align with the Dockerfile on the actual machine, that is more up to date.
It also allows the portal loop to be able to pull and be loaded from state on
tx-exports
, usingmake pull-exports
.Contributors' checklist...
- [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests