wiz
f29e35b325
Merge pull request #795 from MiguelMedeiros/bugfix-echarts-fixes
...
UI/UX: Fix charts css styling.
2021-09-22 02:07:43 +09:00
softsimon
d88efb8b0d
Merge pull request #803 from mempool/wiz/add-zeus-integration
...
Add Zeus LN as Community Integration
2021-09-21 19:24:23 +04:00
Miguel Medeiros
b9489525c6
Revert charts margins.
2021-09-21 09:16:59 -03:00
Miguel Medeiros
8ddcd298b0
Fix axis labels css.
...
Change series smooth to false.
Make charts margin smaller to match box container.
2021-09-21 09:16:59 -03:00
wiz
69df6e4dcb
Add Zeus LN as Community Integration
2021-09-21 19:13:43 +09:00
softsimon
60f41d3181
Transifex language fixes to Romanian, Makedonian and Hungarian.
2021-09-19 20:49:27 +04:00
softsimon
605c1a980c
Always use local hostname for API examples.
2021-09-19 13:17:11 +04:00
softsimon
3e788ecbf9
Handle changes to address RPC api in bitcoin core 22
...
fixes #778
2021-09-17 19:22:15 +04:00
softsimon
2a0a1b0213
Pulled from transifex
2021-09-17 16:27:24 +04:00
wiz
e6e49fd5d6
Merge pull request #793 from mempool/simon/credit-romanian-macedonian-translators
2021-09-17 20:49:14 +09:00
softsimon
f6d5f44469
Credit Romanian and Macedonian translators.
2021-09-17 14:19:53 +04:00
softsimon
51e09ff64f
Merge pull request #775 from mempool/wiz/fix-canonical-name-for-three-sites
...
Set canonical URLs for new 3 site structure
2021-09-17 14:14:59 +04:00
softsimon
07ba2f6ecc
Merge pull request #792 from mempool/i18n/add-macedonian
...
Add new locale: Macedonian (mk)
2021-09-17 13:54:03 +04:00
softsimon
bc42552bec
Merge pull request #791 from mempool/i18n/add-romanian
...
Add new locale: Romanian (ro)
2021-09-17 13:53:35 +04:00
wiz
c6b44a3be9
Merge pull request #782 from TechMiX/rtlFixes
...
Fix RTL issues
2021-09-17 16:23:07 +09:00
wiz
e1f4de0de3
Set canonical URLs for new 3 site structure
2021-09-17 15:13:52 +09:00
wiz
d22dc0888a
Add new locale: Macedonian (mk)
2021-09-17 15:03:52 +09:00
wiz
75fb27c690
Add new locale: Romanian (ro)
2021-09-17 15:02:15 +09:00
softsimon
401506a103
Merge pull request #789 from MiguelMedeiros/bugfix-echarts-mobile-mouseover
...
Disable mouseover legend for mobile users.
fixes #781
2021-09-17 03:24:10 +04:00
Miguel Medeiros
ab27ea28f0
Disable mouseover legend for mobile users.
2021-09-16 17:30:13 -03:00
wiz
e7030cca32
Disable matomo cookies - fixes #784
2021-09-16 22:37:09 +09:00
TechMiX
2c496e9a50
add rtl hinting for new graph + move code rtl hints to style file
2021-09-15 12:06:55 +02:00
TechMiX
014d6dee66
fix various rtl issues
2021-09-15 11:02:04 +02:00
Miguel Medeiros
8b8b06e6ab
Remove fee tier legends.
...
Fix tv page css.
2021-09-14 22:35:51 -03:00
Miguel Medeiros
fa7a45421e
Fix linting and unclosed html tag.
...
Fix no shadowed variable tslint warning.
2021-09-14 22:35:51 -03:00
Miguel Medeiros
d376ba1c61
Move total MvB to the top.
...
Fix yAxis value.
Fix yAxis value.
Make disks smaller and transparent.
Change opacity on mouseover stack bars.
Add 4th column "sum of vsize" to tooltips table.
Add toggle show/hide tier fees.
Make progress active bar inline with text value.
Add a break line to the timestamp text.
Add colored progress bar with number.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
388aa7fbe3
Fix y axis margin left.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
34695146ee
Change renderer to svg.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
9020c618f0
Change renderer to svg.
...
Fix data structure of mempool graph.
Change tooltip total position (top).
Change tooltip visual of partial porcentage.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
584d091d4e
Fix indicator border-radius.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
f434e50a2c
Invert the tooltip legends order.
...
Fix default data to title tooltip MM/dd HH:mm.
Add symbol to tx chart tooltip .
Add accumulative total for tooltip information.
Add 3th column to tooltip with a progress bar.
Add and max span zoom span.
Add feeRate limit input to mempool graph component.
Add showZoom option to mempool graph component.
Remove start animation to match the layout for future SSR.
Remove mouse wheel zoom from small template.
Fix small template style.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
1a7decb91d
Add default data to title tooltip MM/dd HH:mm
.
...
Add symbol to tx chart tooltip .
2021-09-14 22:35:48 -03:00
Miguel Medeiros
3574f8639e
Add total sum to mempool chart.
...
Add zoom tools.
Add different theme for charts `big` and `small` (default).
Fix date format on mouseover.
Fix animations on graphs page.
Fix overflow tv page.
Remove `crosshair` on mouseover, changed to `line`.
Fix custom tooltip styles.
Remove inverted button (will add in a future PR).
Remove fee range labels (will add in a future PR).
Fix e2e testing.
2021-09-14 22:35:48 -03:00
Miguel Medeiros
9b956ff88d
Add new component incoming-transactions-graph;
...
Refactor component mempool-graph;
Refactor component fee-distribution-graph;
Add incoming-transactions-graph to dashboard;
Add incoming-transactions-graph to statistics;
Add incoming-transactions-graph to television;
Add mempool-graph to dashboard;
Add mempool-graph to statistics;
Add mempool-graph to television;
Remove chartist.component;
2021-09-14 22:35:47 -03:00
Miguel Medeiros
1a98a14541
Add echart module.
2021-09-14 22:35:47 -03:00
softsimon
2e122a9be1
Merge pull request #771 from mempool/release/v2.2.2
...
Bump version number to v2.3.0-dev
2021-09-09 11:41:11 +04:00
wiz
fc58bcb3bc
Fix API docs examples for Raspberry Pi users using romanz/electrs
2021-09-09 11:11:01 +09:00
wiz
1696623e2f
Bump version to v2.3.0-dev after shipping v2.2.2
2021-09-09 07:27:01 +09:00
wiz
251a1af442
Bump version number for v2.2.2 release
2021-09-09 07:23:36 +09:00
wiz
8525fbb177
Fix api-docs incorrect API path for fees related methods
2021-09-08 07:13:23 +09:00
wiz
63a3568481
Merge pull request #768 from mempool/simon/liquid-fetch-unconfidential
...
Liquid: Display unconfidential address and fix tracking
2021-09-08 06:37:24 +09:00
softsimon
2d007b9100
Liquid: Display unconfidential address and fix tracking
...
fixes #761
2021-09-06 10:20:31 +04:00
softsimon
b71330c606
Lowercase Segwit uppercase addresses for tracking matching.
2021-09-05 00:30:24 +04:00
softsimon
1277e58e68
Updated address regex to handle all types of addresses.
...
fixes #301
fixes #750
2021-09-04 23:21:15 +04:00
wiz
4ed114a4d5
Merge pull request #762 from mempool/simon/npm-audit-fix-2021-09-03
...
Npm audit fix.
2021-09-04 09:16:56 +09:00
Miguel Medeiros
a0624df06b
Change websocket examples.
2021-09-03 20:13:31 -03:00
Miguel Medeiros
1eedcf900b
Fix transaction post curl example.
2021-09-03 19:43:28 -03:00
Miguel Medeiros
80047313e7
Remove unused variables.
2021-09-03 16:50:45 -03:00
Miguel Medeiros
71229b94c8
Set default active tab to liquid network.
2021-09-03 16:48:37 -03:00
Miguel Medeiros
c256daf8c8
Fix document location protocol for curl url.
2021-09-03 16:22:39 -03:00
Miguel Medeiros
ba0fb996d2
Fix curl placeholder url depending on base_module.
...
Fix currencies wrapper url variable name.
2021-09-03 16:02:05 -03:00
Miguel Medeiros
5977e96034
Fix typo variable name.
2021-09-03 14:35:06 -03:00
Miguel Medeiros
a151c5cddd
Add template to documentation.
...
Add support for BASE_MODULE=[mempool, bisq, liquid].
Add print results do CommonJS examples.
Add support for custom domains.
Remove basecurrency from /volume endpoint.
2021-09-03 07:04:19 -03:00
softsimon
0323fd966d
Npm audit fix.
2021-09-03 00:44:23 +04:00
wiz
ad6503c7b3
Merge pull request #755 from knorrium/fix_dashboard_memory_leak
...
Add a potential fix for the memory leak on the Dashboard
2021-09-02 19:12:42 +09:00
softsimon
f8c11c8b6b
Merge pull request #759 from knorrium/cypress_831
...
Update Cypress to v8.3.1
2021-09-02 13:45:12 +04:00
Felipe Knorr Kuhn
ba5421e77b
Add some search tests ( #758 )
2021-09-02 13:42:18 +04:00
Felipe Knorr Kuhn
20fa803cee
Add a potential fix for the memory leak on the Dashboard
...
Fix the broken experience after unsubscribing for network changes
Fix the broken experience after unsubscribing for network changes
2021-09-02 00:47:00 -07:00
Felipe Knorr Kuhn
393fa78a43
Increase waitForSkeletonGone timeout to 15s
2021-09-01 21:09:14 -07:00
Felipe Knorr Kuhn
3f290dae06
Upgrade Cypress to v8.3.1
2021-09-01 21:08:10 -07:00
wiz
79ef8ca371
Revert "Support uppercase addresses when searching."
...
This reverts commit fc28b06a0f
.
2021-09-02 00:57:43 +09:00
softsimon
fc28b06a0f
Support uppercase addresses when searching.
...
fixes #301
2021-08-29 15:58:39 +03:00
softsimon
8fdbfdc04c
Use block cache when searching or opening a recent block. ( #749 )
...
* Use block cache when searching or opening a recent block.
fixes #715
* Fixed linting errors.
2021-08-29 04:55:46 +03:00
wiz
c552f1aab6
Pull from transifex
2021-08-27 14:28:51 +09:00
Miguel Medeiros
c7db81c97c
Refactor difficulty adjustment calculation.
2021-08-25 17:18:30 -03:00
softsimon
bd1a37b8ef
Correcting keypress arrow left test.
2021-08-25 18:41:35 +03:00
softsimon
efc4e6a8ed
Fix for multiple arrow navigation bugs. ( #741 )
...
* Fix for multiple arrow navigation bugs.
fixes #731
* Updating test to handle left arrow navigation.
* Updating test to handle left arrow navigation.
* Arrow right click fix.
* Update frontend/cypress/integration/mainnet/mainnet.spec.ts
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
2021-08-25 15:44:55 +03:00
Felipe Knorr Kuhn
dd5d87e91e
Add a test for not showing unblinding errors on regular TXs ( #737 )
2021-08-22 00:34:40 +03:00
softsimon
4376de85ff
Liquid unblinding: Don't throw error as default for regular liquid transactions.
2021-08-21 03:13:39 +03:00
softsimon
b34f6fedb6
Redirect unconfirmed bisq transactions to main website for tracking.
2021-08-20 14:56:12 +03:00
Miguel Medeiros
58af0d78af
Bugfix: Fix bisq dashboard tables overflow. ( #733 )
...
* Fix bisq dashboard tables overflow.
* Fix nav-item mobile margin.
2021-08-19 17:51:08 +03:00
Priyansh
ca13d9109c
Updated mobile view for dropdown ( #717 )
...
Dropdown menu with dynamic positioning
2021-08-18 19:18:12 +03:00
Priyansh
e103fb5876
Updated significant digits of transaction fee ( #722 )
2021-08-18 16:27:35 +03:00
softsimon
58178f4563
Arrow bugfix: Unsubscribe all the observables when leaving view.
2021-08-18 15:59:18 +03:00
wiz
04f1879fd1
Add Unchained Capital as Enterprise Sponsor ( #711 )
2021-08-18 15:15:31 +03:00
softsimon
f5bc9ced0a
Liquid unblinding: Replacing async/await with observable.
2021-08-18 14:05:40 +03:00
softsimon
7fe9993f91
Optimize performance of next/previous block. ( #729 )
2021-08-18 12:49:42 +03:00
softsimon
7c95339324
Merge pull request #728 from mempool/simon/unblinding-refactor-fix
...
Unblinding refactor fix
2021-08-18 04:09:53 +03:00
softsimon
e20100e437
Unblinding refactor fix
2021-08-18 03:34:17 +03:00
Felipe Knorr Kuhn
d7cf2b37d5
Update Liquid test data
2021-08-17 16:49:34 -07:00
Felipe Knorr Kuhn
de5518d262
update test specs to handle the new multisite setup on CI
2021-08-17 15:53:57 -07:00
Felipe Knorr Kuhn
7e4c51f47f
Add new config targets for the multisite setup
2021-08-17 15:49:58 -07:00
softsimon
fe1d153632
Merge pull request #710 from MiguelMedeiros/feature-next-previous-block-arrows
...
UI/UX: `Next` and `Previous` button arrows for block navigation.
2021-08-18 00:57:39 +03:00
softsimon
a98f9ab80e
Updating from transifex.
2021-08-18 00:54:34 +03:00
softsimon
867afaf265
Updating package lock file.
2021-08-18 00:50:18 +03:00
Rishabh
3d2ec64b14
Only display "Load all" if there are at least 3 more items to load ( #724 )
...
* Only display Load more if there are at least 3 more items to load
* Load more only if at least 3 more inputs
2021-08-18 00:49:08 +03:00
softsimon
bb407c0b42
Merge pull request #725 from mempool/simon/liquid-unblinding-refactor
...
Refactored liquid unblinding code into a new file.
2021-08-17 23:52:33 +03:00
Felipe Knorr Kuhn
901cee903c
Update bisq tests to use the menu navigation
2021-08-17 13:02:24 -07:00
Felipe Knorr Kuhn
250ea09c7e
Run generate config before running e2e tests locally
2021-08-17 13:01:36 -07:00
Felipe Knorr Kuhn
648d59631b
Update local-prod target to use the new JS dev proxy
2021-08-17 13:01:04 -07:00
Felipe Knorr Kuhn
ed06e3c491
Add a new JS-based dev proxy for the new split up sites
2021-08-17 13:00:46 -07:00
Felipe Knorr Kuhn
3e8d646edd
Fix update-config script to parse string values
2021-08-17 12:03:03 -07:00
softsimon
9c2c698575
Refactored liquid unblinding code into a new file.
2021-08-17 20:20:25 +03:00
softsimon
e2b0a286a4
Adding v2.2.1 dashboard screen shot.
2021-08-16 00:31:14 +03:00
softsimon
154809f0f9
Fix navigate to sponsor when base module is not mempool
2021-08-15 20:05:49 +03:00
softsimon
8d9a51a7c4
Readding search field, and fixing search for non-mempool base module sites.
2021-08-14 14:58:58 +03:00
softsimon
b3294369d4
Restoring Bisq Dao nav bar on Bisq module.
2021-08-14 13:25:54 +03:00
softsimon
d73b814277
Merge pull request #703 from priyanshiiit/median_fee
...
Get Median Fee on page reload
2021-08-14 02:25:35 +03:00
softsimon
ae51ee3e26
Removing issuance id test and fixing asset id test.
2021-08-14 02:21:38 +03:00
wiz
4b16e5d65f
Add some basic title/descriptions for bisq.markets and liquid.network
2021-08-14 07:44:22 +09:00