Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Implement FORWARD_SETCODE protocol feature #7109

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Conversation

arhag
Copy link
Contributor

@arhag arhag commented Apr 11, 2019

Change Description

Resolves #6988.

This PR adds support for the FORWARD_SETCODE protocol feature which forwards the eosio::setcode actions to the WebAssembly code deployed on the eosio account.

This PR introduces a new unit test protocol_feature_tests/forward_setcode_test to test the behavior of this new protocol feature. The reject_all test contract was added to meet the needs of the new unit test.

Consensus Changes

  • Consensus Changes

Makes the FORWARD_SETCODE protocol feature available. See above description and #6988 for details.

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

…he FORWARD_SETCODE protocol feature. #6988

Added a new test contract, reject_all, to enable the unit test.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants