philip-morlier
bb33c798de
Fixed a patch in the engine wrapper.
...
In order to keep our utils interfaces as generic as possible across chains I added a "dummySeals" []bool to the engine wrapper. Up until now the slice was
a fixed size. From this point it has the same length as the []*headers argument also passed into the same function.
2023-09-10 13:29:51 -07:00
philip-morlier
6ed9390f9b
Merge remote-tracking branch 'origin/feature/plugeth-test-plugin' into merge/geth-v1.12.0
2023-07-12 13:47:51 -07:00
philip-morlier
dc56f2a361
incremental commit, manual changes to support merge
2023-07-11 17:01:10 -07:00
philip-morlier
1bf1a5634e
Merge remote-tracking branch 'origin/develop' into feature/old-consensus-engine
2023-06-13 22:52:01 -07:00
philip-morlier
80956ac723
removed unnecessary comments from wrappers/engine.go
2023-06-12 15:08:37 -07:00
philip-morlier
7434ccb8c8
Initial commit of stand alone consensus engine work.
2023-06-12 09:52:46 -07:00
philip-morlier
c3924a529e
new consensus engine commit 4/6/23
2023-04-06 10:36:43 -07:00
philip-morlier
4cfa8704a9
Functional hook for consensus engine plugin
2023-03-24 12:46:45 -07:00
philip-morlier
9ee93f1e26
further progress on plugin hook
2023-03-23 22:00:13 -07:00
Austin Roberts
9aba661554
Updates for consensus engine injection
2023-03-23 16:37:16 -05:00