Commit Graph

2608 Commits (f2c2512ef64a5c41e69e325c4d2f76837180cbbd)

Author SHA1 Message Date
Abdelhamid Bakhta 0c0961b69c
Change slack coefficient type from double to long. (#834) 5 years ago
Abdelhamid Bakhta 891b1278d7
[EIP-1559] Fix EIP-1559 block mining. (#833) 5 years ago
Abdelhamid Bakhta 2687521aa3
[EIP-1559] Set the gas block limit as a factor of the target gas usage instead of hard coded value. (#832) 5 years ago
Ratan Rai Sur 88a0b8faaa
recognize from and to block parameters in eth subscribe (#826) 5 years ago
Danno Ferrin fdafee79f8
Performance: Cache address hash (#824) 5 years ago
Danno Ferrin 0bbde72f47
Gradle 6.3 upgrade (#822) 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 26a45d1963
Compute base fee and set block header field when creating new block. (#816) 5 years ago
Abdelhamid Bakhta f6f8b818ea
[EIP-1559] Update hard block gas limit to 20M (#814) 5 years ago
Abdelhamid Bakhta a3c1b454ca
[EIP-1559] Handle legacy gas pool and EIP-1559 gas pool when mining blocks. (#805) 5 years ago
Danno Ferrin 912d125117
EvmTool - A CLI for ad hoc performance and fuzz testing (#786) 5 years ago
Abdelhamid Bakhta 5a4edf3237
[EIP-1559] Update BlockTransactionSelector transaction gas price computation. (#795) 5 years ago
Ratan Rai Sur 136aa5306e
remove unnecessary persist (#569) 5 years ago
Abdelhamid Bakhta 94f8eb6984
[EIP-1559] Enforce transaction gas price to be greater than base fee (#783) 5 years ago
Karim T 469b2153e5
Update reference tests (#784) 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
Abdelhamid Bakhta d47d179442
Fix revert CoinbaseFeePriceCalculator returning long instead of Wei (#777) 5 years ago
Danno Ferrin a39b1bf95e
Enable native encryption libraries by default (#775) 5 years ago
Abdelhamid Bakhta 63fdb004da
[EIP-1559] Handle case where gas price < base fee (due to the fee cap) (#776) 5 years ago
Stefan Pingel 7e70a235e3
Add more information to the PrivateTransactionReceiptResult (#766) 5 years ago
Danno Ferrin 10d2c87647
Use native secp256k1 and altbn128 if present (#675) 5 years ago
Abdelhamid Bakhta 0babfef244
[EIP-1559] Step 10 - Send raw transaction RPC should work with EIP-1559 transactions (#759) 5 years ago
Abdelhamid Bakhta 4f804b375f
[EIP-1559] Step 9 - Update transaction processing with EIP-1559 rules. (#745) 5 years ago
Lucas Saldanha 0c5703fad7
Using PMT index on private logs tx index (fixes #756) (#758) 5 years ago
Karim T 1fba712202
[BESU-648] EIP2315 - Simple Subroutines for the EVM (#717) 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
Abdelhamid Bakhta f40c319363
Move baseFee from SealableBlockHeader to ProcessableBlockHeader (#739) 5 years ago
Danno Ferrin 27d8a5cb2c Write null gas price in the RLP structure if this an EIP-1559 transaction. (#738) 5 years ago
Lucas Saldanha 0b4bd6ba52
Private log filter implementation (#730) 5 years ago
Antoine Toulme 6f286102a3
Fix disconnect pending transaction tracker (#733) 5 years ago
Abdelhamid Bakhta 4a8f9996d9
[EIP-1559] Step 8 - Disable GasLimitRangeAndDeltaValidationRule and update ProofOfWorkValidationRule (#722) 5 years ago
Ratan Rai Sur fa9db4b099
Key Value Tweaks (#726) 5 years ago
Lucas Saldanha f74c4a6d19
Refactoring PrivacyParameters (#727) 5 years ago
Lucas Saldanha 65bb2a4e31
Refactoring PrivacyQueries to use BlockchainQueries (#716) 5 years ago
Antoine Toulme 837af6c3b9
Fix support of peers that do not support eth/65 (#724) 5 years ago
Danno Ferrin e2c0eafca5
Refactor methods out of ProtocolSpec (#711) 5 years ago
Danno Ferrin 386d2eaabf
Berlin Configuration Support (#702) 5 years ago
Abdelhamid Bakhta 5867a4b2a4
Remove addRule method from BlockHeaderValidator (#705) 5 years ago
Lucas Saldanha ba6f656e66
Implemented priv_getLogs (#686) 5 years ago
Trent Mohay 57d0379bf5
Separate NodeKey from implementation (#690) 5 years ago
Stefan Pingel 36bdae457b
Fix priv_getPrivateTransaction return (#703) 5 years ago
Danno Ferrin 7b410b3ba8
Speed up build time (#701) 5 years ago
Adrian Sutton dcf8b12c8a
Ensure that eip1559Enabled is reset after tests that change it. (#700) 5 years ago
chaals 73cc75370c
Correct a misleading source comment (#699) 5 years ago
Abdelhamid Bakhta 5a5f4eb49c
[EIP-1559] Step 7 - Check transaction format for send raw transaction (#694) 5 years ago
Karim T 565508402a
[BESU-531] Implement fallback method for Nat (#692) 5 years ago
Abdelhamid Bakhta bb74a4288f
[EIP-1559] Step 6 - Enforce the per transaction gas limit (#670) 5 years ago