Commit Graph

19 Commits

Author SHA1 Message Date
Sirius
5f7d71a974
Add Fulcrum to Mempool (#46)
* Bump version to 3.2.1.3 and add Fulcrum indexer

Updated version to 3.2.1.3 and added Fulcrum as an optional indexer.

* Add indexer configuration

* Update address lookup instructions for Electrs and Fulcrum

* Refactor getConfig.ts for add fulcrum

* Update to v3.2.1.3 with fulcrum

* Update setConfig to support indexer selection

Enhanced CustomConfig to include indexer properties and updated dependency handling for both indexer and lightning types.

* Update manifest.yaml

sounds good to me

Co-authored-by: Dominion5254 <musashidisciple@proton.me>

* Update manifest.yaml

* Add 3.2.1.3 migrations

* Rollback to old migration.ts and add 3.2.1.3 as current

Removed unused indexer matching logic and related comments.

* fucrum migration

---------

Co-authored-by: Dominion5254 <musashidisciple@proton.me>
2025-12-09 08:16:55 -07:00
Dominion5254
37b342f8dd
Update/v3.2.1.2 (#44)
* bump max version for bitcoind and lnd

* bump mempool package version

* update bundler
2025-09-09 15:48:18 -06:00
Lucy
04fe46f533
increase health check duration (#41) 2025-04-22 12:37:11 -04:00
Lucy
b9756f57eb
Integration/3.2.1 (#40)
* updates

* db migration working

* prohibit downgrades

* update migrations

* update migrations
2025-04-21 20:34:40 -04:00
Lucy
a3a8aaa4f7
make start9 for edge case (#36) 2024-09-12 11:15:17 -04:00
Lucy
141c4cbe67
fix bugs for auto config with a migration (#35) 2024-09-10 13:48:12 -04:00
Lucy
5adba48388
Integration/3.0.0.2 (#34)
* automatically update pools

* persist system memory size and autoconfig bitcoin maxmempool accordingly

* bump versions and update release notes

* cleanup
2024-09-06 09:56:34 -04:00
Lucy
90977e9633
Fixes/3.0.0 (#33)
* fix properties and bump version

* update icon
2024-08-28 20:47:23 -04:00
Lucy
1950674e74
fixes bug with running migrations when service is not configured (#27) 2023-11-03 11:16:24 -04:00
Lucy
a476b47423
Integration/2.5.0.5 (#26)
* rename scripts folder to procedures

* update embassy to start commands

* bump package and lnd version
2023-10-24 19:00:36 -04:00
Lucy
fd36160218
remove proxy as a dependency option and require bitcoin core (#23)
* remove proxy as a dependency option and require bitcoin core

* update release notes

* remove deprecated config key
2023-07-10 12:20:34 -04:00
islandbitcoin
dc7dc9147f edit instructions and config 2023-05-01 11:16:55 -04:00
Dread
defcb59123
V2.5.0 update, and replace submodule with docker images (#21)
* bump to v2.5.0

* wip

* wip

* v2.5.0 with docker images

* removed submodule

* fix CLN

* v2.5.0

* update deno deps

---------

Co-authored-by: islandbitcoin <dread@start9.com>
2023-04-20 17:45:16 -04:00
Dread
54d0937cf1
feat/x86 (#17)
* v2.4.0.3 and x86

* update to x86_64 architecture

* bitcoin/v24 (#18)

* updated bitcoind dependency

* Update manifest.yaml

Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>

Co-authored-by: islandbitcoin <dread@start9.com>
Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>

Co-authored-by: islandbitcoin <dread@start9.com>
Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
2022-12-07 13:34:13 -07:00
Lucy Cifferello
bd1d249ead
add embassy.js to gitignore 2022-07-17 12:45:55 -06:00
Lucy Cifferello
9335582fed
adjust migrations for upgrade compatibility 2022-07-17 12:39:18 -06:00
Aiden McClelland
d1307e41ab
switch to sdk lib (#13)
* switch to sdk lib

* release notes change
2022-07-01 00:41:27 -06:00
Aiden McClelland
aebe498143
Update getConfig.ts 2022-07-01 00:36:08 -06:00
Dread
f5ad3c8c97
Mempool updated to use js procedures (#12)
* added js procs

* add js procs

* included dependencies in js procs

* modified dependencies.ts to remote fetch-blocks and fix proxy

* Update scripts/embassy.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* ignore .js files in script

* fixed typo

* Update scripts/services/setConfig.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* Update scripts/services/setConfig.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* fixed js dependencies

* return default if properties are not found

* await metadata

Co-authored-by: Dread <dread@start9labs.com>
Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>
Co-authored-by: Aiden McClelland <me@drbonez.dev>
2022-06-30 01:16:53 -04:00