nymkappa
0aff276a5c
Enforce BlockExtended use for block indexing - Unify /api/v1/block(s) API(s) response format
2023-02-27 18:00:00 +09:00
nymkappa
75a99568bf
Index coinbase signature in ascii
2023-02-25 14:22:14 +09:00
nymkappa
281899f551
List orphaned blocks in the new blocks-bulk API
2023-02-25 14:22:13 +09:00
nymkappa
458f24c9f2
Compute median fee and fee percentiles in sats
2023-02-25 14:22:13 +09:00
nymkappa
73f76474dd
Implemented coinstatsindex indexing
2023-02-25 14:22:12 +09:00
nymkappa
0dc2a598c3
Show avg block heath in pool ranking pie chart
2023-02-20 18:14:12 +09:00
nymkappa
e3e7271c9d
Add avg mining pool block mathrate in pools stats API
2023-02-20 18:14:12 +09:00
Felipe Knorr Kuhn
5379ec0f30
Expose whether Lightning is enabled on the backend
2023-01-10 21:54:34 -08:00
Mononaut
4d0637768d
Refactor advanced gbt to minimize inter-thread comms
2022-12-07 14:52:01 -06:00
Mononaut
205d832d31
return more complete cpfp data for mempool transactions
2022-11-29 11:42:08 +09:00
Mononaut
9b6a012476
calculate & index cpfp packages
2022-11-29 11:42:07 +09:00
Mononaut
276470474d
save 'fresh' transactions in block audit repository
2022-11-24 17:10:53 +09:00
Mononaut
5b6f713ef3
Fetch missing block audit scores
2022-11-21 18:45:34 +09:00
Mononaut
968d7b827b
Optimize makeBlockTemplates
2022-10-27 10:25:16 -06:00
Mononaut
702ff2796a
New projected block transaction selection algo
2022-10-27 10:25:15 -06:00
nymkappa
9c8fd6431e
Create node rankings page with 3 different rankings
2022-08-17 21:20:11 +02:00
nymkappa
6421bc82f2
Create top 100 node per channel count component
2022-08-17 16:19:01 +02:00
nymkappa
2359e44b16
Create top 100 node per capacity component
2022-08-17 16:00:30 +02:00
nymkappa
7520e3beba
Refactor top nodes widgets
2022-08-17 12:53:26 +02:00
nymkappa
40634a0eb8
[Indexing] Link blocks to their closest known price
2022-07-11 22:14:59 +02:00
nymkappa
80b3b91a82
Add USD serie in block fee/reward charts
2022-07-11 22:10:25 +02:00
nymkappa
0887428066
Save block predictions results in db and show results in a chart
2022-07-06 22:27:45 +02:00
nymkappa
acfdc8163b
Index difficulty adjustments
2022-07-05 16:52:56 +02:00
Mononaut
288bddcaf2
Add API endpoint for block summary data
2022-06-16 02:46:27 +00:00
Mononaut
3ffc4956f4
Stream projected block deltas instead of full data
2022-06-01 13:48:58 +00:00
Mononaut
79dae84363
Data pipeline for projected mempool block overview
2022-06-01 13:48:34 +00:00
nymkappa
88fba3f506
For non Bitcoin network, run legacy API code, but keep the same endpoint
2022-05-23 13:02:18 +02:00
nymkappa
352ea950a2
Use mining pool slug in urls
2022-03-25 14:22:22 +09:00
nymkappa
2644f2fb07
Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount}
2022-03-23 11:54:31 +09:00
softsimon
8637059119
Difficulty adjustment refactor
...
fixes #1157
2022-03-14 16:48:59 +01:00
nymkappa
8ca3f6e72b
Index more data using getblockstats core RPC
2022-03-10 14:21:11 +01:00
nymkappa
d82f9c4998
Index more data using getblockstats core RPC
2022-03-10 14:08:01 +01:00
nymkappa
c1092adfd9
Add blocks.extras.totalFees and show it in blockchain blocks component
2022-02-22 23:57:54 +09:00
nymkappa
3f55aabc53
Mining pool detail page draft PoC
2022-02-14 14:08:30 +09:00
nymkappa
b8e40494aa
Remove fields that won't be used in the frontend for now
2022-02-12 20:16:51 +09:00
nymkappa
fac49d0b98
Added /api/v1/blocksExtras endpoint
2022-02-10 22:11:10 +09:00
nymkappa
456bd5a18e
Renamed extra
to extras
2022-02-04 19:28:00 +09:00
nymkappa
9f0b09295d
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface
2022-02-04 12:51:45 +09:00
nymkappa
bfe9f99c35
Generate mining basic pool ranking (sorted by block found) for a specified timeframe
2022-01-28 13:52:35 +09:00
nymkappa
37031ec913
Refactor blocks.ts and index 10k block headers at launch
2022-01-28 13:51:14 +09:00
nymkappa
5b39ad2130
Remove id
, unconfirmed_transactions
and tx_per_second
from the statistics queries since we don't use them in the front end
2022-01-14 19:21:54 +09:00
softsimon
8eb70416da
Removing "raw block".
2021-08-03 18:15:33 +03:00
Priyansh
43e222b9df
Raw Hex of Objects in Details Tab #616 ( #682 )
...
* Added Block Hex in Details
* Added Raw Tx in Transaction Details
* Backend Updates
2021-08-03 14:27:02 +03:00
softsimon
b8fe7b621c
Merge branch 'master' into simon/bisq-dashboard
...
# Conflicts:
# frontend/package-lock.json
# frontend/src/app/components/master-page/master-page.component.html
2021-04-23 15:35:35 +04:00
softsimon
fcf7955d63
Merge branch 'master' into simon/bisq-dashboard
...
# Conflicts:
# frontend/package-lock.json
# frontend/package.json
2021-04-12 22:22:50 +04:00
softsimon
7a4ad0ee2f
Including gitCommit and version in frontend build. Backend now sending a backendInfo object containing commit, version and hostname. All printed on About page.
2021-04-12 22:17:13 +04:00
softsimon
1ae002385d
Merge branch 'simon/cpfp-frontend' into simon/bisq-dashboard
...
* simon/cpfp-frontend: (46 commits)
Bugfix: Don't extend already extended transactions to not override the firstSeen property. fixes #390
Shuffle mempool transactions before saving disk cache. (#398 )
Adding missing return after expressjs response.
CPFP support (#395 )
Round sat/vB in fee rating tooltip. fixes #364
Add the GNU AGPLv3 logo to About page
Update package.json license tags
Add recommended fee percentile config (#394 )
Fix typo in README (#392 )
Fix icon for Specter Wallet on About page
Add link to Specter Wallet on our About page
Add link to WARden Portfolio app as Community Integration on About page
Delete MIT+CC license from Terms of Service, add AGPLv3 to About page
Change mempool project license to GNU Affero General Public License v3
Lower volume for sound effects (#385 )
Improve grammar, layout, and formatting of Terms of Service page
Display all Project Contributors on About page using GitHub API (#382 )
Modify nginx.conf to cache HTML for 10m and static resources for 1h
Proxy /api/v1/contributors from mempool.space, also fix HTTP headers
Add link to Bisq's GitHub repo on About page
...
2021-03-21 06:12:41 +07:00
softsimon
e05ca7d691
Flag transactions for lazy deletion.
...
fixes #400
2021-03-21 06:06:03 +07:00
softsimon
d3c53c7406
CPFP support ( #395 )
...
* CPFP support.
fixes #5
fixes #353
fixes #360
* Use effectiveFeePerVsize for mempool statistics.
* Renaming endpoint cpfp-info to just cpfp.
* Renaming decended to BestDescendant.
* Updating language file with new strings.
2021-03-18 23:47:40 +07:00
softsimon
d99fd5d59a
Bisq markets dashboard: Market backend tracking. WIP.
2021-03-05 15:38:46 +07:00