This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 465
Add gasPrice
to 0x transactions
#2084
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
74b9ad5
`@0x:contracts-exchange` Added unit tests for getCurrentContextAddress
jalextowle 1724ecd
`@0x:contracts-exchange` Added unit tests for executeTransaction
jalextowle 907771f
`@0x:contracts-exchange` Added unit tests for batchExecuteTransactions
jalextowle 4b97090
`@0x:contracts-exchange` Removed code written to transactions
jalextowle d845b31
`@0x:contracts-exchange` Changed the signature validation stub functi…
jalextowle 0253bba
`@0x:contracts-exchange` Addressed review comments by completely over…
jalextowle cd147db
`@0x:contracts-exchange` Fixed issues caused by rebase
jalextowle c1ed836
CI: Changed the `test-contracts-ganache-3.0` to run in stages to avoi…
jalextowle 5733805
CI: Split contracts tests up into two seperate jobs to attempt to inc…
jalextowle 67f9126
Add gasPrice to ZeroExTransaction struct
abandeali1 2134537
Add TransactionGasPriceError to LibExchangeRichErrors
abandeali1 47da971
Add _assertExecutableTransaction function and add gasPrice check
abandeali1 27e2a76
Update remaining contracts to use new transaction schema
abandeali1 1dd216b
Update ZeroExTransaction interface
abandeali1 e6b81a8
Update ZeroExTransaction schema
abandeali1 59369ce
Update transaction hashing and tests
abandeali1 23dd711
Update ZeroExTransaction tests
abandeali1 2b1e0be
Add default gasPrice to web3Wrapper instance and TransactionFactory
abandeali1 f41a29c
Fix weth tests
abandeali1 f32732d
Add TransactionGasPriceError rich revert class
abandeali1 9d38bf7
Add transaction gasPrice tests
abandeali1 a114bbb
Reduce code duplication in unit tests
abandeali1 eb6637a
Add public version of _assertExecutableTransaction
abandeali1 ca35eed
Add _assertExecutableTransaction unit tests
abandeali1 7b96fa8
Add more unit tests
abandeali1 44753bb
Add TransactionInvalidContextError and remove NO_REENTRANCY errorCode
abandeali1 edb923b
Use TransactionInvalidContextError in _assertExecutableTransaction
abandeali1 37cc948
Add TransactionInvalidContextError class
abandeali1 890bfd1
Update tests to use new TransactionInvalidContextError
abandeali1 5e51233
Address PR feedback
abandeali1 76c0708
Fix config.yml
abandeali1 8f8c16b
Add more recursion tests
abandeali1 830d6f7
Use default gasPrice in Forwarder tests
abandeali1 798fb18
Address remaining PR feedback
abandeali1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As requested.