nymkappa
2848f56c2b
Import mining pools into the database - Increment db schema to 3
2022-01-19 18:50:52 +09:00
softsimon
debcd1808e
Displaying translators as twitter photos
2022-01-15 04:19:50 +04:00
softsimon
85f471ad08
Adding translators to About page
2022-01-15 04:01:53 +04:00
softsimon
29581f325f
Removing statistics cache and setting headers
2022-01-12 20:57:25 +04:00
softsimon
6ab79b3c35
Refactoring the Liquid and LiquidTestnet check to a common function.
2021-12-31 02:28:40 +04:00
softsimon
350b4922da
Fix backend support for 'liquidtestnet' network
2021-12-31 01:26:45 +04:00
softsimon
91e30fbc3c
Merge branch 'master' into simon/database-migration-feature
...
# Conflicts:
# backend/src/index.ts
2021-12-24 00:26:33 +04:00
softsimon
5845f2380e
Adding sync external assets feature.
2021-12-21 02:00:50 +04:00
softsimon
b1c9334119
Changing API path and updating API Docs for asset icons.
2021-12-20 04:01:04 +04:00
softsimon
a4569788f8
Liquid icons api
2021-12-19 22:09:49 +04:00
softsimon
2281116504
Automated database creation and migration
...
fixes #1002
2021-12-13 11:32:04 +04:00
softsimon
feb8e35ec3
Handle database disabled config when running Liquid
...
fixes #962
2021-11-30 10:59:10 +04:00
wiz
9bef7da210
Merge pull request #881 from mempool/simon/tx-push-endpoint
...
Post TX API for HTML forms
2021-11-18 22:40:55 +09:00
softsimon
6f6b2a4355
Post TX API for HTML forms
2021-11-18 17:25:48 +04:00
Miguel Medeiros
c95f75254b
Add 2y and 3y statistics time span.
2021-11-01 22:06:10 -03:00
softsimon
4046c3176f
Broadcast transaction form
...
fixes #878
2021-10-19 17:10:30 +04:00
softsimon
86c877c8e9
Adding POST /tx API to bitcoind mode
...
fixes #777
2021-09-26 22:46:23 +04:00
softsimon
0d67bc36ee
Refactoring the MINFEE node configuration into new configs.
2021-09-19 02:40:16 +04:00
softsimon
aa39bbd091
Elements blockchain parser. Save all peg in/out i the database.
2021-09-19 02:26:44 +04:00
softsimon
641d2ad028
Refactoring Bitcoin RPC client implementation
2021-09-18 13:18:47 +04:00
softsimon
25bd33f7da
validate-address API should be there both in esplora and bitcoind mode.
2021-09-07 13:13:29 +04:00
softsimon
2d007b9100
Liquid: Display unconfidential address and fix tracking
...
fixes #761
2021-09-06 10:20:31 +04:00
softsimon
ec12f21113
Backend: Bumping Typescript version to 4.4.2 ( #748 )
...
* Backend: Bumping Typescript version to 4.4.2
* Replacing any types with instanceOf checks.
2021-08-31 15:09:33 +03: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
Rishabh
2e54f4ca94
Added missing block header API ( #630 )
...
* header API frontend
* Block Header API endpoint added to Node.js backend
* updated package-lock.json
Co-authored-by: Rishabh <rishabh@Rajeshs-MacBook-Pro.local>
2021-07-19 02:26:16 +03:00
softsimon
853e2fcb8f
Minor fixes to difficulty adjustment api.
2021-07-19 00:50:09 +03:00
Priyansh
9e0a5300b0
Expose the difficulty adjustment information in an API #622 ( #628 )
...
* Added difficulty adjustment information API
* Added Difficulty API in API docs frontend
* Added link to API
* Updated the API implementation of difficulty-adjustment
* Updated API End Point in frontend
* Updated sample API response in frontend
2021-07-19 00:45:45 +03:00
softsimon
5878a2e631
Unified Bisq config
2021-04-25 02:38:46 +04: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
cdbe90c182
Only enable statistics service from node master process.
...
fixes #460
2021-04-19 21:39:30 +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
db263b8db4
Proxy contributor requests.
2021-04-10 11:33:01 +04:00
softsimon
d942cb48a5
Catch getMempoolInfo errors gracefully to not break general main loop
...
fixes #411
2021-04-02 11:47: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
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
1d4ed85d50
Bisq markets: Volume and other fixes.
2021-03-10 23:02:55 +07:00
softsimon
38e866995f
Bisq markets dashboard: 24H Volume. WIP.
2021-02-28 17:18:29 +07:00
softsimon
89efd410fb
Fix for hard coded sponsor url.
...
refs #319
2021-02-07 03:00:02 +07:00
softsimon
eb0c20dd92
Removing sponsors code.
...
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
softsimon
f3c18b152a
Moved sponsors cache creation until after diskcache is done.
...
refs #315
2021-01-30 22:12:22 +07:00
softsimon
21d32dec41
Wait for database connection established before continuing startup.
...
refs #315
2021-01-30 21:09:30 +07:00
softsimon
c94f004425
Adding missing default timeout on all axios requests.
...
fixes #314
2021-01-30 16:25:22 +07:00
softsimon
b08225dab5
Readding deleted blocks api endpoint.
2021-01-27 00:33:16 +07:00
softsimon
e86b7c7258
Adding missing basic API endpoints when in bitcoind/electrum mode.
...
fixes #291
2021-01-25 01:09:42 +07:00
softsimon
9900f4da80
Set backend to out of sync after connection retry interval has exceeded.
2021-01-20 17:16:43 +07:00
softsimon
1a04b088fb
Fix: Load mempool cache before checking DB connectivity.
2021-01-20 01:34:21 +07:00
softsimon
b91516a1c1
Push new conversion rate updates to the clients.
2021-01-06 23:31:33 +07:00
softsimon
dc63fd9428
Config file updates. electrs -> esplora
2021-01-06 22:49:28 +07:00
softsimon
632c243b34
Loading indicator service indicating mempool sync status.
2021-01-05 18:57:06 +07:00