Skip to content

Commit

Permalink
Remove github ref (#450)
Browse files Browse the repository at this point in the history
* Update secrets (#375)

* rename eosrate storage clas, it had the wrong extension.

* health status (#351)

* feat: implement new health status checks

* feat: allow generate config for specific node

* feat: update boot and validator endpoints for p2p (#353)

* feat: allow add public key for add writer form (#355)

* add REACT_APP_USE_CPU_BENCHMARK parameter to makefile.

* fix typo, add quotes.

* teporally disable tag merge.

* Fix issues (#362)

* feat(laccahin): add ricardian contract

* fix(laccahin): add writer

* feat(laccahin): add set ram option for entities

* block transaction history (#370)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: add translations for new keywords of transactions history

* feat: improve perfonmance

* fix: typo in translations file

* block transaction history (#373)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: improve perfonmance

* fix: missing env variable

* Feat/block transaction history (#374)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: improve perfonmance

* fix: missing env variable

Co-authored-by: Andres Gomez <kurono@riseup.net>
Co-authored-by: adriel <adriexnet@gmail.com>

* Merge dev into lacchain (#388)

* rename eosrate storage clas, it had the wrong extension.

* health status (#351)

* feat: implement new health status checks

* feat: allow generate config for specific node

* feat: update boot and validator endpoints for p2p (#353)

* feat: allow add public key for add writer form (#355)

* add REACT_APP_USE_CPU_BENCHMARK parameter to makefile.

* fix typo, add quotes.

* teporally disable tag merge.

* Fix issues (#362)

* feat(laccahin): add ricardian contract

* fix(laccahin): add writer

* feat(laccahin): add set ram option for entities

* block transaction history (#370)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: add translations for new keywords of transactions history

* feat: improve perfonmance

* fix: typo in translations file

* block transaction history (#373)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: improve perfonmance

* fix: missing env variable

* Feat/block transaction history (#374)

* feat: add service to process block from state history plugin

* feat: display transactions history on home route

* feat: improve perfonmance

* fix: missing env variable

* feat: add .env.telostestnet (#379)

* feat: add .env.telostestnet

* feat: add .env.telostestnet

* update: update package.json

* feat: add telos workflow (#381)

Co-authored-by: Andres Gomez <kurono@riseup.net>
Co-authored-by: adriel <adriexnet@gmail.com>
Co-authored-by: JustinCast <justincastillovalladares@gmail.com>

* Update Lacchain (#407)

* properly avoid statefulsets update errors on actions runs. (#390)

refs #344

* fix: properly avoid statefulsets update errors on actions runs.

refs #344

* Refactor transaction graphics (#404)

* fix(FE): refactor transaction graphics

* fix(FE): remove console log

* fix(FE): code review changes

Co-authored-by: Andres Gomez <kurono@riseup.net>
Co-authored-by: Teto Gomez <terencio17@rocketmail.com>

* devops(workflow): trigger build based on tag name

* Update telos testnet workflow

* replace spaces for tabs

* remove github ref

* Resolve conflicts

Co-authored-by: Andres Gomez <kurono@riseup.net>
Co-authored-by: adriel <adriexnet@gmail.com>
Co-authored-by: JustinCast <justincastillovalladares@gmail.com>
Co-authored-by: Teto Gomez <terencio17@rocketmail.com>
  • Loading branch information
5 people committed May 6, 2021
1 parent a2327a4 commit af651f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push-dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
PORT: 80
REACT_APP_NAME: $npm_package_name
REACT_APP_VERSION: $npm_package_version
REACT_APP_TAG: ${{ GITHUB_REF }}
REACT_APP_TITLE: EOS Jungle Testnet Network Dashboard
REACT_APP_DEFAULT_PRODUCER_LOGO: https://bloks.io/img/eosio.png
REACT_APP_FOOTER_LINKS: ''
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-lacchain-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
# Webapp
PORT: '80'
REACT_APP_TTILE: 'LACChain Network Dashboard'
REACT_APP_TAG: ${{ GITHUB_REF }}
REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://latamlink.io/images/latamlink_logo-header.svg'
REACT_APP_EOS_RATE_LINK: ''
REACT_APP_USE_REWARDS: 'false'
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
# Webapp
PORT: '80'
REACT_APP_TTILE: 'LACChain Network Dashboard'
REACT_APP_TAG: ${{ GITHUB_REF }}
REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://latamlink.io/images/latamlink_logo-header.svg'
REACT_APP_EOS_RATE_LINK: ''
REACT_APP_USE_REWARDS: 'false'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:

PORT: "80"
REACT_APP_TTILE: "EOS Mainnet Network Dashboard"
REACT_APP_TAG: ${{ GITHUB_REF }}
REACT_APP_DEFAULT_PRODUCER_LOGO: "https://bloks.io/img/eosio.png"
REACT_APP_EOS_RATE_LINK: "https://eosrate.io"
REACT_APP_USE_REWARDS: "true"
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
# Webapp

PORT: "80"
REACT_APP_TAG: ${{ GITHUB_REF }}
REACT_APP_TTILE: "EOS Mainnet Network Dashboard"
REACT_APP_DEFAULT_PRODUCER_LOGO: "https://bloks.io/img/eosio.png"
REACT_APP_EOS_RATE_LINK: "https://eosrate.io"
Expand Down

0 comments on commit af651f0

Please sign in to comment.