Skip to content

Commit

Permalink
HIP 904 proto updates for token reject (#367)
Browse files Browse the repository at this point in the history
* feat: add token reject transaction (#351)

Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>

* feat: add TokenRejectTransactionBody to transaction_body proto (#354)

Signed-off-by: Valentin Valkanov <valentin.a.valkanov@gmail.com>

* feat: maxAutoAssociations updates for contract transactions (#359)

Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>

* chore: add status code tokenreject

Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>

* chore: add empty-reference status code tokenreject

Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>

---------

Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Signed-off-by: Valentin Valkanov <valentin.a.valkanov@gmail.com>
Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
Co-authored-by: Valentin Valkanov <valentin.a.valkanov@gmail.com>
Co-authored-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
  • Loading branch information
3 people authored and vtronkov committed Jul 23, 2024
1 parent 7866d38 commit f5e4db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/response_code.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1505,10 +1505,10 @@ enum ResponseCodeEnum {
*/
INVALID_OWNER_ID = 354;

/**
* The transaction attempted to use more than the allowed number of `TokenReference`.
*/
TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED = 355;
/**
* The transaction attempted to use more than the allowed number of `TokenReference`.
*/
TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED = 355;

/**
* The number of service endpoints exceeds the limit
Expand Down

0 comments on commit f5e4db5

Please sign in to comment.