ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
779 stars 235 forks source link

Update official Transaction tests #115

Closed holgerd77 closed 5 years ago

holgerd77 commented 6 years ago

The tests in test/transactionRunner.js are running on an extremely outdated (3+ years!) version of the official Transaction tests, using the ethereumjs-testing dependency in version 0.0.1.

This should be updated to see if the latest tests pass through.

holgerd77 commented 6 years ago

Additional notes: Transaction tests have since switched to a completely new format, see https://github.com/ethereum/tests/issues/373. So there would be the need to come up with a new structure on this.