softsimon
2a16dc5a7f
Utilize gettxout to display spent/outspent
...
fixes #1088
2022-01-15 22:09:04 +04:00
softsimon
29581f325f
Removing statistics cache and setting headers
2022-01-12 20:57:25 +04:00
softsimon
a4569788f8
Liquid icons api
2021-12-19 22:09:49 +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
softsimon
d534c42c47
Handle recent difficulty adjustment estimate gracefully
...
fixes #927
2021-11-17 13:46:48 +04:00
Miguel Medeiros
c95f75254b
Add 2y and 3y statistics time span.
2021-11-01 22:06:10 -03:00
softsimon
dd6c26b079
Handle new type of Electrum Server error.
...
fixes #872
2021-10-23 11:46:38 +04: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
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
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
Miguel Medeiros
05936f82bd
Refactor getDifficultyChange endpoint.
2021-08-25 21:14:01 -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
softsimon
037d6a75ea
Adding previous difficulty retarget to the difficulty adjustment api. ( #652 )
...
refs #640
2021-07-23 14:35:04 +03:00
softsimon
cb90b09a0e
Changing block header link to icon. Setting api response header to match electrs.
2021-07-19 02:34:01 +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
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
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
6f1cdd0c8b
Adding missing return after expressjs response.
2021-03-18 23:53:39 +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
eb0c20dd92
Removing sponsors code.
...
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
softsimon
35521f4871
Refactored when statistics cache from database is created.
...
refs #315
2021-01-30 21:40:04 +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
47a449e1d9
Disable support for Electrum TX lookups (require -txindex).
2021-01-24 04:15:06 +07:00
softsimon
5b268794af
Correctly error handle getTransaction and set 404 status when not found.
2021-01-24 02:51:22 +07:00
softsimon
905ddbb363
Bitcoind: Use mempool as address index when doing address prefix search.
2021-01-11 01:51:57 +07:00
softsimon
38d534caee
Return not implemented error instead of empty array.
2021-01-11 00:26:36 +07:00
softsimon
6a58717694
Loading progressbar for loading address, block transactions and blocks
2021-01-08 21:44:36 +07:00
softsimon
f46728080d
Inform client when Electrum server limit exceeded
2021-01-05 17:30:53 +07:00
softsimon
5390629e41
Improved block fetching performance.
2020-12-30 01:47:07 +07:00
softsimon
62c78f5b08
Adding getBlocks support.
2020-12-29 20:41:16 +07:00
softsimon
3c0fa71a10
Updates for general transaction and block fetching.
2020-12-28 20:17:32 +07:00
softsimon
bb28a56622
Big refactor of multiple backends handling.
2020-12-28 04:47:22 +07:00
softsimon
f84b9e6582
Address page mostly working.
2020-12-22 06:04:31 +07:00
softsimon
ecc0f316cc
Refactored transaction handling.
2020-12-21 23:08:34 +07:00
softsimon
c0d2430a84
Merge "getInitData" method from simon/angular-universal.
2020-11-23 02:38:56 +07:00
softsimon
99162f5ec9
Sponsor Lightning support.
2020-10-26 18:29:25 +07:00
softsimon
9d7b52a104
Removing AVG() from mysql query reducing execution time. Increasing graph data span.
...
fixes #106
2020-10-26 01:00:21 +07:00
softsimon
bdeac55c97
Fix for statistics enabled config.
2020-10-19 20:24:22 +07:00
softsimon
45efb604c1
Revamping configuration file.
...
fixes #141
2020-10-19 11:57:02 +07:00
softsimon
fff8120daa
Backend API to load sponsor profile photos.
2020-10-18 17:14:35 +07:00
softsimon
372c116283
Input sanitation. Minimum amount fix. Debug log updated.
2020-10-13 19:54:47 +07:00
softsimon
3d374fd9d9
Changing more loggings levels.
...
refs #135
2020-10-13 16:43:09 +07:00
softsimon
4dacf292c2
Adding logger wrapper.
...
Log backend messages to syslog.
fixes #135
2020-10-13 15:27:52 +07:00