We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this issue we document progress on the remaining items for a 0.1 release:
proptest
seed: [u8; 32]
PaymentInfo
KVStoreUnpersister
KVStore
connect
disconnect
ChannelPending
KVStorePersister
SqliteStore
rust-lightning
NetAddress
list_peers
list_channels
GossipSource
list_peers()
list_payments
Builder
ChannelConfig
SendingFailed
PaymentStatus::SendingFailed
bitcoin
The text was updated successfully, but these errors were encountered:
tnull
No branches or pull requests
In this issue we document progress on the remaining items for a 0.1 release:
proptest
seed: [u8; 32]
Add last change timestamp toPaymentInfo
Expose method to retrieve recent payments based on timestamp.Create and implKVStoreUnpersister
traitKVStore
traitconnect
/disconnect
methods #52)ChannelPending
event (AddChannelPending
event #60)KVStorePersister
KVStore
-based SQLite backend (AddSqliteStore
backend #100)rust-lightning
's serialization macros #23)NetAddress
es (Switch to use NetAddress for peer addresses #85)Maybe:Uniffi bindings (UniFFI bindings #25)list_peers
,list_channels
) (Expose list peers and channels #56)Maybe:Integrate RGS (Implement configurableGossipSource
to allow RGS gossip updates #70)list_peers()
(Include non-permanently connected peers inlist_peers()
#95)list_payments
) #96)Builder
to own module, allow for shared runtime reference. #115)ChannelConfig
(Allow to specify and updateChannelConfig
#122)SendingFailed
status (Remove unnecessaryPaymentStatus::SendingFailed
#125)Release prep:
bitcoin
(Break builder pattern to expose all setters via bindings #88)Post release
The text was updated successfully, but these errors were encountered: