Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
8c29a81b
Commit
8c29a81b
authored
Jul 14, 2021
by
github-actions
Browse files
Options
Browse Files
Download
Plain Diff
Merge upstream openzeppelin-contracts into upstream-patched
parents
9645d523
3935b907
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ERC2771Context.sol
contracts/metatx/ERC2771Context.sol
+1
-1
MinimalForwarder.sol
contracts/metatx/MinimalForwarder.sol
+1
-1
Context.sol
contracts/utils/Context.sol
+1
-1
No files found.
contracts/metatx/ERC2771Context.sol
View file @
8c29a81b
...
...
@@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
import "../utils/Context.sol";
/*
/*
*
* @dev Context variant with ERC2771 support.
*/
abstract contract ERC2771Context is Context {
...
...
contracts/metatx/MinimalForwarder.sol
View file @
8c29a81b
...
...
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
import "../utils/cryptography/ECDSA.sol";
import "../utils/cryptography/draft-EIP712.sol";
/*
/*
*
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
*/
contract MinimalForwarder is EIP712 {
...
...
contracts/utils/Context.sol
View file @
8c29a81b
...
...
@@ -2,7 +2,7 @@
pragma solidity ^0.8.0;
/*
/*
*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment