- Jun 02, 2022
-
-
Andrew Ashikhmin authored
-
- Jun 01, 2022
-
-
Alex Sharov authored
* save * save
-
- May 30, 2022
-
-
Alex Sharov authored
* save * save
-
- May 26, 2022
-
-
Andrew Ashikhmin authored
* Add rules to AsMessage to vet transaction types * Fix TestState
-
leonardchinonso authored
* Draft PR for the devnet automation * Committing to save for later edit * Finished creating shells, to test * Changes: * Added a shell for picking eth commands * Implemented erigon node running with the --http flag to save processes * Shell commands for get-balance and send-tx implemented TODO: * Make UX more friendly by adding start, stop and exit commands * Add progress bar to show wait in progress * Add flag or input to enable mining option for erigon node * Implemented stress tests for other eth methods * Experimenting * little clean up * lint * Transitioned to static runs and tests from shell * Finished stress test methods * Rendering fixes * save * Cleanup * Fixed lint * Still fixing lint * Removed args append ineffect * Removed println in genesis init.go * Removed println in genesis init.go Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Enrique Avila <eavilaasapche@gmail.com>
-
primal_concrete_sledge authored
* Add filters functions * Fix: forbid new filters for requests * Merge devel fix
-
Alex Sharov authored
-
battlmonstr authored
-
Alex Sharov authored
-
- May 25, 2022
-
-
primal_concrete_sledge authored
-
- May 22, 2022
-
-
ledgerwatch authored
* Print * Prevent underflow, return 0 block if tx lookup failed * Return nil receipt for 0 block * Update to main erigon-lib * Fix other places * Fix other places * Comment Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- May 21, 2022
-
-
Enrique Jose Avila Asapche authored
* default api list * Revert "default api list" This reverts commit 8f0bf6cb440b35b3ab628cc297fa6ff822038ed3. * added engine to default * added to erigon
-
- May 20, 2022
-
-
Alex Sharov authored
-
- May 19, 2022
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 16, 2022
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- May 12, 2022
-
-
Alex Sharov authored
* save * save * save
-
- May 10, 2022
-
-
Andrew Ashikhmin authored
* Engine API: remove unauth port * Remove reduntant auth from variable names
-
Alex Sharov authored
RPCDaemon: open snapshots on startup (because now snapshots dir is atomic), even if no Erigon available (#4110) * save * save * save * save * save * save
-
Alex Sharov authored
Rename sentry.ControlServerImpl to sentry.MultyClient and sentry.SentryServerImpl to sentry.GrpcServer #444
-
Alex Sharov authored
-
- May 06, 2022
-
-
battlmonstr authored
* reuse the generated test blockchain across tests * copy ChainPack to ensure test isolation This improves the speed from 10s to 4s. The package tests timeout can be reduced to 5s: go test ./cmd/rpcdaemon/commands -count 1 --timeout 5s
-
- May 04, 2022
-
-
Alex Sharov authored
-
- May 01, 2022
-
-
Alex Sharov authored
-
- Apr 28, 2022
-
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
* save * save * save
-
- Apr 25, 2022
-
-
battlmonstr authored
* RPC: admin.peers() This RPC method returns information about the connected remote nodes. https://geth.ethereum.org/docs/rpc/ns-admin#admin_peers The peers are collected from all configured sentries. See: https://github.com/ledgerwatch/interfaces/pull/102 Test with: curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "admin_peers", "params": [], "id":1}' localhost:8545 * save * liner fix Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
Enrique Jose Avila Asapche authored
* got rid of the automatic usage of net api * less confusing comment * ops * ops2 * important * ops
-
- Apr 23, 2022
-
-
Håvard Anda Estensen authored
-
- Apr 21, 2022
-
-
Alex Sharov authored
-
- Apr 18, 2022
-
-
ledgerwatch authored
* Update README.md * Update flags.go * Update README.md
-
- Apr 14, 2022
-
-
Andrew Ashikhmin authored
-
- Apr 10, 2022
-
-
Alex Sharov authored
* change syncmode default to snap sync * save
-
- Apr 08, 2022
-
-
Andrew Ashikhmin authored
-
alex.sharov authored
-
- Apr 07, 2022
-
-
Giulio Rebuffo authored
-
- Apr 01, 2022
-
-
Alex Sharov authored
-
Andrew Ashikhmin authored
* LastForkchoice accessors * Update erigon-lib * Prefer forkchoice head as latest block in RPC * Fix typo
-
- Mar 31, 2022
-
-
leonardchinonso authored
* saving * Implemented and tested subscription of logs * Fixed lint errors * fixed compilation error * Removed print statements across code * made review changes * Validated hex addresses
-
- Mar 30, 2022
-
-
Igor Mandrigin authored
* Fix 'all defaults' case for eth_estimateGas * fix tests Co-authored-by:
Igor Mandrigin <i@mandrigin.ru>
-