erigon-pulse/turbo
Alexandr Borodulin 22a9a9b27d
Add error tests for starknet_sendRawTransaction method (#3102)
* Add error tests for starknet_sendRawTransaction method

* Noop tx pool

* Rename cairo tx to starknet tx, refactor starknet send raw transaction test

* Remove noop tx pool

* Transaction struct

Co-authored-by: Aleksandr Borodulin <a.borodulin@axioma.lv>
2021-12-12 22:24:21 +00:00
..
adapter grpc GetBlock api (#2955) 2021-11-14 11:08:52 +07:00
cli Issue/2710 add grpc health check (#3091) 2021-12-06 12:03:46 +00:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node clean ipc string (#2644) 2021-09-08 15:25:10 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Json rpc eip1898 correctness (#2736) 2021-09-28 09:25:56 +07:00
shards Pool: switch to pendingBaseFee (#2732) 2021-09-26 23:09:36 +07:00
snapshotsync first revisit downloader service (#3093) 2021-12-06 10:06:37 +07:00
stages Add error tests for starknet_sendRawTransaction method (#3102) 2021-12-12 22:24:21 +00:00
transactions Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
trie Use IsZero() instead of Sign() for uint256.int (#2960) 2021-11-14 22:18:47 +07:00
README.md Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00

Erigon-API

Erigon-API is a set of tools for building applications containing Erigon node.

Our own binary erigon is built using it.

Modules

  • cli - erigon-cli, methods & helpers to run a CLI app with Erigon node.

  • node - represents an Ethereum node, running devp2p and sync and writing state to the database.

  • stagedsync - staged sync algorithm.

Examples

  • erigon - our binary is using erigon-api with all defaults

  • erigoncustom - a very simple example of adding a custom stage, a custom bucket and a custom command-line parameter

  • erigon-examples - a series of examples for Erigon api