Skip to content

refactor(scripts): combine block sync scripts #4833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Arya-A-Nair
Copy link
Contributor

@Arya-A-Nair Arya-A-Nair commented May 17, 2025

Closes #4820

@Arya-A-Nair Arya-A-Nair requested a review from a team as a code owner May 17, 2025 17:20
@Arya-A-Nair Arya-A-Nair requested review from Manav-Aggarwal and evan-forbes and removed request for a team May 17, 2025 17:20
@Arya-A-Nair Arya-A-Nair changed the title refactor: combine block-sync scripts refactor: Consolidate block sync and state scripts May 17, 2025
@Arya-A-Nair Arya-A-Nair marked this pull request as draft May 17, 2025 17:23
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this is on the right track for the block sync script. We can do one PR for the block sync script and a follow-up PR for the state sync script.

  • Can you please add mainnet to this PR?
  • Can you include in the PR description how this script was tested? For example, locally you should invoke ./scripts/block-sync.sh and include the important console output for each network you tested on.

@Arya-A-Nair
Copy link
Contributor Author

Command - ./scripts/block-sync.sh

celestia-app home: /Users/aryanair/.celestia-app
celestia-app version: b1d78f9c

Are you sure you want to delete: /Users/aryanair/.celestia-app? [y/n] y
Deleting /Users/aryanair/.celestia-app...
Initializing config files...
Setting seeds in config.toml...
Downloading genesis file...
Starting celestia-appd...
10:14AM INF initializing multiplexer app_version=1 chain_id=celestia module=server
10:14AM INF initialized remote app client address=127.0.0.1:36658 module=server
10:14AM INF starting comet node module=server
10:14AM INF Since the chainID is celestia, configuring the default v2 upgrade height to 2371495
10:14AM INF starting ABCI without Tendermint
10:14AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:14AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:14AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:14AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:14AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:14AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:14AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:14AM INF starting API server... module=api-server
10:14AM INF serve module=api-server msg={}
10:14AM INF service start impl=ABCIServer module=abci-server msg={}
10:14AM INF Listening addr=0.0.0.0:36658 module=abci-server proto=tcp
10:14AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=3.10.0-arabica
10:14AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
10:14AM INF mounting KV stores for app version 1
10:14AM INF initializing blockchain state from genesis.json
10:15AM INF asserting crisis invariants inv=1/11 module=x/crisis name=bank/nonnegative-outstanding
10:15AM INF asserting crisis invariants inv=2/11 module=x/crisis name=bank/total-supply
10:15AM INF asserting crisis invariants inv=3/11 module=x/crisis name=gov/module-account
10:15AM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/nonnegative-outstanding
10:15AM INF asserting crisis invariants inv=5/11 module=x/crisis name=distribution/can-withdraw
10:15AM INF asserting crisis invariants inv=6/11 module=x/crisis name=distribution/reference-count
10:15AM INF asserting crisis invariants inv=7/11 module=x/crisis name=distribution/module-account
10:15AM INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/module-accounts
10:15AM INF asserting crisis invariants inv=9/11 module=x/crisis name=staking/nonnegative-power
10:15AM INF asserting crisis invariants inv=10/11 module=x/crisis name=staking/positive-delegation
10:15AM INF asserting crisis invariants inv=11/11 module=x/crisis name=staking/delegator-shares
10:15AM INF asserted all invariants duration=432.31075 height=0 module=x/crisis
10:15AM INF created new capability module=ibc name=ports/transfer
10:15AM INF port binded module=x/ibc/port port=transfer
10:15AM INF claimed capability capability=1 module=transfer name=ports/transfer
10:15AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 appHeight=0 module=consensus
10:15AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.17
10:15AM INF This node is not a validator addr=C26BCA66239EA89C13461571370BEE9967321B8E module=consensus pubKey=PubKeyEd25519{4B5501B9D767D6B72682754954A3360A647893D9EB2E85879524FE72C3A2E592}
10:15AM INF P2P Node ID ID=258d6f425ed8926323bfa22b06199101414f204f file=/Users/aryanair/.celestia-app/config/node_key.json module=p2p
10:15AM INF Adding persistent peers addrs=[] module=p2p
10:15AM INF Adding unconditional peer ids ids=[] module=p2p
10:15AM INF Add our address to book [email protected]:26656 book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:15AM INF service start impl=Node module=server msg="Starting Node service"
10:15AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:15AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:15AM INF service start impl=Mempool module=server msg="Starting Mempool service"
10:15AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:15AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:15AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:15AM INF Reactor  module=consensus waitSync=true
10:15AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:15AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:15AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:15AM INF service start book=/Users/aryanair/.celestia-app/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:15AM INF Saving AddrBook to file book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p size=0
10:15AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:15AM INF No addresses to dial. Falling back to seeds module=pex
10:15AM ERR Error dialing seed err="auth failure: conn.ID (19b3ef846732c465cc32da3eaddb9c0fb41f57d2) dialed ID (e6116822e1a5e283d8a85d3ec38f4d232274eaf3) mismatch" module=p2p [email protected]:26656
10:15AM INF service start impl="Peer{MConn{195.154.197.140:26656} cf7ac8b19ff56a9d47c75551bd4864883d1e24b5 out}" module=p2p msg="Starting Peer service" [email protected]:26656
10:15AM INF service start impl=MConn{195.154.197.140:26656} module=p2p msg="Starting MConnection service" [email protected]:26656
10:15AM INF commit synced commit=436F6D6D697449447B5B323434203630203133392031333220353220313420313034203320313732203133342031373320313437203735203320323331203230203934203231203935203132362031343220343620313236203235203635203435203131302032313620313634203736203139312032305D3A317D
10:15AM INF finalized block block_app_hash=F43C8B84340E6803AC86AD934B03E7145E155F7E8E2E7E19412D6ED8A44CBF14 height=1 module=state num_txs_res=0 num_val_updates=0
10:15AM INF executed block app_hash=F43C8B84340E6803AC86AD934B03E7145E155F7E8E2E7E19412D6ED8A44CBF14 height=1 module=state
10:15AM INF committed state block_app_hash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 height=1 module=state
10:15AM INF minted coins from module account amount=7135286utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-0 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-0 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-1 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-1 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-2 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-2 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-3 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-3 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-4 height=1-6122811 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-4 height=1-6122811 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3737203535203135372033322032353020323132203232392032343320323520313238203138203136382037382031323520353420313234203531203134382032343320323236203130392035312032343620323339203136352032362031313520313132203136312031373720313137203132365D3A327D
10:15AM INF finalized block block_app_hash=4D379D20FAD4E5F3198012A84E7D367C3394F3E26D33F6EFA51A7370A1B1757E height=2 module=state num_txs_res=13 num_val_updates=1
10:15AM INF executed block app_hash=4D379D20FAD4E5F3198012A84E7D367C3394F3E26D33F6EFA51A7370A1B1757E height=2 module=state
10:15AM INF updates to validators module=state updates=126403A2CAA36DBDE0FB64A7AE72ED82979366F7:4008
10:15AM INF committed state block_app_hash=F43C8B84340E6803AC86AD934B03E7145E155F7E8E2E7E19412D6ED8A44CBF14 height=2 module=state
10:15AM INF minted coins from module account amount=95730941utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3139342032323920363220313834203133392033382033392032313820323020323533203539203135342031333620383320323230203131372032203133203139372031393520353220343220323036203239203232342039322037302032313020313237203539203230342032325D3A337D
10:15AM INF finalized block block_app_hash=C2E53EB88B2627DA14FD3B9A8853DC75020DC5C3342ACE1DE05C46D27F3BCC16 height=3 module=state num_txs_res=8 num_val_updates=75
10:15AM INF executed block app_hash=C2E53EB88B2627DA14FD3B9A8853DC75020DC5C3342ACE1DE05C46D27F3BCC16 height=3 module=state
10:15AM INF updates to validators module=state updates=07E5EAFEE033B9897E4136DDF30D9715E6AC63AE:458800,CB6133C282991C32985AC2779EA277EE8978AC63:431520,05D2E22C1216CD30104BCDB6B122B1E7F1ACB5CD:428720,B6FAEE91FCC61F9D8E17B6625B6777EC2575F4B4:425945,ECE7DF090086B9325CDB1C8E9AEACB4DF5FFFB75:425555,17E020FC92DEE56F32E652CEACBD8DE820E3D872:425000,D93474D6198CDBCD56E0EED4255BD851C2E64023:424730,B03821ACDC0A4E9F36FC425B854497F251116F6A:422850,7BCF4670CA7CFD437C95957D065A51E44E95E9F5:422800,E641C7A2C964833E556AEF934FBF166B712874B6:422500,EE89930CC91AC8723B809BA330F2730844FC87F4:422140,7B3A6C6838B90C5663CB54E87B9535941A87D27B:420640,9165F0E3533E066D574A06B32AC54E7FAE771D8C:417650,5AFFF88E3E256A84A0C9EB348B044CADB912197B:416850,97E108980779B9639E9817297146C7D5F016AF0D:416700,AF157EF644055C9847F90FF896C95A848674EC38:416400,318C18A22654AB51D65F0859853BC485D1E17F21:415650,54FD50A55FEDC0D9338421AB32F08C9A9AD66CBE:415099,52A92A0D42D9DA35CF976B4411C394072E6A79EF:415000,63A624445A71A5E18730854CE5BE1D9C93DCAD6E:415000,E03B1DE70670C6458322EF5961D6635974C0935B:414400,D74EC29E6E4597943942E7E97B1F519A0615E3B4:414000,5047F9F1E0CFBE4BCB45BBEA0D1AE70B8243412D:413500,A393085A8B2401CD9DD0185C7A3543D0D9432193:413500,5EF4AC700C3122DC3C52738C87C55DDA9532645A:413300,6A8DAD92205EBA34B373E8F7D2A2D50060FFDB78:412910,434AE26ED089AA7256563AF8DFA04906D2778916:412000,64A69907D6AE18450250C7820F7C6776C2C06FC6:411600,A0B4D49D636B36054FC5C947BC9B934663332391:410888,994532F7ED1EF9726B2F7DB8613B77BC5A4C8CAE:410000,38FBC528B8821A2E1D9242A4E2E26F1D4523C76E:410000,FA2888809D74B32C9474BFE48A76801D64A69CA6:408180,8352ECF62EFCF7DBACDE852E6D9FC1A1583C14D3:408050,256058B65732EC7C6B8BC44C5FD2502211379ADF:406908,7771D9AAF8CCBEFAA7540E862F42D41C2C34028D:406800,071BE4CD2F0486F297C6530918804261034C8F7C:406000,9B8AC55DD38B1985CC29FA3BB16A49C8AD71F35D:404837,36F375027D41BCD328CAFC89A6B76E394998BE74:404160,DE94F351C3DFC59B173BB72BAC4534D237D2E895:403800,19C633702B0252082A410C81444333AD6BF814DF:403520,62E4870299A51FD3092BC0ECD5222BC1896EBA8B:403520,6B2C63872F6D3402AEB5B616B63AE83982D6B5F6:403520,3F89E45659C9643CA8321EC8A5094553C50B6C4C:403000,ADE038D8F67E388710C01F63FDA57432F302E089:403000,72C68DEC6CEBA2A90D4ACFC1097DD39EC7166A72:402000,C74B70E32FC3A7BE0A49394E279A5FA023516AF7:402000,D83849519A5CB73E4A9E3BCDF044C6EE8A32156B:402000,A460F7A9868E3C318FBE8F429665A2E81AE44731:401600,D3797C82EB63BCA69E1240B1FFC7AC942D6D4327:401600,126403A2CAA36DBDE0FB64A7AE72ED82979366F7:354008,EBBC23A35E43E6A2460BDE3BCD024D964697FFFA:350009,70C6BD00EE64DB5D60F5ACC8B4629CD610346889:350009,365D1D6E86B0DE66286EA624C17CE09D4D88DA01:350008,2AF8942E90738BF6D455BE490E176AD420A9C0D4:350008,506DAF706B14EAC53B07CACA749BA16887DDCF80:350008,E2BD4F895F9DE0B46B2ED4BAA12EE2DE6A415450:350008,20D1A0F9ABC5EBEE160507E6B979486706471BA1:350008,AB3B14A9C6C45A62AEC21F0F8DE66BE4C5268D86:350008,65AFA0603AAD6F854F8EC3BF8F1030E6D0568486:350008,E65D72B89CBEF9A6F419C9BDE6C975AA0BF21A97:350008,1E7BA20AACF7EF2CDEA41CDFF8DCEDFBCF12F363:350008,8340641F4885F2904F733F080CFFD749B75D9B93:350008,F7C3A82AC89E0114B136B99352E94DA24E972436:350008,15F7A1BA6B07700B1F537CAFC907737D43CFF48F:350008,63325279515C1C3A91D7E2DB1AF8D1BF201948FB:350008,26F9D0BC3F41596D2A857984B65DC85D030944E2:350008,D672CFEEF6A7AE605D371E7361007D87F31C594D:350008,B7E2311BF9493AB793F1E43669A3D1580342CC69:350008,A2DD5E9391E5BDC7F2DB899A78564FAC0C07A3CA:350008,49D9FAD47329B418AE6FFF41F8E548C4D1AB7003:350008,9F6E7F3058CCEFD736FA8D6F1C2FE73726230678:350008,FC2B5E46CE1EA98C3D4023D74CDFC204F027B827:350008,8AC8EE7942D79BAC27B5B38CEDD2404C5E0D8BBD:350008,CFB7445F2A7D7B68357BDA2358226ED26285E829:350008,22887EF5F3FDF4A043AC5B698310C45E8FC7FC62:350008
10:15AM INF committed state block_app_hash=4D379D20FAD4E5F3198012A84E7D367C3394F3E26D33F6EFA51A7370A1B1757E height=3 module=state
10:15AM INF minted coins from module account amount=30773229utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-5 height=1-12140293 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-5 height=1-12140293 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3234322038382031322031332031393320383620343120323235203138322035203231392031343520323820393420313634203133302037352031303220323535203135322032323920373420313435203933203230302031352032322037392031313920343120313736203231345D3A347D
10:15AM INF finalized block block_app_hash=F2580C0DC15629E1B605DB911C5EA4824B66FF98E54A915DC80F164F7729B0D6 height=4 module=state num_txs_res=150 num_val_updates=0
10:15AM INF executed block app_hash=F2580C0DC15629E1B605DB911C5EA4824B66FF98E54A915DC80F164F7729B0D6 height=4 module=state
10:15AM INF committed state block_app_hash=C2E53EB88B2627DA14FD3B9A8853DC75020DC5C3342ACE1DE05C46D27F3BCC16 height=4 module=state
10:15AM INF minted coins from module account amount=92696097utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B313632203537203135312038312032353420323232203235203139203230372032323620322039203235302031323620323433203832203134382032333820313533203132352032332031373820323420343520322038322031383720313937203232352032343520313437203230385D3A357D
10:15AM INF finalized block block_app_hash=A2399751FEDE1913CFE20209FA7EF35294EE997D17B2182D0252BBC5E1F593D0 height=5 module=state num_txs_res=9 num_val_updates=0
10:15AM INF executed block app_hash=A2399751FEDE1913CFE20209FA7EF35294EE997D17B2182D0252BBC5E1F593D0 height=5 module=state
10:15AM INF committed state block_app_hash=F2580C0DC15629E1B605DB911C5EA4824B66FF98E54A915DC80F164F7729B0D6 height=5 module=state
10:15AM INF minted coins from module account amount=59639252utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B31343620382034312031373220313335203232342031313520313936203935203231342031372033322031343620323438203134352032343320323336203239203134332033382032313620372032323420362031343420323820313531203139322032343720313838203333203233375D3A367D
10:15AM INF finalized block block_app_hash=920829AC87E073C45FD6112092F891F3EC1D8F26D807E006901C97C0F7BC21ED height=6 module=state num_txs_res=5 num_val_updates=0
10:15AM INF executed block app_hash=920829AC87E073C45FD6112092F891F3EC1D8F26D807E006901C97C0F7BC21ED height=6 module=state
10:15AM INF committed state block_app_hash=A2399751FEDE1913CFE20209FA7EF35294EE997D17B2182D0252BBC5E1F593D0 height=6 module=state
10:15AM INF minted coins from module account amount=30196679utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-6 height=1-9847066 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-6 height=1-9847066 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3139322033372031353220383020323337203130322032313420313538203230342031393820323120323039203937203136372031343820323436203131392032313020313932203136382031393220343220313520313037203234322034322031373120323130203130382032313720323130203132385D3A377D
10:15AM INF finalized block block_app_hash=C0259850ED66D69ECCC615D161A794F677D2C0A8C02A0F6BF22AABD26CD9D280 height=7 module=state num_txs_res=15 num_val_updates=0
10:15AM INF executed block app_hash=C0259850ED66D69ECCC615D161A794F677D2C0A8C02A0F6BF22AABD26CD9D280 height=7 module=state
10:15AM INF committed state block_app_hash=920829AC87E073C45FD6112092F891F3EC1D8F26D807E006901C97C0F7BC21ED height=7 module=state
10:15AM INF minted coins from module account amount=30124900utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B383720313334203437203633203232332032323220313937203233332033382031352031373720313435203134312031353520323138203232392034302032333420323433203420323120363820333320313133203139342031383820313637203133352031383520313032203137332037315D3A387D
10:15AM INF finalized block block_app_hash=57862F3FDFDEC5E9260FB1918D9BDAE528EAF30415442171C2BCA787B966AD47 height=8 module=state num_txs_res=12 num_val_updates=0
10:15AM INF executed block app_hash=57862F3FDFDEC5E9260FB1918D9BDAE528EAF30415442171C2BCA787B966AD47 height=8 module=state
10:15AM INF committed state block_app_hash=C0259850ED66D69ECCC615D161A794F677D2C0A8C02A0F6BF22AABD26CD9D280 height=8 module=state
10:15AM INF minted coins from module account amount=30406485utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B31323620313734203135362032323120353720363720393520313536203137312031323420313536203232332036382031313420313030203835203135372032203231322032343320313838203139352031383520313538203831203230332038382034203137312036302032353420335D3A397D
10:15AM INF finalized block block_app_hash=7EAE9CDD39435F9CAB7C9CDF447264559D02D4F3BCC3B99E51CB5804AB3CFE03 height=9 module=state num_txs_res=19 num_val_updates=0
10:15AM INF executed block app_hash=7EAE9CDD39435F9CAB7C9CDF447264559D02D4F3BCC3B99E51CB5804AB3CFE03 height=9 module=state
10:15AM INF committed state block_app_hash=57862F3FDFDEC5E9260FB1918D9BDAE528EAF30415442171C2BCA787B966AD47 height=9 module=state
10:15AM INF minted coins from module account amount=30233947utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-6 height=1-9847071 module=x/ibc/client
10:15AM INF connection state updated connection-id=connection-0 module=x/ibc/connection new-state=TRYOPEN previous-state=NONE
10:15AM INF commit synced commit=436F6D6D697449447B5B3939203137382037352031353620363920323037203135302031312035382032303320313034203137372034302035352032323920323036203133362034362031333420343020323432203138312031373220313737203936203520323136203020362032323020313030203135375D3A417D
10:15AM INF finalized block block_app_hash=63B24B9C45CF960B3ACB68B12837E5CE882E8628F2B5ACB16005D80006DC649D height=10 module=state num_txs_res=13 num_val_updates=0
10:15AM INF executed block app_hash=63B24B9C45CF960B3ACB68B12837E5CE882E8628F2B5ACB16005D80006DC649D height=10 module=state
10:15AM INF committed state block_app_hash=7EAE9CDD39435F9CAB7C9CDF447264559D02D4F3BCC3B99E51CB5804AB3CFE03 height=10 module=state
10:15AM INF minted coins from module account amount=30250697utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-6 height=1-9847073 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B37372031353320313733203933203231342031333620353420313838203138372034302031363920323034203230362031393820333220313735203136352031313820343320333920333020323330203132382032303420313131203138362031312031323420313731203134362037362036385D3A427D
10:15AM INF finalized block block_app_hash=4D99AD5DD68836BCBB28A9CCCEC620AFA5762B271EE680CC6FBA0B7CAB924C44 height=11 module=state num_txs_res=74 num_val_updates=0
10:15AM INF executed block app_hash=4D99AD5DD68836BCBB28A9CCCEC620AFA5762B271EE680CC6FBA0B7CAB924C44 height=11 module=state
10:15AM INF committed state block_app_hash=63B24B9C45CF960B3ACB68B12837E5CE882E8628F2B5ACB16005D80006DC649D height=11 module=state
10:15AM INF minted coins from module account amount=30730490utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-7 height=1-12140293 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-7 height=1-12140293 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3435203620393720323038203131342031372036302032343420363420323137203230203332203139372031313420323136203130362031393520323620323034203432203235322038362032313220323039203231372032303620373120383920313534203431203936203136345D3A437D
10:15AM INF finalized block block_app_hash=2D0661D072113CF440D91420C572D86AC31ACC2AFC56D4D1D9CE47599A2960A4 height=12 module=state num_txs_res=66 num_val_updates=1
10:15AM INF executed block app_hash=2D0661D072113CF440D91420C572D86AC31ACC2AFC56D4D1D9CE47599A2960A4 height=12 module=state
10:15AM INF updates to validators module=state updates=64A69907D6AE18450250C7820F7C6776C2C06FC6:415600
10:15AM INF committed state block_app_hash=4D99AD5DD68836BCBB28A9CCCEC620AFA5762B271EE680CC6FBA0B7CAB924C44 height=12 module=state
10:15AM INF minted coins from module account amount=59551650utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3134352032203131322035342032323920323030203939203839203231322032343220313737203738203639203237203130332038352031333020313933203232352035372037203138322031383220363120353420313134203730203630203134312031303120323039203135315D3A447D
10:15AM INF finalized block block_app_hash=91027036E5C86359D4F2B14E451B675582C1E13907B6B63D3672463C8D65D197 height=13 module=state num_txs_res=20 num_val_updates=1
10:15AM INF executed block app_hash=91027036E5C86359D4F2B14E451B675582C1E13907B6B63D3672463C8D65D197 height=13 module=state
10:15AM INF updates to validators module=state updates=D291511283BEE9A7B91BD222E40F09A74D4AF558:1
10:15AM INF committed state block_app_hash=2D0661D072113CF440D91420C572D86AC31ACC2AFC56D4D1D9CE47599A2960A4 height=13 module=state
10:15AM INF minted coins from module account amount=30070721utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-6 height=1-9847081 module=x/ibc/client
10:15AM INF connection state updated connection-id=connection-0 module=x/ibc/connection new-state=OPEN previous-state=TRYOPEN
10:15AM INF commit synced commit=436F6D6D697449447B5B31323220313338203231203230312031363620363320323531203139312034382031313520363320313432203136352034322032323020313830203134392032392032323020313837203435203537203332203938203431203131362031323020313230203130372031383320313931203137335D3A457D
10:15AM INF finalized block block_app_hash=7A8A15C9A63FFBBF30733F8EA52ADCB4951DDCBB2D392062297478786BB7BFAD height=14 module=state num_txs_res=3 num_val_updates=1
10:15AM INF executed block app_hash=7A8A15C9A63FFBBF30733F8EA52ADCB4951DDCBB2D392062297478786BB7BFAD height=14 module=state
10:15AM INF updates to validators module=state updates=E2BD4F895F9DE0B46B2ED4BAA12EE2DE6A415450:354508
10:15AM INF committed state block_app_hash=91027036E5C86359D4F2B14E451B675582C1E13907B6B63D3672463C8D65D197 height=14 module=state
10:15AM INF minted coins from module account amount=30956623utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B31363020313031203736203134352032303820313239203230342035372032333320313832203435203630203130382031353220313336203020323235203333203232203132322035332039392036312038322038362031353720313138203231352032203337203533203131345D3A467D
10:15AM INF finalized block block_app_hash=A0654C91D081CC39E9B62D3C6C988800E121167A35633D52569D76D702253572 height=15 module=state num_txs_res=2 num_val_updates=1
10:15AM INF executed block app_hash=A0654C91D081CC39E9B62D3C6C988800E121167A35633D52569D76D702253572 height=15 module=state
10:15AM INF updates to validators module=state updates=5407CC051ED1F7F5BE8ECC856B061121BB170D79:60000
10:15AM INF committed state block_app_hash=7A8A15C9A63FFBBF30733F8EA52ADCB4951DDCBB2D392062297478786BB7BFAD height=15 module=state
10:15AM INF minted coins from module account amount=29902869utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-6 height=1-9847085 module=x/ibc/client
10:15AM INF created new capability module=ibc name=capabilities/ports/transfer/channels/channel-0
10:15AM INF claimed capability capability=2 module=transfer name=capabilities/ports/transfer/channels/channel-0
10:15AM INF channel state updated channel-id=channel-0 module=x/ibc/channel new-state=TRYOPEN port-id=transfer previous-state=NONE
10:15AM INF commit synced commit=436F6D6D697449447B5B393520323432203137372032382031303120343320313820323035203233342034332033322031383520313032203138302031353620313531203136332032372032303220323135203137382037203135312031363520323237203133302031383820333020323020323334203638203230355D3A31307D
10:15AM INF finalized block block_app_hash=5FF2B11C652B12CDEA2B20B966B49C97A31BCAD7B20797A5E382BC1E14EA44CD height=16 module=state num_txs_res=25 num_val_updates=2
10:15AM INF executed block app_hash=5FF2B11C652B12CDEA2B20B966B49C97A31BCAD7B20797A5E382BC1E14EA44CD height=16 module=state
10:15AM INF updates to validators module=state updates=DE94F351C3DFC59B173BB72BAC4534D237D2E895:403950,0D8A644BF58CFC60CFFBFC5AAC3A0D61B2D7ED61:5000
10:15AM INF committed state block_app_hash=A0654C91D081CC39E9B62D3C6C988800E121167A35633D52569D76D702253572 height=16 module=state
10:15AM INF minted coins from module account amount=60618976utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-8 height=1-12141191 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-8 height=1-12141191 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3120363620383020373720313335203139203139322031343120313632203435203134332037362031353420393220353120313237203136382031303420353920323339203230342031343320313831203839203434203230362037372033332031353820373720313838203230355D3A31317D
10:15AM INF finalized block block_app_hash=0142504D8713C08DA22D8F4C9A5C337FA8683BEFCC8FB5592CCE4D219E4DBCCD height=17 module=state num_txs_res=13 num_val_updates=0
10:15AM INF executed block app_hash=0142504D8713C08DA22D8F4C9A5C337FA8683BEFCC8FB5592CCE4D219E4DBCCD height=17 module=state
10:15AM INF committed state block_app_hash=5FF2B11C652B12CDEA2B20B966B49C97A31BCAD7B20797A5E382BC1E14EA44CD height=17 module=state
10:15AM INF minted coins from module account amount=30739584utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B31303420323131203131382031333020323134203137312032303720353720313233203230352032303220393620313636203130312031323020313930203138382031313820343520393620313834203136203930203134392035362031343020393420313731203136332031203634203137355D3A31327D
10:15AM INF finalized block block_app_hash=68D37682D6ABCF397BCDCA60A66578BEBC762D60B8105A95388C5EABA30140AF height=18 module=state num_txs_res=31 num_val_updates=8
10:15AM INF executed block app_hash=68D37682D6ABCF397BCDCA60A66578BEBC762D60B8105A95388C5EABA30140AF height=18 module=state
10:15AM INF updates to validators module=state updates=05D2E22C1216CD30104BCDB6B122B1E7F1ACB5CD:3628720,CB6133C282991C32985AC2779EA277EE8978AC63:3431519,434AE26ED089AA7256563AF8DFA04906D2778916:3412000,1E7BA20AACF7EF2CDEA41CDFF8DCEDFBCF12F363:2950007,7B3A6C6838B90C5663CB54E87B9535941A87D27B:2920640,49D9FAD47329B418AE6FFF41F8E548C4D1AB7003:2350006,70C6BD00EE64DB5D60F5ACC8B4629CD610346889:1850008,F7C3A82AC89E0114B136B99352E94DA24E972436:409528
10:15AM INF committed state block_app_hash=0142504D8713C08DA22D8F4C9A5C337FA8683BEFCC8FB5592CCE4D219E4DBCCD height=18 module=state
10:15AM INF minted coins from module account amount=29979818utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B323339203138203135312032333920313231203136322039342031383920383620313335203134322031333920313132203131382038312038382032323320313530203830203533203138392032342031323320383320313931203230332031393520313038203232302038332032333520395D3A31337D
10:15AM INF finalized block block_app_hash=EF1297EF79A25EBD56878E8B70765158DF965035BD187B53BFCBC36CDC53EB09 height=19 module=state num_txs_res=13 num_val_updates=0
10:15AM INF executed block app_hash=EF1297EF79A25EBD56878E8B70765158DF965035BD187B53BFCBC36CDC53EB09 height=19 module=state
10:15AM INF committed state block_app_hash=68D37682D6ABCF397BCDCA60A66578BEBC762D60B8105A95388C5EABA30140AF height=19 module=state
10:15AM INF minted coins from module account amount=30137304utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-9 height=1-9847095 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-9 height=1-9847095 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B343320313632203130352033322031373820313333203135352032342036312031323520323233203235203133342031373820323035203230392038342036342032303320343820373520372032362037382032323720313635203137372032313120363420323036203235342039335D3A31347D
10:15AM INF finalized block block_app_hash=2BA26920B2859B183D7DDF1986B2CDD15440CB304B071A4EE3A5B1D340CEFE5D height=20 module=state num_txs_res=18 num_val_updates=6
10:15AM INF executed block app_hash=2BA26920B2859B183D7DDF1986B2CDD15440CB304B071A4EE3A5B1D340CEFE5D height=20 module=state
10:15AM INF updates to validators module=state updates=071BE4CD2F0486F297C6530918804261034C8F7C:3905999,E2BD4F895F9DE0B46B2ED4BAA12EE2DE6A415450:3354507,63325279515C1C3A91D7E2DB1AF8D1BF201948FB:3350007,D74EC29E6E4597943942E7E97B1F519A0615E3B4:3343999,65AFA0603AAD6F854F8EC3BF8F1030E6D0568486:2899998,E2B9E242F9A3F3B947B106D45D0B90520BA56CD4:1
10:15AM INF committed state block_app_hash=EF1297EF79A25EBD56878E8B70765158DF965035BD187B53BFCBC36CDC53EB09 height=20 module=state
10:15AM INF minted coins from module account amount=30327172utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3137332031363420313836203133342032362031313520323239203134203231203535203133392032313820343220313033203731203133372031343920353320313135203438203139332038392031303720313130203920353120322037312031393720323920313835203130315D3A31357D
10:15AM INF finalized block block_app_hash=ADA4BA861A73E50E15378BDA2A67478995357330C1596B6E09330247C51DB965 height=21 module=state num_txs_res=16 num_val_updates=2
10:15AM INF executed block app_hash=ADA4BA861A73E50E15378BDA2A67478995357330C1596B6E09330247C51DB965 height=21 module=state
10:15AM INF updates to validators module=state updates=D74EC29E6E4597943942E7E97B1F519A0615E3B4:3348499,9F6E7F3058CCEFD736FA8D6F1C2FE73726230678:1516674
10:15AM INF committed state block_app_hash=2BA26920B2859B183D7DDF1986B2CDD15440CB304B071A4EE3A5B1D340CEFE5D height=21 module=state
10:15AM INF minted coins from module account amount=30141630utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847099 module=x/ibc/client
10:15AM INF connection state updated connection-id=connection-1 module=x/ibc/connection new-state=TRYOPEN previous-state=NONE
10:15AM INF commit synced commit=436F6D6D697449447B5B32333920313032203235322039362032333120323336203134362035302032333320313135203232322031393920393420343420313438203137332031373220323430203939203132332031303320323434203234322032303820373720313234203232312031392039312036362037392031395D3A31367D
10:15AM INF finalized block block_app_hash=EF66FC60E7EC9232E973DEC75E2C94ADACF0637B67F4F2D04D7CDD135B424F13 height=22 module=state num_txs_res=15 num_val_updates=0
10:15AM INF executed block app_hash=EF66FC60E7EC9232E973DEC75E2C94ADACF0637B67F4F2D04D7CDD135B424F13 height=22 module=state
10:15AM INF committed state block_app_hash=ADA4BA861A73E50E15378BDA2A67478995357330C1596B6E09330247C51DB965 height=22 module=state
10:15AM INF minted coins from module account amount=30214435utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847101 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3831203230352031303420393220393220393320313635203020383620313520313338203932203135392039362032302039312037332031333120313138203135302032323820313136203231392031373620323431203230312039322034382032303620323233203130352033395D3A31377D
10:15AM INF finalized block block_app_hash=51CD685C5C5DA500560F8A5C9F60145B49837696E474DBB0F1C95C30CEDF6927 height=23 module=state num_txs_res=13 num_val_updates=0
10:15AM INF executed block app_hash=51CD685C5C5DA500560F8A5C9F60145B49837696E474DBB0F1C95C30CEDF6927 height=23 module=state
10:15AM INF committed state block_app_hash=EF66FC60E7EC9232E973DEC75E2C94ADACF0637B67F4F2D04D7CDD135B424F13 height=23 module=state
10:15AM INF minted coins from module account amount=29949369utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B323035203133322030203136332032313320353220313236203131382031323820393320373520323338203134382032343520313335203132352031393120333420313232203232203836203120323436203633203139382032333520313220313935203136332031343720313236203235345D3A31387D
10:15AM INF finalized block block_app_hash=CD8400A3D5347E76805D4BEE94F5877DBF227A165601F63FC6EB0CC3A3937EFE height=24 module=state num_txs_res=12 num_val_updates=0
10:15AM INF executed block app_hash=CD8400A3D5347E76805D4BEE94F5877DBF227A165601F63FC6EB0CC3A3937EFE height=24 module=state
10:15AM INF committed state block_app_hash=51CD685C5C5DA500560F8A5C9F60145B49837696E474DBB0F1C95C30CEDF6927 height=24 module=state
10:15AM INF minted coins from module account amount=30402277utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847106 module=x/ibc/client
10:15AM INF connection state updated connection-id=connection-1 module=x/ibc/connection new-state=OPEN previous-state=TRYOPEN
10:15AM INF commit synced commit=436F6D6D697449447B5B3131382031303720323337203137322035342032343120323120383220313633203235302031303520373520323037203234342031343620312031393720323138203134342031353820313420363820363020323238203520333920353220313539203130362031313620323332203139395D3A31397D
10:15AM INF finalized block block_app_hash=766BEDAC36F11552A3FA694BCFF49201C5DA909E0E443CE40527349F6A74E8C7 height=25 module=state num_txs_res=14 num_val_updates=0
10:15AM INF executed block app_hash=766BEDAC36F11552A3FA694BCFF49201C5DA909E0E443CE40527349F6A74E8C7 height=25 module=state
10:15AM INF committed state block_app_hash=CD8400A3D5347E76805D4BEE94F5877DBF227A165601F63FC6EB0CC3A3937EFE height=25 module=state
10:15AM INF minted coins from module account amount=29747390utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847109 module=x/ibc/client
10:15AM INF created new capability module=ibc name=capabilities/ports/transfer/channels/channel-1
10:15AM INF claimed capability capability=3 module=transfer name=capabilities/ports/transfer/channels/channel-1
10:15AM INF channel state updated channel-id=channel-1 module=x/ibc/channel new-state=TRYOPEN port-id=transfer previous-state=NONE
10:15AM INF commit synced commit=436F6D6D697449447B5B3832203637203636203131302032333520323033203631203936203234392031313020313731203231352036352032303320313038203735203232352031383520323030203138312036322031323220313636203232372031313620313330203231352032323920363020343120313936203232315D3A31417D
10:15AM INF finalized block block_app_hash=5243426EEBCB3D60F96EABD741CB6C4BE1B9C8B53E7AA6E37482D7E53C29C4DD height=26 module=state num_txs_res=24 num_val_updates=1
10:15AM INF executed block app_hash=5243426EEBCB3D60F96EABD741CB6C4BE1B9C8B53E7AA6E37482D7E53C29C4DD height=26 module=state
10:15AM INF updates to validators module=state updates=9F6E7F3058CCEFD736FA8D6F1C2FE73726230678:2100007
10:15AM INF committed state block_app_hash=766BEDAC36F11552A3FA694BCFF49201C5DA909E0E443CE40527349F6A74E8C7 height=26 module=state
10:15AM INF minted coins from module account amount=59532505utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-10 height=1-12141210 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-10 height=1-12141210 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-11 height=1-49853347 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-11 height=1-49853347 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B353620313237203134352031303920313630203138203136342031333520323235203232312031302032333520373220323620313833203933203131342031333720313438203233332034362031313220313734203330203232302031363120313737203436203533203131322037382035305D3A31427D
10:15AM INF finalized block block_app_hash=387F916DA012A487E1DD0AEB481AB75D728994E92E70AE1EDCA1B12E35704E32 height=27 module=state num_txs_res=14 num_val_updates=0
10:15AM INF executed block app_hash=387F916DA012A487E1DD0AEB481AB75D728994E92E70AE1EDCA1B12E35704E32 height=27 module=state
10:15AM INF committed state block_app_hash=5243426EEBCB3D60F96EABD741CB6C4BE1B9C8B53E7AA6E37482D7E53C29C4DD height=27 module=state
10:15AM INF minted coins from module account amount=29997896utia from=mint module=x/bank
10:15AM INF connection state updated connection-id=connection-2 module=x/ibc/connection new-state=INIT previous-state=NONE
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847114 module=x/ibc/client
10:15AM INF channel state updated channel-id=channel-1 module=x/ibc/channel new-state=OPEN port-id=transfer previous-state=TRYOPEN
10:15AM INF commit synced commit=436F6D6D697449447B5B323036203235322032313820313539203234203120323432203630203138372034302031313420313037203933203139362031353120323720313233203234352031313620342032353420323331203336203237203232342031383320333920323038203134372031373520313138203135365D3A31437D
10:15AM INF finalized block block_app_hash=CEFCDA9F1801F23CBB28726B5DC4971B7BF57404FEE7241BE0B727D093AF769C height=28 module=state num_txs_res=11 num_val_updates=0
10:15AM INF executed block app_hash=CEFCDA9F1801F23CBB28726B5DC4971B7BF57404FEE7241BE0B727D093AF769C height=28 module=state
10:15AM INF committed state block_app_hash=387F916DA012A487E1DD0AEB481AB75D728994E92E70AE1EDCA1B12E35704E32 height=28 module=state
10:15AM INF minted coins from module account amount=29992722utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-10 height=1-12141214 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B343520313932203431203135302032323820393320383220393520323137203131322038203332203230342031353020313038203534203235342032333320313920323336203137322032313320323134203431203135342031362032353020313632203131392032333720313533203234355D3A31447D
10:15AM INF finalized block block_app_hash=2DC02996E45D525FD9700820CC966C36FEE913ECACD5D6299A10FAA277ED99F5 height=29 module=state num_txs_res=5 num_val_updates=1
10:15AM INF executed block app_hash=2DC02996E45D525FD9700820CC966C36FEE913ECACD5D6299A10FAA277ED99F5 height=29 module=state
10:15AM INF updates to validators module=state updates=CFB7445F2A7D7B68357BDA2358226ED26285E829:406898
10:15AM INF committed state block_app_hash=CEFCDA9F1801F23CBB28726B5DC4971B7BF57404FEE7241BE0B727D093AF769C height=29 module=state
10:15AM INF minted coins from module account amount=29972040utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B322034203232352032333520343920323134203234332031392031363520313438203131362031343520323339203138312036332031333320313730203231392039362031313520323535203932203936203539203234302031373420313030203131302033332032323420323235203134335D3A31457D
10:15AM INF finalized block block_app_hash=0204E1EB31D6F313A5947491EFB53F85AADB6073FF5C603BF0AE646E21E0E18F height=30 module=state num_txs_res=17 num_val_updates=0
10:15AM INF executed block app_hash=0204E1EB31D6F313A5947491EFB53F85AADB6073FF5C603BF0AE646E21E0E18F height=30 module=state
10:15AM INF committed state block_app_hash=2DC02996E45D525FD9700820CC966C36FEE913ECACD5D6299A10FAA277ED99F5 height=30 module=state
10:15AM INF minted coins from module account amount=30889184utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3136302031313420313931203132392032313120313032203133302031333520333320313333203834203620353220373720363720313137203131312032303720313120393720313336203730203936203231302031303920323133203231342031373620313236203133203130302036325D3A31467D
10:15AM INF finalized block block_app_hash=A072BF81D366828721855406344D43756FCF0B61884660D26DD5D6B07E0D643E height=31 module=state num_txs_res=38 num_val_updates=0
10:15AM INF executed block app_hash=A072BF81D366828721855406344D43756FCF0B61884660D26DD5D6B07E0D643E height=31 module=state
10:15AM INF committed state block_app_hash=0204E1EB31D6F313A5947491EFB53F85AADB6073FF5C603BF0AE646E21E0E18F height=31 module=state
10:15AM INF minted coins from module account amount=30062031utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-10 height=1-12141221 module=x/ibc/client
10:15AM INF connection state updated connection-id=connection-2 module=x/ibc/connection new-state=OPEN previous-state=INIT
10:15AM INF commit synced commit=436F6D6D697449447B5B333320313539203231382034382032333820323030203131362031303420383220393520313434203139312031353120343120313735203232382031333320313536203132312037342031333420313320333120313539203230372031383220362034362031333420343420323531203135365D3A32307D
10:15AM INF finalized block block_app_hash=219FDA30EEC87468525F90BF9729AFE4859C794A860D1F9FCFB6062E862CFB9C height=32 module=state num_txs_res=18 num_val_updates=0
10:15AM INF executed block app_hash=219FDA30EEC87468525F90BF9729AFE4859C794A860D1F9FCFB6062E862CFB9C height=32 module=state
10:15AM INF committed state block_app_hash=A072BF81D366828721855406344D43756FCF0B61884660D26DD5D6B07E0D643E height=32 module=state
10:15AM INF minted coins from module account amount=30276287utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B34203133322032303420323339203231203135352038312031323820313435203233312032313320373620313738203531203131322035302031323120333720313838203234302034302031323920313834203132372031313120393920343820313435203131392031323320313635203235325D3A32317D
10:15AM INF finalized block block_app_hash=0484CCEF159B518091E7D54CB23370327925BCF02881B87F6F633091777BA5FC height=33 module=state num_txs_res=20 num_val_updates=0
10:15AM INF executed block app_hash=0484CCEF159B518091E7D54CB23370327925BCF02881B87F6F633091777BA5FC height=33 module=state
10:15AM INF committed state block_app_hash=219FDA30EEC87468525F90BF9729AFE4859C794A860D1F9FCFB6062E862CFB9C height=33 module=state
10:15AM INF minted coins from module account amount=59270909utia from=mint module=x/bank
10:15AM INF created new capability module=ibc name=capabilities/ports/transfer/channels/channel-2
10:15AM INF claimed capability capability=4 module=transfer name=capabilities/ports/transfer/channels/channel-2
10:15AM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=INIT port-id=transfer previous-state=NONE
10:15AM INF commit synced commit=436F6D6D697449447B5B323134203933203134342031342039352034332034332037362039312031353120323235203234312032203235352035362033382035332036382031373420313137203138302038332031203334203134332031382035322038322037302031303420323234203134395D3A32327D
10:15AM INF finalized block block_app_hash=D65D900E5F2B2B4C5B97E1F102FF38263544AE75B45301228F1234524668E095 height=34 module=state num_txs_res=6 num_val_updates=0
10:15AM INF executed block app_hash=D65D900E5F2B2B4C5B97E1F102FF38263544AE75B45301228F1234524668E095 height=34 module=state
10:15AM INF committed state block_app_hash=0484CCEF159B518091E7D54CB23370327925BCF02881B87F6F633091777BA5FC height=34 module=state
10:15AM INF minted coins from module account amount=29886754utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3136203532203134352037382036203420323033203138362031323020373720343320323820323535203135203131203139352032343320363820313834203139332032313420393120333120323032203131203139362038392034362031393820313938203733203234355D3A32337D
10:15AM INF finalized block block_app_hash=1034914E0604CBBA784D2B1CFF0F0BC3F344B8C1D65B1FCA0BC4592EC6C649F5 height=35 module=state num_txs_res=3 num_val_updates=0
10:15AM INF executed block app_hash=1034914E0604CBBA784D2B1CFF0F0BC3F344B8C1D65B1FCA0BC4592EC6C649F5 height=35 module=state
10:15AM INF committed state block_app_hash=D65D900E5F2B2B4C5B97E1F102FF38263544AE75B45301228F1234524668E095 height=35 module=state
10:15AM INF minted coins from module account amount=30001008utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-10 height=1-12141232 module=x/ibc/client
10:15AM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=OPEN port-id=transfer previous-state=STATE_OPEN
10:15AM INF commit synced commit=436F6D6D697449447B5B363820323234203134322034382034312036352039392034332034382032392037352031303420313133203936203231203233322031313520323435203234392032312031313920323135203134342031303420313731203230372031303220313834203133332031363120313437203231315D3A32347D
10:15AM INF finalized block block_app_hash=44E08E302941632B301D4B68716015E873F5F91577D79068ABCF66B885A193D3 height=36 module=state num_txs_res=22 num_val_updates=2
10:15AM INF executed block app_hash=44E08E302941632B301D4B68716015E873F5F91577D79068ABCF66B885A193D3 height=36 module=state
10:15AM INF updates to validators module=state updates=6A8DAD92205EBA34B373E8F7D2A2D50060FFDB78:418900,26AD90306F366CB84A0ECB41E833CCFD2555BB39:1
10:15AM INF committed state block_app_hash=1034914E0604CBBA784D2B1CFF0F0BC3F344B8C1D65B1FCA0BC4592EC6C649F5 height=36 module=state
10:15AM INF minted coins from module account amount=30496395utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B383320313837203235352031303420323235203131342039322031203132352031343420323820313438203231362033342034382032313120313237203135203231302031303320323137203837203233382031313620313131203139203436203632203233372031353820313836203133385D3A32357D
10:15AM INF finalized block block_app_hash=53BBFF68E1725C017D901C94D82230D37F0FD267D957EE746F132E3EED9EBA8A height=37 module=state num_txs_res=18 num_val_updates=1
10:15AM INF executed block app_hash=53BBFF68E1725C017D901C94D82230D37F0FD267D957EE746F132E3EED9EBA8A height=37 module=state
10:15AM INF updates to validators module=state updates=05D2E22C1216CD30104BCDB6B122B1E7F1ACB5CD:3665386
10:15AM INF committed state block_app_hash=44E08E302941632B301D4B68716015E873F5F91577D79068ABCF66B885A193D3 height=37 module=state
10:15AM INF minted coins from module account amount=59317027utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B313630203237203134203732203638203137382031393720313036203137352031383420323432203831203133322032333920373820363320313336203132362036342035332039302031343120393820363920313337203138302036302031353720313433203137332035203230305D3A32367D
10:15AM INF finalized block block_app_hash=A01B0E4844B2C56AAFB8F25184EF4E3F887E40355A8D624589B43C9D8FAD05C8 height=38 module=state num_txs_res=7 num_val_updates=0
10:15AM INF executed block app_hash=A01B0E4844B2C56AAFB8F25184EF4E3F887E40355A8D624589B43C9D8FAD05C8 height=38 module=state
10:15AM INF committed state block_app_hash=53BBFF68E1725C017D901C94D82230D37F0FD267D957EE746F132E3EED9EBA8A height=38 module=state
10:15AM INF minted coins from module account amount=30187778utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B313335203436203130203332203335203932203231312035332034342035332032313020323437203136352034352035382031323620363420353820323232203230312031363320313537203135362034302033352031353620313232203135322038322032303520313837203131345D3A32377D
10:15AM INF finalized block block_app_hash=872E0A20235CD3352C35D2F7A52D3A7E403ADEC9A39D9C28239C7A9852CDBB72 height=39 module=state num_txs_res=6 num_val_updates=1
10:15AM INF executed block app_hash=872E0A20235CD3352C35D2F7A52D3A7E403ADEC9A39D9C28239C7A9852CDBB72 height=39 module=state
10:15AM INF updates to validators module=state updates=D2E7F99B568698441103D7C527E9D116F05C9999:34400
10:15AM INF committed state block_app_hash=A01B0E4844B2C56AAFB8F25184EF4E3F887E40355A8D624589B43C9D8FAD05C8 height=39 module=state
10:15AM INF minted coins from module account amount=30108224utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3133372031303420353420323334203138352036372032303320313331203130342034332032322031362031363120323020323331203132302032323720393320313639203236203536203235203232392031323620313639203137362032312031323220313538203233372032322034365D3A32387D
10:15AM INF finalized block block_app_hash=896836EAB943CB83682B1610A114E778E35DA91A3819E57EA9B0157A9EED162E height=40 module=state num_txs_res=5 num_val_updates=0
10:15AM INF executed block app_hash=896836EAB943CB83682B1610A114E778E35DA91A3819E57EA9B0157A9EED162E height=40 module=state
10:15AM INF committed state block_app_hash=872E0A20235CD3352C35D2F7A52D3A7E403ADEC9A39D9C28239C7A9852CDBB72 height=40 module=state
10:15AM INF minted coins from module account amount=30061959utia from=mint module=x/bank
10:15AM INF packet sent dst_channel=channel-125 dst_port=transfer module=x/ibc/channel sequence=1 src_channel=channel-1 src_port=transfer
10:15AM INF IBC fungible token transfer amount=1 module=x/ibc-transfer receiver=axelar16vmp7sz28pnvgz6f3zm6q93y39jsd33aszn9np sender=celestia14uyfxlv00lj0qhcwt7vms2rsf7kxuld792fzq3 token=utia
10:15AM INF commit synced commit=436F6D6D697449447B5B3139342031373320323331203335203435203634203331203634203633203230332032333020313331203235203634203233342032323220313420313837203233203439203130392031373420323435203133372031343520323532203535203536203232362031303720323237203131375D3A32397D
10:15AM INF finalized block block_app_hash=C2ADE7232D401F403FCBE6831940EADE0EBB17316DAEF58991FC3738E26BE375 height=41 module=state num_txs_res=22 num_val_updates=0
10:15AM INF executed block app_hash=C2ADE7232D401F403FCBE6831940EADE0EBB17316DAEF58991FC3738E26BE375 height=41 module=state
10:15AM INF committed state block_app_hash=896836EAB943CB83682B1610A114E778E35DA91A3819E57EA9B0157A9EED162E height=41 module=state
10:15AM INF minted coins from module account amount=30026389utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3133372035372036382031333220373120343520313530203137322032303620313235203231302032343220313535203137203133362032303820313033203139322031363920363920333720313620313431203136362031383420393620362035203738203138312031312031335D3A32417D
10:15AM INF finalized block block_app_hash=89394484472D96ACCE7DD2F29B1188D067C0A94525108DA6B86006054EB50B0D height=42 module=state num_txs_res=20 num_val_updates=1
10:15AM INF executed block app_hash=89394484472D96ACCE7DD2F29B1188D067C0A94525108DA6B86006054EB50B0D height=42 module=state
10:15AM INF updates to validators module=state updates=DE94F351C3DFC59B173BB72BAC4534D237D2E895:404120
10:15AM INF committed state block_app_hash=C2ADE7232D401F403FCBE6831940EADE0EBB17316DAEF58991FC3738E26BE375 height=42 module=state
10:15AM INF minted coins from module account amount=29974256utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-12 height=1-49853583 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-12 height=1-49853583 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B3132203136352039372037352035362031362032343320313639203232342031343020313820313720313636203138342032333020313834203235332031343220313634203137372037352031343520313835203135203134203134382031363720313237203139372038302032312038345D3A32427D
10:15AM INF finalized block block_app_hash=0CA5614B3810F3A9E08C1211A6B8E6B8FD8EA4B14B91B90F0E94A77FC5501554 height=43 module=state num_txs_res=30 num_val_updates=1
10:15AM INF executed block app_hash=0CA5614B3810F3A9E08C1211A6B8E6B8FD8EA4B14B91B90F0E94A77FC5501554 height=43 module=state
10:15AM INF updates to validators module=state updates=DE94F351C3DFC59B173BB72BAC4534D237D2E895:404377
10:15AM INF committed state block_app_hash=89394484472D96ACCE7DD2F29B1188D067C0A94525108DA6B86006054EB50B0D height=43 module=state
10:15AM INF minted coins from module account amount=29817392utia from=mint module=x/bank
10:15AM INF client state updated client-id=07-tendermint-9 height=1-9847148 module=x/ibc/client
10:15AM INF packet acknowledged dst_channel=channel-125 dst_port=transfer module=x/ibc/channel sequence=1 src_channel=channel-1 src_port=transfer
10:15AM INF commit synced commit=436F6D6D697449447B5B3231322031363320383820313836203131322039302032353320313820343220323132203231203739203139332031313520313331203133352031333920323139203132392031352032303720363520323136203137332031303020343820333220313030203435203337203835203233335D3A32437D
10:15AM INF finalized block block_app_hash=D4A358BA705AFD122AD4154FC17383878BDB810FCF41D8AD643020642D2555E9 height=44 module=state num_txs_res=34 num_val_updates=0
10:15AM INF executed block app_hash=D4A358BA705AFD122AD4154FC17383878BDB810FCF41D8AD643020642D2555E9 height=44 module=state
10:15AM INF committed state block_app_hash=0CA5614B3810F3A9E08C1211A6B8E6B8FD8EA4B14B91B90F0E94A77FC5501554 height=44 module=state
10:15AM INF minted coins from module account amount=30502251utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B313620383220313939203332203234382032333520313720313933203138362032343020383420343720313430203235203836203233322036302032353520323138203133302031383820323434203335203233203132322031383620323133203838203520323033203136322036385D3A32447D
10:15AM INF finalized block block_app_hash=1052C720F8EB11C1BAF0542F8C1956E83CFFDA82BCF423177ABAD55805CBA244 height=45 module=state num_txs_res=23 num_val_updates=2
10:15AM INF executed block app_hash=1052C720F8EB11C1BAF0542F8C1956E83CFFDA82BCF423177ABAD55805CBA244 height=45 module=state
10:15AM INF updates to validators module=state updates=05D2E22C1216CD30104BCDB6B122B1E7F1ACB5CD:3738719,DE94F351C3DFC59B173BB72BAC4534D237D2E895:404427
10:15AM INF committed state block_app_hash=D4A358BA705AFD122AD4154FC17383878BDB810FCF41D8AD643020642D2555E9 height=45 module=state
10:15AM INF minted coins from module account amount=29854712utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B313233203233352032323220323334203138352032323020393120373320313837203434203532203233382031372031313920383420323231203136312032333120313535203134362032323820313232203134352031393020313120393320343920313138203238203235312035302034325D3A32457D
10:15AM INF finalized block block_app_hash=7BEBDEEAB9DC5B49BB2C34EE117754DDA1E79B92E47A91BE0B5D31761CFB322A height=46 module=state num_txs_res=34 num_val_updates=0
10:15AM INF executed block app_hash=7BEBDEEAB9DC5B49BB2C34EE117754DDA1E79B92E47A91BE0B5D31761CFB322A height=46 module=state
10:15AM INF committed state block_app_hash=1052C720F8EB11C1BAF0542F8C1956E83CFFDA82BCF423177ABAD55805CBA244 height=46 module=state
10:15AM INF minted coins from module account amount=29850826utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B353620313232203134352032303720313931203237203131352031303520343120312031313920333820313634203231392037342034302035382032343720313232203932203133362035372032323420323233203130342031323920313132203131342031363520373220323131203132345D3A32467D
10:15AM INF finalized block block_app_hash=387A91CFBF1B736929017726A4DB4A283AF77A5C8839E0DF68817072A548D37C height=47 module=state num_txs_res=49 num_val_updates=0
10:15AM INF executed block app_hash=387A91CFBF1B736929017726A4DB4A283AF77A5C8839E0DF68817072A548D37C height=47 module=state
10:15AM INF committed state block_app_hash=7BEBDEEAB9DC5B49BB2C34EE117754DDA1E79B92E47A91BE0B5D31761CFB322A height=47 module=state
10:15AM INF minted coins from module account amount=59230102utia from=mint module=x/bank
10:15AM INF client created at height client-id=07-tendermint-13 height=1-49853667 module=x/ibc/client
10:15AM INF client created at height client-id=07-tendermint-13 height=1-49853667 module=x/ibc/client
10:15AM INF commit synced commit=436F6D6D697449447B5B353020323431203134362032303120313538203333203232392034352031353020313132203436203134312031323720313031203233342031382033312032333420323330203536203137322031343320323238203234372031303620313932203430203135362031303720343820323534203235355D3A33307D
10:15AM INF finalized block block_app_hash=32F192C99E21E52D96702E8D7F65EA121FEAE638AC8FE4F76AC0289C6B30FEFF height=48 module=state num_txs_res=21 num_val_updates=0
10:15AM INF executed block app_hash=32F192C99E21E52D96702E8D7F65EA121FEAE638AC8FE4F76AC0289C6B30FEFF height=48 module=state
10:15AM INF committed state block_app_hash=387A91CFBF1B736929017726A4DB4A283AF77A5C8839E0DF68817072A548D37C height=48 module=state
10:15AM INF minted coins from module account amount=29687943utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B34203336203731203336203431203132302031353020313536203136312039332031382031383020323039203938203134332031393820393020313030203731203637203133312037362032323520393920323431203137372032333320323332203139342037342031383120385D3A33317D
10:15AM INF finalized block block_app_hash=042447242978969CA15D12B4D1628FC65A644743834CE163F1B1E9E8C24AB508 height=49 module=state num_txs_res=22 num_val_updates=0
10:15AM INF executed block app_hash=042447242978969CA15D12B4D1628FC65A644743834CE163F1B1E9E8C24AB508 height=49 module=state
10:15AM INF committed state block_app_hash=32F192C99E21E52D96702E8D7F65EA121FEAE638AC8FE4F76AC0289C6B30FEFF height=49 module=state
10:15AM INF minted coins from module account amount=29684926utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B363620323236203233302031373720323720373620323335203333203131302031373520323534203020333920353720313032203932203232392032343620332036382035352032323520323332203620323338203130332031332032343020323120312038203138355D3A33327D
10:15AM INF finalized block block_app_hash=42E2E6B11B4CEB216EAFFE002739665CE5F6034437E1E806EE670DF0150108B9 height=50 module=state num_txs_res=22 num_val_updates=0
10:15AM INF executed block app_hash=42E2E6B11B4CEB216EAFFE002739665CE5F6034437E1E806EE670DF0150108B9 height=50 module=state
10:15AM INF committed state block_app_hash=042447242978969CA15D12B4D1628FC65A644743834CE163F1B1E9E8C24AB508 height=50 module=state
10:15AM INF minted coins from module account amount=30349644utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3137322031373620312031362033372032392031383220323138203938203236203132203834203234372035322033352032333020313320313033203235352032392031393520323432203234392039332031323720323039203133203138342031393420323533203133352033395D3A33337D
10:15AM INF finalized block block_app_hash=ACB00110251DB6DA621A0C54F73423E60D67FF1DC3F2F95D7FD10DB8C2FD8727 height=51 module=state num_txs_res=24 num_val_updates=2
10:15AM INF executed block app_hash=ACB00110251DB6DA621A0C54F73423E60D67FF1DC3F2F95D7FD10DB8C2FD8727 height=51 module=state
10:15AM INF updates to validators module=state updates=CBFB913FC967932260667909727676760FA8FA24:100,A10B7426B1510FF95507426C6125E8F1FEE72185:1
10:15AM INF committed state block_app_hash=42E2E6B11B4CEB216EAFFE002739665CE5F6034437E1E806EE670DF0150108B9 height=51 module=state
10:15AM INF minted coins from module account amount=30759992utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3131302031323320383720313132203839203538203635203339203436203130392031323920323038203134312031353920323232203136362031313820313937203833203920323232203131302031342031333820313030203938203231342032313920343120313631203439203137375D3A33347D
10:15AM INF finalized block block_app_hash=6E7B5770593A41272E6D81D08D9FDEA676C55309DE6E0E8A6462D6DB29A131B1 height=52 module=state num_txs_res=13 num_val_updates=0
10:15AM INF executed block app_hash=6E7B5770593A41272E6D81D08D9FDEA676C55309DE6E0E8A6462D6DB29A131B1 height=52 module=state
10:15AM INF committed state block_app_hash=ACB00110251DB6DA621A0C54F73423E60D67FF1DC3F2F95D7FD10DB8C2FD8727 height=52 module=state
10:15AM INF minted coins from module account amount=30037227utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3130203134332031323420313735203436203835203232312032313420313538203137302031323620323139203131203231332032312032382039312031322031303520383120373620323131203134203134342031383620323320313238203431203832203730203135382033305D3A33357D
10:15AM INF finalized block block_app_hash=0A8F7CAF2E55DDD69EAA7EDB0BD5151C5B0C69514CD30E90BA17802952469E1E height=53 module=state num_txs_res=17 num_val_updates=0
10:15AM INF executed block app_hash=0A8F7CAF2E55DDD69EAA7EDB0BD5151C5B0C69514CD30E90BA17802952469E1E height=53 module=state
10:15AM INF committed state block_app_hash=6E7B5770593A41272E6D81D08D9FDEA676C55309DE6E0E8A6462D6DB29A131B1 height=53 module=state
10:15AM INF minted coins from module account amount=29968245utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B31313120313635203230392031343620363820383320353020343820313337203231312033382031363820313935203232362031373120323337203937203634203631203132362032343420313130203139372031323520313933203234342031333720313135203437203131392031382038365D3A33367D
10:15AM INF finalized block block_app_hash=6FA5D1924453323089D326A8C3E2ABED61403D7EF46EC57DC1F489732F771256 height=54 module=state num_txs_res=38 num_val_updates=1
10:15AM INF executed block app_hash=6FA5D1924453323089D326A8C3E2ABED61403D7EF46EC57DC1F489732F771256 height=54 module=state
10:15AM INF updates to validators module=state updates=D291511283BEE9A7B91BD222E40F09A74D4AF558:9382
10:15AM INF committed state block_app_hash=0A8F7CAF2E55DDD69EAA7EDB0BD5151C5B0C69514CD30E90BA17802952469E1E height=54 module=state
10:15AM INF minted coins from module account amount=30117309utia from=mint module=x/bank
10:15AM INF commit synced commit=436F6D6D697449447B5B3634203133332032313620373920343220313834203133203139322038392032333020343820313736203135203337203130382032353520323331203234392032332031313120323031203232332032333620313337203133203133312031352031383320323037203137203838203138365D3A33377D
10:15AM INF finalized block block_app_hash=4085D84F2AB80DC059E630B00F256CFFE7F9176FC9DFEC890D830FB7CF1158BA height=55 module=state num_txs_res=6 num_val_updates=0
10:15AM INF executed block app_hash=4085D84F2AB80DC059E630B00F256CFFE7F9176FC9DFEC890D830FB7CF1158BA height=55 module=state
10:15AM INF committed state block_app_hash=6FA5D1924453323089D326A8C3E2ABED61403D7EF46EC57DC1F489732F771256 height=55 module=state
10:15AM INF minted coins from module account amount=29835827utia from=mint module=x/bank
10:15AM INF packet sent dst_channel=channel-6994 dst_port=transfer module=x/ibc/channel sequence=1 src_channel=channel-2 src_port=transfer
10:15AM INF IBC fungible token transfer amount=12345 module=x/ibc-transfer receiver=osmo12aeyaxq699k3f4d3733dl5pstw0ulplkjw69q7 sender=celestia16m48j88mlw2smhc8nyurznt4jl9nqgyqegz3da token=utia

