mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

DLC Subsystem. All the stuff below + Test + Add FeePerByte to the lit-af utility. #463

Open infografx opened 5 years ago

infografx commented 5 years ago

Added tests for:

Writing tests for the subsystem. Creating arbitrarily large contracts. Bug fixing at the ends of the interval. Calculate the transactions vsizes. Bug fixing when the counterparty runs the contract.

infografx commented 5 years ago

If you have any questions. You are welcome.

infografx commented 5 years ago

Or if you have comments or suggestions. Welcome.

infografx commented 5 years ago

Also, I had updated a Python library "btcrpc" to "bitcoinrpc.authproxy" because it is up-to-date and it allows to study blockchain database more convenient.

infografx commented 5 years ago

Also I updated my other PR to work with this new test: https://github.com/mit-dci/dlcoracle/pull/5

It makes the oracle to publish a determined value.

infografx commented 5 years ago

Now I'm continue to work on dlc test. It is necessary to add some cases to it.

infografx commented 5 years ago

Then I'm going to add FeesPerByte to the lit-af utility. Because now it is broken.

infografx commented 5 years ago

I have added a FeePerByte to the lit-af utility.

It looks like this milestone is completed.