bitcoin-s/core
Chris Stewart 238c083aad 2021 04 18 wallet received txo state (#2914)
* Add invariant to spendingInfoDb to that requires if the spendinginfodb is in a TxoState.spentStates, the SpendingInfoDb.spendingTxIdOpt is defined

* Remove unused SpendingInfoDAO.updateTxoState()

* Tighten up TxoState -> ReceivedState types we are using in the wallet. The ensures we are talking specific class of states (receiving a txo) rather than accounting for the case of spending and receiving since there is different information required for the spending states

* Add TxoState.ImmatureCoinbase to ReceivedStates
2021-04-18 16:56:08 -05:00
..
.js/src/main/scala/org/bitcoins/core/protocol/dlc Get all of Core working with JS (#2826) 2021-03-31 15:04:30 -05:00
.jvm/src/main Get all of Core working with JS (#2826) 2021-03-31 15:04:30 -05:00
src/main 2021 04 18 wallet received txo state (#2914) 2021-04-18 16:56:08 -05:00
core.sbt Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) 2021-03-03 16:52:03 -06:00
README.md WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00

See the core module section on the Bitcoin-S website.