@Arya-A-Nair Arya-A-Nair marked this pull request as ready for review May 18, 2025 04:46
@Arya-A-Nair
Copy link
Contributor Author

Command - ./scripts/block-sync.sh --network arabica

celestia-app home: /Users/aryanair/.celestia-app
celestia-app version: b1d78f9c

Are you sure you want to delete: /Users/aryanair/.celestia-app? [y/n] y
Deleting /Users/aryanair/.celestia-app...
Initializing config files...
Setting seeds in config.toml...
Downloading genesis file...
Starting celestia-appd...
10:17AM INF initializing multiplexer app_version=1 chain_id=arabica-11 module=server
10:17AM INF initialized remote app client address=127.0.0.1:36658 module=server
10:17AM INF starting comet node module=server
10:17AM INF Since the chainID is arabica-11, configuring the default v2 upgrade height to 1751707
10:17AM INF starting ABCI without Tendermint
10:17AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:17AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:17AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:17AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:17AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:17AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:17AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:17AM INF starting API server... module=api-server
10:17AM INF serve module=api-server msg={}
10:17AM INF service start impl=ABCIServer module=abci-server msg={}
10:17AM INF Listening addr=0.0.0.0:36658 module=abci-server proto=tcp
10:17AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=3.10.0-arabica
10:17AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
10:17AM INF mounting KV stores for app version 1
10:17AM INF initializing blockchain state from genesis.json
10:17AM INF asserting crisis invariants inv=1/11 module=x/crisis name=bank/nonnegative-outstanding
10:17AM INF asserting crisis invariants inv=2/11 module=x/crisis name=bank/total-supply
10:17AM INF asserting crisis invariants inv=3/11 module=x/crisis name=gov/module-account
10:17AM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/nonnegative-outstanding
10:17AM INF asserting crisis invariants inv=5/11 module=x/crisis name=distribution/can-withdraw
10:17AM INF asserting crisis invariants inv=6/11 module=x/crisis name=distribution/reference-count
10:17AM INF asserting crisis invariants inv=7/11 module=x/crisis name=distribution/module-account
10:17AM INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/module-accounts
10:17AM INF asserting crisis invariants inv=9/11 module=x/crisis name=staking/nonnegative-power
10:17AM INF asserting crisis invariants inv=10/11 module=x/crisis name=staking/positive-delegation
10:17AM INF asserting crisis invariants inv=11/11 module=x/crisis name=staking/delegator-shares
10:17AM INF asserted all invariants duration=1.125625 height=0 module=x/crisis
10:17AM INF created new capability module=ibc name=ports/transfer
10:17AM INF port binded module=x/ibc/port port=transfer
10:17AM INF claimed capability capability=1 module=transfer name=ports/transfer
10:17AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 appHeight=0 module=consensus
10:17AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.17
10:17AM INF This node is not a validator addr=3D471EEF1FDDF982370C5CE76FC571865CDDE3FB module=consensus pubKey=PubKeyEd25519{D8E2C70A3A14EEF882D28A7F3AE6A21E3AE3124FE10D3CD81624D3E9A357AF79}
10:17AM INF P2P Node ID ID=ac44cecfd752edde564bb90a44ead1b34d1dd37f file=/Users/aryanair/.celestia-app/config/node_key.json module=p2p
10:17AM INF Adding persistent peers addrs=[] module=p2p
10:17AM INF Adding unconditional peer ids ids=[] module=p2p
10:17AM INF Add our address to book [email protected]:26656 book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:17AM INF service start impl=Node module=server msg="Starting Node service"
10:17AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:17AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:17AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:17AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:17AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:17AM INF service start book=/Users/aryanair/.celestia-app/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:17AM INF service start impl=Mempool module=server msg="Starting Mempool service"
10:17AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:17AM INF No addresses to dial. Falling back to seeds module=pex
10:17AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:17AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:17AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:17AM INF Reactor  module=consensus waitSync=true
10:17AM INF Saving AddrBook to file book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p size=0
10:17AM INF service start impl="Peer{MConn{51.159.113.163:26656} 827583022cc6ce65cf762115642258f937c954cd out}" module=p2p msg="Starting Peer service" [email protected]:26656
10:17AM INF service start impl=MConn{51.159.113.163:26656} module=p2p msg="Starting MConnection service" [email protected]:26656
10:17AM INF commit synced commit=436F6D6D697449447B5B363420313434203134312031333520313734203339203139332031393420392036332032303720313136203231392031393420313635203132382031383820383020393620333320333620323339203136372032352037342031333820313630203132302035322031333720313233203234335D3A317D
10:17AM INF finalized block block_app_hash=40908D87AE27C1C2093FCF74DBC2A580BC50602124EFA7194A8AA07834897BF3 height=1 module=state num_txs_res=0 num_val_updates=0
10:17AM INF executed block app_hash=40908D87AE27C1C2093FCF74DBC2A580BC50602124EFA7194A8AA07834897BF3 height=1 module=state
10:17AM INF committed state block_app_hash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 height=1 module=state
10:17AM INF minted coins from module account amount=55395099utia from=mint module=x/bank
10:17AM INF commit synced commit=436F6D6D697449447B5B31333820313437203936203630203231322031333920323220313635203134312031393120313235203234302031363920363120313730203232372032332031303320313133203920383720323030203434203439203135332031353520313533203137352031333020353620313831203137325D3A327D
10:17AM INF finalized block block_app_hash=8A93603CD48B16A58DBF7DF0A93DAAE31767710957C82C31999B99AF8238B5AC height=2 module=state num_txs_res=0 num_val_updates=0
10:17AM INF executed block app_hash=8A93603CD48B16A58DBF7DF0A93DAAE31767710957C82C31999B99AF8238B5AC height=2 module=state
10:17AM INF committed state block_app_hash=40908D87AE27C1C2093FCF74DBC2A580BC50602124EFA7194A8AA07834897BF3 height=2 module=state
10:17AM INF minted coins from module account amount=27925120utia from=mint module=x/bank
10:17AM INF commit synced commit=436F6D6D697449447B5B342032313620323231203232362033302031393420363720323230203232372031373920313238203630203132392032353020313332203137352037322031312033312031353520313735203131332031353320313432203139372031353020313430203235322031363220313132203136322031315D3A337D
10:17AM INF finalized block block_app_hash=04D8DDE21EC243DCE3B3803C81FA84AF480B1F9BAF71998EC5968CFCA270A20B height=3 module=state num_txs_res=0 num_val_updates=0
10:17AM INF executed block app_hash=04D8DDE21EC243DCE3B3803C81FA84AF480B1F9BAF71998EC5968CFCA270A20B height=3 module=state
10:17AM INF committed state block_app_hash=8A93603CD48B16A58DBF7DF0A93DAAE31767710957C82C31999B99AF8238B5AC height=3 module=state
10:17AM INF minted coins from module account amount=27936393utia from=mint module=x/bank
10:17AM INF commit synced commit=436F6D6D697449447B5B3136392031313820323430203133352032333020313836203234362037332031303620313330203230342031373020323233203520313339203536203834203320313533203733203130382036332031323220313133203130382032333020323431203737203233203631203132392032355D3A347D

