Commit Graph

375 Commits

Author SHA1 Message Date
Oliver Gugger
b05d801d8c Merge pull request #171 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.38.0
build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
2025-04-17 08:03:19 +02:00
dependabot[bot]
b9514fc47d build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:20:29 +00:00
Oliver Gugger
9fd44c9e8f Merge pull request #166 from lightninglabs/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.2
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
2025-03-23 08:03:59 -06:00
dependabot[bot]
28b872e462 build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 22:36:03 +00:00
Elle
0b4f0ef8cc Merge pull request #165 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.36.0
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
2025-03-15 11:48:56 -05:00
dependabot[bot]
2457b9f785 build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:48:11 +00:00
Elle
2eead01806 Merge pull request #164 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.33.0
build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0
2025-03-05 12:10:39 +02:00
dependabot[bot]
a953f6495b build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 09:41:59 +00:00
Elle
18293d3070 Merge pull request #148 from ellemouton/slog
slog: update to use structured logs for hashmail server
v0.3.8-beta
2025-03-05 11:40:43 +02:00
Elle Mouton
71570a01f2 .github: update actions/cache to v4 2025-03-05 11:12:29 +02:00
Elle Mouton
5ab69aec7e hashmail: update to user structured logs
This will make querying by stream IDs more uniform (and hence, way
easier).
2025-03-05 11:12:29 +02:00
Elle Mouton
c469c79559 makefile: apply tags to install command 2025-03-05 11:12:29 +02:00
Elle Mouton
90941dc033 multi: update btclog, lnd and lndclient deps
Update the deps so that structured logging is available in aperture.
2025-03-05 11:12:29 +02:00
Elle Mouton
ff32ffb090 multi: update go version 2025-03-04 13:20:37 +02:00
Elle Mouton
0892b86489 go.mod: upgrade to maintained yaml parser lib
https://github.com/goccy/go-yaml is maintained.
2025-03-04 13:20:33 +02:00
Elle Mouton
c4aa21f487 tools+golangci: update linter 2025-02-27 15:19:27 +02:00
András Bánki-Horváth
3a2595245f Merge pull request #163 from bhandras/challenger-batchsize-config
challenger: configurable invoice query batch size with sane default
v0.3.7-beta
2025-01-16 09:46:42 +01:00
Andras Banki-Horvath
94e80ab128 challenger: configurable invoice query batch size with sane default 2025-01-16 09:41:15 +01:00
Oliver Gugger
4d2bc1d316 Merge pull request #162 from bhandras/challenger-logger
log: hook challenger to the main logger
v0.3.6-beta
2025-01-15 03:00:19 -06:00
Andras Banki-Horvath
097297ec51 log: hook challenger to the main logger 2025-01-15 09:54:03 +01:00
Oliver Gugger
3d3e042972 Merge pull request #160 from bhandras/paginate-listinvoices
challenger: paginage ListInvoices to avoid resource exhaustion
v0.3.5-beta
2025-01-13 09:23:25 -06:00
Andras Banki-Horvath
8ec6c284ba challenger: paginage ListInvoices to avoid resource exhaustion 2025-01-13 15:58:25 +01:00
Elle
25ef16bea6 Merge pull request #159 from kindknow/master
chore: fix some function names in comment
2025-01-06 10:12:33 +02:00
kindknow
29ed0445e8 chore: fix some function names in comment
Signed-off-by: kindknow <iturf@sina.com>
2024-12-29 17:43:04 +08:00
Elle
66e25bf732 Merge pull request #158 from lightninglabs/dependabot/go_modules/golang.org/x/crypto-0.31.0
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0
2024-12-12 10:14:35 +02:00
dependabot[bot]
758d0c4bef build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:01:49 +00:00
Oliver Gugger
b35fc35901 Merge pull request #156 from lightninglabs/golang-version
multi: bump Golang version to fix Docker build
v0.3.4-beta
2024-11-27 10:36:37 +01:00
Oliver Gugger
622a37d16c multi: bump Golang version to fix Docker build 2024-11-22 17:39:28 +01:00
Oliver Gugger
d5070c6742 Merge pull request #155 from hieblmi/signet-support
Signet support
v0.3.3-beta
2024-11-22 14:05:18 +01:00
Slyghtning
36d5649fec conf: add signet support 2024-11-22 12:07:37 +01:00
Slyghtning
9187152d34 gitignore: .idea folder 2024-11-22 12:07:37 +01:00
Oliver Gugger
b93f5051d5 Merge pull request #154 from lightninglabs/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.1
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
2024-11-05 09:03:20 +01:00
dependabot[bot]
e62a8ff05d build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 23:39:25 +00:00
Oliver Gugger
0a290027fa Merge pull request #153 from lightninglabs/update-lnd-18-4
multi: update to lnd v0.18.4-beta release branch
2024-10-15 18:31:38 +02:00
Oliver Gugger
795949f4a1 multi: update to lnd v0.18.4-beta release branch 2024-10-15 14:10:48 +02:00
Elle
e5cae837a4 Merge pull request #150 from lightninglabs/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.4
build(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
2024-09-23 11:21:59 +09:00
dependabot[bot]
38a27d8854 build(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.1 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.1...v5.5.4)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 07:12:33 +00:00
Oliver Gugger
db27bb9a78 Merge pull request #149 from lightninglabs/update-lnd-master
mod+aperture: bump lnd compile time dependency to latest master
2024-09-19 01:11:36 -06:00
Oliver Gugger
a17ecf6520 mod+aperture: bump lnd compile time dependency to latest master
Due to a change in the logging library of lnd, we need to pass in a new
parameter to be compatible with the latest lnd master version.
2024-09-18 17:03:36 +02:00
Oliver Gugger
6ec9117788 Merge pull request #147 from lightninglabs/dependabot/go_modules/github.com/opencontainers/runc-1.1.14
build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14
2024-09-04 09:19:34 -06:00
dependabot[bot]
b5247965d4 build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.12 to 1.1.14.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.14)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 19:53:20 +00:00
Oliver Gugger
a30875823f Merge pull request #142 from bhandras/go-bump
build: bump to go 1.22.3
2024-07-12 02:12:26 -06:00
Andras Banki-Horvath
5d22ef168d tools: bump go to 1.22.3 2024-07-12 09:20:46 +02:00
Andras Banki-Horvath
baaf099b6d build: bump to go 1.22.3 2024-07-12 09:13:56 +02:00
Oliver Gugger
f2f4ed2ab0 Merge pull request #140 from guggero/falafel-format
pricesrpc: fix build tag formatting
2024-07-08 09:45:34 -06:00
Oliver Gugger
d5c99b761e pricesrpc: fix build tag formatting 2024-07-08 09:12:18 +02:00
Olaoluwa Osuntokun
4c45bdd0e8 Merge pull request #139 from guggero/lnd-17
Bump lnd compile time dependency to v0.17.0, update RPC compilation of test proto
2024-07-02 18:01:51 -07:00
Oliver Gugger
3627582871 mod+test: bump lnd dependency to v0.17.0-beta 2024-06-21 11:10:09 +02:00
Oliver Gugger
17180f2a8b multi: format test proto with generic script 2024-06-21 11:09:43 +02:00
Oliver Gugger
996f100368 Merge pull request #115 from lightninglabs/fix-post-response
proxy+auth: fix post request
2024-05-24 08:36:21 +02:00