initia icon indicating copy to clipboard operation
initia copied to clipboard

Results 38 initia issues
Sort by recently updated
recently updated
newest added

The attached error occurs on the page to set the password after installing the initia wallet. ![2024-05-15 10_50_25-検索](https://github.com/initia-labs/initia/assets/60129053/3eaae212-dcd1-46f0-b3a1-11e63186acf8) execution environment OS: Windows 11 Browser: Chrome 124.0.6367.203 (Official Build) (64-bit) Provides...

Clicking the 'return to home' button after completion of task 1 faucet does not return to home Relevant page. https://faucet.testnet.initia.xyz/?address= Cause: The link is not set. ![2024-05-15 10_47_21-Initia Faucet](https://github.com/initia-labs/initia/assets/60129053/ce1fc369-7b54-457b-b231-50a02566013e)

**Is your feature request related to a problem? Please describe.** In current commetbft, there is no guarantee that the tx indexing is finished when `NewBlock` event comes out. **Describe the...

5:40PM INF received complete proposal block hash=2D393CA1E4D9A3F615E11D7EABD745B132657797AA1E0E9D468DE72AB4019DC5 height=221684 module=consensus 5:40PM ERR CONSENSUS FAILURE!!! err="+2/3 committed an invalid block: don't have header #216143" module=consensus stack="goroutine 840 [running]:\nruntime/debug.Stack()\n\truntime/debug/stack.go:24 +0x5e\ngithub.com/cometbft/cometbft/consensus.(State).receiveRoutine.func2()\n\tgithub.com/cometbft/[email protected]/consensus/state.go:801 +0x46\npanic({0x2fea580?, 0xc06bf1c980?})\n\truntime/panic.go:770 +0x132\ngithub.com/cometbft/cometbft/consensus.(State).finalizeCommit(0xc000d00008,...

Dear dev, I've got error when sync to block 2216383. Please kindly help to check and investigate the root cause initiad v0.2.15 8 core 24gb ram. `3:00PM INF Replay: BlockPart...

**Describe the bug** After initiad init , initiad start failed (default configuration). Env: version: v0.2.15 ubuntu22.04 ``` 10:24AM INF starting node with ABCI CometBFT in-process module=server 10:24AM INF service start...

# Description Closes: #XXXX --- ## Author Checklist _All items are required. Please add a note to the item if the item is not applicable and please add links to...

Changed the name and replaced the old link with the new one # Description Closes: #XXXX --- ## Author Checklist _All items are required. Please add a note to the...

[fix comments, remove unused keyring option declaration](https://github.com/initia-labs/initia/commit/fa58293d53207229e1c6c35d7ba2ce67af51d5fa) -fix comments -remove unused keyring EthSecp256k1Option function

**Describe the bug** Access to a variable that might be nill due to an error. **Expected behavior** check not nill/ handle error **Errors** ```go execRes, err := k.moveVM.ExecuteEntryFunction( types.NewVMStore(sdkCtx, k.VMStore),...