mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 02:37:55 -05:00
[PR #101] [MERGED] 1.4.3 #662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/olm/pull/101
Author: @oschwartz10612
Created: 3/16/2026
Status: ✅ Merged
Merged: 3/16/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
21b66fbUpdate isse7507e0Add api endpoints to jit051c0fdWorking jit with chain idsc67c2a6Handle canceling sends for relay809dbe7Make chainId in relay message bckwd compat5ca4825refactor(dns): trie + unified record set for DNSRecordStore9ae49e3refactor(dns): simplify DNSRecordStore from trie to mapae88766test(dns): add dns test cases for nodataf2d0e6aMerge branch 'dev' into jite2690bcStore site id📊 Changes
14 files changed (+877 additions, -295 deletions)
View changed files
📝
api/api.go(+59 -0)📝
dns/dns_proxy.go(+34 -8)➕
dns/dns_proxy_test.go(+178 -0)📝
dns/dns_records.go(+163 -163)📝
dns/dns_records_test.go(+62 -38)📝
main.go(+1 -1)📝
olm.iss(+7 -7)📝
olm/connect.go(+45 -10)📝
olm/data.go(+13 -3)📝
olm/olm.go(+54 -7)📝
olm/peer.go(+136 -16)📝
peers/manager.go(+16 -10)📝
peers/monitor/monitor.go(+82 -27)📝
websocket/client.go(+27 -5)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.