plugeth/tests
Austin Roberts 5c55657c54 Plugin Interface Refactor
This makes two main changes to the plugin system:

* Instead of assuming that each plugin will have exactly one type,
  inspect each plugin to see which interfaces it provides, and
  register it as a provider of each provided interface. This can
  allow a single .so file to provide multiple interfaces, which
  will likely be necessary for aggregating certain types of info.
* Rather than using dependency injection and having to propagate
  the plugin system all throughout Geth, have a default plugin
  loader so we need only import the module and make calls to it.
  If the plan were to integrate this into mainline Geth, I would
  say we use dependency injection and take the time to pass the
  plugin loader throughout the codebase, but as I expect this to
  be a fork that has to pull upstream changes, this approach
  should make merge conflicts much less common.
2021-06-25 10:57:56 -05:00
..
fuzzers crypto/secp256k1: fix undefined behavior in BitCurve.Add (#22621) 2021-05-27 13:30:25 +02:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@6b85703b56 Plugin Interface Refactor 2021-06-25 10:57:56 -05:00
block_test_util.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
block_test.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
difficulty_test_util.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
difficulty_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00
gen_btheader.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_difficultytest.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
gen_stenv.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_sttransaction.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_vmexec.go tests: update to latest tests (#22290) 2021-03-03 15:50:07 +01:00
init_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00
init.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
rlp_test_util.go core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) 2019-01-24 11:36:30 +01:00
rlp_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00
state_test_util.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
state_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00
transaction_test_util.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
transaction_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00
vm_test_util.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
vm_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00