Mononaut
aeb29a489a
Animate mempool block viz reversal
2022-09-30 00:54:30 +00:00
Mononaut
3023be257c
Reversible blockchain components
2022-09-30 00:54:29 +00:00
softsimon
880b5f9712
Use relative import paths
2022-09-21 17:23:45 +02:00
Felipe Knorr Kuhn
82f1d1c925
Merge branch 'master' into breathe-effect-framerate
2022-07-07 06:36:17 -07:00
Felipe Knorr Kuhn
a12225bc56
Add test locators to the mining dashboard elements
2022-07-06 10:00:32 -07:00
Mononaut
cf760ec93b
limit pulsing blocks animation frame rate to 30FPS
...
possibly resolves #1941
2022-06-29 16:09:04 +00:00
nymkappa
cc15197da1
Show block reward on blockchain blocks for all Bitcoin networks
2022-03-30 15:47:47 +09:00
nymkappa
3096e0f577
Use mining pool slug in urls
2022-03-25 14:22:22 +09:00
Antoni Spaanderman
cd14a91523
revert "add network regtest" 1f0ae60
2022-03-08 19:59:18 +01:00
Antoni Spaanderman
82462d47e7
Merge branch 'master' into regtest-1
2022-02-28 13:09:51 +01:00
nymkappa
42bf77eccf
Add blocks.extras.totalFees and show it in blockchain blocks component
2022-02-22 23:57:54 +09:00
nymkappa
af9cbf578e
Remove block subsidy from mempool blocks
2022-02-22 20:37:17 +09:00
nymkappa
00c6bbf859
Replace block size => block reward in the mining dashboard
2022-02-22 11:16:18 +09:00
nymkappa
63e81d51d8
Remove duplicated ChangeDetectorRef in blockchains blocks component
2022-02-18 22:25:31 +09:00
Antoni Spaanderman
cfaf8b037a
Merge branch 'master' into regtest-1
2022-02-17 16:05:22 +01:00
nymkappa
c0dd355d57
Show miner tag under blocks in the mining dashboard
2022-02-17 22:57:10 +09:00
nymkappa
853552101c
Fix routes for /mining - Share blockchain component instances - remove animations
2022-02-17 18:08:00 +09:00
nymkappa
ead9fb98f4
Create basic layout for mining dashboard page - Show miner in blocks
2022-02-17 18:07:56 +09: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
25ce6943a6
add network regtest
2022-01-20 17:19:16 +01:00
Antoni Spaanderman
2761eb7b84
fixed arrow not pointing to genesis block
2022-01-20 15:57:53 +01:00
softsimon
13bfa5902d
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
nymkappa
8205dbedb0
User can drag the blockchain blocks horizontally with the mouse
2021-12-19 15:20:21 +09:00
softsimon
bde95fd547
Adding taproot countdown
2021-11-12 21:07:57 +04:00
Miguel Medeiros
1d049b879b
Add mempool special block animation.
2021-11-11 16:04:00 -03:00
Miguel Medeiros
dbc56c79d8
Add taproot activation fireworks.
2021-11-11 16:04:00 -03:00
TechMiX
3413b1c72a
fix various rtl issues
2021-09-15 11:02:04 +02: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
softsimon
8796e43ad0
Merge branch 'master' into simon/configurable-main-module
...
# Conflicts:
# frontend/src/app/components/api-docs/api-docs.component.ts
# frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts
# frontend/src/app/components/master-page/master-page.component.html
# frontend/src/app/components/mempool-blocks/mempool-blocks.component.html
# frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts
# frontend/src/app/dashboard/dashboard.component.html
2021-08-13 17:16:14 +03:00
Miguel Medeiros
281ca18bb6
Add next and previous arrows to blocks.
2021-08-12 19:49:39 -03:00
Miguel Medeiros
6dffbd40f3
UI/UX: Fix blockchain-blocks skeleton. ( #697 )
...
* Fix blockchain-blocks skeleton.
* Fix blockchain skeleton background.
* Fix mempool blockchain skeleton.
* Add e2e testing.
Add tsconfig.
Fix mempool fit to screen.
* Fix wrong return.
Fix e2e testing.
* Fix blockchainblocks connectionstate.
Add init action to websocket mock.
Add e2e testing for droping websock connection.
* Ref e2e code for websocket connection.
Fix blockchain blocks skeleton.
* Fix state connections.
Remove .only e2e tests.
* Fix mempool blocks skeleton.
* Add fit screen to empty blocks.
2021-08-09 03:43:03 +03:00
softsimon
eb20ba05ef
Use BLOCK_WEIGHT_UNITS instead of hard coded block size limit in all occations.
2021-08-08 04:19:54 +03:00
softsimon
2a911d02ff
Support Liquid 0.1 sat/vB fees on blocks.
2021-08-07 04:24:46 +03:00
Miguel Medeiros
63e14f454c
UI/UX: Fix Blockchain skeleton preloader. ( #696 )
...
* Fix Blockchain skeleton preloader.
* Fix Mempool Blocks skeleton preloader.
* Add e2e test.
* Add shared command to cyrpress e2e test.
2021-08-06 14:09:47 +03:00
softsimon
322b743cfa
Merge branch 'master' into simon/configurable-main-module
...
# Conflicts:
# frontend/src/app/components/blockchain/blockchain.component.ts
2021-08-02 00:24:09 +03:00
Miguel Medeiros
8f4f35db72
Remove feeRange check. ( #678 )
2021-07-31 20:11:50 +03:00
Miguel Medeiros
11af9e6033
Fix concurrent asynchronous calls. ( #675 )
...
* Fix concurrent asynchronous calls.
* Remove test without mempool info websocket.
* Remove isloading$ variable.
2021-07-31 19:40:15 +03:00
softsimon
049204ecbe
Adding configuration for blocks and mempool blocks amount.
2021-07-31 17:56:10 +03:00
softsimon
6153f1c9de
Restoring About page. Fix for KEEP_BLOCKS_AMOUNT setting. Show up to 2 mempool blocks.
2021-07-30 23:14:45 +03:00
Miguel Medeiros
b5a0c540c9
Check if feeRange is undefined. ( #636 )
2021-07-21 18:35:27 +03:00
Miguel Medeiros
6095da173f
UI/UX - Add skeleton for blocks preload. ( #615 )
...
* Add skeleton for blocks preload.
* Add e2e testing for skeleton blocks preloader.
* Fix reduce mempool blocks to fit the screen.
* Fix variable naming.
2021-07-10 16:04:15 +03:00
Miguel Medeiros
5f787c52e8
FIX unify the units css. ( #499 )
...
* FIX unify the units css.
* Fix units css font-size.
2021-05-18 18:20:17 +04:00
softsimon
bd6df3a94d
Signet network color.
2021-02-21 01:45:52 +07:00
softsimon
da61a72283
Signet support in the frontend.
2021-02-20 23:12:22 +07:00
Czino
9b6d65ba94
Fix style on block hover ( #347 )
...
* Fix style on block hover
* Fix style on block hover
Co-authored-by: Eric Lehmann <eric@machinas.com>
2021-02-18 03:05:39 +07:00
wiz
3c00eeac27
Merge remote-tracking branch 'origin/master' into simon/angular-universal
2020-12-22 06:14:12 +09:00
TechMiX
a053e77dd9
add left-to-right mark character to blockchain and mempool block components size
2020-12-09 21:47:27 +01: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