-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore!: remove original tx from the abci.TxResult * chore!: remove the original hash from malleated txs * fix: remove remaining original hash * feat!: add wrapper funcs for blob transactions * chore!: track blob txs in the mempool * chore!: add stronger protections against false positives while decoding by adding a typeID * fix: test malleated tx indexing * fix: comment * fix: use more accurate arg name in wrap malleated * Apply suggestions from code review Co-authored-by: Rootul P <[email protected]> * chore: proto-format and proto-gen to add comments * chore: docs Co-authored-by: Rootul P <[email protected]> * chore: rename unwrapped to unmarshal * fix: remaining renames * fix!: pass the entire blob transaction to the application Co-authored-by: Callum Waters <[email protected]> * feat!: modify tx.Key and tx.Hash to unwrap the tx before calculating the hash * Revert "chore!: track blob txs in the mempool" This reverts commit a6e28ae. * fix: clean up revert * chore: docs Co-authored-by: Rootul P <[email protected]> * chore: add docs and optimize unmarshalling of transactions when calculating the hash or the key * chore!: wrap/unwrap -> marshal/unmarshal * fix: update test * fix: use existing transaction to calculate len Co-authored-by: Rootul P <[email protected]> Co-authored-by: Callum Waters <[email protected]>
- Loading branch information
1 parent
7bbc4a7
commit 74d234e
Showing
18 changed files
with
838 additions
and
535 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.