softsimon
|
66f431d3d3
|
Force curly if-statements
|
2024-05-13 17:16:28 +07:00 |
|
Mononaut
|
0990cfe072
|
Don't get stuck fetching orphans
|
2024-05-07 01:41:41 +00:00 |
|
softsimon
|
feab4d2a51
|
Merge pull request #5035 from mempool/mononaut/accelerator-websocket
Replace acceleration API polling with websocket
|
2024-05-06 20:57:41 +07:00 |
|
Mononaut
|
a29b29300e
|
Replace acceleration API polling with websocket
|
2024-05-04 17:23:20 +00:00 |
|
nymkappa
|
2e49ef38c9
|
[lightning] apply 4991 at node creation as well
|
2024-05-04 10:01:21 +02:00 |
|
softsimon
|
395ef82ad4
|
Merge branch 'master' into mononaut/testmempoolaccept
|
2024-05-04 14:11:48 +07:00 |
|
Mononaut
|
5172f032e7
|
Add sequence number to track-mempool subscription messages
|
2024-05-03 16:31:56 +00:00 |
|
Mononaut
|
f8d30bf528
|
Add 'mempool delta' websocket subscriptions
|
2024-05-03 16:25:45 +00:00 |
|
softsimon
|
ba27ff9c42
|
Merge pull request #5022 from mempool/dependabot/npm_and_yarn/backend/ws-8.17.0
Bump ws from 8.16.0 to 8.17.0 in /backend
|
2024-05-03 05:16:37 +07:00 |
|
softsimon
|
20df70c449
|
Fix missing return on invalid params
|
2024-04-30 02:02:53 +07:00 |
|
dependabot[bot]
|
6ad709f93a
|
Bump ws from 8.16.0 to 8.17.0 in /backend
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.0)
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-29 02:16:33 +00:00 |
|
dependabot[bot]
|
c4acc95b06
|
Bump mysql2 from 3.9.4 to 3.9.7 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7)
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-23 23:11:18 +00:00 |
|
Mononaut
|
2a43255802
|
testmempool accept more validation & switch to JSON array format
|
2024-04-21 10:05:58 +07:00 |
|
Mononaut
|
c7cb7d1ac4
|
Add testmempoolaccept API endpoint
|
2024-04-21 10:05:57 +07:00 |
|
nymkappa
|
ddfceddc57
|
[lightning] unique sockets for ln nodes
|
2024-04-19 10:56:15 +02:00 |
|
Mononaut
|
233f19d23d
|
Fix audit blockIndex increment bug
|
2024-04-18 13:27:33 +00:00 |
|
softsimon
|
2c1b4a2547
|
Merge pull request #4955 from mempool/dependabot/npm_and_yarn/backend/mysql2-3.9.4
Bump mysql2 from 3.9.1 to 3.9.4 in /backend
|
2024-04-15 18:09:56 +07:00 |
|
wiz
|
80c75f9aeb
|
Add new FRA lightning nodes
|
2024-04-13 17:49:29 +09:00 |
|
wiz
|
407eba194d
|
Add new VA1 lightning nodes
|
2024-04-13 17:37:54 +09:00 |
|
dependabot[bot]
|
faf79e85fd
|
Bump mysql2 from 3.9.1 to 3.9.4 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.1 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.4)
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-12 16:14:46 +00:00 |
|
softsimon
|
1dd7a6ebac
|
Convert v3 api into v1
|
2024-04-12 15:59:33 +09:00 |
|
softsimon
|
f3b3b9b3f0
|
Adding new config to sample
|
2024-04-12 14:15:50 +09:00 |
|
softsimon
|
55c4d4d03d
|
Paid currency api support
|
2024-04-12 14:10:47 +09:00 |
|
softsimon
|
061d341d8b
|
Merge pull request #4949 from mempool/mononaut/delta-sequence
Add sequence number to mempool block updates
|
2024-04-12 00:30:30 +09:00 |
|
natsoni
|
79bfe9c866
|
Change time field to datetime
|
2024-04-11 17:56:34 +09:00 |
|
Mononaut
|
3e6d38656d
|
Add sequence number to mempool block updates
|
2024-04-11 08:11:45 +00:00 |
|
nymkappa
|
4c7f93d1ef
|
fix tests
|
2024-04-10 09:46:05 +09:00 |
|
nymkappa
|
ba8cca6ba5
|
Merge branch 'master' into nymkappa/unix-socket
|
2024-04-09 15:11:52 +09:00 |
|
nymkappa
|
7a098952c8
|
[server] disable unix socket listening by default
|
2024-04-09 15:11:40 +09:00 |
|
Mononaut
|
13bcc99095
|
Fix block summary data fields
|
2024-04-08 13:44:08 +00:00 |
|
Mononaut
|
c8e7cc773a
|
Always use local data for pending/historical accelerations
|
2024-04-08 11:22:57 +00:00 |
|
Mononaut
|
efe43329a1
|
Support PREFER_LOCAL for /accelerations(/history)
|
2024-04-08 11:22:56 +00:00 |
|
Mononaut
|
91493e8769
|
Roll back local acceleration data on reorg
|
2024-04-08 11:22:56 +00:00 |
|
nymkappa
|
bed00fbd41
|
[server] express server also listens on unix socket
|
2024-04-07 18:39:37 +09:00 |
|
Mononaut
|
0bc86541c6
|
Fix disappearing effective/accelerated fee rates
|
2024-04-06 03:22:56 +00:00 |
|
softsimon
|
04f6490eeb
|
Merge branch 'master' into mononaut/non-esplora-inscription-goggles
|
2024-04-05 17:48:55 +09:00 |
|
hunicus
|
d82e482acc
|
Update readme: blockstream/electrs for mempool/electrs
|
2024-04-05 15:59:16 +09:00 |
|
Mononaut
|
287559f028
|
Add support for inscription goggles for non-esplora backends
|
2024-04-04 12:32:03 +00:00 |
|
nymkappa
|
0f26940018
|
Merge branch 'master' into nymkappa/proxy-accel-endpoints
|
2024-04-04 16:01:17 +09:00 |
|
nymkappa
|
abdb27af3f
|
[migration] reset mining pool sha to force refreshing
|
2024-04-04 14:27:50 +09:00 |
|
nymkappa
|
b421be3315
|
[accelerator] also forward headers
|
2024-04-04 14:04:12 +09:00 |
|
nymkappa
|
dab9357b40
|
[about page] proxy community sponsors apis to prod, small refactor
|
2024-04-04 13:56:39 +09:00 |
|
Felipe Knorr Kuhn
|
cd135b7171
|
Merge branch 'master' into nymkappa/proxy-accel-endpoints
|
2024-04-04 13:14:54 +09:00 |
|
nymkappa
|
404079ef4e
|
[accelerator] use config.MEMPOOL_SERVICES.API url
|
2024-04-04 13:10:32 +09:00 |
|
nymkappa
|
60040c3914
|
[accelerator] proxy acceleration api to prod
|
2024-04-04 12:57:54 +09:00 |
|
dependabot[bot]
|
ed5d30ea5b
|
Bump ws and @types/ws in /backend
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.
Updates `ws` from 8.13.0 to 8.16.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.16.0)
Updates `@types/ws` from 8.5.5 to 8.5.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/ws"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 02:49:18 +00:00 |
|
nymkappa
|
727208ff84
|
[migration] re-index hashrates and difficulty_adjustments
|
2024-04-04 10:57:54 +09:00 |
|
Felipe Knorr Kuhn
|
4284038c4b
|
Fix error when deleting the missing @napi-rs folder
|
2024-04-03 18:12:51 +09:00 |
|
wiz
|
83dbae3a70
|
Merge pull request #4786 from mempool/simon/remove-bisq
Removing Bisq
|
2024-04-02 15:06:23 +09:00 |
|
Mononaut
|
4a6641f544
|
revert reverting better audits PR
|
2024-04-02 02:02:38 +00:00 |
|