https://github.com/GOATNetwork/bitvm2-node/tree/dev/circuits#:~:text=Publish%20sequencer%20set%20commitment
When I run the ssp-ci.sh for Publish sequencer set commitment , it has some error .
···
cd node
cp .env.example .env
export GOAT_BLOCK_NUMBER=8447360
bash -x ssp-ci.sh $GOAT_BLOCK_NUMBER
···
the error logs,
Funding publishers from address: bcrt1q7tr8sl50zanztcrps35hakqpe7gmfzedhhnxcspj7n0ks5lyrnhs6m8ewg
Funding publishers from bcrt1q7tr8sl50zanztcrps35hakqpe7gmfzedhhnxcspj7n0ks5lyrnhs6m8ewg with total UTXO value: 2000000000
Funding txid: 795e4eabb945339e78f1328d2fa25f422e793eb8d76940d40b9bd5817508440d
+ ../target/release/sequencer-set-publish payfee
Error: Base58(TooShort(TooShortError { length: 0 }))
I think beacuse of OWNER_BTC_KEY_WIF is not set in the env and some code of Publish sequencer set is need.
On other ways The ssp-ci.sh used $CMD sign-seq --owner-btc-key-wif is only three count, that the first round of PUBLISHERS is five. it may need a other OWNER_BTC_KEY_WIF in the env.