Commit Graph

756 Commits (41fc466cd328c0147815561dd86cedac6b470488)

Author SHA1 Message Date
matkt 5c375289a6
Update EIP-1559 implementation according to the latest changes (#1281) 4 years ago
Danno Ferrin fa89ec8323
Fix GraphQL IBFT Coinbase Query (#1282) 4 years ago
Sally MacFarlane def0582930
PrivGetLogs needs to check privacy group membership at given block (#1279) 4 years ago
Danno Ferrin 4dbe0c7d14
Experimental Backup and Restore (#1235) 4 years ago
mark-terry d97c6bae9c
[877] Updated multi-tenancy privacy to check onchain groups. (#1274) 4 years ago
David Mechler 2e0aa31b6d
Add admin_logsRemoveCache end point (#1248) 4 years ago
Ratan (Rai) Sur c231d0e704
Migrate some OptionalInt's to Optional<Integer>s (#1242) 4 years ago
David Mechler 5953693065
Added admin_logsRepairCache end point (#1228) 4 years ago
Sally MacFarlane 13886d25b1
deprecate CLI option for privacy precompile address (#1222) 4 years ago
matkt 67cae63214
Add txpool_besuPendingTransactions API (#1196) 4 years ago
Danno Ferrin 445f39f853
return errors on failed test_importRawBlock (#1186) 4 years ago
David Mechler 8b017f2135
Add Integration Test for debug_traceTransaction (#1185) 4 years ago
mace ba491c7ee0
Add 0x check for Address, Bytes, and Bytes32 in GraphQl requests (#1057) 4 years ago
Karim T 9c409258b1
Fix tracing api (#1189) 4 years ago
Usman Saleem f8e87a4f05
[#519] - Enable http/2 support for Json RPC Http API over TLS (#1145) 4 years ago
magooster 507cef5d73
Execute 'slow' password hash check in worker thread to prevent blocking the event loop. (#1116) 4 years ago
Abdelhamid Bakhta b0115a2e42
Populate latest segment with block number from the event rather than retrieving the chain head. (#1154) 4 years ago
David Mechler 71f2872eca
#1066 Switched to use unprefixed hex strings for memory and stack values (#1155) 4 years ago
Sally MacFarlane 06e35a58c0
Improvements to authenticated JSON-RPC permissions checking (#1144) 4 years ago
Sally MacFarlane f53bfd6e2a
use JSON-RPC consistently (#1143) 4 years ago
Abdelhamid Bakhta f5dd1db9b6
Add fee cap for transactions submitted via RPC. (#1137) 4 years ago
Sally MacFarlane 9e224ed7f3
rename more "whitelist" occurrences to "allowlist" (#1133) 4 years ago
Sally MacFarlane 785b26b1fa
Permissioning Whitelist JSON-RPC methods now extend Allowlist methods (#1135) 4 years ago
Sally MacFarlane f229d5a190
whitelist -> allowlist and on-chain -> onchain (#1131) 4 years ago
Danno Ferrin 11a3329ef7
EVM: Move from an EnumSet for halt reason to a simple Optional. (#1089) 5 years ago
Danno Ferrin 256e5c914d
Errorprone version upgrade (#1096) 5 years ago
Danno Ferrin b7c6ddf023
Upgrade Library Versions (#1092) 5 years ago
Sally MacFarlane dab4b53601
JSON RPC: Add permissioning node "allowlist" methods as alternatives equivalent to "whitelist" methods (#1094) 5 years ago
Abdelhamid Bakhta c8f398736d
Add missing mixHash field for eth_getBlockBy* JSON RPC endpoints (#1098) 5 years ago
Abdelhamid Bakhta 903afdedd6
Detect zombies backend query and abort useless processing. (#1042) 5 years ago
Sally MacFarlane dc4e2a8368
JSON RPC: Add permissioning account "allowlist" methods (#1095) 5 years ago
Sally MacFarlane 4eef568b4c
Replace whitelist/blacklist with allowlist/denylist (#1077) 5 years ago
Karim T 165be86aa9
[BESU-1919] Add proper support for eth_hashrate (#1063) 5 years ago
Lucas Saldanha 9f2f3b9fb5
Initial support for multi-tenancy with flexible privacy groups (#1032) 5 years ago
Danno Ferrin 01c02e0741
Remove use of generics in ProtocolContext consensus object (#1039) 5 years ago
Danno Ferrin 2e8831a07a
Use seconds for Timeout Configuration (#997) 5 years ago
Abdelhamid Bakhta d4cff24bc2
Add timeout handler in JsonRpcHttpService. (#986) 5 years ago
Abdelhamid Bakhta a80051bac6
FlatTraceGenerator throwing a NullPointerException. (#940) 5 years ago
Abdelhamid Bakhta 26ad66272e
Expose price bump to a CLI flag. (#930) 5 years ago
Abdelhamid Bakhta f32703f9c7
Check transaction types when replacing in the transaction pool. (#924) 5 years ago
Abdelhamid Bakhta b784344e8d
[EIP-1559] Transaction pool pricing rules must handle both frontier and EIP-1559 transactions. (#919) 5 years ago
Lucas Saldanha 9dba7c2c9d
Exposing chainId related errors on JSON-RCP responses (#922) 5 years ago
Danno Ferrin d4895b0814
Cope with retesteth's aversion to odd quantities (#913) 5 years ago
Karim T 310e0b77e5
[BESU-696/492][Fix the eth_estimateGas json rpc (#842) 5 years ago
Abdelhamid Bakhta 167679e9fa
Update transaction pool error handling. (#904) 5 years ago
Lucas Saldanha 06ca344bae
Add support for private log subscriptions (Pub-Sub API) (#858) 5 years ago
Danno Ferrin b738ca663d
Retesteth compatibility (#845) 5 years ago
Abdelhamid Bakhta f39fbc56c5
Add current block number to eth_getWork response (#851) 5 years ago
Abdelhamid Bakhta 636b93487b
[EIP-1559] Compute transaction gas budget allocation according to EIP-1559 rules. (#843) 5 years ago
Abdelhamid Bakhta 7ceeeccaa8
Update eth_getBlock* to add base fee in the response. (#841) 5 years ago