iotex-core icon indicating copy to clipboard operation
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...

Results 373 iotex-core issues
Sort by recently updated
recently updated
newest added

### What would you like to be added - Step 1: create `stake2renew.go` and `stake2renew_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/stake2renew.go...

good first issue

### What would you like to be added - Step 1: create `stake2transfer.go` and `stake2transfer_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/stake2Transfer.go...

good first issue

### What would you like to be added - Step 1: create `stake2update.go` and `stake2update_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/stake2update.go...

good first issue

### What would you like to be added - Step 1: create `xrc20allowance.go` and `xrc20allowance_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/xrc20allowance.go...

good first issue

### What would you like to be added - Step 1: create `xrc20transfer.go` and `xrc20transfer_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/xrc20transfer.go...

good first issue

### What would you like to be added - Step 1: create `xrc20approve.go` and `xrc20approve_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/xrc20approve.go...

good first issue

### What would you like to be added - Step 1: create `xrc20balanceof.go` and `xrc20balanceof_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/xrc20balanceof.go...

good first issue

### What would you like to be added - Step 1: create `contractdeploysol.go` and `contractdeploysol_test.go` files in `./ioctl/newcmd/contract`. create this directory if not exist. - Step 2: refactor command https://github.com/iotexproject/iotex-core/blob/master/ioctl/cmd/contract/contractdeploysol.go...

good first issue

### What would you like to be added - Step 1: create `stake2release.go` and `stake2release_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/stake2release.go...

good first issue

**What would you like to be added**: **Why is this needed**: Action checking could be wrapped into a callback when constructing the validator ``` if _, ok := ap.allActions.Get(selpHash); ok...

enhancement