Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
869dba6d
Commit
869dba6d
authored
Oct 04, 2020
by
ben-chain
Browse files
Options
Browse Files
Download
Plain Diff
add ovmNUMBER
parents
ee8164a9
0a2e1cb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
OVM_ExecutionManager.sol
...ptimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
+1
-1
test.types.ts
packages/contracts/test/helpers/test-runner/test.types.ts
+1
-0
No files found.
packages/contracts/contracts/optimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
View file @
869dba6d
...
@@ -729,7 +729,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
...
@@ -729,7 +729,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
)
)
override
override
public
public
{
{
// Since this function is public, anyone can attempt to directly call it. We need to make
// Since this function is public, anyone can attempt to directly call it. We need to make
// sure that the OVM_ExecutionManager itself is the only party that can actually try to
// sure that the OVM_ExecutionManager itself is the only party that can actually try to
// call this function.
// call this function.
...
...
packages/contracts/test/helpers/test-runner/test.types.ts
View file @
869dba6d
...
@@ -176,6 +176,7 @@ export const isTestStep_Context = (
...
@@ -176,6 +176,7 @@ export const isTestStep_Context = (
'
ovmCALLER
'
,
'
ovmCALLER
'
,
'
ovmNUMBER
'
,
'
ovmNUMBER
'
,
'
ovmADDRESS
'
,
'
ovmADDRESS
'
,
'
ovmNUMBER
'
,
'
ovmL1TXORIGIN
'
,
'
ovmL1TXORIGIN
'
,
'
ovmTIMESTAMP
'
,
'
ovmTIMESTAMP
'
,
'
ovmGASLIMIT
'
,
'
ovmGASLIMIT
'
,
...
...
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