update tests, helper methods, etc for changed interfaces
linted and some tests updated... statediff tests failing on filesystem call locally
undo changes to go.mod from rebase
changed ref and repo to try old stack-orch with miner.etherbase arg
turn off new tests yml for old tests with hack for old stack-orchestrator
cicd cleanup to trigger PR and testing (#324)
publish step using broken tests switched (#325)
Publish with old tests and no vulcanize publish (#326)
* publish step using broken tests switched
* rebase inserted old vulcanize publish steps
run tests in Jenkins CICD (#327)
* run race tests in CICD
* set HOME env for .ethereum mkdir permission denied
* use same homeDir method as other places in code
* unused variable in test removed
* do NOT run race tests
Unit test inconsistencies (#330)
* run race tests in CICD
* set HOME env for .ethereum mkdir permission denied
* use same homeDir method as other places in code
* unused variable in test removed
* do NOT run race tests
* add statediffing test to Jenkinsfile
Add COPY support for inserting multiple rows in a single operation. (#328)
* Add COPY support for inserting multiple rows in a single command.
Fix CI tests by using specific version of Foundry (#333)
* Fix CI tests by using specific version of Foundry
---------
Co-authored-by: Michael Shaw <michael@abastionofsanity.com>
Add timers/counters for LevelDB Get, Put, Has, and Delete. (#332)
* Add timers/counters for LevelDB Get, Put, Has, and Delete.
* Test for null metrics (the unit tests don't initialize them).
Add timer and counter for batched write operations. (#337)
* Add timer and counter for batched write operations.
* Tweak comment