Ben Carman
e60bc60692
Merge pull request #1225 from benthecarman/docs-unused-imports
...
Remove unused imports in docs
2020-03-12 20:22:20 -05:00
Ben Carman
47665a28dc
Remove unused imports in docs
2020-03-12 17:30:59 -05:00
Ben Carman
6b5b70c2f8
Fix error, add await to psbt doc ( #1220 )
2020-03-12 14:02:14 -05:00
Ben Carman
0a6a4753dd
Merge pull request #1202 from benthecarman/psbt-single-docs
...
Docs for PSBT signing with BitcoinUTXOSpendingInfoSingle
2020-03-12 09:55:35 -05:00
Nadav Kohen
674ba24950
Added hash types to scriptsignature generators ( #1219 )
2020-03-11 22:25:21 -05:00
Ben Carman
190f49aad7
NodeApi doc ( #1205 )
...
* NodeApi doc
* Add example
* make imports invis, add example
* Fix invis imports
2020-03-11 11:07:30 -05:00
Ben Carman
3ba658b750
fix compile issues
2020-03-11 09:48:53 -05:00
Ben Carman
c8dde77421
fix compile issue
2020-03-11 09:48:12 -05:00
Ben Carman
81ad5bb322
PSBT signing with BitcoinUTXOSpendingInfoSingle
2020-03-11 09:48:09 -05:00
Ben Carman
e3cbfdad5c
ChainQueryApi doc ( #1204 )
...
* ChainQueryApi doc
* Add example
* make imports invis, add example
* Fix invis imports
2020-03-11 08:56:37 -05:00
Scala Steward
4dedb90ee8
Update janino to 3.1.1 ( #1212 )
2020-03-11 07:25:46 -05:00
Chris Stewart
6d6b1023c5
2020 03 08 filter sync ( #1209 )
...
* Create FilterSync, which gives us an API inside of the chain project to sync filters with
Add another unit test to filter sync
Add more unit tests for ChainSync and FilterSync
Clean up some docs, remove some extra lines of code
Run scalafmt
Add filter-sync.md
Cleanup some nits
Add more information of how FilterSync.syncFilters() works
Add 'FilterWithHeaderHash' type so that we can actually validate/verify block headers that are being fed into the chain project
Run scalafmt, hide imports in filter-sync.md so code appears cleaner
Move implicits out of invisible block as it seems to cause errors
Make it so FilterSync processes filters in batches rather than fetching them all at once
Fix compile error
* Add comment about trust model
* Run scalafmt
2020-03-10 18:01:14 -05:00
Nadav Kohen
3bfabe7bd5
Adding new SPK doc ( #1208 )
...
* Added a document explaining how to add new script types.
* built website
* Added a doc explaining the differences between full and single signing
* Added design philosophy section
* Responded to review
* mdoc now compiles the code within adding-spks.md, with some caveats surrounding sealed traits
* Added explanitory comment
2020-03-10 14:30:16 -05:00
Chris Stewart
89f1db6ca7
Make imports in chain.md invisible ( #1213 )
...
* Make imports in chain.md invisible
* Hide imports in wallet.md
* Make all core module md files imports hidden
* Cleanup imports on rpc markdown docs
* Try and figure weird travis behavior
* Get rid of uneeded nest qualifiers on mdoc
2020-03-10 12:49:22 -05:00
Ben Carman
d9881dd153
Fix typo in docs ( #1203 )
2020-03-06 09:24:06 -06:00
Chris Stewart
1a3b6b5b1e
Update flyway-core to 6.3.0 ( #1195 )
2020-03-05 15:47:34 -06:00
Chris Stewart
963752cbd2
Update eclair.md, also add code example ( #1192 )
2020-03-04 09:41:21 -06:00
Chris Stewart
267d5eb138
Update website configuraiton.md with migrations information ( #1189 )
2020-03-04 09:40:50 -06:00
Ben Carman
c6443ba36e
Merge pull request #1182 from benthecarman/txo-state-test
...
TxoState Life Cycle Tests
2020-03-03 17:35:00 -06:00
Ben Carman
a043d3858e
Remove requirement for sats parameter ( #1190 )
2020-03-03 08:59:25 -06:00
Chris Stewart
e387d075b0
Make eclair tests use bitcoind v19 rather than bitcoind v17 ( #1187 )
2020-03-02 12:30:22 -06:00
Ben Carman
045698f55a
Merge mac node and wallet CI tests ( #1186 )
2020-03-02 07:55:35 -06:00
Ben Carman
5903e9fd6f
Merge CI matrices, add appServer/test ( #1181 )
...
* Merge CI matrices, add appServer/test
* Reduce OSX matrices
2020-03-02 07:12:18 -06:00
Ben Carman
231aa3b519
TxoState Life Cycle Tests
2020-02-28 17:18:28 -06:00
Ben Carman
7cb759b710
Merge pull request #1174 from benthecarman/sats-the-standard
...
Allow getbalance to return in sats
2020-02-28 09:51:10 -06:00
Ben Carman
9858718f19
Fix Wallet tests' keymanager to use changed config ( #1173 )
2020-02-28 08:53:49 -06:00
Ben Carman
980d532b22
Allow getbalance to return in sats
2020-02-27 14:18:38 -06:00
Ben Carman
a5ac2d8262
Add PSBTs to Docs Sidebar ( #1172 )
2020-02-26 15:06:57 -07:00
Nadav Kohen
a3150d26a9
Added a getting-setup markdown doc for the website ( #1167 )
...
* Added a getting-setup markdown doc for the website
* Responded to Ben's review
* Added testnet section
* Added DLC doc
* Got the website working locally
* Fixed linking
* Responded to review
2020-02-26 13:09:44 -07:00
Chris Stewart
af9d11092f
Update try-bitcoin-s.sh ( #1165 )
...
* Update try-bitcoin-s.sh
* chmod script
2020-02-26 07:50:17 -06:00
Nadav Kohen
5ccd01ac77
Seq and Map Wrappers ( #1131 )
...
* Renamed size to byteSize in NetworkElement to avoid ambiguity
* Introduced SeqWrapper and MapWrapper to allow for wrapper case classes to have direct access to underlying methods
* Responded to review
2020-02-24 14:39:20 -06:00
Chris Stewart
2896fd9c66
2020 02 21 datadir configurable ( #1156 )
...
* Make it so that you can pass in the datadir from the command line
* Add example on website
* implement ben's solution
2020-02-24 09:50:40 -06:00
Chris Stewart
9de61f61fd
2020 02 23 scalatest show test duration ( #1159 )
...
* Make scalatest build show test duration
* Use more idiomatic flag passing
2020-02-23 10:22:28 -06:00
Chris Stewart
4ce05887f7
Update dns seeds to reflect what is currently in bitcoin core, some of the old seeds do not exist anymore ( #1157 )
2020-02-22 12:24:59 -06:00
Chris Stewart
c67629fd98
Reduce GCS generator params again to try and stop timing out on CI ( #1144 )
...
* Reduce GCS generator params again to try and stop timing out on CI
* Reduce magic number to 30 as 40 can still fail
* Reduce gain
2020-02-21 11:22:04 -06:00
Scala Steward
0f9804c460
Update scalacheck-1-14 to 3.1.1.1 ( #1145 )
2020-02-21 08:47:35 -06:00
Scala Steward
225d549d6e
Update scalatest to 3.1.1 ( #1142 )
2020-02-21 07:04:05 -06:00
Scala Steward
06fe2f94db
Update scalacheck-1-14 to 3.1.1.0 ( #1143 )
2020-02-21 07:03:38 -06:00
Scala Steward
3ef5ad5f78
Update flyway-core to 6.2.4 ( #1141 )
2020-02-20 09:50:10 -06:00
Chris Stewart
41e1564d29
Bump 'downloadBitcoind' timeout ( #1136 )
2020-02-19 09:48:45 -06:00
Nadav Kohen
d215680e74
Got rid of warning messages! ( #1133 )
...
* Got rid of warning messages!
* Reverted collection conversion changes because scala 2.11 is dumb
2020-02-19 08:02:33 -06:00
Chris Stewart
fa0e0d1470
Add section to contributing.md for when travis ci won't run for new contributors ( #1135 )
2020-02-19 06:51:28 -06:00
Scala Steward
ba7d589ea8
Update flyway-sbt to 6.2.3 ( #1130 )
2020-02-17 13:45:08 -06:00
Chris Stewart
3bf59902ba
Move binaries to be stored inside of the HOME/.bitcoin-s/binaries instead of usrdir/binaries. This makes it so different projects that use bitcoin-s can re-use binaries instead of having to download them for every project ( #1128 )
2020-02-17 12:07:04 -06:00
Chris Stewart
ba2cdedb4b
Address issue 916. In our chain project fixtures we did not make sure that tables were fully created before trying to insert information into tables in futures. This causes race conditions on slow CI machines that are fixed now because we call 'makeChainHandler()' inside of the setupTableF flatMap ( #1129 )
2020-02-17 12:06:33 -06:00
Ben Carman
24fcf8c0c1
Reserved TxoState ( #1111 )
...
* Reserved TxoState
* Allow fund transaction handling to mark utxos as Reserved
* Add test, fix overloading default arg issue
2020-02-13 06:51:50 -06:00
Ben Carman
dad1fb746c
Descriptor fixes and test ( #1116 )
2020-02-13 06:48:15 -06:00
rorp
d4f3e184ef
Use java.time.Instant to represent timestamps in EclairApi ( #1118 )
2020-02-13 06:47:20 -06:00
Ben Carman
5c77d549ac
Scalafmt Fix ( #1117 )
2020-02-12 14:22:55 -06:00
rorp
00feee8501
Support for Eclair 0.3.3 ( #1097 )
2020-02-12 11:30:31 -08:00