mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Redo release notes draft as we rewrote the git history (#3011)
This commit is contained in:
parent
52f609e235
commit
d6f275b359
1 changed files with 323 additions and 169 deletions
|
@ -1,306 +1,460 @@
|
|||
## Docker support
|
||||
|
||||
d315b5028b4 update Base docker image to a ubuntu buster (#2799)
|
||||
|
||||
145682d2e8d Update docs to use the latest docker image names (#2758)
|
||||
|
||||
4dd356fe190 Enable 'dockerUpdateLatest' option to give us the latest tag on publishing artifacts (#2752)
|
||||
|
||||
f7d14f35e48 Rework docker configuration to pass in a custom configuration file (#2718)
|
||||
|
||||
2532de09193 2021 02 19 dockerhub docs (#2693)
|
||||
|
||||
eb005b71812 Add github workflow steps to publish to dockerhub (#2684)
|
||||
|
||||
a20b87788ba 2021 02 15 appserver docker (#2673)
|
||||
|
||||
5de4537f411 Get basic docker image working with oracle server (#2668)
|
||||
|
||||
|
||||
|
||||
//write blurb about how docker is supported now
|
||||
## New modules
|
||||
|
||||
//provide high level definitions of the new modules
|
||||
### CoreJS & CryptoJS
|
||||
|
||||
4ed873194cb Enable scalajsbundler plugin on coreJS (#2853)
|
||||
|
||||
abcf78cf6e4 Enable publishing of scalajs artifacts (#2849)
|
||||
|
||||
478ab16e28c Get all of Core working with JS (#2826)
|
||||
|
||||
441035eeb1e Silence scalajs warnings for org.bitcoins.crypto package (#2822)
|
||||
|
||||
35d2670c3f2 Move hard coded test vectors from resource files into scala files (#2818)
|
||||
|
||||
e16dec91c91 Adaptor signatures for Scala.js (#2794)
|
||||
|
||||
e82213f9474 Schnorr js (#2805)
|
||||
|
||||
f593cf063e5 Remove logging from core (#2810)
|
||||
|
||||
1ab58c5977a SipHash for Scala.js (#2797)
|
||||
|
||||
342510012a2 WIP: Implement bcrypto facades (#2743)
|
||||
|
||||
c43e1db3796 Add new JS projects to list in build.sbt (#2761)
|
||||
|
||||
3143478f4b7 Skip publishing of js projects (#2734)
|
||||
|
||||
89321570d46 Resturcutre cryptoTest & coreTest to work with scalajs build (#2731)
|
||||
|
||||
c8fd4ab5575 2021 02 27 dersignatureutil mv (#2730)
|
||||
|
||||
980f5237ff3 Refactor crypto module to be compatible with Scala.js part 1 (#2719)
|
||||
|
||||
a1bdbda039a CryptoRuntime abstraction (#2658)
|
||||
|
||||
|
||||
### TestkitCore
|
||||
|
||||
f256636565e Remove logging from testkit core (#2813)
|
||||
|
||||
0de536de3bd Add testkit-core module (#2726)
|
||||
|
||||
### Lnd rpc client
|
||||
|
||||
68034600bd2 Fix parsing comments in LndConfig (#2864)
|
||||
|
||||
c0e6a7e5a12 Add sendouputs function to lnd rpc (#2858)
|
||||
|
||||
656e0928bf1 Inital LND rpc with some tests (#2836)
|
||||
|
||||
### AsyncUtil
|
||||
|
||||
0832f2d9ba1 Move tests out of bitcoindRpcTest that belong in async-utils (#2796)
|
||||
|
||||
fb599e0d121 2021 03 09 async utils tests (#2781)
|
||||
|
||||
bb49a1f16d6 2021 02 25 async utils (#2725)
|
||||
|
||||
### Suredbits Oracle Explorer Client
|
||||
|
||||
## App server
|
||||
|
||||
26919243487 Rework oracle explorer client to use new api paths (#2866)
|
||||
84661bd122a Refactor BitcoinSRunner to use StartStop[Async] (#2986)
|
||||
|
||||
07dde5f0a73 Add helper functions for hashing annoucements for SbExplorerClient (#2861)
|
||||
bf831ae32ec Fix lockunspent RPC (#2984)
|
||||
|
||||
ad738a5a283 Implement Oracle Explorer Client (#2838)
|
||||
6fbaf9f9ceb Add estimate fee cli command (#2983)
|
||||
|
||||
136d6f50f9c 2021 04 19 Zip Bitcoin-s datadir (#2927)
|
||||
|
||||
105942efa29 Use filters for bitcoind backend syncing if available (#2926)
|
||||
|
||||
0aa32916ab5 Implement workaround for spendinginfodb by rescanning to find missing spendingTxId (#2918)
|
||||
|
||||
4e1ace27069 2021 04 18 Use akka streams in BitcoindRpcBackendUtil.syncWalletToBitcoind (#2916)
|
||||
|
||||
b1be3347c99 Fix ZMQ Config with bitcoind backend (#2897)
|
||||
|
||||
## Async Util
|
||||
|
||||
65cb0d16155 Move tests out of bitcoindRpcTest that belong in async-utils (#2796)
|
||||
|
||||
e06c9e44cc2 2021 03 09 async utils tests (#2781)
|
||||
|
||||
7a068ac036b 2021 02 25 async utils (#2725)
|
||||
|
||||
## Crypto
|
||||
|
||||
7fd9aca3047 Add Schnorr and Adaptor Secp Bindings and Update Adaptor (#2885)
|
||||
|
||||
c2409b46c4d Silence scalajs warnings for org.bitcoins.crypto package (#2822)
|
||||
|
||||
e6899b20b1f Made ECPrivateKey signing synchronous and got src compiling (#2652)
|
||||
|
||||
85f6ee889c1 Adaptor signatures for Scala.js (#2794)
|
||||
|
||||
911fca5825d Schnorr js (#2805)
|
||||
|
||||
78448b277c9 Revert "Schnorr sigs for Scala.js (#2784)" (#2802)
|
||||
|
||||
8e7bde0ed93 Schnorr sigs for Scala.js (#2784)
|
||||
|
||||
7e23eecb201 SipHash for Scala.js (#2797)
|
||||
|
||||
5a2f95c38e1 WIP: Implement bcrypto facades (#2743)
|
||||
|
||||
e59057483f0 Resturcutre cryptoTest & coreTest to work with scalajs build (#2731)
|
||||
|
||||
5ba7b553b04 2021 02 27 dersignatureutil mv (#2730)
|
||||
|
||||
c90f318fd77 Refactor crypto module to be compatible with Scala.js part 1 (#2719)
|
||||
|
||||
b1fc575ff54 CryptoRuntime abstraction (#2658)
|
||||
|
||||
## Core
|
||||
|
||||
32a6db930bd Made ECPrivateKey signing synchronous and got src compiling (#2652)
|
||||
279b93f9e0d Rework P2SHScriptSignature.isStandardNonP2SH() (#2963)
|
||||
|
||||
d8f1b1e03c3 Attempt to find type name when parsing incorrect tlv type (#2820)
|
||||
a3954dbcaec 2021 04 17 spendinfodb invariant (#2912)
|
||||
|
||||
147a6537fd8 Implement bech32m (#2572)
|
||||
8b8d5dcc0ec Fix conversion from sats/vb to sats/kw (#2895)
|
||||
|
||||
fcb5dbeaa9f Add Broadcast TxoState (#2735)
|
||||
85fb931cbac Implement BIP32Path.fromHardenedString(). (#2886)
|
||||
|
||||
207856b0c42 Completely remove range event descriptors (#2764)
|
||||
68a82deac33 Initial DLC Templates (#2847)
|
||||
|
||||
0d7edb7a681 2021 02 21 cheap redeemscript check (#2707)
|
||||
fa80f36d2fb Get all of Core working with JS (#2826)
|
||||
|
||||
7d4314e28d7 2021 02 20 number byte representation (#2703)
|
||||
8cd481650dd Fix potential unordered nonces in announcement (#2831)
|
||||
|
||||
6132d20e3a0 Decrease false positive rate to avoid spurious CI failures (#2698)
|
||||
7aa3ccd9742 Attempt to find type name when parsing incorrect tlv type (#2820)
|
||||
|
||||
f6b48e1824e Fix normalized string comparison (#2695)
|
||||
50d4e1f9698 Move hard coded test vectors from resource files into scala files (#2818)
|
||||
|
||||
942e31d60e4 Optimized sigPoint computation to use non-custom secp functions (#2665)
|
||||
07514e2348f Remove logging from core (#2810)
|
||||
|
||||
8f24377c79d Compute `sigPoint`s eagerly but asynchronously (#2642)
|
||||
b0f7d6f26b7 Implement bech32m (#2572)
|
||||
|
||||
7f5e9b4cc98 Use specific functions for Oracle Signing version (#2659)
|
||||
12bff309c2f Add Broadcast TxoState (#2735)
|
||||
|
||||
95163d51146 Refactor HDCoinType to be ADT (#2657)
|
||||
8b6c0652a23 Completely remove range event descriptors (#2764)
|
||||
|
||||
9fdf4bca493 Create ScriptFactory.isValidAsm() to standardize how check validity o… (#2629)
|
||||
f322a74ab09 2021 02 21 cheap redeemscript check (#2707)
|
||||
|
||||
58a46fdfdaa Add number cache trait, use it in all number types (u8,u32,etc) and S… (#2627)
|
||||
63e44974f77 2021 02 20 number byte representation (#2703)
|
||||
|
||||
de30c61f546 Do cheap checks in predicates first before more expensive ones (#2628)
|
||||
a0476e979a2 Decrease false positive rate to avoid spurious CI failures (#2698)
|
||||
|
||||
26e481a6e48 Re-wrote CETCalculator.splitIntoRanges (#2621)
|
||||
b30fdf88ca1 Fix normalized string comparison (#2695)
|
||||
|
||||
74a30fe9b89 Optimized sigPoint computation to use non-custom secp functions (#2665)
|
||||
|
||||
bcd2df60518 Compute `sigPoint`s eagerly but asynchronously (#2642)
|
||||
|
||||
e68ffb49da7 Use specific functions for Oracle Signing version (#2659)
|
||||
|
||||
d1cc5e0ade5 Refactor HDCoinType to be ADT (#2657)
|
||||
|
||||
097fa24e586 Create ScriptFactory.isValidAsm() to standardize how check validity o… (#2629)
|
||||
|
||||
ea75d62571e Add number cache trait, use it in all number types (u8,u32,etc) and S… (#2627)
|
||||
|
||||
bbd1dbc15d2 Do cheap checks in predicates first before more expensive ones (#2628)
|
||||
|
||||
0d38721b3d6 Added utilities to created linear approximations of Long => Long functions (#2537)
|
||||
|
||||
f815eb7f77b Added utilities to created linear approximations of Long => Long functions (#2537)
|
||||
|
||||
## Chain
|
||||
|
||||
89185338e04 Refactoring `chain` (#2662)
|
||||
a27d4acd9f1 Get FilterSync test working with cached bitcoind in chainTest project (#2952)
|
||||
|
||||
## Wallet
|
||||
85087b0f70d Refactoring `chain` (#2662)
|
||||
|
||||
8ce22583a55 Wallet Rebroadcast Transactions thread (#2711)
|
||||
## Db commons
|
||||
|
||||
7a88f585340 Reduce fee rate for spending coinbase utxos (#2815)
|
||||
db45ef9ca20 Name each database connection pool uniquely (#2973)
|
||||
|
||||
b90a8250427 Move blockhash to tx table from spending info table (#2744)
|
||||
4f1f53e7ada Bump hikari logging interval to 10 minutes (#2888)
|
||||
|
||||
98da2516b22 Begin re-introducing parallelism in the wallet to make everything faster (#2705)
|
||||
|
||||
cd1e2e1b5d3 Reduce usage of .findAll() (doesn't scale for large dbs). Now pass in… (#2706)
|
||||
|
||||
97f5c1d14f3 Allow implicit execution context to be passed in to RescanHandling.findMatches() & RescanHandling.fetchFiltersInRange() (#2704)
|
||||
|
||||
7357da38115 Bump the timeout for address queue exception test to make sure we get correct exception (#2697)
|
||||
## Fee Provider
|
||||
|
||||
c7b717fa910 Allow HttpFeeRateProvider to have a specified return type (#2970)
|
||||
|
||||
## Node
|
||||
|
||||
e3017fd17d7 Peer Message Receiver Refactor (#2938)
|
||||
|
||||
16538980e35 Fix missing super.stop() to shutdown DbAppConfig db connection pool (#2943)
|
||||
|
||||
7764828b3a7 Bump timeout on bind to avoid spurious ci failures hopefully (#2791)
|
||||
|
||||
## Wallet
|
||||
|
||||
27afb662206 2021 04 23 issue Move rebroadcast scheduling into WalletAppConfig (#2957)
|
||||
|
||||
cbfbdd17bab Call .hex on all txIds and blockhashes in logs for TxProcessing (#2939)
|
||||
|
||||
c95c0f97069 Move wallet scheduler into WalletAppConfig (#2933)
|
||||
|
||||
13fc3c2b4e7 2021 04 18 Reset txo state when overwriting spendingTxId (#2919)
|
||||
|
||||
38fdbb33c4f Add test for tx that doesn't originate from wallet (#2932)
|
||||
|
||||
238c083aade 2021 04 18 wallet received txo state (#2914)
|
||||
|
||||
d0629486aba Wallet Rebroadcast Transactions thread (#2711)
|
||||
|
||||
c3c96a61c32 Reduce fee rate for spending coinbase utxos (#2815)
|
||||
|
||||
9494eec1b8e Move blockhash to tx table from spending info table (#2744)
|
||||
|
||||
bf4afd63d1a Begin re-introducing parallelism in the wallet to make everything faster (#2705)
|
||||
|
||||
1a2ddf6a0d6 Reduce usage of .findAll() (doesn't scale for large dbs). Now pass in… (#2706)
|
||||
|
||||
b63333327fb Allow implicit execution context to be passed in to RescanHandling.findMatches() & RescanHandling.fetchFiltersInRange() (#2704)
|
||||
|
||||
a5252b20baa Bump the timeout for address queue exception test to make sure we get correct exception (#2697)
|
||||
|
||||
|
||||
## Testkit core
|
||||
|
||||
c6c4e83e9eb Remove logging from testkit core (#2813)
|
||||
|
||||
1959495cec2 Add testkit-core module (#2726)
|
||||
|
||||
## Testkit
|
||||
|
||||
eaac9c154c2 Implement caching of bitcoind in the walletTest,nodeTest, and partially bitcoindRpcTest project (#2792)
|
||||
a2911f31edf Fix race condition with BitcoindChainHandlerViaZmqTest (#2990)
|
||||
|
||||
40e1ab0c01e Add guard for the case when listFiles returns null (#2696)
|
||||
38baea5e245 refactor BitcoindRpcTestUtil test methods to take ZmqConfig rather than zmqPort (#3002)
|
||||
|
||||
f792fb34801 Fix database pool name for postgres database connection pools (#2997)
|
||||
|
||||
77cd94ac41a 2021 04 27 wallet fixtures config (#2980)
|
||||
|
||||
85fed08c581 Reduce pg connections from 300 -> 50 in test cases (#2974)
|
||||
|
||||
73939a15fc0 Call WalletAppConfig.stop() when destroying wallet in test fixtures (#2975)
|
||||
|
||||
3483a461f1b Don't wrap pg.close() in a Try and then do nothing with it, propogate the exception (#2972)
|
||||
|
||||
de5f7fc7f9d Reduce number of threads in postgres connection pool for tests (#2931)
|
||||
|
||||
19319494cd7 2021 04 19 Cleanup after ourselves in postgres tests (#2921)
|
||||
|
||||
2287c6ced99 Implement caching of bitcoind in the walletTest,nodeTest, and partially bitcoindRpcTest project (#2792)
|
||||
|
||||
392eb316f66 Add guard for the case when listFiles returns null (#2696)
|
||||
|
||||
## DLC oracle
|
||||
|
||||
2d3b3b64b8a Fix potential unordered nonces in announcement (#2831)
|
||||
2a6da6a4eae Fix DLCOracle to be Network Agnostic (#2749)
|
||||
|
||||
4a7bd73f4cf Fix DLCOracle to be Network Agnostic (#2749)
|
||||
a0180884c51 Make sure DLCOracleAppConfig creates the oracle directory (#2720)
|
||||
|
||||
0bfc034ae13 Make sure DLCOracleAppConfig creates the oracle directory (#2720)
|
||||
d94a4ed87ec 2021 02 15 appserver docker (#2673)
|
||||
|
||||
9d210b7e1f4 Change oracle db to have its own directory (#2667)
|
||||
93ec7ed4cbc Change oracle db to have its own directory (#2667)
|
||||
|
||||
a78de18815b Fix docs to use correct oracle server port (#2666)
|
||||
|
||||
931a528723a Give oracle server its own port (#2653)
|
||||
|
||||
## Oracle Server
|
||||
|
||||
176cbc9e3ee Add ability to delete Oracle signatures (#2851)
|
||||
ac495647d9e Add website url to ExplorerEnv (#2868)
|
||||
|
||||
989443bb5f9 Add signed outcome to `getevent` rpc, fix other small api bugs (#2757)
|
||||
3dbeac276ee Add ability to delete Oracle signatures (#2851)
|
||||
|
||||
99b9c188ad5 Correct log location and logs for oracle server (#2722)
|
||||
4bf4f0a0276 Add signed outcome to `getevent` rpc, fix other small api bugs (#2757)
|
||||
|
||||
b20776cb241 Simplify oracle server RPC api (#2656)
|
||||
7aa68998f1e Correct log location and logs for oracle server (#2722)
|
||||
|
||||
6280b2a7ffa Fix docs to use correct oracle server port (#2666)
|
||||
86566c575d2 Simplify oracle server RPC api (#2656)
|
||||
|
||||
291efe0e4c2 Give oracle server its own port (#2653)
|
||||
## Oracle Explorer Client
|
||||
|
||||
eab5e51f34f Fix ExplorerEnv from string (#2968)
|
||||
|
||||
7b600bb5baf Add get oracle name to explorer client (#2969)
|
||||
|
||||
3916a0b58e5 2021 04 07 issue 2875 (#2879)
|
||||
|
||||
7968b234b77 Rework oracle explorer client to use new api paths (#2866)
|
||||
|
||||
a4454e83a18 Add helper functions for hashing annoucements for SbExplorerClient (#2861)
|
||||
|
||||
49b6d39ab46 Implement Oracle Explorer Client (#2838)
|
||||
|
||||
## Bitcoind rpc
|
||||
|
||||
02ab4026b8f Have BitcoindV21RpcClientTest wait for indexes to sync (#2855)
|
||||
e064cd77eaf Fix missing teardown code for MultiWalletRpcTest (#2946)
|
||||
|
||||
96f658317ed Create NativeProcessFactory, extend it in both Client.scala & EclairRpcClient.scala (#2800)
|
||||
d726c498d07 Have BitcoindV21RpcClientTest wait for indexes to sync (#2855)
|
||||
|
||||
e0421f657b5 Refactor starting second bitcoind in MempoolRpcTest, remove Thread.sleep (#2776)
|
||||
bfe7b3fb6f4 Create NativeProcessFactory, extend it in both Client.scala & EclairRpcClient.scala (#2800)
|
||||
|
||||
ab78b6fa3b3 Wrap entire Client.getPayload() into try catch to avoid exceptions leaking (#2767)
|
||||
5b4aac5178b Refactor starting second bitcoind in MempoolRpcTest, remove Thread.sleep (#2776)
|
||||
|
||||
4c65782c62c Cache httpClient in bitcoind, rename Test.akkaHttp -> Test.akkaHttpTestkit (#2702)
|
||||
355fc6eefc8 Wrap entire Client.getPayload() into try catch to avoid exceptions leaking (#2767)
|
||||
|
||||
be18b1baf27 Cache httpClient in bitcoind, rename Test.akkaHttp -> Test.akkaHttpTestkit (#2702)
|
||||
|
||||
## Eclair rpc
|
||||
|
||||
## Lnd Rpc
|
||||
|
||||
b874c1c54db Add Lnd macaroon to GRPC client settings (#2996)
|
||||
|
||||
07e0b19ec63 Add GetTransactions funciton to lnd (#2959)
|
||||
|
||||
be14de459ed Fix lnd build warning (#2899)
|
||||
|
||||
5310efc5aa0 Fix parsing comments in LndConfig (#2864)
|
||||
|
||||
825024fa1a0 Add sendouputs function to lnd rpc (#2858)
|
||||
|
||||
4055de7690f Inital LND rpc with some tests (#2836)
|
||||
|
||||
## Scripts
|
||||
|
||||
9ecea9f7103 2021 04 24 bitcoin s scripts (#2961)
|
||||
|
||||
## Documentation / Website
|
||||
|
||||
2745fdf8db9 Rework the website scaladoc aggregation and website (#2846)
|
||||
acac751c5b1 Updated links in adaptor signature doc (#2950)
|
||||
|
||||
e9cac3d8b19 Add docs for getblockheader (#2811)
|
||||
b80b039457e Lnd rpc docs (#2896)
|
||||
|
||||
827553ac9dd Make website publish work with teh latest stable version (#2766)
|
||||
5abf399e40a Use markdowns detail tags to collapse optional sections, remove the secp256k1 section on getting-setup.md (#2890)
|
||||
|
||||
7bf00a1a200 Make it clear on the getting-setup.md page that this is only for development, you can find binaries in getting-started.md (#2759)
|
||||
bb379ecfcf4 Add docs for using CachedBitcoind (#2880)
|
||||
|
||||
af8343dd567 2021 02 10 Website fixes (#2643)
|
||||
17e088d8f0c 2021 04 07 first 0.6 release notes (#2872)
|
||||
|
||||
b079073094c Fix/typos (#2633)
|
||||
89c2e6c9a90 Add testkit-core.md (#2881)
|
||||
|
||||
5d1dace60d5 Update README to have correct latest version (#2631)
|
||||
c3e952a18b5 Add docs for getblockheader (#2811)
|
||||
|
||||
9b954c9c03d Make website publish work with teh latest stable version (#2766)
|
||||
|
||||
d03bb2d22d8 Make it clear on the getting-setup.md page that this is only for development, you can find binaries in getting-started.md (#2759)
|
||||
|
||||
e61e0cdb5b0 Update docs to use the latest docker image names (#2758)
|
||||
|
||||
b7030bb66ae 2021 02 19 dockerhub docs (#2693)
|
||||
|
||||
f4d0f369ec4 2021 02 10 Website fixes (#2643)
|
||||
|
||||
f8694eb097d Fix/typos (#2633)
|
||||
|
||||
593b1e2ce15 Update README to have correct latest version (#2631)
|
||||
|
||||
## Build
|
||||
|
||||
7dcef9b5696 Fix build warnings that came with sbt 1.5.0 (#2857)
|
||||
93822c71ec2 Make sure call ci matrixs run on java11 (#2985)
|
||||
|
||||
0437dcb04d4 Update gitignore file with recommendations from unidoc (#2845)
|
||||
991ce382085 Use release flag rather than target flag as that is what is intended (#2976)
|
||||
|
||||
3f938bf8c31 Bump timeout on bind to avoid spurious ci failures hopefully (#2791)
|
||||
4c859f1ad16 Add timeouts to our CI workflows (#2908)
|
||||
|
||||
b0f098ffde6 Turn off parallelExecution and remove extra AsyncUtil test class (#2790)
|
||||
c738f23e58b Fix build warnings that came with sbt 1.5.0 (#2857)
|
||||
|
||||
eef52bb512b Update all deps that failed because of bad build (#2774)
|
||||
eb9b2de38b7 Enable scalajsbundler plugin on coreJS (#2853)
|
||||
|
||||
b6b234d0a24 Add fetch depth zero to everything to fix bug introduced in #2766 (#2773)
|
||||
2554665e89e Enable publishing of scalajs artifacts (#2849)
|
||||
|
||||
9b252337db0 2021 03 04 fix publish pt2 (#2763)
|
||||
60c1ad19196 Rework the website scaladoc aggregation and website (#2846)
|
||||
|
||||
4a847c03d6d Fix unidoc issue with scala-js modules, this now ignores them from un… (#2742)
|
||||
a275668734c Update gitignore file with recommendations from unidoc (#2845)
|
||||
|
||||
c6bf0bb1a31 Workaround for issue 2708 (#2709)
|
||||
00df875ec29 update Base docker image to a ubuntu buster (#2799)
|
||||
|
||||
67303b14107 Set fetch-depth to 100 so we don't take forever to clone repo on ci (#2694)
|
||||
49544fc7f3a Turn off parallelExecution and remove extra AsyncUtil test class (#2790)
|
||||
|
||||
aa632efb652 Make sure dynver versions use '-' instead of '+' (#2681)
|
||||
7245eb0ec94 Update all deps that failed because of bad build (#2774)
|
||||
|
||||
581b3e8ac51 Add --depth 100 restriction when cloning bitcoin-s repo to speed up clone time (#2674)
|
||||
aed21f02c7d Add fetch depth zero to everything to fix bug introduced in #2766 (#2773)
|
||||
|
||||
8a4739d5093 2021 03 04 fix publish pt2 (#2763)
|
||||
|
||||
6b4812848b8 Add new JS projects to list in build.sbt (#2761)
|
||||
|
||||
99c5d6e29bc Enable 'dockerUpdateLatest' option to give us the latest tag on publishing artifacts (#2752)
|
||||
|
||||
63e1320f527 Fix unidoc issue with scala-js modules, this now ignores them from un… (#2742)
|
||||
|
||||
2d25fe41abc Skip publishing of js projects (#2734)
|
||||
|
||||
94934e113dc Rework docker configuration to pass in a custom configuration file (#2718)
|
||||
|
||||
203b45c1409 Workaround for issue 2708 (#2709)
|
||||
|
||||
477597ea72f Set fetch-depth to 100 so we don't take forever to clone repo on ci (#2694)
|
||||
|
||||
56a14325e1c Get basic docker image working with oracle server (#2668)
|
||||
|
||||
2f85b67c3ff Add github workflow steps to publish to dockerhub (#2684)
|
||||
|
||||
d27f24e1908 Make sure dynver versions use '-' instead of '+' (#2681)
|
||||
|
||||
89745c201a8 Add --depth 100 restriction when cloning bitcoin-s repo to speed up clone time (#2674)
|
||||
|
||||
|
||||
### Other
|
||||
|
||||
ffabfbd6ba8 Update scala-java-time to 2.2.1 (#2862)
|
||||
|
||||
be396443f79 Update sbt to 1.5.0 (#2854)
|
||||
e7d34a9ba93 Update metrics-core to 4.1.21 (#3003)
|
||||
|
||||
c7ddca7ca36 Update javafx-base, javafx-controls, ... to 17-ea+6 (#2852)
|
||||
56d177bb67a Update javafx-base, javafx-controls, ... to 17-ea+8 (#2978)
|
||||
|
||||
43a65ecabb2 Update sourcecode to 0.2.5 (#2848)
|
||||
0f8903e67e1 Upgrade to scalac 2.12.13 (#2509)
|
||||
|
||||
32ef1c30d72 Update scalatest to 3.2.7 (#2843)
|
||||
e6d78c7c085 Update sbt-scoverage to 1.7.0 (#2982)
|
||||
|
||||
d07c04f050d Update sbt-scalajs, scalajs-compiler, ... to 1.5.1 (#2837)
|
||||
0bf6df77a59 Update scalatest + scodec deps (#2937)
|
||||
|
||||
beff619d71d Update scala-collection-compat to 2.4.3 (#2834)
|
||||
7a73dc5cbb2 Update sourcecode to 0.2.6 (#2928)
|
||||
|
||||
cbf60ea7d3b Update sbt-mdoc to 2.2.19 (#2833)
|
||||
0cad0edaaf5 Update metrics-core to 4.1.20 (#2958)
|
||||
|
||||
1df87499417 Update scodec-bits to 1.1.25 (#2835)
|
||||
23d77b2f43b Update sbt to 1.5.1 (#2971)
|
||||
|
||||
cec5feb49e8 Update akka to v10.2.4 (#2832)
|
||||
a194adba988 Update scalafx to 16.0.0-R22 (#2942)
|
||||
|
||||
5ed33fa5155 Update javafx-base, javafx-controls, ... to 17-ea+5 (#2829)
|
||||
00efd8bccc3 Update scala-java-time to 2.2.2 (#2941)
|
||||
|
||||
0aa153f38e4 Update sbt-ci-release to 1.5.7 (#2819)
|
||||
27752062d44 Update postgresql to 42.2.20 (#2945)
|
||||
|
||||
bcba673fd5a Update sbt-native-packager to 1.8.1 (#2798)
|
||||
27992ed37da Update sbt-mdoc to 2.2.20 (#2930)
|
||||
|
||||
b8140053b91 Update javafx-base, javafx-controls, ... to 17-ea+3 (#2804)
|
||||
0d546f3b65b Update javafx-base, javafx-controls, ... to 17-ea+7 (#2911)
|
||||
|
||||
4e21c0dafc2 Update sbt-ci-release to 1.5.6 (#2789)
|
||||
b5b98492aae Update breeze-viz to 1.2 (#2907)
|
||||
|
||||
6094848d814 Update javafx-base, javafx-controls, ... to 17-ea+2 (#2728)
|
||||
b6337b834db Bump website dependencies by running yarn update (#2884)
|
||||
|
||||
4fd8820230a Update akka-http, akka-http-testkit to 10.1.14 (#2723)
|
||||
ce36112da22 Update akka-actor, akka-discovery, ... to 2.6.14 (#2878)
|
||||
|
||||
1f63d246295 Update metrics-core to 4.1.18 (#2716)
|
||||
112067c905e Update metrics-core to 4.1.19 (#2877)
|
||||
|
||||
8dd6df78c4b Upgrade scalac to 2.13.5 (#2713)
|
||||
969dee78f6a Update javafx-base, javafx-controls, ... to 17-ea+6 (#2852)
|
||||
|
||||
9092338493c Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.13 (#2714)
|
||||
a2628cacd13 Update scala-java-time to 2.2.1 (#2862)
|
||||
|
||||
74d0a8564ce Update scalatest to 3.2.5 (#2687)
|
||||
89e84fff676 Update sbt to 1.5.0 (#2854)
|
||||
|
||||
bc1189ac3e7 Update sbt-bloop to 1.4.8 (#2683)
|
||||
4d2532538bb Update sourcecode to 0.2.5 (#2848)
|
||||
|
||||
aa8ee9df481 Update postgresql to 42.2.19 (#2686)
|
||||
832d9308b5c Update scalatest to 3.2.7 (#2843)
|
||||
|
||||
94812a761cf Update scalatest to 3.2.4 (#2677)
|
||||
6e574931c6f Update sbt-scalajs, scalajs-compiler, ... to 1.5.1 (#2837)
|
||||
|
||||
3ed9014da6b Update sbt-mdoc to 2.2.18 (#2676)
|
||||
703f9585efc Update scala-collection-compat to 2.4.3 (#2834)
|
||||
|
||||
97ad5e255a2 Update scala-collection-compat to 2.4.2 (#2670)
|
||||
a9ccf233661 Update sbt-mdoc to 2.2.19 (#2833)
|
||||
|
||||
8fd98f885fe Update scodec-bits to 1.1.24 (#2671)
|
||||
c2e054d906b Update scodec-bits to 1.1.25 (#2835)
|
||||
|
||||
42a72b7e323 Update scalacheck to 1.15.3 (#2669)
|
||||
85ff255df3d Update akka to v10.2.4 (#2832)
|
||||
|
||||
56867900565 Update sbt-bloop to 1.4.7 (#2661)
|
||||
2cc2da97616 Update javafx-base, javafx-controls, ... to 17-ea+5 (#2829)
|
||||
|
||||
bcade41326c Update javafx-base, javafx-controls, ... to 16-ea+7 (#2654)
|
||||
c5a3b5ac3ff Update sbt-ci-release to 1.5.7 (#2819)
|
||||
|
||||
cf90ce3184d Update janino to 3.1.3 (#2559)
|
||||
1daba85ddf0 Update javafx-base, javafx-controls, ... to 17-ea+3 (#2804)
|
||||
|
||||
f0d21ebb815 Update sbt-mdoc to 2.2.17 (#2632)
|
||||
fba880e5a92 Update sbt-native-packager to 1.8.1 (#2798)
|
||||
|
||||
77ee3f7e8da Update sbt-ci-release to 1.5.6 (#2789)
|
||||
|
||||
ecae07c8e1d Update javafx-base, javafx-controls, ... to 17-ea+2 (#2728)
|
||||
|
||||
06654f4e050 Update akka-http, akka-http-testkit to 10.1.14 (#2723)
|
||||
|
||||
54dc8243910 Update metrics-core to 4.1.18 (#2716)
|
||||
|
||||
eb24b183635 Upgrade scalac to 2.13.5 (#2713)
|
||||
|
||||
07488dd3f38 Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.13 (#2714)
|
||||
|
||||
fca9e4b7d06 Update scalatest to 3.2.5 (#2687)
|
||||
|
||||
fe70391d0be Update sbt-bloop to 1.4.8 (#2683)
|
||||
|
||||
fb2e5d52e37 Update postgresql to 42.2.19 (#2686)
|
||||
|
||||
a19f35e6035 Update scalatest to 3.2.4 (#2677)
|
||||
|
||||
42f35232105 Update sbt-mdoc to 2.2.18 (#2676)
|
||||
|
||||
e4b0f1ff428 Update scala-collection-compat to 2.4.2 (#2670)
|
||||
|
||||
775aa67975c Update scodec-bits to 1.1.24 (#2671)
|
||||
|
||||
d929af4f9ac Update scalacheck to 1.15.3 (#2669)
|
||||
|
||||
0d5863b2f50 Update sbt-bloop to 1.4.7 (#2661)
|
||||
|
||||
a5d592ac404 Update javafx-base, javafx-controls, ... to 16-ea+7 (#2654)
|
||||
|
||||
19b47b8eb93 Update janino to 3.1.3 (#2559)
|
||||
|
||||
0c9bba8267c Update sbt-mdoc to 2.2.17 (#2632)
|
||||
|
|
Loading…
Add table
Reference in a new issue