Adrian Sutton
6003ff92a2
Add metrics to expose the pivot block and number of times a pivot block has been selected. ( #1537 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Lucas Saldanha
576c12dd46
PAN-2445: Onchain account permissioning ( #1507 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
PegaSys Admin
c7d74690f5
[Gradle Release Plugin] - new version commit: '1.1.3-SNAPSHOT'.
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
PegaSys Admin
444cb3a82a
[Gradle Release Plugin] - pre tag commit: '1.1.2'.
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
49ba1cf67a
Added pretty printed tab for graphQL ( #1529 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
b21cf8899f
Added 1.1.2 changes ( #1531 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
a9bff931a5
update and fix example scripts doc page and mkdocs ( #1533 )
...
- update node scripts to be able to include them from real source that we will
be able to test (next step to do).
- new scripts are more user friendly.
- add package.json for npm management of dependencies
- update doc page
- update mkdocs guide for potential issue on pip version with Python3
- update mkdocs-material theme (only bug fixes)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
d70453c43e
Update alethio ethstats and explorer docs ( #1532 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
57bb59df26
ready for review ( #1535 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mark-terry
12fee8668e
Replaced Void datatype with void. ( #1530 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
0637f4a84c
Updated contract name and added trusted bootnode behaviour ( #1527 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mark-terry
7c75ae6900
[PAN-2547] Modified JSON-RPC subscription processing to avoid blockin… ( #1519 )
...
* [PAN-2547] Modified JSON-RPC subscription processing to avoid blocking important threads.
* [PAN-2547] Changed executor to Vertx managed.
* [PAN-2547] Refactored vertx thread handling to super + refactored tests.
* Update ethereum/jsonrpc/src/main/java/tech/pegasys/pantheon/ethereum/jsonrpc/websocket/subscription/SubscriptionManager.java
Error logging improvement.
Co-Authored-By: Adrian Sutton <adrian@symphonious.net>
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Jason Frame
871d5d006e
Fix estimate gas RPC failing for clique when no blocks have been created ( #1528 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
9382f71391
Updated to add WS token content ( #1487 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Adrian Sutton
9ef6002a4a
Avoid auto-boxing for gauge metrics. ( #1526 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Trent Mohay
335cae2249
Add AT to ensure 0-miner Clique/IBFT are valid ( #1525 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
CJ Hare
757650f308
Moving and renaming ( #1524 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Adrian Sutton
458e3bfb00
Set disconnect flag immediately when disconnecting a peer ( #1521 )
...
Previously was only set after callbacks were invoked, allowing additional messages to be sent while parts of the supporting infrastructure for the peer was being torn down.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Jason Frame
368cea5e5c
[PAN-1625] Clique AT mining continues if validator offline ( #1500 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
CJ Hare
f6c99a65e8
AT DSL - Removing WaitCondition, consistently applying Condition instead ( #1513 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
4b23b38ae7
Dependency Version Updates ( #1517 )
...
Release plugin 2.8.0 fails on JDK-12 and Zulu in docker containers.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
b7d4601663
fixed link ( #1518 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Sally MacFarlane
4bb1ee500a
[PIE-1578] added local transaction permissioning metrics ( #1515 )
...
* added local transaction permissioning metrics
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
CJ Hare
0a7d20a5bf
AT DSL - Renaming ibft to ibft2 ( #1516 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Sally MacFarlane
2341ba1550
[PIE-1577] added node local metrics ( #1514 )
...
* added node local metrics
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Adrian Sutton
fa1bc538b3
Use newSetFromMap(new ConcurrentHashMap<>()) instead of the deprecated ConcurrentSet from netty. ( #1512 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
bgravenorst
259beb2ca0
Simplify text ( #1501 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Trent Mohay
71b3e330b7
Log error if clique or ibft have 0 validators in genesis ( #1509 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
16c64e64f0
Use external pantheon-plugin-api library ( #1505 )
...
* Use the external jars to provide the plugin libraries.
* Add mavenLocal to local repositories to aid development
* Remove the :plugins project
* Move the PantheonPluginContextImpl into :pantheon
* rename a few files
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
ac9d1e4ca0
GraphQL library upgrade changes. ( #1508 )
...
* GraphQL library upgrade changes.
one more NPE path for GraphQL sniffed out. With more tests.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
CJ Hare
5fd19a1a3f
Acceptance Test DSL Node refactoring ( #1498 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Adrian Sutton
83102e097e
Add metrics to assist monitoring and alerting ( #1506 )
...
Adds metrics to expose:
* height of best known block
* synchronizer in sync flag
* max peers
* Timestamp of current chain head
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
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 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
3e3b7c2b92
Tilde ( #1504 )
...
Remove ~ file locations from tests, this implies ~ should work when it doesn't.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
d6707b5af6
Added troubleshooting point ( #1495 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
bf3bd2d9f1
Added note about Java 8 support ( #1494 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
72cbac8eee
Version updates ( #1503 )
...
* Most libraries with newer stable versions were upgraded to their
newest stable version
* One exception is RocksDB, where a previous update caused a performance
regression. the 6.0.1 update will be tested in another PR
* GraphQL got stingier about null variable maps, so empty maps were passed instead
* errorprone plugin got stricter with it's variable access
* There was a license that was slightly different, creating 2 MIT licenses in the license report.
* Gradle wanted a new almost identical wrapper jar.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
bgravenorst
23b72991dc
Updated an incorrect command. ( #1497 )
...
Update of wrong resume script name in quickstart doc
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
CJ Hare
4ab12ae239
Acceptance Test and DSL rename for IBFT2 ( #1493 )
...
Renaming the Ibft AT to ibft2
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Lucas Saldanha
a21f812cda
PAN-2603: Onchain account permissioning support ( #1475 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
56cd2f695e
Added Graphql options ( #1496 )
...
* Added GraphQL options
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Chris Mckay
d325989017
[PIE-1580] Metrics for smart contract permissioning actions ( #1492 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
2abe4366e7
Updated quickstart version ( #1488 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
58f24c1269
PAN-2715 - return block not found reasons in error ( #1485 )
...
When looking for a specific block and failing we should explain why
in the error message.
Also, clean up test names and grouping
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
3ec2764925
Limit spotless checks to java classes in expected java dirs ( #1490 )
...
Sometimes build generated classes (like JMH) get caught up in IntelliJ's build dirs and the formatter doesn't like that. Change the spotless filter to only examine files in their expected dirs.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mbaxter
b86cedfa11
[PAN-2560] Add LocalNode class ( #1489 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Ivaylo Kirilov
e91ba1efea
[PAN-2652] Refactor Privacy acceptance test and add Privacy Ibft test ( #1483 )
...
* Add IBFT2 Privacy Acceptance test
* Refactor eea conditions
* Refactor privacy test utils
* Refactor privacy tests
* Fix typo
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Ivaylo Kirilov
fc4f9917b7
[PAN-2647] Validate Private Transaction nonce before submitting to Transaction Pool ( #1449 )
...
* Validate private transaction nonce before submitting to Transaction Pool
* Update tests for Incorrect Nonce and Nonce Too Low exceptions
* Differentiate Incorrect Nonce and Nonce Too Low error messages
* Fixed flaky tests
* Change log level from Info to Debug
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mark-terry
7e29b0954b
[FIX] Changed Enode length error String implementation. ( #1486 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
PegaSys Admin
2aecc7fdd4
[Gradle Release Plugin] - new version commit: '1.1.2-SNAPSHOT'.
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago