Commit Graph

1847 Commits (6eaa5b52d7a79c8a2e35d72ccdcb4be94512c041)

Author SHA1 Message Date
Abdelhamid Bakhta 395ccae15e [PAN-2786] Stop Transaction Pool Queue from Growing Unbounded (#1586) 6 years ago
Adrian Sutton 04069f20c2 Reject transactions with gas price below the configured minimum gas price. (#1602) 6 years ago
Adrian Sutton ca438df9d6 Support specifying config options via environment variables. (#1597) 6 years ago
mbaxter e42db83cc2 [PAN-2797] Clean up failed connections (#1591) 6 years ago
Ivaylo Kirilov ba441f3765 Add eea_getPrivateTransaction (#1576) 6 years ago
mbaxter a04d94ca0f [PAN-2811] Be more lenient with discovery message deserialization (#1580) 6 years ago
Abdelhamid Bakhta a6c678944b [PAN-2630] Synchronizer should disconnect the sync target peer on invalid block data (#1578) 6 years ago
Puneetha Karamsetty 041a99ffc4 [PAN-2754] Add eea_getPrivacyPrecompileAddress (#1579) 6 years ago
Adrian Sutton 9b509d1163 Support arbitrary MetricCategories (#1550) 6 years ago
Adrian Sutton f2a2ffc008 Rename MetricCategory to PantheonMetricCategory (#1574) 6 years ago
Adrian Sutton 8bf224707f Expand readiness check to check peer count and sync state (#1568) 6 years ago
Adrian Sutton cee72c8590 Convert MetricsConfigiguration to use a builder instead of being mutable. (#1572) 6 years ago
Lucas Saldanha 164177e645 PAN-2794: Including flag for onchain permissioning check on tx processor (#1571) 6 years ago
Lucas Saldanha 030c518227 PIE-1689: Fix behaviour for absent account permissiong smart contract (#1569) 6 years ago
mbaxter 5ce6b5e85a [PAN-2798] Reorganize p2p classes (#1567) 6 years ago
mbaxter 037a6e8527 [PAN-2783] Invert dependency between permissioning and p2p (#1557) 6 years ago
mbaxter 19a278fce1 Make permissions checks for ongoing connections more granular (#1563) 6 years ago
Ivaylo Kirilov 3e4953fd23 Allow signing private transaction with any key (#1561) 6 years ago
Ratan Rai Sur 2b839193b9 [PAN-2721] Fix TopicParameter deserialization 6 years ago
Abdelhamid Bakhta 1387e3a1c3 [PIE-1612] [PIE-1613] liveness and readiness probe stub endpoints (#1553) 6 years ago
Lucas Saldanha 8b4b993e73 Removing account filter (#1556) 6 years ago
Adrian Sutton 1432db88d5 Publish the chain head gas used, gas limit, transaction count and ommer count as metrics. (#1551) 6 years ago
Lucas Saldanha f5364ebb1b Fix encoding for account permissioning check call (#1549) 6 years ago
Puneetha Karamsetty ebbf3df8f9 [PAN-2672] Return specific and useful error for enclave issues (#1455) 6 years ago
mbaxter e89d2a72af [PAN-2731] Extract connection management from P2PNetwork (#1538) 6 years ago
Adrian Sutton e6ebbde13c Discard known remote transactions prior to validation (#1548) 6 years ago
Adrian Sutton 1cc39c9b42 Only increment the added transaction counter if we actually added the transaction (#1543) 6 years ago
Adrian Sutton 69edf7eee4 When retrieving transactions by hash, check the pending transactions first. (#1542) 6 years ago
Adrian Sutton ee8daad35f FilterIdGenerator fixes (#1544) 6 years ago
Adrian Sutton 94ce7c3a4a Add subscribe and unsubscribe count metrics (#1541) 6 years ago
Adrian Sutton 7b4fa1992d Fix thread safety in SubscriptionManager. (#1540) 6 years ago
Ratan Rai Sur 3c29758987 [PAN-2010] format filter id as quantity 6 years ago
Adrian Sutton 6003ff92a2 Add metrics to expose the pivot block and number of times a pivot block has been selected. (#1537) 6 years ago
Lucas Saldanha 576c12dd46 PAN-2445: Onchain account permissioning (#1507) 6 years ago
mark-terry 12fee8668e Replaced Void datatype with void. (#1530) 6 years ago
mark-terry 7c75ae6900 [PAN-2547] Modified JSON-RPC subscription processing to avoid blockin… (#1519) 6 years ago
Jason Frame 871d5d006e Fix estimate gas RPC failing for clique when no blocks have been created (#1528) 6 years ago
Adrian Sutton 9ef6002a4a Avoid auto-boxing for gauge metrics. (#1526) 6 years ago
Adrian Sutton 458e3bfb00 Set disconnect flag immediately when disconnecting a peer (#1521) 6 years ago
Sally MacFarlane 4bb1ee500a [PIE-1578] added local transaction permissioning metrics (#1515) 6 years ago
Sally MacFarlane 2341ba1550 [PIE-1577] added node local metrics (#1514) 6 years ago
Adrian Sutton fa1bc538b3 Use newSetFromMap(new ConcurrentHashMap<>()) instead of the deprecated ConcurrentSet from netty. (#1512) 6 years ago
Danno Ferrin ac9d1e4ca0 GraphQL library upgrade changes. (#1508) 6 years ago
Adrian Sutton 83102e097e Add metrics to assist monitoring and alerting (#1506) 6 years ago
Adrian Sutton 945f979357 Treat RLPException when processing a message as an indication that the message is invalid and disconnect the client for breach of protocol. (#1491) 6 years ago
Danno Ferrin 72cbac8eee Version updates (#1503) 6 years ago
Lucas Saldanha a21f812cda PAN-2603: Onchain account permissioning support (#1475) 6 years ago
Chris Mckay d325989017 [PIE-1580] Metrics for smart contract permissioning actions (#1492) 6 years ago
Danno Ferrin 58f24c1269 PAN-2715 - return block not found reasons in error (#1485) 6 years ago
mbaxter b86cedfa11 [PAN-2560] Add LocalNode class (#1489) 6 years ago