1498 Commits

Author SHA1 Message Date
Antoni Spaanderman
afcb1985ca prefer const over let 2022-01-24 20:25:22 +01:00
nymkappa
48d01afaa8 Cleanup master-page template 2022-01-24 18:22:15 +09:00
Felipe Knorr Kuhn
505b8e86cf Add ids to nav bar items, liquid and bisq components 2022-01-22 14:21:46 -08:00
softsimon
e03c8b119b Merge pull request #1176 from knorrium/update_liquid_tests
Update Liquid tests
2022-01-21 15:37:20 +04:00
Felipe Knorr Kuhn
04d6b70b31 Merge branch 'master' into update_liquid_tests 2022-01-20 21:54:23 -08:00
Felipe Knorr Kuhn
019c732272 Add an amount class vins and vouts to improve testing 2022-01-20 21:31:14 -08:00
softsimon
be77e3ff78 Fixing liqud asset precision
fixes #1166
2022-01-21 01:32:19 +04:00
softsimon
547469dab5 Asset name overflow fix 2022-01-21 00:16:18 +04:00
softsimon
da0eec4127 Liquid asset loading fixes 2022-01-20 23:00:43 +04:00
Antoni Spaanderman
3f599a895d add regtest class 2022-01-20 19:10:36 +01:00
Antoni Spaanderman
25ce6943a6 add network regtest 2022-01-20 17:19:16 +01:00
wiz
9be94bd357 Merge pull request #1167 from mempool/simon/asset-icons
Display Liquid asset icons
2022-01-20 16:11:12 +00:00
softsimon
e87fb403c6 Display Liquid asset icons 2022-01-20 19:51:02 +04:00
Antoni Spaanderman
2761eb7b84 fixed arrow not pointing to genesis block 2022-01-20 15:57:53 +01:00
softsimon
27dc1806fb Merge pull request #1152 from nymkappa/feature/split-difficulty-component
Move difficulty adjustment code to separate module
2022-01-19 13:19:17 +04:00
nymkappa
1508dbad04 Only apply vbytes/sec cap on Bitcoin mainnet - Fix linter issues 2022-01-17 20:19:20 +09:00
nymkappa
69df9b57f4 Move difficulty adjustment code to separate module 2022-01-17 13:33:07 +09:00
softsimon
3450ff97ff Utilize gettxout to display spent/outspent
fixes #1088
2022-01-15 22:09:04 +04:00
wiz
f1c64eacb4 Fix translation for Project Translators on About page 2022-01-15 06:47:51 +00:00
softsimon
0db0aa6ca6 Displaying translators as twitter photos 2022-01-15 04:19:50 +04:00
softsimon
a7528e60a8 Adding translators to About page 2022-01-15 04:01:53 +04:00
wiz
54eb97389e Merge pull request #1133 from nymkappa/feature/disable-graph-interaction-mobile
Disable graph touch interaction in dashboard on mobile so we can scroll properly
2022-01-13 07:20:58 +00:00
wiz
f6e85609ed Merge pull request #1131 from hunicus/update-liquidtestnet-docs
Update liquidtestnet docs
2022-01-13 04:12:48 +00:00
nymkappa
64b2664ba3 Disable graph touch interaction in dashboard on mobile so we can scroll properly 2022-01-13 12:00:49 +09:00
hunicus
0acede15b2 Update transactions endpoints 2022-01-12 11:51:10 -05:00
hunicus
1829554019 Update mempool endpoints 2022-01-12 11:51:10 -05:00
hunicus
2c5d40bdd8 Update fees endpoints 2022-01-12 11:51:10 -05:00
hunicus
b721d62053 Update blocks endpoints 2022-01-12 11:51:10 -05:00
hunicus
e8ae05340a Fix block-height endpoint across networks 2022-01-12 11:51:10 -05:00
hunicus
58d334f9f1 Update block and block-header 2022-01-12 11:51:10 -05:00
hunicus
ab7f126e80 Make minor grammatical changes to GET Asset Icons 2022-01-12 11:51:10 -05:00
hunicus
9908ee7046 Rename 'GET Assets' to 'GET Asset'
Confusing since it gets information on 1
asset..."asset" should be singular.
2022-01-12 11:51:10 -05:00
hunicus
6f2acc45fb Reorder assets nav items to fit content order 2022-01-12 11:51:10 -05:00
hunicus
445b75816d Update assets endpoints
Currently no testnet assets have icons, so those
responses are blank.
2022-01-12 11:51:10 -05:00
hunicus
e1431e94df Fix urls in code examples 2022-01-12 11:51:10 -05:00
wiz
5de9639849 Merge pull request #1113 from mempool/simon/network-language-fix
Adding current language to network dropdown links
2022-01-12 16:41:47 +00:00
wiz
84e39b8fdb Suggested changes for Simon's PR #1113 2022-01-12 23:52:52 +09:00
hunicus
975d142eeb Fix urls
So that /liquidtestnet is in links and link text.
2022-01-12 01:36:26 -05:00
hunicus
7cde365cc4 Add /liquidtestnet/ to links 2022-01-12 01:36:26 -05:00
hunicus
74ecd9b96c Add boilerplate liquidtestnet examples
Also adjust logic to show them. Doing this prevents
compilation errors and will allow for endpoints to
be reviewed as they are modified.
2022-01-12 01:36:26 -05:00
hunicus
6c2238fc4e Update address-utxo 2022-01-12 01:36:44 -05:00
hunicus
10b2b90426 Update address-tx-chain and address-tx-mempool 2022-01-12 01:36:37 -05:00
hunicus
5f8c40c095 Update address and address-tx 2022-01-12 01:36:26 -05:00
wiz
94327d9990 Merge pull request #1125 from knorrium/link_to_commit
Link the git commit hash to GitHub on the About page
2022-01-12 03:32:45 +00:00
Felipe Knorr Kuhn
c4f875a8ab Link the git commit hash to GitHub on the About page 2022-01-11 17:02:48 -08:00
hunicus
3c36792c7c Remove websocket and js tabs
Since npm packages don't work with liquidtestnet yet.
2022-01-11 17:21:35 -05:00
hunicus
a6ec8e818a Remove difficulty endpoint from nav 2022-01-11 15:32:35 -05:00
wiz
4b308a0243 Merge pull request #1118 from nymkappa/bugfix/graph-scroll-main-page
Mouse scroll is not captured anymore by graphs in the dashboard page
2022-01-11 03:31:07 +00:00
nymkappa
7c48a3964b Mouse scroll is not capture anymore by graphs in the dashboard page 2022-01-11 12:16:09 +09:00
softsimon
43d92a8b8c Adding current language to network dropdown links
fixes  #1094
2022-01-10 18:00:01 +04:00