-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #244 +/- ##
==========================================
- Coverage 87.72% 80.28% -7.44%
==========================================
Files 53 59 +6
Lines 2101 2283 +182
==========================================
- Hits 1843 1833 -10
- Misses 214 402 +188
- Partials 44 48 +4
|
@calbera first pass, need to figure out a better place to spin up the RPC server. The problem, is on intialization of the TransactionAPI, it needs to go get the chainconfig, which means the configuration plugin must be "prepared" already. |
other than that minor headache, it works and clicks together nicely. So once we figure out a solution to that, knocks on wood basically should just be plug and play lego pieces from here on out |
eth/rpc/backend.go
Outdated
|
||
// `CurrentHeader` returns the current header from the local chain. | ||
func (b *backend) CurrentHeader() *types.Header { | ||
return b.chain.CurrentHeader().Header |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs nil check
Signed-off-by: t12s <118035857+transmissions12@users.noreply.github.com> Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Added TxPool Scaffolding and Tx Proto |
Add caching |
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
No description provided.