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

Use authorization of bidder for bidrefund deferred transaction - v1.8.x #382

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

arhag
Copy link
Contributor

@arhag arhag commented Nov 12, 2019

Change Description

When someone outbids an existing account name, the system contract generates a deferred transaction containing the eosio::bidrefund action to return the funds of the account that was outbid. Prior to this PR, this action was authorized by the active permission of the eosio account which meant the CPU/NET costs of the entire deferred transaction was billed to the eosio account. This PR changes the authorizer of the eosio::bidrefund action to the active permission of the account that was outbid.

Deployment Changes

  • Deployment Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@arhag arhag merged commit 3aaca27 into release/1.8.x Nov 12, 2019
@arhag arhag deleted the bidrefund-authorization-1.8 branch November 12, 2019 20:11
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.

2 participants