@Arya-A-Nair
Copy link
Contributor Author

Command - ./scripts/block-sync.sh --network mocha

celestia-app home: /Users/aryanair/.celestia-app
celestia-app version: b1d78f9c

Are you sure you want to delete: /Users/aryanair/.celestia-app? [y/n] y
Deleting /Users/aryanair/.celestia-app...
Initializing config files...
Setting seeds in config.toml...
Downloading genesis file...
Starting celestia-appd...
10:21AM INF initializing multiplexer app_version=1 chain_id=mocha-4 module=server
10:21AM INF initialized remote app client address=127.0.0.1:36658 module=server
10:21AM INF starting comet node module=server
10:21AM INF Since the chainID is mocha-4, configuring the default v2 upgrade height to 2585031
10:21AM INF starting ABCI without Tendermint
10:21AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:21AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:21AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:21AM INF starting API server... module=api-server
10:21AM INF serve module=api-server msg={}
10:21AM INF service start impl=ABCIServer module=abci-server msg={}
10:21AM INF Listening addr=0.0.0.0:36658 module=abci-server proto=tcp
10:21AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=3.10.0-arabica
10:21AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
10:21AM INF mounting KV stores for app version 1
10:21AM INF initializing blockchain state from genesis.json
10:21AM INF asserting crisis invariants inv=1/11 module=x/crisis name=bank/nonnegative-outstanding
10:21AM INF asserting crisis invariants inv=2/11 module=x/crisis name=bank/total-supply
10:21AM INF asserting crisis invariants inv=3/11 module=x/crisis name=gov/module-account
10:21AM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/nonnegative-outstanding
10:21AM INF asserting crisis invariants inv=5/11 module=x/crisis name=distribution/can-withdraw
10:21AM INF asserting crisis invariants inv=6/11 module=x/crisis name=distribution/reference-count
10:21AM INF asserting crisis invariants inv=7/11 module=x/crisis name=distribution/module-account
10:21AM INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/module-accounts
10:21AM INF asserting crisis invariants inv=9/11 module=x/crisis name=staking/nonnegative-power
10:21AM INF asserting crisis invariants inv=10/11 module=x/crisis name=staking/positive-delegation
10:21AM INF asserting crisis invariants inv=11/11 module=x/crisis name=staking/delegator-shares
10:21AM INF asserted all invariants duration=122.130333 height=0 module=x/crisis
10:21AM INF created new capability module=ibc name=ports/transfer
10:21AM INF port binded module=x/ibc/port port=transfer
10:21AM INF claimed capability capability=1 module=transfer name=ports/transfer
10:21AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 appHeight=0 module=consensus
10:21AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.17
10:21AM INF This node is not a validator addr=9F0A608C4F6B553C5BB76ABE5EBE00417A4BE556 module=consensus pubKey=PubKeyEd25519{CDB9BC72259576641EEE9591D7673CD3E6462599FA3CCE4497BBBC6E1FD204C8}
10:21AM INF P2P Node ID ID=39622ccdc1f682531e19c4440192f689e162a014 file=/Users/aryanair/.celestia-app/config/node_key.json module=p2p
10:21AM INF Adding persistent peers addrs=[] module=p2p
10:21AM INF Adding unconditional peer ids ids=[] module=p2p
10:21AM INF Add our address to book [email protected]:26656 book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:21AM INF service start impl=Node module=server msg="Starting Node service"
10:21AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:21AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:21AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:21AM INF service start book=/Users/aryanair/.celestia-app/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:21AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:21AM ERR Connecting to seed failed err="error looking up host (celest-test-seed.theamsolutions.info): lookup celest-test-seed.theamsolutions.info: no such host" module=pex
10:21AM INF service start impl=Mempool module=server msg="Starting Mempool service"
10:21AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:21AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:21AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:21AM INF No addresses to dial. Falling back to seeds module=pex
10:21AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:21AM INF Reactor  module=consensus waitSync=true
10:21AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:21AM INF Saving AddrBook to file book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p size=0
10:21AM INF service start impl="Peer{MConn{65.108.75.179:11656} 5d0bf034d6e6a8b5ee31a2f42f753f1107b3a00e out}" module=p2p msg="Starting Peer service" [email protected]:11656
10:21AM INF service start impl=MConn{65.108.75.179:11656} module=p2p msg="Starting MConnection service" [email protected]:11656
10:21AM INF Connection is closed @ recvRoutine (likely by the other side) conn=MConn{65.108.75.179:11656} module=p2p [email protected]:11656
10:21AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
10:21AM INF service stop impl=MConn{65.108.75.179:11656} module=p2p msg="Stopping MConnection service" [email protected]:11656
10:21AM ERR Stopping peer for error err=EOF module=p2p peer="Peer{MConn{65.108.75.179:11656} 5d0bf034d6e6a8b5ee31a2f42f753f1107b3a00e out}"
10:21AM INF service stop impl="Peer{MConn{65.108.75.179:11656} 5d0bf034d6e6a8b5ee31a2f42f753f1107b3a00e out}" module=p2p msg="Stopping Peer service" [email protected]:11656
10:21AM INF service start impl="Peer{MConn{51.159.172.25:26656} 8c9495ed9a7e07383c7f3654ec9f2dcdb6443c22 out}" module=p2p msg="Starting Peer service" [email protected]:26656
10:21AM INF service start impl=MConn{51.159.172.25:26656} module=p2p msg="Starting MConnection service" [email protected]:26656
10:22AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
10:22AM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{51.159.172.25:26656} 8c9495ed9a7e07383c7f3654ec9f2dcdb6443c22 out}"
10:22AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
10:22AM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{51.159.172.25:26656} 8c9495ed9a7e07383c7f3654ec9f2dcdb6443c22 out}"
10:22AM INF service start impl="Peer{MConn{169.155.169.214:36656} 1feea4b8b29d6bb9c51dc29d0f2029db06b7219c out}" module=p2p msg="Starting Peer service" [email protected]:36656
10:22AM INF service start impl=MConn{169.155.169.214:36656} module=p2p msg="Starting MConnection service" [email protected]:36656
10:22AM INF service start impl="Peer{MConn{46.4.80.48:11556} 11c7d8202099bf2fad4b6bebb8629e2aa7d672c1 out}" module=p2p msg="Starting Peer service" [email protected]:11556
10:22AM INF service start impl=MConn{46.4.80.48:11556} module=p2p msg="Starting MConnection service" [email protected]:11556
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF service start impl="Peer{MConn{95.216.223.149:26656} 83599173e49c6b0448074b67bc68d2da28722ebd out}" module=p2p msg="Starting Peer service" [email protected]:26656
10:22AM INF service start impl=MConn{95.216.223.149:26656} module=p2p msg="Starting MConnection service" [email protected]:26656
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF new bucket is full, expiring new book=/Users/aryanair/.celestia-app/config/addrbook.json module=p2p
10:22AM INF commit synced commit=436F6D6D697449447B5B3135372033352036312032323720393620323720323035203233322037352032343820313436203132342031333720313234203132392032353420353820323231203134332031343220313236203138342031313320333020323134203133312032303820383620393920313438203232203138385D3A317D
10:22AM INF finalized block block_app_hash=9D233DE3601BCDE84BF8927C897C81FE3ADD8F8E7EB8711ED683D056639416BC height=1 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=9D233DE3601BCDE84BF8927C897C81FE3ADD8F8E7EB8711ED683D056639416BC height=1 module=state
10:22AM INF committed state block_app_hash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 height=1 module=state
10:22AM INF minted coins from module account amount=16161406137utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B36322031313720313839203130322037352032303020313936203138322032313020342031303520363320313630203431203230352031353820323434203020313532203220313220383120313831203235312031333920323230203834203133203434203134352036342032305D3A327D
10:22AM INF finalized block block_app_hash=3E75BD664BC8C4B6D204693FA029CD9EF40098020C51B5FB8BDC540D2C914014 height=2 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=3E75BD664BC8C4B6D204693FA029CD9EF40098020C51B5FB8BDC540D2C914014 height=2 module=state
10:22AM INF committed state block_app_hash=9D233DE3601BCDE84BF8927C897C81FE3ADD8F8E7EB8711ED683D056639416BC height=2 module=state
10:22AM INF minted coins from module account amount=29934259utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3133322031323020323220313537203130352032322032343520313534203232382031323520313332203130382032303420363120323133203833203431203139203737203130372032303320313437203132352032323320373920353020323039203133352031393820313320323435203136305D3A337D
10:22AM INF finalized block block_app_hash=8478169D6916F59AE47D846CCC3DD55329134D6BCB937DDF4F32D187C60DF5A0 height=3 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=8478169D6916F59AE47D846CCC3DD55329134D6BCB937DDF4F32D187C60DF5A0 height=3 module=state
10:22AM INF committed state block_app_hash=3E75BD664BC8C4B6D204693FA029CD9EF40098020C51B5FB8BDC540D2C914014 height=3 module=state
10:22AM INF minted coins from module account amount=29895974utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3920313832203132372032323520313635203138372031373620323530203820313532203230322031383620313230203834203131312034322033352035312031373720313037203833203233342037203230392031363820323530203234342038372032343720323239203532203132385D3A347D
10:22AM INF finalized block block_app_hash=09B67FE1A5BBB0FA0898CABA78546F2A2333B16B53EA07D1A8FAF457F7E53480 height=4 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=09B67FE1A5BBB0FA0898CABA78546F2A2333B16B53EA07D1A8FAF457F7E53480 height=4 module=state
10:22AM INF committed state block_app_hash=8478169D6916F59AE47D846CCC3DD55329134D6BCB937DDF4F32D187C60DF5A0 height=4 module=state
10:22AM INF minted coins from module account amount=29910198utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3937203933203132322036203420313538203131372038302039322031363020343620393020323620323720323436203020323434203235203131392032313920313535203233312032343920313633203138392037382038392031313820323431203735203531203131355D3A357D
10:22AM INF finalized block block_app_hash=615D7A06049E75505CA02E5A1A1BF600F41977DB9BE7F9A3BD4E5976F14B3373 height=5 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=615D7A06049E75505CA02E5A1A1BF600F41977DB9BE7F9A3BD4E5976F14B3373 height=5 module=state
10:22AM INF committed state block_app_hash=09B67FE1A5BBB0FA0898CABA78546F2A2333B16B53EA07D1A8FAF457F7E53480 height=5 module=state
10:22AM INF minted coins from module account amount=29919835utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B313731203130372031373020323332203937203234302032313620333420313336203436203232352036362037352031302037332039392034332031303020313939203233392032303920323620343920313637203633203238203531203234372031363920313030203339203232335D3A367D
10:22AM INF finalized block block_app_hash=AB6BAAE861F0D822882EE1424B0A49632B64C7EFD11A31A73F1C33F7A96427DF height=6 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=AB6BAAE861F0D822882EE1424B0A49632B64C7EFD11A31A73F1C33F7A96427DF height=6 module=state
10:22AM INF committed state block_app_hash=615D7A06049E75505CA02E5A1A1BF600F41977DB9BE7F9A3BD4E5976F14B3373 height=6 module=state
10:22AM INF minted coins from module account amount=29930621utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B323035203331203232392032353120313137203137332032313220313732203135392031333420323139203232332032203136352031313120313135203135332034392039312031323820313430203132322033362032313520323520313636203135312033362031343920323333203136392033385D3A377D
10:22AM INF finalized block block_app_hash=CD1FE5FB75ADD4AC9F86DBDF02A56F7399315B808C7A24D719A6972495E9A926 height=7 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=CD1FE5FB75ADD4AC9F86DBDF02A56F7399315B808C7A24D719A6972495E9A926 height=7 module=state
10:22AM INF committed state block_app_hash=AB6BAAE861F0D822882EE1424B0A49632B64C7EFD11A31A73F1C33F7A96427DF height=7 module=state
10:22AM INF minted coins from module account amount=29934127utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B313920313120313737203430203233342034382035372037352033203232362031303820323334203134332031343920313739203332203131203231342032353020313030203133203234322032333120323034203233332031393320343820313837203135382031393420323235203234385D3A387D
10:22AM INF finalized block block_app_hash=130BB128EA30394B03E26CEA8F95B3200BD6FA640DF2E7CCE9C130BB9EC2E1F8 height=8 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=130BB128EA30394B03E26CEA8F95B3200BD6FA640DF2E7CCE9C130BB9EC2E1F8 height=8 module=state
10:22AM INF committed state block_app_hash=CD1FE5FB75ADD4AC9F86DBDF02A56F7399315B808C7A24D719A6972495E9A926 height=8 module=state
10:22AM INF minted coins from module account amount=29928287utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3137342032353320313639203130203230382031353420323034203235342039312031393920382032313120333420313932203231332036322035362032323120383420353620313432203432203231372031313220323038203135302031313420323231203438203331203739203130325D3A397D
10:22AM INF finalized block block_app_hash=AEFDA90AD09ACCFE5BC708D322C0D53E38DD54388E2AD970D09672DD301F4F66 height=9 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=AEFDA90AD09ACCFE5BC708D322C0D53E38DD54388E2AD970D09672DD301F4F66 height=9 module=state
10:22AM INF committed state block_app_hash=130BB128EA30394B03E26CEA8F95B3200BD6FA640DF2E7CCE9C130BB9EC2E1F8 height=9 module=state
10:22AM INF minted coins from module account amount=29916382utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B323130203533203137332031392032303920353620323237203235302031313520343320323037203133302031323820313839203132372037392035312032313920323238203138322038332032343420313132203733203533203835203630203133352032333420313431203931203134345D3A417D
10:22AM INF finalized block block_app_hash=D235AD13D138E3FA732BCF8280BD7F4F33DBE4B653F4704935553C87EA8D5B90 height=10 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=D235AD13D138E3FA732BCF8280BD7F4F33DBE4B653F4704935553C87EA8D5B90 height=10 module=state
10:22AM INF committed state block_app_hash=AEFDA90AD09ACCFE5BC708D322C0D53E38DD54388E2AD970D09672DD301F4F66 height=10 module=state
10:22AM INF minted coins from module account amount=29901449utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3234312031303520323139203836203520313039203135342032302039203234312031363720323137203231352032382032352033322033322036392031383020313833203132342031383420323338203838203234392031383420323330203130392032323320313237203430203235355D3A427D
10:22AM INF finalized block block_app_hash=F169DB56056D9A1409F1A7D9D71C19202045B4B77CB8EE58F9B8E66DDF7F28FF height=11 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=F169DB56056D9A1409F1A7D9D71C19202045B4B77CB8EE58F9B8E66DDF7F28FF height=11 module=state
10:22AM INF committed state block_app_hash=D235AD13D138E3FA732BCF8280BD7F4F33DBE4B653F4704935553C87EA8D5B90 height=11 module=state
10:22AM INF minted coins from module account amount=29928658utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3834203938203132342036352031333720353020313433203136342032313920313634203130332032333420333520313620333620323431203139312031313420383220313336203634203132382031393220313438203139392031382031313720393320363920313634203133382034335D3A437D
10:22AM INF finalized block block_app_hash=54627C4189328FA4DBA467EA231024F1BF7252884080C094C712755D45A48A2B height=12 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=54627C4189328FA4DBA467EA231024F1BF7252884080C094C712755D45A48A2B height=12 module=state
10:22AM INF committed state block_app_hash=F169DB56056D9A1409F1A7D9D71C19202045B4B77CB8EE58F9B8E66DDF7F28FF height=12 module=state
10:22AM INF minted coins from module account amount=29943836utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B31332031323920323133203138312038372031323320313239203234342036362031353420313239203231372034352032302033302031303120313634203139302038312031393820313139203232392032343420313630203239203231372032343520313138203639203930203232203233375D3A447D
10:22AM INF finalized block block_app_hash=0D81D5B5577B81F4429A81D92D141E65A4BE51C677E5F4A01DD9F576455A16ED height=13 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=0D81D5B5577B81F4429A81D92D141E65A4BE51C677E5F4A01DD9F576455A16ED height=13 module=state
10:22AM INF committed state block_app_hash=54627C4189328FA4DBA467EA231024F1BF7252884080C094C712755D45A48A2B height=13 module=state
10:22AM INF minted coins from module account amount=29943724utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B3131372031323820323530203138203134312031382031333320313832203837203020323435203137382032303420323330203730203132352032323120313431203232362032372031373720313738203130362031313020313030203234312031393320323220323335203832203934203135365D3A457D
10:22AM INF finalized block block_app_hash=7580FA128D1285B65700F5B2CCE6467DDD8DE21BB1B26A6E64F1C116EB525E9C height=14 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=7580FA128D1285B65700F5B2CCE6467DDD8DE21BB1B26A6E64F1C116EB525E9C height=14 module=state
10:22AM INF committed state block_app_hash=0D81D5B5577B81F4429A81D92D141E65A4BE51C677E5F4A01DD9F576455A16ED height=14 module=state
10:22AM INF minted coins from module account amount=29936270utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B323330203232352031333420313833203130302031383920313936203438203139392031323020313533203132352031353020323131203231332031373420313934203732203539203135372036342032303720323320323431203935203135342031362032343120313134203235352031303320355D3A467D
10:22AM INF finalized block block_app_hash=E6E186B764BDC430C778997D96D3D5AEC2483B9D40CF17F15F9A10F172FF6705 height=15 module=state num_txs_res=0 num_val_updates=0
10:22AM INF executed block app_hash=E6E186B764BDC430C778997D96D3D5AEC2483B9D40CF17F15F9A10F172FF6705 height=15 module=state
10:22AM INF committed state block_app_hash=7580FA128D1285B65700F5B2CCE6467DDD8DE21BB1B26A6E64F1C116EB525E9C height=15 module=state
10:22AM INF minted coins from module account amount=30021543utia from=mint module=x/bank
10:22AM INF commit synced commit=436F6D6D697449447B5B363720313639203132352032313620313420313739203133203130312033312031363420363920313936203434203532203133352032333720313133203232302031323920323139203638203139203232203631203131332031373820313032203934203231392031363420323133203136345D3A31307D

@Arya-A-Nair Arya-A-Nair changed the title refactor: Consolidate block sync and state scripts refactor: Consolidate block sync scripts May 18, 2025
@Arya-A-Nair Arya-A-Nair requested a review from rootulp May 18, 2025 05:05
@rach-id rach-id requested a review from Copilot May 19, 2025 05:02
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR consolidates multiple block sync scripts into one unified script for Celestia networks and removes the separate Mocha and Arabica sync scripts.

  • Consolidates sync logic into scripts/block-sync.sh
  • Removes redundant scripts for Mocha and Arabica networks

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
scripts/mocha-block-sync.sh Removed – functionality merged into unified script
scripts/block-sync.sh New unified script supporting arabica, mocha, and mainnet
scripts/arabica-block-sync.sh Removed – functionality merged into unified script

@Arya-A-Nair
Copy link
Contributor Author

@rootulp can you check the PR?

rootulp
rootulp previously approved these changes May 20, 2025
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the hard work on this.

Based on your test output, it looks like the Mocha seeds may no longer be correct because there are a lot of addressbook logs before your Mocha node was able to process block heights up to 3. As a follow-up we can explore finding more up to date seeds / peers for Mocha.

@Arya-A-Nair
Copy link
Contributor Author

@rootulp fixed the network names

