Skip to content

Conversation

@VojtechVitek
Copy link
Contributor

No description provided.

Comment on lines +10 to +18
```diff
-func DecodeExecdata(data []byte) (Transactions, *big.Int, []byte, error)
+func DecodeRawTransactions(data []byte) (Transactions, error)
```

```diff
-sequenceTransactions, _, _, err := sequence.DecodeExecdata(data)
+ sequenceTransactions, err := sequence.DecodeRawTransactions(data)
```
Copy link
Contributor

Choose a reason for hiding this comment

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

We didn't remove DecodeExecdata, it does something different from DecodeRawTransactions.

Comment on lines +149 to +156
```diff
-dig := core.Digest{
+dig := core.PayloadDigest{
Hash: digest,
}
-subdig := dig.Subdigest(s.Address, chainID)

```
Copy link
Contributor

Choose a reason for hiding this comment

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

-dig := core.Digest{
-	Hash: digest,
-}
-subdig := dig.Subdigest(s.Address, chainID)
+v2.Digest(digest, s.Address, chainID).Digest()

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.

2 participants