Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove PORT from RPC url #31

Merged
merged 1 commit into from
May 30, 2024
Merged

chore: remove PORT from RPC url #31

merged 1 commit into from
May 30, 2024

Conversation

gaquarius
Copy link

No description provided.

@gaquarius gaquarius requested a review from notaturkey May 30, 2024 15:39
@notaturkey notaturkey merged commit 9e43b3b into dev May 30, 2024
5 of 6 checks passed
Copy link

github-actions bot commented May 30, 2024

For full LLVM coverage report click here!

notaturkey added a commit that referenced this pull request May 30, 2024
* initial

* remove docker creds and push for testing

* remove docker creds and push for testing

* add temp credentials

* add temp credentials

* add temp credentials

* add checkout step

* update copy command

* wip

* wip

* testing build of dockerfile

* testing dockerfile

* updated README.md

* initial commit

* added active validator functionality with pablo

* updated yaml workflows

* updated yaml workflows

* Update devnet.dockerfile

* fix: update how we copy over the secrets

* Update devnet.yml

* Update devnet.yml

* Update devnet.yml

* Switch Docker context!!!

* one repo for images, different tags for dev-mainnet

* ability to manually trigger

* run this branch

* fix

added the wrong networks

* ready for pr

* updated workflows to use correct context

* Update testnet.yml

* Update testnet.yml

* removed dynamic validator list functionality

* add: testnet validator list

* add: env files, devnet stashes & remove from gitignore

* rm: config step from testnet & devnet workflows

* add: default stash in config

* updated runtime to fully execute batch payouts

* removed unused logging messages

* more cleanup

* reverted unneeded changes to sleep timing

* update: devnet config & stashes

* docker images are built on release/* branch (#15)

* Enable pre-commit CI

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Enable MegaLinter

- disable Clippy b/c it will be enabled separately as part of several
  other cargo CI jobs
- disable spell checkers - too many false positives

* Update README files to satisfy linters

* Revert "initial" to bring back deleted LICENSE file

This reverts commit ca51756.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix issues reported by ShellCheck

- must use double quotes

* Configure top-level permissions in GHA to read-all

* Ignore git leaks from upstream commits

* Improvements to Dockerfile(s)

- ignore
  The instruction 'RUN <package-manager> update' should always be followed by '<package-manager> install' in the same RUN statement.
  See https://avd.aquasec.com/misconfig/ds017

  which is triggered by `rustup update`

* removed references to the unused matrix.rs module

* remove matrix.rs for megalinter

* add .jscpd.json configuration file and set threshold to 5

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updated .jscpd.json config

* added a healtcheck to the crunch bot and added instructions to the dockerfile

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update the correct dockerfiles this time

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add a git diff as part of MegaLinter's auto-commit output

b/c we need a personal access token here in order for this to work, see
stefanzweifel/git-auto-commit-action#322

* Reformat

* Rename release related workflow to release.yml

* Copy over create_release.yml from upstream again where their tests are

because previous commits didn't leave this file alone but rather made
lots of changes into it and then subsequently removed it.

* Rename upstream create_release.yml into ci.yml

will add subsequent changes here to make tests trigger on each PR
however this is a good starting point

* Enable minimal testing on PRs

- cargo check
- cargo clippy
- cargo fmt
- cargo test

* Reformat with cargo fmt

* Stricter checks in CI

* Remove unused imports

* Silence warnings for unused variables

for the upstream code just prefix them with underscore to minimize
differences, for creditcoin/ just remove them

* Remove unnecessary mut

* Allow 2 unused methods from upstream implementation

* Add rust-toolchain.toml and use the same rustc version in CI

because fmt and clippy appear to be slightly different from version to
version and we'd like to have consistency regardless of how or where
this is built

* Reformat again with rustc 1.77.0

* Apply suggestions from clippy

* Adjust CRUNCH_CONFIG_FILENAME to point to an existing file

because .env.example has been removed in
ca51756

* Collect and upload code coverage when executing unit tests

* Enable Dependabot

* Bump taiki-e/install-action from 2.27.14 to 2.32.7

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.27.14 to 2.32.7.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@v2.27.14...v2.32.7)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump azure/login from 1 to 2

Bumps [azure/login](https://github.com/azure/login) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1...v2)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update base64 requirement from 0.13.0 to 0.22.0

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.0...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update env_logger requirement from 0.9.3 to 0.11.3

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.9.3...v0.11.3)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update async-recursion requirement from 0.3.2 to 1.1.0

Updates the requirements on [async-recursion](https://github.com/dcchut/async-recursion) to permit the latest version.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v0.3.2...v1.1.0)

---
updated-dependencies:
- dependency-name: async-recursion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update reqwest requirement from 0.11 to 0.12

Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.0...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: remove PORT from RPC url (#31)

* Update Dockerfile

rustup doesnt work

* fix dockerfile

* Dockerfile fix pls

* taking off silent to debug

* certificates fix

* reverting changes

* Update devnet.dockerfile

* Update devnet.dockerfile

* fix certificates

* fixing other dockerfiles

* needs port

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Zachary Frederick <zach.frederick@gluwa.com>
Co-authored-by: Zach Frederick <zachfred62@gmail.com>
Co-authored-by: Pablito Labarta <pablitolabarta@gmail.com>
Co-authored-by: Alex Todorov <alex.todorov@gluwa.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: frank <88060356+gaquarius@users.noreply.github.com>
Co-authored-by: Thomas McDonald <thomas.mcdonald@gluwa.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants