Boris Nagaev

Results 98 issues of Boris Nagaev

## Change Description Replaced the use of `s.quit` and `s.wg` with `s.gm` (`GoroutineManager`). WaitGroup is still needed to wait for `handleLocalResponse`: if it was switched to `s.gm`, then it may...

## Change Description It is needed to pass other types satisfying needed interfaces to methods `Option.UnwrapOrFail` and `Result.UnwrapOrFail`. An example of such a type is `*lntest.HarnessTest`. It embeds `*testing.T` and...

**Is your feature request related to a problem? Please describe.** This is a followup for PR https://github.com/lightningnetwork/lnd/pull/8183 "chanbackup, server, rpcserver: put close unsigned tx, remote signature and commit height to...

enhancement
SCB

See https://github.com/mxe/mxe/pull/1225#issuecomment-186829585 See https://github.com/mxe/mxe/pull/1165/files#diff-17d9a471cc45b22771072c4634dc97d9R20

@dl5rcw, I have added a working example of using copydlldeps.sh inside MXE. Can you test it, please?

libMemcached is an open source C/C++ client library and tools for the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full...

new package

Add new configuration option LUA, which can be "lua" or "luajit" (by default, "lua"). This option is used currently only by package luabind. Previously package luabind depended on lua. Luabind...

package customization

_This PR depends on LND 0.19 release!_ ---- Fixed code using LND functions which changed APIs. Also updated Go to 1.22.6 everywhere. Updated main go.mod, auctioneerrpc, poolrpc, tools, gen and...

Add type `loopOutSweepFeerateProvider` which determines confTarget based on distance to swap expiration, then determines feerate and fee using. Fee rate is plugged into sweepbatcher using `WithCustomFeeRate`. When determining confTarget, there...

With these two fixes, I managed to build `simplegrep.exe` for Windows using i686-w64-mingw32 (cross-compilation from Linux).