Closed mmilata closed 3 years ago
Found some more examples that don't currently work in Colab. Could https://github.com/bitcoinops/bitcoin/releases/download/Taproot_V0.1.4/colab-binary.tar.xz be outdated?
assert balance > 1
JSONRPCException: Invalid Bitcoin address: bcrt1pqx46s2tuvp2m7ylr036yjsd4nevs4atys2nwm6408cpfgutyyanqytcn5m (-5)
cc @0xB10C, any ideas?
Thanks for pining me, happy to help you update the colab notebooks.
Could https://github.com/bitcoinops/bitcoin/releases/download/Taproot_V0.1.4/colab-binary.tar.xz be outdated?
IIRC the colab-binary.tar.xz
was used as taproot was far from being merged into master
when creating the Colab version of these notebooks. As the workshop is compatible with v0.21 since https://github.com/bitcoinops/taproot-workshop/pull/168, I think we should be able to use the v0.21 release build (or even 22.0) now.
Fixed in #173
E.g. in 1.1(master, Colab) the Colab branch has outdated (pre-BIP maybe?) definition of Schnorr signing, but uses
test_framework
from master. Due to this mismatch the exercises are unsolvable.Is there anything else than rebasing Colab on top of master needed?