rootulp
rootulp previously approved these changes May 20, 2025
@rootulp
Copy link
Collaborator

rootulp commented May 20, 2025

Let's hold off on merging this until we get v4.x.x-mocha released and deployed.

Also I'd like to manually test locally before merging.

@celestia-bot celestia-bot requested a review from rootulp June 3, 2025 20:12
@rootulp rootulp changed the title refactor: Consolidate block sync scripts refactor: consolidate block sync scripts Jun 3, 2025
@rootulp rootulp changed the title refactor: consolidate block sync scripts refactor(scripts): consolidate block sync scripts Jun 3, 2025
@rootulp rootulp enabled auto-merge (squash) June 3, 2025 20:20
@rootulp rootulp changed the title refactor(scripts): consolidate block sync scripts refactor(scripts): combine block sync scripts Jun 3, 2025
@rootulp
Copy link
Collaborator

rootulp commented Jun 3, 2025

Manually tested and LGTM.

@rootulp rootulp disabled auto-merge June 3, 2025 20:21
@rootulp rootulp enabled auto-merge (squash) June 3, 2025 20:21
Copy link
Member

@ninabarbakadze ninabarbakadze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@rootulp rootulp merged commit ae3a24d into celestiaorg:main Jun 4, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate block sync and state scripts
3 participants