Merge pull request #1291 from ethereum/fixAddFromToEvent

[Browser Test] add "from" in event result
pull/1/head
yann300 7 years ago committed by GitHub
commit 3b06d67439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml
  2. 3
      test-browser/tests/compiling.js

@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-10-{{ checksum "package.json" }}
- dep-bundle-11-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-10-{{ checksum "package.json" }}
key: dep-bundle-11-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build

@ -125,7 +125,8 @@ function testInputValues (browser, callback) {
"1": "bytes8[4]: _b8ret 0x1234000000000000,0x1234000000000000,0x1234000000000000,0x1234000000000000"
}`, `[
{
"topic": "d30981760edbf605bda8689e945f622877f230c9a77cbfbd448aa4b7d8ac6e7f",
"from": "0x8c1ed7e19abaa9f23c476da86dc1577f1ef401f5",
"topic": "0xd30981760edbf605bda8689e945f622877f230c9a77cbfbd448aa4b7d8ac6e7f",
"event": "event1",
"args": {
"0": "-123",

Loading…
Cancel
Save