Latest Repo Discovered
Foodprint-wallet
Python
·
No license
Top Contributor of the Month
11151 commits in all time
Mar 28, 2026 18:51 – Jun 26, 2026 18:51 UTC
Merge 5c5f097e694a7120155096882aa448edcdd23921 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
f6e5e8a8
pull/421/merge
15/3,106 ++ 1,796 --
chore(deps): update non-major dependencies
5c5f097e
renovate/non-major-dependencies
15/3,106 ++ 1,796 --
Merge 3d43eec9f0139c91bb7c9294ccf668e87fdfe199 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
1f80dbed
pull/6652/merge
3/143 ++ 16 --
Merge ee391f592e671fcd5daba566b7123481ba823941 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
fcb6bb65
pull/6596/merge
35/2,507 ++ 1,173 --
Merge 641d814f3675814bc9f41a7a8fbe4cbd668776bf into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
1254cc02
pull/6637/merge
10/478 ++ 33 --
add Go Benchmark (go) benchmark result for 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
90b8f351
gh-pages
1/445 ++ 1 --
network/dnssec: test qsi transport (EDNS size, TCP fallback)
Existing tests mocked the queryServerIf transport, leaving qsi.queryServer - the real UDP/TCP behavior - uncovered. Add tests against a loopback DNS server for: retrying over TCP after a UDP error, retrying over TCP on a truncated UDP response, advertising the 1232-byte EDNS0 buffer, and surfacing the per-server error when all attempts fail.
3d43eec9
pull/6652/head
1/110 ++ 0 --
network: log bootstrap relay resolution failures on all networks
Relay SRV resolution failures were logged only on testnet and devnet; on mainnet the error was dropped and the only trace was an INFO "got no relay DNS addrs" line. A mainnet node that resolves no relays then runs with an empty phonebook, connects to zero peers, and reports itself caught up at a stale round, with no warning an operator can act on. Log the relay resolution error as a warning on every network and raise the empty-relay case to a WARN stating the operational impact. Archive lookups stay informational, since archival peers are optional for most nodes.
6d2f35d7
pull/6652/head
1/5 ++ 9 --
network/dnssec: report the underlying error when a query fails
When a query failed against every configured server, query() discarded each server's error and returned only "no answer for (name, type) from DNS servers [...]", which is indistinguishable from a missing record. The cause (timeout, truncation, blocked TCP, ...) was lost, leaving operators with a lookup that fails here while dig resolves it and nothing to act on. Join the per-server errors onto the returned error so the real cause is visible.
a5c05ff4
pull/6652/head
1/9 ++ 2 --
network/dnssec: fall back to TCP when a UDP query errors
queryServer only retried over TCP when a UDP response came back truncated (TC bit set). If the UDP query itself errored - e.g. the response was dropped or UDP/53 is filtered - it returned immediately without trying TCP. Fall through to the TCP attempt on a UDP error too, giving up only once the context is done. Set Client.Timeout as well so dial, write and read are bounded by the configured DNS timeout instead of miekg's 2s default.
0b9e0194
pull/6652/head
1/16 ++ 4 --
Merge 37806bd862b9686c951ec19dd02f75f7824cee14 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
5e8e777d
pull/6596/merge
33/2,184 ++ 1,143 --
Merge remote-tracking branch 'upstream/master' into app-params-set
37806bd8
pull/6596/head
25/1,498 ++ 1,675 --
Fees: Handle rounding of fees with non-integral usage better (#6650)
990a9b2d
master
25/1,607 ++ 1,785 --
Merge 34be8cdebcbd325775fd77267db99f6589b8af5f into bfbd438b6ed3e2fc1447effa5fcb5da701aa9dd4
f838ab43
pull/815/merge
2/37 ++ 11 --
feat: add post-quantum scheme and signature types
34be8cde
feat/pq-account
1/28 ++ 6 --
Merge aa1caf06fccc5c6bcb78ffa0ca68d60bedf9e977 into b05e6781f1d77a77cec0e4cb622a84522ca57dbe
509809da
pull/6639/merge
55/6,317 ++ 1,613 --
chore: add post quantum types to sdk export script
aa1caf06
pull/6639/head
1/5 ++ 0 --
Merge 8444da3b8a8edb5c2900a5264602b35e7511a251 into b05e6781f1d77a77cec0e4cb622a84522ca57dbe
ee9f1833
pull/6596/merge
33/2,296 ++ 1,256 --
Merge remote-tracking branch 'upstream/master' into app-params-set
8444da3b
pull/6596/head
22/1,259 ++ 657 --
feat: implement Alchemy NFT integration with new utilities, OpenSea API proxy, and NFT import UI
94e9024b
main
4/655 ++ 138 --