Chris Stewart
91b88b60ec
Add large digits test in DLCOracle ( #3432 )
...
* Add large digits test in DLCOracle
* Add issue in comment
2021-07-21 12:01:09 -05:00
Chris Stewart
ea1ead9a3f
Add nonces to error message for easier debugging ( #3430 )
...
* Add nonces to error message for easier debugging
* Add .hex calls
2021-07-21 11:53:31 -05:00
Scala Steward
62a8897d7f
Update slf4j-api to 1.7.32 ( #3427 )
2021-07-20 13:32:45 -05:00
benthecarman
a295b363bd
Fix bug where we couldn't execute a DLC twice ( #3426 )
2021-07-20 10:43:27 -05:00
rorp
59963156bc
Hidden service setup helper ( #3423 )
2021-07-19 12:24:07 -07:00
rorp
16e8554756
SOCKS5 client transport ( #3396 )
...
* SOCKS5 client transport
* disable unit tests
* update unit tests
* respond to the PR comments
* cleanup
* some more changes
2021-07-19 12:55:23 -05:00
benthecarman
9aa9a424c2
Implement init message from BOLT 1 ( #3407 )
...
* Implement init message from BOLT 1
* fix compile
2021-07-19 12:39:44 -05:00
Shruthii RG
1c6d728197
Made relay flag in version message configurable ( #3416 )
...
* relay flag in version message made configurable
* modified test classes as well
* Update configuration.md
* reverted few files and cleaned up format
* fixed mistake
2021-07-19 09:59:43 -05:00
Chris Stewart
b2b2ca45db
Add ability to configure postgres database backends for test cases via reference.conf ( #3421 )
2021-07-19 09:55:36 -05:00
Scala Steward
7f07ed7a7a
Update metrics-core to 4.2.3 ( #3419 )
2021-07-19 06:26:18 -05:00
Chris Stewart
b7b2a7099f
2021 07 15 dlc oracle pg ( #3413 )
...
* WIP
* Get postgres test passing by not allowing 0 byte (NULL character in UTF 8 string) in the utf8 generator
2021-07-17 12:19:49 -05:00
benthecarman
f20cdf667c
Pretty print PnL in table view ( #3400 )
2021-07-16 10:15:35 -05:00
user411
19fb1cf17a
Add network selection combobox for Neutrino ( #3409 )
...
* Add network selection combobox for Neutrino fixes 3406
* Internalized ComboBox items, added .onion proxy.enabled auto-flagging
* Change ComboBox to BitcoinNetwork type
* Separate proxy and config building
* Resolve network name to canonical dirName
2021-07-16 09:03:54 -06:00
benthecarman
892096d790
Disallow calling addDLCSigs as Initiator ( #3411 )
2021-07-15 17:05:32 -05:00
rorp
8b663d91b6
Tor support for P2P ( #3311 )
...
* Tor support for P2P
* fix stuck connections
* unit tests
* docs
* update docs
* respond to the PR comments
* fix docs
2021-07-13 14:27:24 -05:00
Scala Steward
6e04010cba
Update scala-async to 1.0.0 ( #3392 )
2021-07-13 12:39:47 -05:00
Scala Steward
74964ab145
Update sbt to 1.5.5 ( #3391 )
2021-07-12 06:16:47 -05:00
Shreyansh
fd7cd71848
Update .gitmodules ( #3390 )
2021-07-11 08:46:54 -05:00
benthecarman
c1715760c6
Add connection indicator to GUI ( #3381 )
2021-07-11 06:36:16 -05:00
Chris Stewart
c774ce3a34
Implement logic to automatically attach deb,dmg,msi installers to a release when i tag something ( #3388 )
2021-07-09 12:42:46 -05:00
Scala Steward
cddecc2075
Update sbt-scalafmt to 2.4.3 ( #3386 )
2021-07-09 12:26:46 -05:00
benthecarman
45233be22d
Update user agent ( #3384 )
...
* Update user agent
* update prev version
2021-07-09 06:54:10 -05:00
Scala Steward
38c55ad0c0
Update scala-collection-compat to 2.5.0 ( #3387 )
2021-07-09 06:28:00 -05:00
user411
79e11c6dce
Update path to secp256k1 library in docs ( #3385 )
2021-07-09 06:27:26 -05:00
Chris Stewart
028b6f896b
Add missing release webhook on the release.yml file ( #3380 )
2021-07-08 08:10:34 -05:00
Chris Stewart
895eb88e93
Add missing website docs ( #3379 )
2021-07-08 06:32:54 -05:00
Chris Stewart
79175cc097
1.7.0 version of website ( #3373 )
2021-07-08 06:21:00 -05:00
benthecarman
a82f5aa832
Use Wallet's transactionDAO instead of creating a copy ( #3377 )
...
* Use Wallet's transactionDAO instead of creating a copy
* remove import
2021-07-07 19:01:40 -05:00
user411
253f7444c6
Show error on SignedDigit contract ( #3376 )
2021-07-07 15:51:29 -05:00
Chris Stewart
b75d1259c1
Add first draft for release notes for 1.7 ( #3346 )
...
* Add first draft for release notes for 1.7
* Add high level descriptions of what changed in modules
* Add latest commits
* Add boilerplate section for verifying sigs
2021-07-07 15:50:39 -05:00
user411
bb838624ce
Export Result and Save Backup handle no file selection ( #3370 )
...
* Export Result and Save Backup handle no file selection, New Point in curve not marked Endpoint
* Revert endpoint defaullt change
* Change to Option[File] from Save Dialog
* Explicit no return from cases
2021-07-07 15:35:11 -05:00
Chris Stewart
bc79a24f53
Get both bundle and app server logging working ( #3362 )
...
* Get both bundle and app server logging working, oracleServer does not compile
* Get everythig compiling
* Fix bug where bundle wouldn't use command line param rpc port for ConsoleCli
* Add unit tests to make sure we are translating to config properly
* Fix bug where app config wasn't re-created after parsing bundle args
* Fix datadir resolution in BundleGUI
* Implement force-recalc-chainwork
* fix bug
* Try not using tilde on windows
* Try to print datadir on CI
* Try using stackoverflow answer
* Try escaping windows path
* Take ben's suggestion of using AppConfig.safePathToString
* Just check the paths are equal
* Fix nullpointerexceptions on startup
* Fix bug where bitcoin-s-bundle.conf was not being read
* Remove usage of --conf flag in bundle when starting backend server
* Fix compile
* Rename usedDir -> networkDir
* Fix passing in datadir
2021-07-07 10:59:11 -05:00
benthecarman
5df7a8bdf3
Add test for ZMQ Polling backend ( #3088 )
...
* Add test for ZMQ Polling backend
* Use TestAsyncUtil, increase maxTries
* Add multiple attempts
2021-07-06 19:20:12 -05:00
benthecarman
629c2a2c31
Set sync height on new wallet ( #3368 )
2021-07-06 12:33:38 -05:00
Scala Steward
09a6ca41cb
Update postgresql to 42.2.23 ( #3369 )
2021-07-06 12:31:26 -05:00
benthecarman
50804fe999
Add docs for backing up the wallet ( #3351 )
...
* Add docs for backing up the wallet
* Add image, fix github artifacts img
2021-07-06 10:54:38 -05:00
benthecarman
e098aba680
Create and implement OrderedAnnouncements type ( #3356 )
...
* Create and implement OrderedAnnouncements type
* Fix docs
* Update scaladoc
2021-07-06 07:58:58 -05:00
benthecarman
37a4b5c1ea
Add secp256k1jni tests to Mac & Windows CI ( #3367 )
2021-07-03 14:21:42 -05:00
Scala Steward
9b1ad19f4c
Update sbt-scalajs-crossproject to 1.1.0 ( #3364 )
2021-07-03 06:46:36 -05:00
Scala Steward
ae68dd4562
Update sqlite-jdbc to 3.36.0.1 ( #3359 )
2021-07-02 06:55:22 -05:00
benthecarman
6af9e47e38
Fix showing error popups in GUI ( #3353 )
2021-07-01 10:27:23 -05:00
benthecarman
2f7e5876d3
Set default neutrino peer based on network ( #3360 )
2021-07-01 10:27:05 -05:00
Chris Stewart
a2fa54dcfb
Upgrade website dependencies ( #3355 )
2021-07-01 06:36:47 -05:00
benthecarman
feeb3749bd
Fix most warnings in documentation code ( #3358 )
2021-07-01 06:34:10 -05:00
Chris Stewart
639043227c
Add logs to make it more apparent that No Common Ancestors isn't necessarily bad ( #3354 )
...
* Add logs to make it more apparent that No Common Ancestors isn't necessarily a bad thing
* Switch No common ancestor log message to DEBUG
2021-06-30 09:58:43 -05:00
benthecarman
78e2fceb90
Use OrderedNonces type in DLC data types ( #3352 )
2021-06-30 06:35:02 -05:00
benthecarman
6414833111
Call trim on DLC message text boxes ( #3348 )
2021-06-29 14:18:06 -05:00
benthecarman
81fe7d76ee
Remove canceled DLCs from table ( #3349 )
2021-06-29 13:30:32 -05:00
benthecarman
53cafa7898
Set closing txid on execute from View Dialog ( #3340 )
2021-06-29 12:28:35 -05:00
Chris Stewart
cc1cfe6594
Add more explicit instructions for install java9+ for getting-setup.md ( #3347 )
...
* Add more explicit instructions for install java9+ for getting-setup.md
* Add installation instructions for node.js
* Take ivan's suggestions
* Remove excess words
2021-06-29 11:18:40 -05:00