bitcoin-s/core-test
Chris Stewart d641c3da55
2024 01 25 Cache txid (#5374)
* Add LargeTransactionTest

* Remove unused ByteArrayOutputStream

* Add block test case for 00000000ce4a4666cce2205d760d37b5579cdedf3ac9e4295557e8ac962cde55

* Cache txId to avoid re-computing txids which can take alot of resources

* Cache WitnessTransaction.toBaseTx, remove println

* remove BlockTest as it didn't capture the bug
2024-01-27 10:57:33 -06:00
..
.jvm/src/test 2024 01 25 Cache txid (#5374) 2024-01-27 10:57:33 -06:00
src/test/scala/org/bitcoins/core Fix bug in classifying things as MultiSigSPK that do not have enough public keys in the Script (#5371) 2024-01-24 15:32:08 -06:00
build.sbt Fix build warnings that came with sbt 1.5.0 (#2857) 2021-04-06 06:01:11 -05:00
README.md Bump P2P + crypto test coverage (#506) 2019-06-11 10:01:46 -05:00

See our contributing guide for information on how to benchmark, test and develop your code.