rust-lightning
2021-01-05 Matt CoralloAdd a lightning-wasm-bindings crate and generation... 2021-01-wasm-bindings
2021-01-05 Matt Corallof
2021-01-05 Matt Corallo[bindings] Allow manual setting of struct/enum attributes
2021-01-05 Matt Corallo[bindings] Allow control of the attributes placed on...
2021-01-05 Matt Corallo[C++ bindings] Update demo app due to removed TupleTemp...
2021-01-05 Matt Corallo[bindings] Drop some stale code from bindings generic...
2021-01-05 Matt Corallo- bindings updates
2021-01-05 Matt Corallo[bindings] Tuples!
2021-01-05 Matt Corallo- bindings updates
2021-01-05 Matt Corallo[bindings] Move to manual write-out for Vec, too (XXX...
2021-01-05 Matt Corallo- bindings update
2021-01-05 Matt Corallo[bindings] Concretize Result types without type aliasing
2021-01-04 Matt Corallofix?
2021-01-04 Matt CoralloUpdate C++ bindings demo to use `ChannelManager` de...
2021-01-04 Matt Corallo[C++ bindings demo] Add now-missing std::moves
2021-01-04 Matt Corallo- C++ bindings updates
2021-01-04 Matt Corallo[C++ bindings] Add move-assign operator, require rvalue...
2021-01-04 Matt Corallo- bindings updates
2021-01-04 Matt Corallo[bindings] Use references in a few places instead of...
2021-01-04 Matt Corallo- bindings updates
2021-01-04 Matt Corallo[bindings] Use new non-null annotation feature in cbindgen
2021-01-04 Matt Corallo- bindings updates
2021-01-04 Matt Corallo[bindings] Don't require trait impl for-structs to...
2021-01-04 Matt Corallo- bindings update
2021-01-04 Matt Corallo[bindings] Implement ReadableArgs mapping, try impl...
2021-01-04 Matt Corallo[bindings] Allow `write_rust_type` to handle leading...
2021-01-04 Matt Corallo- bindings updates
2021-01-04 Matt Corallo[bindings] Use common conv in `_write` impls, drop...
2021-01-04 Matt Corallo- bindings updates
2021-01-04 Matt Corallo[bindings] Convert manual `_read` implementations to...
2021-01-04 Matt Corallo[bindings] Pipe errors back from write_template_constructor
2021-01-04 Matt Corallo[bindings] Update C++ demo for new NetGraphMsgHandler...
2021-01-04 Matt Corallo[bindings] Allow unused fns that the bindings can call...
2021-01-04 Matt Corallo- bindings diff
2021-01-04 Matt Corallo[bindings] Drop useless `#[no_mangle]` from `pub type...
2021-01-04 Matt Corallo- bindings diff
2021-01-04 Matt Corallo[bindings] Be explicit with take_ptr calls
2021-01-04 Matt Corallo- bindings diff
2021-01-04 Matt Corallo[bindings] Separate take_ptr and take_inner
2021-01-04 Matt Corallo- bindings diff
2021-01-04 Matt Corallo[bindings] Support exposing `bitcoin::OutPoint`s as...
2021-01-04 Matt Corallo[bindings] Figure out in-file structs and enums before...
2021-01-04 Matt Corallo[bindings] Don't export new functions with unexportable...
2021-01-04 Matt Corallo[bindings] Expose secp256k1::Message as ThirtyTwoBytes
2021-01-04 Matt Corallo[bindings] Add support for mapping Write as a supertrait
2021-01-04 Matt Corallo[bindings] Handle MessageSendEventsProvider impl blocks...
2021-01-04 Matt Corallo[bindings] Always resolve supertrait types during super...
2021-01-04 Matt Corallo[bindings] Pass GenericTypes through to write_template_...
2021-01-04 Matt Corallo[bindings] Un-special-case returning an associated...
2021-01-04 Matt Corallo[bindings] Replace associated_types HashMaps with commo...
2021-01-04 Matt Corallo[bindings] Use consistent imports for MessageSendEvents...
2021-01-04 Matt Corallostrip binaries in genbindings.sh for better size comparison
2021-01-04 Matt CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloExpose test_utils to fuzztarget (in addition to _test_u...
2021-01-04 Matt CoralloAdd a new method `read_chan_signer` to `KeysInterface`
2021-01-04 Matt CoralloUse Writeable for ChannelMonitor instead of a specific...
2021-01-04 Matt CoralloUniversally Require Writeable for ChannelKeys
2021-01-04 Matt CoralloCache fields instead of storing a ChannelKeys in Channe...
2021-01-04 Matt CoralloMerge pull request #742 from lightning-signer/tx-phase2
2020-12-30 DevrandomUse new get_commitment_transaction_number_obscure_facto...
2020-12-30 DevrandomIntroduce CommitmentTransaction, ChannelTransactionPara...
2020-12-18 DevrandomUnwrap unneeded macros
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-15 bmancini55Fix comment for sync_routing_table
2020-12-14 bmancini55Remove should_request_full_sync from RoutingMessageHandler
2020-12-14 bmancini55Change routing table sync to use gossip_queries
2020-12-09 bmancini55Pass Init message to sync_routing_table method
2020-12-09 bmancini55Pass gossip_queries messages to handler via ownership
2020-12-09 bmancini55Refactor gossip_queries sync to be stateless
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-12-09 bmancini55Implement gossip_queries sync methods in NetGraphMsgHandler
2020-12-09 bmancini55Add gossip_queries methods to RoutingMessageHandler...
2020-12-09 bmancini55Add send message events for gossip_queries
2020-12-01 bmancini55Add gossip_queries messages to wire decoding
2020-12-01 bmancini55Add gossip_queries feature flag
2020-11-24 Matt CoralloMerge pull request #760 from TheBlueMatt/2020-11-0...
2020-11-24 Matt CoralloBump lightning-net-tokio crate version. 2020-11-0.0.12
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloUpdate auto-generated bindings with new NetworkGraph API 2020-11-bindings-fix
2020-11-24 Matt CoralloBump version to 0.0.12
2020-11-24 Matt CoralloSplit `NetworkGraph` message handling fns into unsigned...
2020-11-24 Matt CoralloMove UTXO-lookup into pub utility function from Routing...
2020-11-24 Matt CoralloFinally drop travis entirely.
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-24 Matt Corallo[fuzz] Make router_target a bit easier for fuzzers... 2020-11-router-fuzzer
2020-11-24 Matt CoralloExpose manual-update methods in NetworkGraph.
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloDon't create chan-closed mon update for outbound never... 2020-11-dup-chan-id-crash
2020-11-23 Matt CoralloDo not generate a channel-closed mon update for never...
2020-11-23 Matt Corallo[netgraph] Do not allow capacity_sats * 1000 to overflo...
2020-11-23 Matt Corallo[router] Fix + test routing via next/last-hop hints...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt CoralloUse CARGO_PROFILE_RELEASE_LTO to fix bindings build... 2020-11-bindings-clones
2020-11-23 Matt CoralloUpdate auto-generated bindings
2020-11-23 Matt CoralloUpdate bindings demo for new ChannelMonitor-update API
2020-11-23 Matt Corallo[bindings] Update eq/clone trait fns to take object...
2020-11-23 Matt Coralloderive(Clone) for several pub simple data structs.
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every enum
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every struct that...
next