-
Notifications
You must be signed in to change notification settings - Fork 862
WIP: Giga RPC node #2708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
WIP: Giga RPC node #2708
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2708 +/- ##
==========================================
- Coverage 43.76% 43.74% -0.03%
==========================================
Files 1914 1914
Lines 159504 159573 +69
==========================================
- Hits 69801 69799 -2
- Misses 83284 83352 +68
- Partials 6419 6422 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
f8f0311 to
cf9251a
Compare
| } | ||
|
|
||
| func (app *App) ProcessTxsSynchronousGiga(ctx sdk.Context, txs [][]byte, typedTxs []sdk.Tx, absoluteTxIndices []int) []*abci.ExecTxResult { | ||
| defer metrics.BlockProcessLatency(time.Now(), metrics.SYNCHRONOUS) |
Check warning
Code scanning / CodeQL
Calling the system time Warning
cf9251a to
0124cc8
Compare
0acf85c to
71920e6
Compare
212d2f5 to
190fa2b
Compare
190fa2b to
b8763f8
Compare
Describe your changes and provide context
This is a WIP changeset that will allow us to execute txs on mainnet today using the Giga executor. It currently:
TODO:
Testing performed to validate your change