Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add guarded transactions support #318

Merged
merged 4 commits into from
Aug 31, 2022
Merged

Conversation

AdoAdoAdo
Copy link
Contributor

This PR adds guarded tx support in elrond proxy

dragos-rebegea
dragos-rebegea previously approved these changes Aug 20, 2022
@AdoAdoAdo AdoAdoAdo changed the base branch from master to feat/freeze-account August 25, 2022 11:31
@AdoAdoAdo AdoAdoAdo dismissed dragos-rebegea’s stale review August 25, 2022 11:31

The base branch was changed.

@AdoAdoAdo AdoAdoAdo marked this pull request as ready for review August 25, 2022 11:32
schimih
schimih previously approved these changes Aug 25, 2022
iulianpascalau
iulianpascalau previously approved these changes Aug 25, 2022
@AdoAdoAdo AdoAdoAdo dismissed stale reviews from iulianpascalau and schimih via eee43a2 August 26, 2022 12:51
@@ -743,7 +743,7 @@ func (tp *TransactionProcessor) ComputeTransactionHash(tx *data.Transaction) (st
}

if len(tx.GuardianAddr) > 0 {
regularTx.GuardianAddr, err = tp.pubKeyConverter.Decode(tx.Receiver)
regularTx.GuardianAddr, err = tp.pubKeyConverter.Decode(tx.GuardianAddr)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@AdoAdoAdo AdoAdoAdo merged commit 067469a into feat/freeze-account Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants