Commit Graph

  • ab6991d5d9 Deploy website gh-pages Docusaurus bot 2024-11-18 16:04:53 +0000
  • 67bb3ceabd
    2024 10 31 taproot signing (#5767) master Chris Stewart 2024-11-18 09:43:29 -0600
  • cca549af12 Deploy website Docusaurus bot 2024-11-18 15:36:49 +0000
  • fe81048000 Empty commit to run CI Chris Stewart 2024-11-18 09:03:02 -0600
  • d44b151482 core: Rebase, remove isDummySignature Chris Stewart 2024-11-18 08:58:45 -0600
  • da603778e3 core: Implement TaprootKeyPath signing Chris Stewart 2024-10-31 10:03:27 -0500
  • 80be2f5989
    2024 11 15 partialsig typeparam (#5770) Chris Stewart 2024-11-18 09:15:33 -0600
  • 93bfe117d2 Remove isDummySignature Chris Stewart 2024-11-17 08:08:36 -0600
  • d210854f50 Add DigitalSignature type param to PartialSignature Chris Stewart 2024-11-15 14:27:07 -0600
  • d8dd6891e7 Deploy website Docusaurus bot 2024-11-17 14:06:35 +0000
  • bb0e40f05b
    2024 11 16 rm isdummysig (#5771) Chris Stewart 2024-11-17 07:45:24 -0600
  • f0e98c6e85 Fix docs Chris Stewart 2024-11-16 22:16:20 -0600
  • 7eaede3c99 Fix InputInfoTest maxWitnessLengths checks to be >= Chris Stewart 2024-11-16 22:08:42 -0600
  • ed4ff3236e Regenerated dlc_test.json and dlc_tx_test.json to add hash type to dummy ecdsa signatures in static test vectors Chris Stewart 2024-11-16 21:35:18 -0600
  • f61a8c8bf8 Regenerated dlc_test.json and dlc_tx_test.json to add hash type to dummy ecdsa signatures in static test vectors Chris Stewart 2024-11-16 19:10:04 -0600
  • 73d2c7c5b9 Add ECDigitalSignature.LOW_R_SIZE, use it in ECDigitalSignature.dummyLowR Chris Stewart 2024-11-16 18:13:38 -0600
  • 40d468ae9d
    Merge 05f0fae9c7 into fc4802d4b0 Chris Stewart 2024-11-16 22:42:33 +0000
  • 05f0fae9c7 fix compile Chris Stewart 2024-10-31 09:34:49 -0500
  • c8dbef1986 Turn off -Xfatal-warnings Chris Stewart 2024-10-24 13:21:52 -0500
  • 00ab499f41 Fix compile Chris Stewart 2024-10-24 08:53:22 -0500
  • 07c8a94c31 Upgrade to scala3 3.5.1, remove cross compile with 2.13.x for now Chris Stewart 2024-10-16 11:28:46 -0500
  • 5c7463ea89 Get {appCommonsTest,bitcoindRpcTest,chainTest,walletTest} compiling Chris Stewart 2024-10-15 15:38:45 -0500
  • 24ace09712 Use -rewrite for all of src Chris Stewart 2024-10-15 14:47:30 -0500
  • acd59a2d0f Get testkit/compile working Chris Stewart 2024-10-15 14:35:17 -0500
  • 78f7c9e067 WIP: Get testkit compiling Chris Stewart 2024-10-15 11:25:25 -0500
  • 0b1982b9fa Use -rewrite on {wallet,node,dlc-wallet,dlc-oracle} Chris Stewart 2024-10-15 10:34:20 -0500
  • 457ec66229 Get dlcWallet/compile working Chris Stewart 2024-10-15 10:30:10 -0500
  • a984a197f4 Get wallet/compile working Chris Stewart 2024-10-15 10:23:54 -0500
  • 29919f71e8 Get {dlcOracle,oracleServer,node}/compile working Chris Stewart 2024-10-09 16:44:01 -0500
  • 99c20e3ad2 Resolve TxDAO compile Chris Stewart 2024-09-18 09:38:28 -0500
  • 10d97886d1 Bump to scala3 3.5.0 Chris Stewart 2024-08-23 11:51:45 -0500
  • a64746b7ed Update to scalac 3.4.2 Chris Stewart 2024-05-29 15:55:11 -0500
  • 18e832f6e8 Get wallet crossbuild working upto TransactionDAO Chris Stewart 2024-05-12 08:06:18 -0500
  • 8487ac9283 Get db-commons/ compiling Chris Stewart 2024-05-11 14:21:42 -0500
  • b8b568218f Get scala3 crossbuild working upto db-commons/ Chris Stewart 2024-05-11 12:33:03 -0500
  • c10c537f16 WIP: Remove isDummySignature Chris Stewart 2024-11-16 16:39:17 -0600
  • f95e21e718
    Merge 7e0ec3b5ef into fc4802d4b0 benthecarman 2024-11-16 15:45:10 -0600
  • 2a8c0be50c
    Merge bff347e35b into fc4802d4b0 Chris Stewart 2024-11-16 15:45:10 -0600
  • 159ca33d8a
    Merge 06a2c6c51b into fc4802d4b0 Scala Steward 2024-11-16 15:45:10 -0600
  • 700e1dca4e
    Merge ca9d6c2122 into fc4802d4b0 Nadav Kohen 2024-11-16 15:45:09 -0600
  • 0051631f57
    Merge a41242db9a into fc4802d4b0 Scala Steward 2024-11-14 13:51:33 -0600
  • 7287b11ede Deploy website Docusaurus bot 2024-11-14 17:37:46 +0000
  • fc4802d4b0
    core: Implement BIP86 (#5768) Chris Stewart 2024-11-14 11:16:25 -0600
  • bf9bc8270f Fix WalletUnitTest Chris Stewart 2024-11-14 10:03:40 -0600
  • 88216b3ae6 Fix HDUtil.getXprivVersion() Chris Stewart 2024-11-14 09:56:41 -0600
  • eab9e2b629 core: Implement BIP86 Chris Stewart 2024-11-14 09:24:22 -0600
  • c5191a988f Deploy website Docusaurus bot 2024-11-13 17:03:52 +0000
  • cccaa582bd
    Add Sign.{schnorrSign(),schnorrSignWithNonce()} to Sign interface (#5754) Chris Stewart 2024-11-13 10:42:45 -0600
  • 6e9028ab77 Deploy website Docusaurus bot 2024-11-13 16:24:57 +0000
  • a10cfabdc7 Add schnorrSignWithHashType() Chris Stewart 2024-11-09 16:13:38 -0600
  • f6eedd381a Add Sign.{schnorrSign(),schnorrSignWithNonce} to Sign interface Chris Stewart 2024-11-02 13:17:49 -0500
  • c5d57de618
    core: Fix divergence in behavior between TransactionSignatureSerializer.hashForSignature() methods (#5765) Chris Stewart 2024-11-13 10:03:40 -0600
  • a41242db9a
    Update pekko-grpc-runtime, ... to 1.1.1 Scala Steward 2024-11-13 14:51:27 +0000
  • 143159d1ef core: Fix divergence in behavior between TransactionSignatureSerializer.hashForSignature() methods Chris Stewart 2024-11-13 08:32:01 -0600
  • 1e2e92d095 Deploy website Docusaurus bot 2024-11-09 19:14:54 +0000
  • 17f965fd45
    2024 11 09 schnorrsig hashtype (#5764) Chris Stewart 2024-11-09 12:52:45 -0600
  • 1787df0ff9 Remove TaprootKeyPath.hashTypeOpt param Chris Stewart 2024-11-09 11:35:06 -0600
  • ccc21f4c54 Deploy website Docusaurus bot 2024-11-09 15:58:14 +0000
  • 13eb6fab55 Add SchnorrDigitalSignature.hashTypeOpt, add DigitalSignature.{hashTypeOpt,appendHashType} Chris Stewart 2024-11-09 09:42:56 -0600
  • 35fdb07e2d
    Update sbt-buildinfo to 0.13.1 (#5763) Scala Steward 2024-11-09 16:36:40 +0100
  • d60e727175 Deploy website Docusaurus bot 2024-11-09 15:36:04 +0000
  • 340edc85b0
    Update sbt-bloop to 2.0.5 (#5762) Scala Steward 2024-11-09 16:16:19 +0100
  • d255914765
    refactor: Use ECDigitalSignature.appendHashType() throughout codebase (#5761) Chris Stewart 2024-11-09 09:15:37 -0600
  • ee84461d56
    Update sbt-buildinfo to 0.13.1 Scala Steward 2024-11-09 14:32:30 +0000
  • e0671b505d
    Update sbt-bloop to 2.0.5 Scala Steward 2024-11-09 14:32:20 +0000
  • e72edce23c refactor: Use ECDigitalSignature.appendHashType() throughout codebase Chris Stewart 2024-11-07 09:52:54 -0600
  • 6114624c50 Deploy website Docusaurus bot 2024-11-07 15:28:46 +0000
  • 4494d566d6 Fix test Chris Stewart 2024-11-02 07:58:41 -0500
  • 3ca1bd25f7 scalafmt Chris Stewart 2024-11-02 07:55:31 -0500
  • 42907671d9 refactor: {AsyncExtSignEC,ExtSignEC} -> {AsyncExtSign, ExtSign} Chris Stewart 2024-11-02 07:54:29 -0500
  • 448c1c5260 crypto: Refactor Sign to account for specific PublicKey/DigitalSignature Chris Stewart 2024-11-01 10:46:21 -0500
  • d22a02d6a0 Deploy website Docusaurus bot 2024-11-07 15:09:48 +0000
  • 39e23c2a09
    Update flyway-core, ... to 10.21.0 (#5759) Scala Steward 2024-11-07 16:07:54 +0100
  • 4e8d5ecc7f
    Add Sign.{signWithHashType(),signLowRWithHashType} (#5757) Chris Stewart 2024-11-07 09:07:41 -0600
  • 21dd6fee80
    Update sbt-bloop to 2.0.4 (#5758) Scala Steward 2024-11-07 15:49:00 +0100
  • 72b941faaf Remove deprecated SignerUtils.doSign() Chris Stewart 2024-11-07 08:38:06 -0600
  • 2565fbb096
    Update flyway-core, ... to 10.21.0 Scala Steward 2024-11-07 14:09:44 +0000
  • c9aff2a84c
    Update sbt-bloop to 2.0.4 Scala Steward 2024-11-07 14:09:35 +0000
  • 84baa1b80e Add Sign.{signWithHashType(),signLowRWithHashType}, integrate it throughout the codebase Chris Stewart 2024-11-05 16:34:34 -0600
  • b93f34ef49 Deploy website Docusaurus bot 2024-11-05 20:37:50 +0000
  • 3569f51870
    Update sbt, scripted-plugin to 1.10.5 (#5756) Scala Steward 2024-11-05 21:16:25 +0100
  • c5ddba90d2 Deploy website Docusaurus bot 2024-11-05 17:59:54 +0000
  • aafac07491
    Update sbt-buildinfo to 0.13.0 (#5755) Scala Steward 2024-11-05 18:39:07 +0100
  • cd0f3cfe68
    Update sbt, scripted-plugin to 1.10.5 Scala Steward 2024-11-05 15:14:06 +0000
  • e3a4c63135
    Update sbt-buildinfo to 0.13.0 Scala Steward 2024-11-03 14:35:37 +0000
  • 6b3fb98cc0 Deploy website Docusaurus bot 2024-11-01 17:07:00 +0000
  • e69e1e5ad1
    2024 10 31 digitalsignature (#5752) Chris Stewart 2024-11-01 11:46:26 -0500
  • e9825bb76f Fix docs Chris Stewart 2024-11-01 09:29:58 -0500
  • 03f75b51a6 Simplify names to ECDigitalSignature.{empty, dummy, dummyLowR} Chris Stewart 2024-11-01 09:00:05 -0500
  • 029ae46c33 Fix byte representation of ECDigitalSignature.emptyDigitalSignature Chris Stewart 2024-11-01 08:55:27 -0500
  • 0473026cb0 WIP: Remove EmptyDigitalSignature case object in favor of val Chris Stewart 2024-11-01 07:12:00 -0500
  • 35d901c996 Add DigitalSignature, extend it with ECDigitaSignature,SchnorrDigitalSignature Chris Stewart 2024-10-31 16:13:35 -0500
  • cdce8b431d Deploy website Docusaurus bot 2024-10-31 16:32:18 +0000
  • e45860af90
    Docs: README (#5751) Oleg 2024-10-31 18:11:43 +0200
  • f615d79c55
    Docs: README Oleg 2024-10-31 14:10:47 +0200
  • 62f2563425 Deploy website Docusaurus bot 2024-10-30 22:09:41 +0000
  • e0cce9e54a Deploy website Docusaurus bot 2024-10-30 21:56:15 +0000
  • 5187eee42a
    core: Terminate rescan early when RescanStarted.stop() is called rather than wait for the rescan to complete (#5749) Chris Stewart 2024-10-30 16:47:39 -0500
  • 18c74c1351
    Update bcprov-jdk18on to 1.79 (#5750) Scala Steward 2024-10-30 22:35:06 +0100
  • c364e46456 core: Terminate rescan early when RescanStarted.stop() is called rather than wait for the rescan to complete Chris Stewart 2024-10-29 15:10:27 -0500