Commit Graph

890 Commits (0e76000d2739d236738aa34dbe456375d4ae89e3)

Author SHA1 Message Date
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
Stefan Pingel 46233966f5
Make sure that the onchain privacy group version is always different. (#828) 5 years ago
Ratan Rai Sur 88a0b8faaa
recognize from and to block parameters in eth subscribe (#826) 5 years ago
Danno Ferrin 5a7e1fcd28
Loggers should be private, static and final. Enforced with errorprone (#823) 5 years ago
Pierre Grimaud 3cc4dc3cff
Fix typos (#813) 5 years ago
Abdelhamid Bakhta a3c1b454ca
[EIP-1559] Handle legacy gas pool and EIP-1559 gas pool when mining blocks. (#805) 5 years ago
Abdelhamid Bakhta 5a4edf3237
[EIP-1559] Update BlockTransactionSelector transaction gas price computation. (#795) 5 years ago
Ratan Rai Sur fa430452f1
Add regular logs to filters straight from BlockAddedEvent. Still use `privacyQueries` for private logs (#767) 5 years ago
Ratan Rai Sur 04467f3f08
remove blockchain param from listener (#771) 5 years ago
Stefan Pingel 7e70a235e3
Add more information to the PrivateTransactionReceiptResult (#766) 5 years ago
Abdelhamid Bakhta 0babfef244
[EIP-1559] Step 10 - Send raw transaction RPC should work with EIP-1559 transactions (#759) 5 years ago
Lucas Saldanha 0c5703fad7
Using PMT index on private logs tx index (fixes #756) (#758) 5 years ago
Lucas Saldanha b638d9d31b
Implemented private log filter JSON-RPC methods (#735) 5 years ago
Danno Ferrin 74940d507e
Add a feature flag to enable Eth65 (#741) 5 years ago
Lucas Saldanha 0b4bd6ba52
Private log filter implementation (#730) 5 years ago
Lucas Saldanha f74c4a6d19
Refactoring PrivacyParameters (#727) 5 years ago
Lucas Saldanha 65bb2a4e31
Refactoring PrivacyQueries to use BlockchainQueries (#716) 5 years ago
Lucas Saldanha ba6f656e66
Implemented priv_getLogs (#686) 5 years ago