Edward Evans
01c55bb0e3
Fix groovy regex in Jenkins build to upload to bintray
...
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
5 years ago
Edward
89750b3773
Only publish on Azure for SNAPSHOT releases ( #43 )
...
* Only publish on Azure for SNAPSHOT releases
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
* Fix comment char
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
5 years ago
MadelineMurray
8a576a2ea1
1.2.4 release ( #39 )
...
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
5 years ago
mbaxter
08bf5eefdf
[PIE-1785] Require minimum number of pivot confirmations ( #29 )
...
Signed-off-by: Meredith Baxter <meredith.baxter@consensys.net>
5 years ago
mbaxter
a16df352d4
Disable json-rpc trace API's ( #40 )
...
Signed-off-by: Meredith Baxter <meredith.baxter@consensys.net>
5 years ago
Josh Richardson
72941508c3
Refactors pantheon private key to signing private key ( #34 )
...
Signed-off-by: Joshua Richardson <joshua@richardson.tech>
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
5 years ago
Josh Richardson
b8fa2be6d5
[PAN-3139] Add privDistributeRawTransaction endpoint ( #23 )
...
Signed-off-by: Joshua Richardson <joshua@richardson.tech>
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
5 years ago
Josh Richardson
82eda12394
[PAN-3111] Renames eea_getTransactionReceipt to priv_getTransactionReceipt ( #10 )
...
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
* Refactors eeaGetTransactionReceipt to PrivGetTransactionReceipt
Signed-off-by: Joshua Richardson <joshua@richardson.tech>
* Fixes typo
Signed-off-by: Joshua Richardson <joshua@richardson.tech>
* Bumps web3j version and finishes refactor from eea to priv
Signed-off-by: Joshua Richardson <joshua@richardson.tech>
5 years ago
Joshua Fernandes
bac5c673d3
Adding a spdx license check gradle task ( #30 )
...
* adding in spdx-license-identifier & updated check for the same; removing license check from spotless
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
* Change CheckSpdxHeader to a task.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Danno Ferrin
adb54d67d8
[PAN-3160] Rinkeby Istanbul fork block ( #35 )
...
The Rinkeby Fork Block for Istanbul is 5435345, targeting 13 Nov 2019.
As announced by the Rinkeby maintainers here: https://twitter.com/peter_szilagyi/status/1174580897980592129
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
Adrian Sutton
e0e7e88384
Support both BESU_ and PANTHEON_ env var prefixes for backwards compatibility ( #32 )
...
BESU_ is preferred if both are set.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Danno Ferrin
e3cc395cea
Initial Maintainers ( #28 )
...
List of initial maintainers, with process to add and remove maintainers.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
Danno Ferrin
810880c469
[PAN-3158] Add Istanbul block for Goerli ( #27 )
...
Set the fork block for Istanbul on goerli to block #1561651
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
Danno Ferrin
aac22e9fea
[PAN-3158] Add Istanbul block for Ropsten ( #26 )
...
Set the fork block for Istanbul on ropsten to block #6485846
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
mbaxter
5d1d3beae2
[PAN-2333] Use only fully validated peers for fast sync pivot selection ( #21 )
...
Expose EthPeer validation state so that the Synchronizer can choose peers based on whether or not they have been fully validated. This allows us to use only fully validated peers when choosing a pivot block.
Signed-off-by: Meredith Baxter <meredith.baxter@consensys.net>
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
Nicolas MASSART
829d865f3d
update Cava library to Tuweni Library ( #18 )
...
Cava and Tuweni are the same thing but renamed when moved to Apache foundation
Signed-off-by: Nicolas <nicolas.massart@consensys.net>
5 years ago
Adrian Sutton
08fd8ddede
Publish jars to Azure ( #22 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ratan Rai Sur
3eb904609d
Support Version Rollbacks for RocksDB ( #6 ) ( #19 )
...
Signed-off-by: CJ Hare <chris.hare@consensys.net>
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
5 years ago
Peter Robinson
5daf6a5a49
Version should be written as an int, not a long ( #17 )
...
The version field is an integer. It is read in as an integer. Mistakenly, it is written as a long.
Signed-off-by: Peter Robinson <drinkcoffee@eml.cc>
5 years ago
mbaxter
1d74e60cf2
[PAN-3155] Handle discovery peers with updated endpoints ( #12 )
...
Update discovery logic to consider a peer with an unknown discovery endpoint to be unknown regardless of whether we've encountered a peer with the same node id before. This makes the discovery logic more forgiving in the face of node restarts.
If nodeA bonds with nodeB, then nodeB leaves the network and later comes back with a different ip address or listening port, nodeA would previously continue trying to communicate with nodeB at its original address. With these changes, nodeA will now treat the restarted nodeB as a new peer and communicate with it on its updated endpoint. Additionally, nodeB's information will be updated in the peer table so that neighbors requests return updated information on this node.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
5 years ago
Ivaylo Kirilov
e47edb584a
pan-3127-remove-enclave-url-plugin ( #8 )
...
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
5 years ago
Danno Ferrin
9aadbcb9ca
[minor] Change retesteth port. ( #11 )
...
Change the retesteth port to 47710 (0xba5e) so
(a) it does not conflict with other clients when started w/o args
(b) it is flavorful to the "Besu" name
Signed-off-by: Danno Ferrin <danno.ferrin@consensys.net>
5 years ago
Trent Mohay
79bd915e2e
Moving AT DSL into its own module ( #3 )
...
This allows the acceptance testing DSL to be published as part of the
Besu internal jar files - which in turn means the DSL can be reused
in other projects.
Signed-off-by: Trent Mohay <trent.mohay@consensys.net>
5 years ago
Joshua Fernandes
1ff1b2f5d6
No snapshots to bintray + fixup docs link in readme ( #2 )
...
* updating jenkinsfile to skip publishing snapshots to bintray
* updating docs link in readme
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
5 years ago
Edward
0197f9f257
Update Jenkins Build for Pantheon → Besu considerations ( #1 )
...
* Update ignores
* Update Jenkins
* Update configuration
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Joshua Fernandes
d6a2394e2d
Migrating Pantheon to Besu ( #1945 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Danno Ferrin
aa91d6a685
[PAN-2905] Handle exact value correctly ( #1944 )
...
When gas remaining is exactly 2300 we should also fail.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
mbaxter
684a01e202
[PAN-3140] Expand p2p config options ( #1940 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ratan Rai Sur
995ef1adba
Ban junit assertions ( #1939 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ratan Rai Sur
dedd6416ed
[refactor] Make JSON-RPC and GraphQL share parent module ( #1929 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Jason Frame
8e08ebc43f
Expose in the plugins api storage service a getByName so that plugins can use the builtin storage in a plugin ( #1937 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
CJ Hare
8a22086a1b
RocksDB plugin is hard wired, rather then discovered ( #1934 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Danno Ferrin
bb7a12f032
[perf] reduce header validation in Clique fast sync ( #1935 )
...
Move header validations that extract the signer key out of the "light"
validation mode. Reduces fast sync time on goerli 75%
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Arash
f5133aac48
Remove broken image links from styleguide ( #1936 )
...
The CLI style guide has some broken links to the images. Removing the links for now.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Trent Mohay
d5eeaced25
Split DSL out of Acceptance Tests, and into TestSupport ( #1926 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ivaylo Kirilov
53c7d6c2eb
[PAN-2932] create privacy group return correct error if not include self ( #1923 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Rob Dawson
07fd4c1327
[PAN-3138] Ensure that vertx and Netty use log4j2 as their configuration and that it fits in well. ( #1933 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ivaylo Kirilov
44aadfc0f0
increase timeout for fetching receipt ( #1931 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Abdelhamid Bakhta
5f4964e549
[FLAKY TEST] disable flaky test ( #1930 )
...
* [FLAKY TEST] disable flaky test
* add @Ignore annotation
* spotlessApply
* ignore tests
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ratan Rai Sur
d1b26adc80
fix api naming inconsistency ( #1928 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ivaylo Kirilov
6c308439e9
[PAN-3070] ethSigner acceptance tests ( #1903 )
...
* test without nonce and with privacy group id
* fix unit test
* spotless
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
CJ Hare
dec01db6f9
Refactoring Rocksdb as a module ( #1889 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ivaylo Kirilov
ccb939fb77
verify private transaction fails if participant is offline ( #1924 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Edward
bc24fe460c
Prepare for next version ( #1925 )
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
31ad83d5b2
Update to 1.2.3 ( #1922 )
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ratan Rai Sur
58d797bd00
Events API: Transaction dropped, sync status, and renames ( #1919 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Ivaylo Kirilov
11e1575930
[PAN-2928] return null private transaction receipt instead of error ( #1872 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
d0c2a75fe9
Roadmap update ( #1910 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Joshua Fernandes
3b4e5295c1
add archiving of docker test reports ( #1921 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Danno Ferrin
ac2db5a205
[PIE-1859] - remove metrics from plugin registration ( #1918 )
...
Remove metrics from plugin registration. Doing it this way here always results in a
NoOpsMetrics being inited because CLI options have not been parsed.
Add an acceptance test for metrics. This is what should have been in place and
would have detected metrics not working earlier.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago