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

Refactor transaction graphics #404

Merged
merged 3 commits into from
Apr 16, 2021
Merged

Refactor transaction graphics #404

merged 3 commits into from
Apr 16, 2021

Conversation

tetogomez
Copy link
Contributor

Refactor transaction graphics

What does this PR do?

Steps to test

  1. run make run lacchain
  2. go to localhost:3000
  3. go to home and see transactions linear graphic

CheckList

  • Follow proper Markdown format
  • The content is adequate
  • The content is available in both english and spanish
  • I Ran a spell check

Copy link
Collaborator

@xavier506 xavier506 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xavier506 xavier506 merged commit e6a3ae9 into dev Apr 16, 2021
@xavier506 xavier506 deleted the fix/transaction-graphic branch April 16, 2021 16:57
xavier506 added a commit that referenced this pull request Apr 18, 2021
* 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>
xavier506 added a commit that referenced this pull request May 6, 2021
* 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

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>
xavier506 added a commit that referenced this pull request May 6, 2021
* 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>
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.

Apply styles de TX/s graphs
3 participants