Results 36 comments of cwbhhjl

@neoromantique https://stackoverflow.com/questions/54698812/illegal-instruction-core-dumped-when-trying-to-execute-elf-file > It means the compiled binary contains an instruction(possibly more than one instruction) that's not valid on the architecture where you're running it. Based on this post and...

> I'm running it on AMD Ryzen 9 5950X, it's fairly standard and modern hardware. > > https://gist.github.com/neoromantique/ab52f80e31a4a4df70bd0b744f870275 @neoromantique ``` Program received signal SIGILL, Illegal instruction. 0x0000000001dedb56 in std::_Hashtable::_Hashtable (this=0x453b760...

@neoromantique Has your problem been resolved?

> Try passing `-vvv` for more details This is the execution result of cargo asm with the -vvv option. ``` Running `CARGO=/Users/oker/.rustup/toolchains/nightly-2022-11-23-x86_64-apple-darwin/bin/cargo CARGO_CRATE_NAME=mylib_wasm CARGO_MANIFEST_DIR=/Users/oker/code/github/okex/mylib-wasm/core/lib/mylib CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mylib_wasm...

> Can you make a smaller reproduction? https://github.com/cwbhhjl/cargo-asm-wasm-test I tried creating a small project following the structure of my main project, and can reproduce the same issue.

> Managed to reproduce something similar, did some experiments. With `crate-type = ["cdylib", "lib"]` rustc creates an `.s` file but it's mostly empty and doesn't contain a test function I...

Please run the following command to fix it, and then start OKC again. ``` exchaind repair-state --home=${YOUR_OKC_HOME} --start-height=4687700 ```

> Notice about OKC Network. > > Today, OKC has onboarded XEN successfully. However, due to our low gas fees and XEN's popularity, there were many users who attempted to...

@sing1ee The gas limit of the block is now 120 million, which I think is still too high. there is a lot of 'scripted' XEN minting with very low gas...

@stepollo2 I recommend you to use the latest snapshot for syncing https://static.okex.org/cdn/oec/snapshot/index.html The height you are currently synchronizing is when the block is most congested, and each block will consume...