Allow calls to runRaw to specify the timestamp.
This is useful when, for example, running a recorded .json
file for cases that rely on a specific time between transactions.
If no timestamp is passed as part of the tx argument to
runRaw, behavior does not change.
Showing
... | @@ -11,5 +11,9 @@ | ... | @@ -11,5 +11,9 @@ |
"publish": "lerna publish", | "publish": "lerna publish", | ||
"release": "lerna bootstrap; lerna publish;", | "release": "lerna bootstrap; lerna publish;", | ||
"tag": "gulp; gulp publishTag;" | "tag": "gulp; gulp publishTag;" | ||
}, | |||
"dependencies": { | |||
"remix-ide": "^0.7.5-local", | |||
"remixd": "^0.1.8-alpha.6" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment