-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* decodeSignedTransaction will now return gas instead of gasLimit when parsing serialized txs * getEthereumJsTxDataFromTransaction will use gas property if gasLimit is undefined * Revert changes to decodeSignedTransaction in favor of refactor formatTransaction * Update CHANGELOGs * Remove gasLimit from MissingGasError and TransactionGasMismatchError * Update formatTransaction to intake an optional transactionSchema so it can be used to format transactionInfo types objs * Update formatTransaction to replace data with input * Update plugin tests to use input instead of data * Update sign_transaction to use input for expected sent tx obj * Update PopulatedUnsignedBaseTransaction to use input instead of data * Update getEthereumjsTxDataFromTransaction to get transaction.input * Fix incorrect nonce in sign_transaction test * Update defaultTransactionBuilder to use replace data with input * Update test data for prepare_transaction_for_signing * Update Contract to allow for use of input in place of data * Fix test for cypress * Update CHANGELOGs * Add input to isContractInitOptions check * CHANGELOG formatting * Add default_transaction_builder test for input prefix * Init ContractTransactionDataAndInputError * Remove data and gasLimit from ContractOptions type * Remove contractOptions.data from ternaries in contract util methods * Add ContractTransactionDataAndInputError check in Contract constructor * Update CHANGELOGs --------- Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
- Loading branch information
1 parent
e172585
commit 3359773
Showing
31 changed files
with
329 additions
and
173 deletions.
There are no files selected for viewing
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
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.