Commit graph

5 commits

Author SHA1 Message Date
Slyghtning
175b7d601b
loooprpc: replace deprecated grpc.Dial with grpc.NewClient
- Update assets/client.go to use grpc.NewClient
- Update swap_server_client.go to use grpc.NewClient
- Replace grpc.WithInsecure() with insecure.NewCredentials()
2025-12-19 10:03:14 +01:00
Oliver Gugger
059186568f
mod: bump tapd, add replace directive to compile tapd
Because tapd now uses a fork of the SQL migration library, which can
only be used through a replace directive which isn't populated
transitively to other dependent projects, we now need to copy that
directive to every project.
2025-05-02 09:49:07 +02:00
sputn1ck
9f7249f14f
asset: add function to get asset price 2025-03-25 15:27:52 +01:00
sputn1ck
9d49804429
assetclient: fix wrong fee limit 2025-01-22 15:40:57 +01:00
sputn1ck
20d5081368
assets: add basic asset client 2025-01-21 14:38:02 +01:00