dustinxie

Results 51 issues of dustinxie

**What would you like to be added**: it collects action in reverse direction, see `func (core *coreService) reverseActionsInBlock`, in there a new slice is always allocated and existing slice appended...

enhancement
patch1

# 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 EIP3198 is enabled in London EVM, which accesses `evm.Context.BaseFee`. See https://github.com/ethereum/go-ethereum/commit/94451c2788295901c302c9bf5fa2f7b021c924e2#diff-c21870801ba3133fda5991da046fbfd0f83999bda1008a4af84affca83ec5eb9R171 Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix...

**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....

scaleup
patch2

**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...

enhancement
good first issue

# Description small clean-up to better the test Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an...

### Description of new feature request for integration with https://chainspect.app/dashboard/tps. They want to eliminate any non-user transaction from a block to accurately calculate the real TPS of a blockchain. So...

feature

# Description Base DB change for index DB size reduction Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which...

### What would you like to be added the current node_info message has a node's version, operatorAddr, and height `iotex_node_info_height_gauge{address="io10a0h7m2gm9cylnztewfctpp87sc6t69pc0y3ep",version="v1.12.0"} 2.6621886e+07` the request is to add the p2pID into this...

enhancement