Releases: openrelayxyz/plugeth-bor
Releases · openrelayxyz/plugeth-bor
v0.0.0-dev1
Merge remote-tracking branch 'origin/feature/xplugethhooks-core-rawdb…
v0.0.0-dev0
Initial commit of xplugeth injection and hooks in internal/cli/server/
v0.0.0-tag-test0
removed build chain from mod and set circle config to bor
v0.0.0
removed build chain from mod and set circle config to bor
v1.2.0.0.0-plugeth-light1
Added and modified blockchain_hooks_test.go Signature of testReorgLong() changed from (testing, bool, string) to (testing, bool)
v1.2.0.0.0-plugeth-light0
Project is functional All injections all injections are covered by tests excluding the reorg hooks.
v1.0.4.0.0-dev3
Test plugin passing. Test was modified to match function with bor v1.0.4. A new psuedo injection was placed in core/blockchain to enable the test to run faster.
v1.0.4.0.0-dev2
Circleci config updated to go 1.20
v1.0.4.0.0-dev0
All essential plugins loading in dev mode. Removed all sepolia and goerli flags and flag logic from main.go. Updated mod and sum to correspond to cardianl and plugins ecosystem.
v0.3.5.0.0-dev0
Merge tag 'v0.3.5' into merge/bor-v0.3.5 Also updated some imports to conform with utils v0.0.24. Added blockchain_hooks_test.go from main project. Tests failing in cmd/geth/