iotexproject / iotex-core

Official implementation of IoTeX blockchain protocol in Go.
https://iotex.io
Apache License 2.0
1.55k stars 322 forks source link

[action] Transfering delegate ownership, add CandidateTransferOwnership #4236

Closed millken closed 1 month ago

millken commented 2 months ago

Description

Transfering delegate ownership to a new address PART 1

protobuf changes: https://github.com/iotexproject/iotex-proto/pull/147/files

Related PR: https://github.com/iotexproject/iotex-core/pull/4236 https://github.com/iotexproject/iotex-core/pull/4239 https://github.com/iotexproject/iotex-core/pull/4245 https://github.com/iotexproject/iotex-core/pull/4250

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

dustinxie commented 2 months ago

also you'll need to add this new action type into envelope's Proto and LoadProto

millken commented 2 months ago

also you'll need to add this new action type into envelope's Proto and LoadProto

added in #4250

dustinxie commented 2 months ago

also you'll need to add this new action type into envelope's Proto and LoadProto

added in #4250

4250 is for ioctl, this change should be added in this PR

dustinxie commented 2 months ago

add guarding test case in rlp_tx_test.go

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud