Commit Graph

  • 6503699c6e
    Don't clear state modifications on commit (#112) mbaxter 2018-10-22 13:12:56 -0400
  • 63b2578b2f Don't clear state modifications on commit (#112) mbaxter 2018-10-22 13:12:56 -0400
  • 570ba55520
    NC-1244 Implement JSON-RPC method "eth_getWork" (#111) Danno Ferrin 2018-10-19 15:10:00 -0600
  • fcd048fc32 NC-1244 Implement JSON-RPC method "eth_getWork" (#111) Danno Ferrin 2018-10-19 15:10:00 -0600
  • 9fe2cdfdf0
    NC-1675 Ensure that default logging is appropriate (#113) Danno Ferrin 2018-10-19 13:51:27 -0600
  • 9489899108 NC-1675 Ensure that default logging is appropriate (#113) Danno Ferrin 2018-10-19 13:51:27 -0600
  • e0a160e070 [NC-1748] Treat original storage as empty when a new contract is created (#95) Adrian Sutton 2018-10-20 04:54:14 +1000
  • ece52dec00 [NC-1748] Treat original storage as empty when a new contract is created (#95) Adrian Sutton 2018-10-20 04:54:14 +1000
  • ee9ee93aae
    [MINOR] Idiomatic naming (#100) S. Matthew English 2018-10-19 02:26:23 -0400
  • ebd6c0105f [MINOR] Idiomatic naming (#100) S. Matthew English 2018-10-19 02:26:23 -0400
  • 2ae74e2f1e
    [MINOR] Suicides mixing coinbase (#110) S. Matthew English 2018-10-19 02:16:07 -0400
  • 4954482614 [MINOR] Suicides mixing coinbase (#110) S. Matthew English 2018-10-19 02:16:07 -0400
  • ea9ab169e4
    Fix EIP150 spec name and enable more reference tests that are now passing (#109) Adrian Sutton 2018-10-19 14:26:56 +1000
  • 4a9587ac75 Fix EIP150 spec name and enable more reference tests that are now passing (#109) Adrian Sutton 2018-10-19 14:26:56 +1000
  • 7cb8fef4d4
    [NC-1582] Moved all the legacy iBFT classes for block importing into the newly created ibftlegacy module (#96) Roberto Saltini 2018-10-19 15:07:50 +1100
  • bb7b5423f6 [NC-1582] Moved all the legacy iBFT classes for block importing into the newly created ibftlegacy module (#96) Roberto Saltini 2018-10-19 15:07:50 +1100
  • eb7f062171
    eliminate createNameRegistratorPerTxsNotEnoughGas from blacklist (#108) S. Matthew English 2018-10-18 23:43:30 -0400
  • ceec103c29 eliminate createNameRegistratorPerTxsNotEnoughGas from blacklist (#108) S. Matthew English 2018-10-18 23:43:30 -0400
  • 7b39d48023 [Gradle Release Plugin] - pre tag commit: '0.8.0-RC2'. 0.8.0-RC2 PegaSys Admin 2018-10-19 03:11:43 +0000
  • 3639093365 Uploading to Bintray as part of the release (#105) CJ Hare 2018-10-19 13:00:56 +1000
  • 5a89e7dbd5
    Uploading to Bintray as part of the release (#105) CJ Hare 2018-10-19 13:00:56 +1000
  • dde408c47c [NC-1711] Ommer blocks should be considered valid even when they are from the future (#92) S. Matthew English 2018-10-18 22:46:44 -0400
  • ef50390398
    [NC-1711] Ommer blocks should be considered valid even when they are from the future (#92) S. Matthew English 2018-10-18 22:46:44 -0400
  • 3dac6d272a Doc archive for release (#107) MadelineMurray 2018-10-19 12:29:23 +1000
  • ee6186815b
    Doc archive for release (#107) MadelineMurray 2018-10-19 12:29:23 +1000
  • 1f89bf86c8 Revert "Updated Copyright info in License file (#102)" (#104) Arash 2018-10-19 12:54:39 +1100
  • 177e96d0f6
    Revert "Updated Copyright info in License file (#102)" (#104) Arash 2018-10-19 12:54:39 +1100
  • 0321e517d0 Update general state reference test harness to ensure the coinbase account is deleted if it's empty and the transaction was invalid. (#106) Adrian Sutton 2018-10-19 11:41:04 +1000
  • eaff5de720
    Update general state reference test harness to ensure the coinbase account is deleted if it's empty and the transaction was invalid. (#106) Adrian Sutton 2018-10-19 11:41:04 +1000
  • ee78db1a86 NC-1244 Implement JSON-RPC method "eth_getWork" (#70) Michael Connor 2018-10-19 10:52:23 +1000
  • 1325a419c8
    NC-1244 Implement JSON-RPC method "eth_getWork" (#70) Michael Connor 2018-10-19 10:52:23 +1000
  • 9fc55db3fe Updated Copyright info in License file (#102) Arash 2018-10-19 11:23:47 +1100
  • f20bd2716d
    Updated Copyright info in License file (#102) Arash 2018-10-19 11:23:47 +1100
  • 1ccdb1bb93 [MINOR] Re-repair clique extra data validation log msgs. (#94) tmohay 2018-10-19 10:31:13 +1100
  • 1341cbb7e6
    [MINOR] Re-repair clique extra data validation log msgs. (#94) tmohay 2018-10-19 10:31:13 +1100
  • dbb9f5397c Added utils to help make extraData strings (#87) tmohay 2018-10-19 09:51:14 +1100
  • 1f5dea35c2
    Added utils to help make extraData strings (#87) tmohay 2018-10-19 09:51:14 +1100
  • cb01231ac0 [NC-862] License headers applied to non-java files (#93) mark-terry 2018-10-19 07:26:11 +1000
  • 33cc977f9b
    [NC-862] License headers applied to non-java files (#93) mark-terry 2018-10-19 07:26:11 +1000
  • 8efe6be7c2 Enable passing tests (#99) mbaxter 2018-10-18 16:57:21 -0400
  • 10957494ac
    Enable passing tests (#99) mbaxter 2018-10-18 16:57:21 -0400
  • 03be001b2a Add --logging CLI option (#97) Danno Ferrin 2018-10-18 12:15:33 -0600
  • 60890e0ea0
    Add --logging CLI option (#97) Danno Ferrin 2018-10-18 12:15:33 -0600
  • cd7a4e3730 catch custom exception (#61) S. Matthew English 2018-10-18 11:57:38 -0400
  • 840780bffc
    catch custom exception (#61) S. Matthew English 2018-10-18 11:57:38 -0400
  • 02af4517ff [NC-1748] Clear contract storage on contract creation (#85) mbaxter 2018-10-18 11:28:22 -0400
  • 00006d1235
    [NC-1748] Clear contract storage on contract creation (#85) mbaxter 2018-10-18 11:28:22 -0400
  • 3cca2688ef [MINOR] Only Test errorprone-checks on JDK8 (#89) Danno Ferrin 2018-10-18 08:50:50 -0600
  • 5352f09e7e
    [MINOR] Only Test errorprone-checks on JDK8 (#89) Danno Ferrin 2018-10-18 08:50:50 -0600
  • 6c2fd5d875 [nc-1756] jsonrpc enabling for clique and ibft (#91) Chris Mckay 2018-10-18 16:23:21 +1000
  • 0d77c515b5
    [nc-1756] jsonrpc enabling for clique and ibft (#91) Chris Mckay 2018-10-18 16:23:21 +1000
  • 4644fe0080 [NC-1582] Added ExtraData for iBFT 2.0 (#37) Roberto Saltini 2018-10-18 17:02:19 +1100
  • fdd08a8820
    [NC-1582] Added ExtraData for iBFT 2.0 (#37) Roberto Saltini 2018-10-18 17:02:19 +1100
  • bc05f38a03 NC-1675 Ensure that default logging is appropriate (#88) Danno Ferrin 2018-10-17 23:06:14 -0600
  • ad82ca265a
    NC-1675 Ensure that default logging is appropriate (#88) Danno Ferrin 2018-10-17 23:06:14 -0600
  • 71bb9d5598 PR template reduce (#90) Sally MacFarlane 2018-10-18 14:51:44 +1000
  • 9d5f4d2b87
    PR template reduce (#90) Sally MacFarlane 2018-10-18 14:51:44 +1000
  • 4dc3d5c40f Update error messages in clique header validation (#81) tmohay 2018-10-18 15:11:02 +1100
  • 8bccd68a24
    Update error messages in clique header validation (#81) tmohay 2018-10-18 15:11:02 +1100
  • 143c77854a [MINOR] correct version in gradle.properties (#75) Danno Ferrin 2018-10-17 20:17:45 -0600
  • c21177269e
    [MINOR] correct version in gradle.properties (#75) Danno Ferrin 2018-10-17 20:17:45 -0600
  • 25766ad2f9 Update snapshot version number (#86) Arash 2018-10-18 11:11:10 +1100
  • db77b73f3a
    Update snapshot version number (#86) Arash 2018-10-18 11:11:10 +1100
  • 6507f0300e [NC-1508] Added iBFT 2.0 BlockTimerExpiry Event and realated timer management class (#58) Roberto Saltini 2018-10-18 10:27:52 +1100
  • 2bd6ce74ba
    [NC-1508] Added iBFT 2.0 BlockTimerExpiry Event and realated timer management class (#58) Roberto Saltini 2018-10-18 10:27:52 +1100
  • 89e860f73a Remove RLPUtils from ProofOfWorkValidationRule (#83) mbaxter 2018-10-17 11:17:45 -0400
  • 2ede24fe95
    Remove RLPUtils from ProofOfWorkValidationRule (#83) mbaxter 2018-10-17 11:17:45 -0400
  • 3bd10e8cfd Enable more Constantinople reference tests that are now passing. (#82) Adrian Sutton 2018-10-18 00:07:34 +1000
  • 1f479f75fd Enable more Constantinople reference tests that are now passing. (#82) Adrian Sutton 2018-10-18 00:07:34 +1000
  • 16d9f6188d [NC-887] release docker image (#71) Nicolas MASSART 2018-10-17 11:01:05 +0200
  • 3a1f7f163d
    [NC-887] release docker image (#71) Nicolas MASSART 2018-10-17 11:01:05 +0200
  • 6b2470274a Use consistent ports for quickstart (#62) Rob Dawson 2018-10-17 17:51:16 +1000
  • 46fdab18d2
    Use consistent ports for quickstart (#62) Rob Dawson 2018-10-17 17:51:16 +1000
  • b9f886a9bf Restructuring the DSL (#78) CJ Hare 2018-10-17 16:38:17 +1000
  • ef8c4f0284
    Restructuring the DSL (#78) CJ Hare 2018-10-17 16:38:17 +1000
  • 9a464a29b9 [NC-1752] Fix SSTORE original value (#79) Adrian Sutton 2018-10-17 16:12:52 +1000
  • 6fa1e7354b
    [NC-1752] Fix SSTORE original value (#79) Adrian Sutton 2018-10-17 16:12:52 +1000
  • 89da64f96c [MINOR] fix project name in readme (#80) Chris Mckay 2018-10-17 13:50:22 +1000
  • b8dbe88358
    [MINOR] fix project name in readme (#80) Chris Mckay 2018-10-17 13:50:22 +1000
  • 310bd4035c Nc 862 spotless license headers (#69) mark-terry 2018-10-17 12:54:46 +1000
  • c02c3ad7b1
    Nc 862 spotless license headers (#69) mark-terry 2018-10-17 12:54:46 +1000
  • ffa87e9459 [MINOR] build status icon from new build server (#77) Chris Mckay 2018-10-17 12:35:34 +1000
  • 0c4140ab29
    [MINOR] build status icon from new build server (#77) Chris Mckay 2018-10-17 12:35:34 +1000
  • 962ca18056 [MINOR] Remove unused original value lookup. (#76) Adrian Sutton 2018-10-17 11:00:43 +1000
  • e2a6adf171
    [MINOR] Remove unused original value lookup. (#76) Adrian Sutton 2018-10-17 11:00:43 +1000
  • b4330969c1 NC-1721: Filter timeout if not queried for 10 minutes (#66) Lucas Saldanha 2018-10-17 11:51:45 +1300
  • 03f92e3eb0
    NC-1721: Filter timeout if not queried for 10 minutes (#66) Lucas Saldanha 2018-10-17 11:51:45 +1300
  • 3b5fcfb40a [NC-1747] CREATE2 should use the recipient address when calculating the new contract address (#72) Adrian Sutton 2018-10-17 06:48:50 +1000
  • 793f149f96
    [NC-1747] CREATE2 should use the recipient address when calculating the new contract address (#72) Adrian Sutton 2018-10-17 06:48:50 +1000
  • 7e30513cce [NC-1558] Retry tasks a max number of times before failing (#74) mbaxter 2018-10-16 16:21:04 -0400
  • 05b8f1fab1
    [NC-1558] Retry tasks a max number of times before failing (#74) mbaxter 2018-10-16 16:21:04 -0400
  • aeaa661603 [NC-1697] Fill in objectives.md (#73) Eric Kellstrand 2018-10-16 14:14:24 -0400
  • 97b341b0c9
    [NC-1697] Fill in objectives.md (#73) Eric Kellstrand 2018-10-16 14:14:24 -0400
  • ccc932b210 Enable constantinople tests and blacklist the ones that are currently failing (#65) Adrian Sutton 2018-10-16 17:28:28 +1000
  • 7cddc9a892
    Enable constantinople tests and blacklist the ones that are currently failing (#65) Adrian Sutton 2018-10-16 17:28:28 +1000
  • 967a406252 [NC-1616] Added iBFT NewChainHeadHeader event and related blockchain observer (#59) Roberto Saltini 2018-10-16 17:07:32 +1100
  • 3abd8643a2
    [NC-1616] Added iBFT NewChainHeadHeader event and related blockchain observer (#59) Roberto Saltini 2018-10-16 17:07:32 +1100
  • d0416e95f8 Removing evmtool gradle project (#67) Lucas Saldanha 2018-10-16 17:30:59 +1300
  • e9bfad6c0c
    Removing evmtool gradle project (#67) Lucas Saldanha 2018-10-16 17:30:59 +1300
  • 160b74b1d6 Removing evm from distribution packages (#64) Lucas Saldanha 2018-10-16 14:38:35 +1300