Mononaut
aa0fc24dc5
Tooltip-style tx previews in block overview
2022-06-16 02:46:27 +00:00
Mononaut
08454f2833
Optimize block visualization rendering
2022-06-16 02:46:27 +00:00
Mononaut
1d4488eb96
Add visualization to mined blocks
2022-06-16 02:46:24 +00:00
softsimon
763971348a
Block transactions list error handling
2022-05-21 02:30:38 +04:00
nymkappa
bedda82bcb
Call node backend block API instead of electrs
2022-05-12 08:13:42 +02:00
nymkappa
771ab36694
Use block.extras on bitcoin network for fees/subsidy
2022-05-12 08:13:41 +02:00
nymkappa
178cb72004
Update block API to use indexing if available
2022-05-12 08:13:40 +02:00
Antoni Spaanderman
933f34ef73
oops
2022-03-08 20:40:44 +01:00
Antoni Spaanderman
47628303e3
Merge branch 'master' into regtest-1
2022-02-09 10:42:23 +01:00
nymkappa
835ccce5b6
Renamed extra
to extras
2022-02-04 19:28:00 +09:00
nymkappa
a49cc9a2fa
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface
2022-02-04 12:51:45 +09:00
Antoni Spaanderman
afcb1985ca
prefer const
over let
2022-01-24 20:25:22 +01:00
Antoni Spaanderman
25ce6943a6
add network regtest
2022-01-20 17:19:16 +01:00
softsimon
43d92a8b8c
Adding current language to network dropdown links
...
fixes #1094
2022-01-10 18:00:01 +04:00
softsimon
7309252bb8
Block navigation routing fix
2021-12-31 02:21:12 +04:00
softsimon
13bfa5902d
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
877551680c
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
softsimon
20706e4af2
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
softsimon
b66a5da9c2
Arrow bugfix: Unsubscribe all the observables when leaving view.
2021-08-18 15:59:18 +03:00
softsimon
ef41334346
Optimize performance of next/previous block. ( #729 )
2021-08-18 12:49:42 +03:00
softsimon
75ca0c1003
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
Miguel Medeiros
281ca18bb6
Add next and previous arrows to blocks.
2021-08-12 19:49:39 -03:00
github2k20
40003e96ad
Get Median Fee on page reload
2021-08-11 00:17:25 +05:30
Miguel Medeiros
be8be9d603
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
Miguel Medeiros
8488d40bf7
Fix pagination responsive layout. ( #590 )
...
* Fix pagination responsive css.
* Fix css title block transaction alignment.
* Add pagination responsive layout to bisq tx page.
* Add pagination responsive to bisq blocks page.
* Fix pagination css - bisq txs page.
* Add e2e tests for bisq and mainnet pagination.
2021-07-05 22:28:56 +03:00
Felipe Knorr Kuhn
92f391f841
set toggleShowDetails() to scroll into the viewport using anchors
2021-05-10 22:18:30 -07:00
softsimon
fd7f715ed1
Lower height where taproot signaling cal be visible.
2021-05-01 21:46:49 +04:00
softsimon
b884d590b3
Improve taproot detection. Only display when detected.
2021-05-01 21:03:01 +04:00
softsimon
564df63277
Display block details and taproot signaling.
2021-05-01 03:55:02 +04:00
softsimon
689848efb6
Removing the term ELECTRS from ELECTRS_ITEMS_PER_PAGE setting.
2021-01-11 21:11:09 +07:00
softsimon
ccb36b1048
Loading progressbar for loading address, block transactions and blocks
2021-01-08 21:44:36 +07:00
softsimon
69b121ddb0
Merge branch 'master' into simon/angular-universal
...
* master: (42 commits)
i18n: Added missing Bisq translations. Minor missing space and character fixes.
add missing 'sat/vb' string for i18n
i18n: Removed CR from "In X minutes" translation
i18n: Updated strings for "x confirmations", "x transactions", "x blocks" and "block ETA". Peg-out, and bisq headers.
Update translation strings from Transifex
Enable 'ka' locale for Georgian
Update translation strings from Transifex
Disable Vietnamese locale 'vi' until translations are completed
Update translation strings from Transifex
add 'sat' string for i18n
Update translation strings from Transifex
Update translation strings from Transifex
i18n update
Remove extra garbage characters from OP_RETURN tooltip. fixes #254
Fix for changing locale on other networks than mainnet. fixes #253
i18n: Asset search box
Update translation strings from Transifex
i18n: Added X of X transaction. Flipped collapse/expand
i18n: Added "miner identification" and updated "navigate to sponsor"
Update translations from Transifex
...
# Conflicts:
# frontend/src/app/components/app/app.component.ts
# frontend/src/app/components/mempool-block/mempool-block.component.ts
2020-12-08 00:11:38 +07:00
softsimon
1b52dc2aa3
Adding missing Asset page strings. Fixed block title translations.
2020-12-04 22:30:09 +07:00
softsimon
2f3741e9e0
i18n correcctions based on feedback. Added even more missing i18n strings.
2020-12-04 21:29:31 +07:00
softsimon
4d097ea92a
i18n all the remaining strings.
2020-12-03 18:34:19 +07:00
softsimon
d2cd595da6
Frontend config support for AU. New absolute server url settings.
...
refs #104
2020-11-23 02:30:46 +07:00
softsimon
4bfaabbb5f
Adding mini-graphs on dashboard.
2020-09-26 22:46:26 +07:00
softsimon
4e97ab44ac
Update title to - "<network> Explorer"
2020-08-12 14:04:04 +07:00
softsimon
c6850aadba
Fixes to block reward display on Liquid.
2020-07-23 12:10:22 +07:00
softsimon
a36cca73f4
Bufix: Miner started reloading when switching transaction page
2020-07-20 10:29:38 +07:00
softsimon
38afcc6822
Bisq module separation.
...
Transaction view.
Block view.
Blocks list.
2020-07-13 15:16:12 +07:00
softsimon
b2889abfa9
Adding support for optional frontend config.
...
Dropdown network selector is hidden by default, and enabled using config.
fixes #79
2020-06-22 22:10:49 +07:00
softsimon
db26712cff
Liquid fee amount fix, network was read to early
2020-06-19 23:57:57 +07:00
softsimon
b0fa5bb50a
Display fees correctly for Liquid blocks.
2020-06-19 23:32:17 +07:00
softsimon
34f83998fe
Fix: Don't calculate block fee for Liquid.
...
Completing interfaces.
2020-06-17 15:01:58 +07:00
softsimon
e0a451eb05
Transition new blocks from the mempool onto the blockchain.
...
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00
softsimon
569a523dc1
Block transactions list now use pagination instead of infinite scroll.
2020-05-30 21:18:53 +07:00
softsimon
f0c4afe2c2
Remove arrow when switching to old block.
2020-05-22 14:03:06 +07:00
softsimon
5bb98c7c9b
Allow search and navigate by block height.
...
fixes #41
2020-05-10 14:32:27 +07:00
softsimon
688a73cf75
Identify and display mining pool.
...
fixes #59
2020-05-10 00:35:21 +07:00