Update bindings to latest upstream.
authorMatt Corallo <git@bluematt.me>
Mon, 1 Mar 2021 17:37:30 +0000 (12:37 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 5 Mar 2021 19:40:23 +0000 (14:40 -0500)
commit276893d3b8bd3fcb2bb10e3cab73a69d34831909
tree5f8de0edd39bd48ac964caae9e3b83814afac884
parentfd59673b53bd5e74459132e685a10258b3c1d5a6
Update bindings to latest upstream.
160 files changed:
liblightningjni.so
src/main/java/org/ldk/enums/LDKSecp256k1Error.java
src/main/java/org/ldk/impl/bindings.java
src/main/java/org/ldk/structs/ChainMonitor.java
src/main/java/org/ldk/structs/ChannelInfo.java
src/main/java/org/ldk/structs/ChannelKeys.java [deleted file]
src/main/java/org/ldk/structs/ChannelManager.java
src/main/java/org/ldk/structs/ChannelManagerReadArgs.java
src/main/java/org/ldk/structs/ChannelMessageHandler.java
src/main/java/org/ldk/structs/ChannelMonitor.java
src/main/java/org/ldk/structs/CommitmentUpdate.java
src/main/java/org/ldk/structs/DelayedPaymentOutputDescriptor.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Event.java
src/main/java/org/ldk/structs/EventsProvider.java
src/main/java/org/ldk/structs/InMemoryChannelKeys.java [deleted file]
src/main/java/org/ldk/structs/InMemorySigner.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Init.java
src/main/java/org/ldk/structs/KeysInterface.java
src/main/java/org/ldk/structs/KeysManager.java
src/main/java/org/ldk/structs/Listen.java [new file with mode: 0644]
src/main/java/org/ldk/structs/MessageSendEventsProvider.java
src/main/java/org/ldk/structs/MonitorEvent.java
src/main/java/org/ldk/structs/NetGraphMsgHandler.java
src/main/java/org/ldk/structs/NetworkGraph.java
src/main/java/org/ldk/structs/NodeAnnouncementInfo.java
src/main/java/org/ldk/structs/PaymentSendFailure.java
src/main/java/org/ldk/structs/Result_AcceptChannelDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_AnnouncementSignaturesDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_BuiltCommitmentTransactionDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_CVec_CVec_u8ZZNoneZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelAnnouncementDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelConfigDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelFeaturesDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelInfoDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelPublicKeysDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ChannelUpdateDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ClosingSignedDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_CommitmentSignedDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_CommitmentTransactionDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_DirectionalChannelInfoDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_FundingCreatedDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_FundingLockedDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_FundingSignedDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_HTLCOutputInCommitmentDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_HTLCUpdateDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_HolderCommitmentTransactionDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_InMemoryChannelKeysDecodeErrorZ.java [deleted file]
src/main/java/org/ldk/structs/Result_InMemorySignerDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_InitFeaturesDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_NetworkGraphDecodeErrorZ.java
src/main/java/org/ldk/structs/Result_NodeAnnouncementDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_NodeFeaturesDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_NonePaymentSendFailureZ.java
src/main/java/org/ldk/structs/Result_OpenChannelDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_OutPointDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_PublicKeyErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_RevokeAndACKDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_SecretKeyErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_ShutdownDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_SignDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_TransactionNoneZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_TxCreationKeysDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_TxCreationKeysErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_UpdateAddHTLCDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_UpdateFailHTLCDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_UpdateFulfillHTLCDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Route.java
src/main/java/org/ldk/structs/RoutingMessageHandler.java
src/main/java/org/ldk/structs/Sign.java [new file with mode: 0644]
src/main/java/org/ldk/structs/SpendableOutputDescriptor.java
src/main/java/org/ldk/structs/StaticPaymentOutputDescriptor.java [new file with mode: 0644]
src/main/java/org/ldk/structs/UnsignedNodeAnnouncement.java
src/main/java/org/ldk/structs/UtilMethods.java
src/main/java/org/ldk/structs/Watch.java
src/main/jni/bindings.c
src/main/jni/org_ldk_impl_bindings.h
src/main/jni/org_ldk_impl_bindings_LDKMonitorEvent.h [new file with mode: 0644]
src/main/jni/org_ldk_impl_bindings_LDKPaymentSendFailure.h [new file with mode: 0644]
ts/bindings.c
ts/bindings.ts
ts/enums/LDKSecp256k1Error.ts
ts/structs/ChainMonitor.ts
ts/structs/ChannelInfo.ts
ts/structs/ChannelKeys.ts [deleted file]
ts/structs/ChannelManager.ts
ts/structs/ChannelManagerReadArgs.ts
ts/structs/ChannelMessageHandler.ts
ts/structs/ChannelMonitor.ts
ts/structs/CommitmentUpdate.ts
ts/structs/DelayedPaymentOutputDescriptor.ts [new file with mode: 0644]
ts/structs/Event.ts
ts/structs/EventsProvider.ts
ts/structs/InMemoryChannelKeys.ts [deleted file]
ts/structs/InMemorySigner.ts [new file with mode: 0644]
ts/structs/Init.ts
ts/structs/KeysInterface.ts
ts/structs/KeysManager.ts
ts/structs/Listen.ts [new file with mode: 0644]
ts/structs/MessageSendEventsProvider.ts
ts/structs/MonitorEvent.ts
ts/structs/NetGraphMsgHandler.ts
ts/structs/NetworkGraph.ts
ts/structs/NodeAnnouncementInfo.ts
ts/structs/PaymentSendFailure.ts
ts/structs/Result_AcceptChannelDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_AnnouncementSignaturesDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_BuiltCommitmentTransactionDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_CVec_CVec_u8ZZNoneZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelAnnouncementDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelConfigDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelFeaturesDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelInfoDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelPublicKeysDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelTransactionParametersDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelUpdateDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ClosingSignedDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_CommitmentSignedDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_CommitmentTransactionDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_DirectionalChannelInfoDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_FundingCreatedDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_FundingLockedDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_FundingSignedDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_HTLCOutputInCommitmentDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_HTLCUpdateDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_HolderCommitmentTransactionDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts [deleted file]
ts/structs/Result_InMemorySignerDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_InitFeaturesDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NetworkGraphDecodeErrorZ.ts
ts/structs/Result_NodeAnnouncementDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NodeFeaturesDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NonePaymentSendFailureZ.ts
ts/structs/Result_OpenChannelDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_OutPointDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PublicKeyErrorZ.ts [new file with mode: 0644]
ts/structs/Result_RevokeAndACKDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_SecretKeyErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ShutdownDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_SignDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_TransactionNoneZ.ts [new file with mode: 0644]
ts/structs/Result_TxCreationKeysDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_TxCreationKeysErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UpdateAddHTLCDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UpdateFailHTLCDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UpdateFeeDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UpdateFulfillHTLCDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Route.ts
ts/structs/RoutingMessageHandler.ts
ts/structs/Sign.ts [new file with mode: 0644]
ts/structs/SpendableOutputDescriptor.ts
ts/structs/StaticPaymentOutputDescriptor.ts [new file with mode: 0644]
ts/structs/UnsignedNodeAnnouncement.ts
ts/structs/UtilMethods.ts
ts/structs/Watch.ts