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 for most block indexers, it is not possible to remove the tip block just being added Fixes #2645 ## Type of change Please delete options that are not...
### What version of iotex-core image (or code branch) are you using? latest ### What operating system and processor architecture are you using? macOS ### What did you do? If...
### What would you like to be added if the node is in active sync to latest tip, consensus module should not go into PBFT consensus logic, instead should keep...
# Description change public key to JsonWebKey Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue)...
# Description check `--insecure` value If has in cmdline, read the value then connect grpc if not has in cmdline, read from config file Fixes https://github.com/iotexproject/iotex-core/issues/3716 ## Type of change...
# Description 1. Rename `genesis.Default` to `genesis.DefaultConfig` 2. Replace `genesis.Default` in the tessts with `genesis.TestConfig()` ## Type of change Please delete options that are not relevant. - [] Bug fix...
### What version of iotex-core image (or code branch) are you using? v1.14.2 ### What operating system and processor architecture are you using? macOS ### What did you do? If...
# Description 1. All our actions include a data field `AbstractAction`, while the envelope struct also contains `AbstractAction`. 2. the only reason is b/c `transfer` and `execution` has a `TotalSize()`...
# Description as title, implement 4 methos for versioned DB. Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which...