You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: init verifiable-api crate
* handle empty account or storage value in proof verification
* fixup
* impl get_filter_logs handler
* impl more methods
* impl get_logs, lots of refactor
* single account endpoint
* remove redundant Get from response types
* divide into server, client, types crates
* new common crate to avoid cyclic deps
* verifiable_api in config and usage
* impl create_access_list
* add wasm binding for eth_getStorageAt
* fix getAccount storage, getLogs
* make it work with opstack
* fix receipt proof logic
* replace MAX_SUPPORTED_LOGS_NUMBER with MAX_SUPPORTED_BLOCKS_TO_PROVE_FOR_LOGS
* fix clippy warns
* some cleanup & add usage in README
* update cli args & README.md
* move logic from handlers to ApiService
* impl all used methods in verifiable api
* make new traits wasm compat
* add get_block and make code optional
* use camelCase in paths for consistency
* handle error in VerifiableApiClient
* refactor with ExecutionInner & dyn dispatch
* address review comments
* refactor with new ExecutionSpec trait
* tests for ApiService & ExecutionInnerClient
* refactor into VerifiableApiServer struct
* also test verifiable-api in rpc_equivalance tests
* fix clippy, update README
* support transaction_detail_flag in get_block
* fix code_hash verification
* impl create_access_list in Evm
* expose eth_createAccessList, block param in eth_estimateGas
* expose eth_getProof in RPC
* address review comments
* doc-strings, openapi.yaml and handler for same
* fix err handling in Evm.create_access_list
* validateTx flag in createExtendedAccessList
0 commit comments