Commit Graph

1347 Commits

Author SHA1 Message Date
Felipe Knorr Kuhn
5c31e8e6c9 Merge branch 'master' into update_config_script 2021-07-19 22:48:14 -07:00
Felipe Knorr Kuhn
58da0abe6c add cypress-fail-on-console-error 2021-07-19 22:39:30 -07:00
Felipe Knorr Kuhn
865049f436 fix config command 2021-07-19 22:22:44 -07:00
Felipe Knorr Kuhn
6bd4c41bbc use more of the GHA options 2021-07-19 22:19:43 -07:00
Felipe Knorr Kuhn
b8f60993e8 add config:defaults target 2021-07-19 22:18:53 -07:00
Felipe Knorr Kuhn
822d5aaeee add a manual trigger for the e2e tests 2021-07-19 21:51:48 -07:00
Miguel Medeiros
95436d398d Fix undefined asset and colored coinbase tx. (#645) 2021-07-19 23:13:34 +03:00
softsimon
cb90b09a0e Changing block header link to icon. Setting api response header to match electrs. 2021-07-19 02:34:01 +03:00
Rishabh
2e54f4ca94 Added missing block header API (#630)
* header API frontend

* Block Header API endpoint added to Node.js backend

* updated package-lock.json

Co-authored-by: Rishabh <rishabh@Rajeshs-MacBook-Pro.local>
2021-07-19 02:26:16 +03:00
softsimon
853e2fcb8f Minor fixes to difficulty adjustment api. 2021-07-19 00:50:09 +03:00
Priyansh
9e0a5300b0 Expose the difficulty adjustment information in an API #622 (#628)
* Added difficulty adjustment information API

* Added Difficulty API in API docs frontend

* Added link to API

* Updated the API implementation of difficulty-adjustment

* Updated API End Point in frontend

* Updated sample API response in frontend
2021-07-19 00:45:45 +03:00
Miguel Medeiros
ad08c3a907 Add min-height to mempool-info-data. (#639) 2021-07-18 16:42:02 +03:00
Miguel Medeiros
08328cbf0f Bugfix: Overflow in difficulty adjustment component. (#638)
* Remove green progress bar.

* Fix itens overflow.
2021-07-18 15:47:47 +03:00
Miguel Medeiros
03ce592ab0 Fix time-span calculation. (#635) 2021-07-18 15:42:59 +03:00
Felipe Knorr Kuhn
065a7a1f0c enable cypress debug logs 2021-07-17 20:35:40 -07:00
Felipe Knorr Kuhn
71dadbe5ed update workflow config 2021-07-17 20:35:08 -07:00
softsimon
21db5a4102 Removing shortened date i18n strings. 2021-07-18 01:02:02 +03:00
softsimon
7234734056 Updated "mins per block" i18n string. 2021-07-17 18:23:50 +03:00
softsimon
7bf9d604b9 Reusing hard coded In~1 min with base date minute i18n string. 2021-07-17 16:36:21 +03:00
softsimon
08fd4a4835 Updating from transifex. 2021-07-17 15:37:34 +03:00
softsimon
9a715871c5 Updating i18n strings. 2021-07-17 14:59:10 +03:00
Miguel Medeiros
d405334109 UI/UX - New component for difficult adjustment. (#602)
* Add next difficulty blocks.
Add next difficulty target date.
Add next difficulty total progress.
Add ajustment difficulty avg min per block.

* Fix typo.

* Trigger difficulty calculation every 5 seconds.

* Add rxjs timer to difficultyEpoch.

* Fix pipe.

* Fix small bar position.

* Change i18n strings.

* Fix typo.

* Add time-until component.

* Speed up difficultyEpoch timer to 1000 ms.

* Fix values to 2 decimal places.

* Add title to fee and difficulty adjustment cards.

* Add title outside the card.

* Fix title to center position.

* Add other titles.

* Add new transalations strings.
Refactor time span component.

* Fix difficulty adjustment i18n string.
Fix duplicated i18n strings.
2021-07-17 14:58:16 +03:00
Felipe Knorr Kuhn
cd94b814f5 improve bisq tests 2021-07-16 21:00:14 -07:00
Felipe Knorr Kuhn
506c0ab8ca fix edge tests task name 2021-07-16 21:00:03 -07:00
Felipe Knorr Kuhn
b1fa791492 fix task name again 2021-07-16 18:54:58 -07:00
Felipe Knorr Kuhn
ab748be84a update docker image for firefox 2021-07-16 18:50:51 -07:00
Felipe Knorr Kuhn
695f54c93e fix copypasta 2021-07-16 18:45:05 -07:00
Felipe Knorr Kuhn
fa455baf27 update test matrix: add edge and run firefox on container 2021-07-16 18:44:20 -07:00
Felipe Knorr Kuhn
cd3172f00c run tests on chrome and firefox 2021-07-16 15:59:49 -07:00
Felipe Knorr Kuhn
e308ad9d0a add tests for testnet 2021-07-16 13:32:08 -07:00
Felipe Knorr Kuhn
a753b78252 add tests for signet 2021-07-16 13:27:24 -07:00
Felipe Knorr Kuhn
5510c79adf update cypress to 7.7.0 2021-07-16 10:10:36 -07:00
Miguel Medeiros
38aee1a897 UI/UX - Scroll by clicking on the pagination button. (#613)
* Add scrollIntoView when click on pagination.

* Add padding top.

* Fix access DOM from ViewChild.

* Fix scrolling position.

* Fix chrome and firefox compatibility.
2021-07-16 15:33:22 +03:00
Felipe Knorr Kuhn
96f03204d2 add new cypress target to record 2021-07-15 21:11:04 -07:00
Felipe Knorr Kuhn
c0307cfd56 remove concurrently 2021-07-15 20:57:52 -07:00
Felipe Knorr Kuhn
7718027ea9 replace concurrently with start-server-and-test 2021-07-15 20:57:25 -07:00
Felipe Knorr Kuhn
780b04709d add start-server-and-test to replace concurrently 2021-07-15 20:38:25 -07:00
Felipe Knorr Kuhn
ebdf1fb8da pull the cypress record key and project id from the secrets 2021-07-15 20:21:47 -07:00
Felipe Knorr Kuhn
10ad2758d4 record cypress results to the dashboard 2021-07-15 20:18:45 -07:00
Miguel Medeiros
52aea12f22 UI/UX - Fix arrow position. (#627)
* Fix arrow position.

* Add arrows from font-awesome.

* Add icons to bisq transfers.

* Fix icon size in mobile view.
2021-07-15 23:23:37 +03:00
Felipe Knorr Kuhn
7c1a839aa8 add workflow to run e2e tests when pushing 2021-07-15 10:23:19 -07:00
Felipe Knorr Kuhn
e991f55357 update cypress ci settings 2021-07-15 10:20:30 -07:00
softsimon
ecbd18087b Effective fee could go below 0 due to rounding error. (#623)
fixes #606
2021-07-14 22:42:48 +03:00
softsimon
d13e18a72a Fix for liquid network redirect in staging proxy. 2021-07-14 14:40:31 +03:00
softsimon
8749b8b0fa Updating @mempool/node-bitcoin to support new methods 2021-07-13 18:43:10 +03:00
softsimon
f2e0a71b01 Only display Trade Mark sign on english language. (#608) 2021-07-13 12:00:05 +03:00
softsimon
b4eea3dc72 Updating from transifex. 2021-07-13 11:49:46 +03:00
softsimon
cdfc03f352 Adding Hindi 2021-07-13 11:49:04 +03:00
Miguel Medeiros
2c5ccab77c UI/UX - Blocks not visible on the TV page. (#626)
* Fix blocks not visible on the TV page.

* Add e2e testing for tv screen.
2021-07-12 17:19:58 +03:00
softsimon
80d76ad1f4 Updating from transifex. 2021-07-11 22:06:14 +03:00