iotex-core
iotex-core copied to clipboard
Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any t...
# Description add ws project/prover subcommand to interact with w3bstream contracts commit 28839ff: add sprout contract abis and generate go code commit 304c0d4: add tools for contract call commit bf926d7:...
# Description [The PR](https://github.com/iotexproject/iotex-core/pull/4270/commits/a3ce552a68d3b8bfa722d4c5ab50142169abe0c8), based on the branch https://github.com/iotexproject/iotex-core/tree/archive, is to support historical "eth_call" for API nodes. New methods are added into interfaces in impl `ContextAtHeight` is added to `blockchain`...
Add grpc blockdao, which will request blockdao server to read data remotely Follow up PR needed to setup a sever to serve blockdao (including building) ## Type of change Please...
BlockSync, ActPool, Consensus and Dispatcher will be disabled in read only mode. Unit test will be added in a follow up PR ## Type of change Please delete options that...
This pr enables a node to load archive data from different shards (different db). We need a follow up PR to disable to read from head, that a factory could...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
# Description Currently we do not support archive mode. When querying these web3APIs - eth_getBalance - eth_getCode - eth_getTransactionCount - eth_getStorageAt - eth_call if a height is specified, the result...
# Description rewarding is depended on rolldpos, which will cause error when run in standalone and noop. Disable it when not in rolldpos schema can avoid these errors Fixes #(issue)...
`trie.db.patch` is a patch for the ancient bug https://github.com/iotexproject/iotex-core/pull/2802. However, it may not be complete. We need to verify if there are any missing parts.
tool to build archive snapshot Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - []...