Closed TAdev0 closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
raito | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 10, 2024 0:23am |
@maciejka I guess we should wait for a correct script before merging this, so that all blocks after segwit contain correct is_segwit
flag + witness field (and pre segwit block should also generate a witness field, but empty, to match our Transaction
struct
@maciejka I guess we should wait for a correct script before merging this, so that all blocks after segwit contain correct
is_segwit
flag + witness field (and pre segwit block should also generate a witness field, but empty, to match ourTransaction
struct
It is ok to merge work in progress. We will regenerate if necessary.
@maciejka dont know for the compile for now, repo was not correctly structured regarding Tests
modules (no lib.cairo file in it) hence was not detected when building.
If thats ok for you i'll close this PR, and open a new one.
Includes:
Block 0 and Block of first p2p tx to Hal Finney were already added, now we have 13 blocks.
@maciejka if you have any idea of other blocks I could add
I removed the
// TODO: implement
in the _blockfilter.jq file so that it doesnt appear in all theTxIn
of Transactions contained in generated blocks.