- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 25 2024
add missing include
Apr 24 2024
I think it would be cool to have it in doc/standards—but yeah the link is a permalink, "owned" by ABC (by Koush), through Notion, so it's fine for the forseeable future. When the doc is moved to the monorepo, we should update all the links in the source, which are easy enough to find.
fix test (used a old chronik-client build)
rerun CI, last one got Error: Chronik failed binding to 127.0.0.1:33962: Address already in use (os error 98)
Apr 23 2024
rebase onto D16046
rebase onto master to fix build?
Updated chronik.pay2stay.com/xec to this diff, upgrade took 3h:05m, so not too fast but not too slow.
rerun CI because cash is supposed to be green
fix comment grammar
fix imports, clarify comments
Apr 22 2024
Rename mitra int to intcode, remove mitra directory, apply some of Fabiens suggestions
remove rocksdb features again
Apr 21 2024
apply suggestions that just work
Apr 20 2024
add doc comment to DEFAULT_SEQUENCE
In D15963#362383, @bytesofman wrote:
- signatory -- this is something else we get from this library? where does it come from?
add wallet test example
undo chronik-db deps
make some input fields optional, add comments
always enable LOKAD ID index by default, toggle only by -chroniklokadidindex
Apr 19 2024
Apr 18 2024
fix file casing
rebase onto master
Apr 17 2024
In D15956#361916, @bytesofman wrote:...what is a sighash preimage?
Apr 16 2024
rebase onto master
camel case sigHashType
Apr 15 2024
In D15963#361498, @bytesofman wrote:
- Would be useful to include some tests for "normal" txs, even if they are not bounced off the node (could just test against expected raw hex, though now that the node is here, I suppose might as well use it...but can see it being complicated to give an address a normal balance in that kind of test script). For example,
- generate a private key, generate a p2pkh address from this key, fund it, send a tx to a p2pkh adddress with change
- send a tx to a p2pkh address without change (exact amount)
I mean there are already a few tests like this, for example the it('TxBuilder P2PKH'), but if you want I can add some more.
Apr 13 2024
fix sighash hashSequences for SINGLE and NONE without ANYONECANPAY
Apr 12 2024
rebase + update comment
improve comments
fix tsc build, add another test
Apr 11 2024
remove unnecessary imports
rebase onto ecash-lib-op
fix comments, make isPushOp also check for types
rebase onto master
fix pushBytesOp case where data starts with eg. 16 but isn't size 1
Apr 10 2024
pin secp256k1-abc revision commit
add wasm build to CI before testing ecash-lib