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...
Security vulnerabilities reported by Snyk
**Why is this needed**: The current log file is monolithic and keeps growing in size, and becomes too large to be managed. **What would you like to be added**: 1....
**What would you like to be added**: Replace the branch nodes or extension nodes, which have not been visited for a long time, with . **Why is this needed**: The...
**What would you like to be added**: Add unit tests for db/trie/mptrie/extensionnode.go **Why is this needed**: Enhance implementation
For now, if the space is full, a node just fails silently - we should panic if no space is left ``` {"level":"info","ts":1662410090.6387415,"caller":"blockchain/blockchain.go:489","msg":"Committed a block.","ioAddr":"io1ws8xfjyc3wmlm9s7aauqmq0f4ey4qwn5dd3p53","version":1,"height":19351800,"timestamp":"2022-09-05 20:34:50 +0000 UTC","prevBlockHash":"2cf33fa2b00b16be02078d0b14f5ec2cfa1ab53dffb701a17470a1d2d6a847d7","txRoot":"af61468275c160ae85426ed466177c842d523c3ee9753d2a40dbc31a758e33ef","receiptRoot":"bd4565fada2149cd98240ea59feb289726e85b33efa0ec7cb4b3e4b8cace322b","deltaStateDigest":"aca21ece61aa484ee3782ba52d6a413d44b9765db0744a1f8213255ecd96545f","tipHash":"0c2599b89fe95c878c08bd4b0f59f3ec55be573e4003f9e27077f90a4ea66f14"} {"level":"info","ts":1662410090.640239,"caller":"chainservice/builder.go:423","msg":"Successfully committed...
# Description as title Fixes #3504, #3506, #3507, #3541 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue)...
https://github.com/iotexproject/iotex-core/issues/2847
**What would you like to be added**: shorten test vectors for /action/staking/handlers_test.go **Why is this needed**: lots of vars have same value for all test vector, can replace them with...
### What would you like to be added - Step 1: create `stake2reclaim.go` and `stake2reclaim_test.go` files in `./ioctl/newcmd/action`. create this directory if not exist. - Step 2: refactor command https://github.com/iotexproject/iotex-core/blob/master/ioctl/cmd/action/stake2reclaim.go...
### What would you like to be added - Step 1: create `stake2register.go` and `stake2register_test.go` files in `./ioctl/newcmd/action`. create this directory if not exist. - Step 2: refactor command https://github.com/iotexproject/iotex-core/blob/master/ioctl/cmd/action/stake2register.go...