Matt Gucci
fbf121bc3c
Fix loop syntax in runPantheonPrivateNetwork.sh ( #237 )
...
`while (( "$#" ))` does not work in some shells.
6 years ago
mbaxter
025d698d0c
Add better handling for port conflict error ( #232 )
6 years ago
Danno Ferrin
94f6d4e1a3
NC-1815 Rinkeby import can stall with too many fragments ( #231 )
...
A more robust fix: be tolerant of partial success. Instead of counting
every call as a limited retry change the semantics of
AbstractRetryingPeerTask such that it's retryCounter may be reset on a
partial success. Hence the limit is on consecutive zero progress
retries and large blocks dribbled in one at a time are not penalized.
Undo temp fix. Restore retries to 3 in a row.
6 years ago
Danno Ferrin
c86193b423
Don't use sun.security.krb5.Confounder.bytes. ( #230 )
...
* Don't rely on sun.security.krb5.Confounder.bytes.
It's not reflected as part of the JDK platform and makes IDEs cranky.
* Use a better SecureRandom factory.
* spotless
6 years ago
Nicolas MASSART
0efd078689
Fix NC-1848 by removing the unused Dockerfile ( #214 )
...
Since docker image is now provided in the Jenkins build process repos, this
image is not used anymore and may confuse users as it doesn't behaves the same
way as the one we published on Docker Hub
6 years ago
Matt Gucci
35e808d723
Remove duplicates of DEFAULT_JSON_RPC_APIS ( #218 )
6 years ago
Danno Ferrin
c53dd6e3b3
remove the import-blockchain command. ( #223 )
...
* remove the import-blockchain command. Right now it's not useful
enough to support. Maybe it will return in the future.
* Remove the import-blockchain command.
Also remove BlockchainImporter that was backing the command.
6 years ago
Adrian Sutton
a07a5d64ae
ECRec precompile should return empty instead of 0 when the input is invalid. ( #227 )
6 years ago
Lucas Saldanha
8354acd071
NC-1378: Adding error handling to http requests on websocket endpoint ( #213 )
6 years ago
Nicolas MASSART
7f78c6e62a
[NC-1851] fix ws endpoint protocol ( #216 )
6 years ago
Adrian Sutton
824b56f141
Add wrapper classes for config section of genesis file ( #208 )
...
* Introduce classes to wrap JSON config instead of accessing it directly in multiple places.
* Fix discrepancy in how CliqueProtocolSchedule and CliquePantheonController loaded the block period configuration.
6 years ago
Adrian Sutton
d650f469f3
Improve error message when genesis file does not match. ( #225 )
6 years ago
Danno Ferrin
6ccb06012e
NC-1815 Rinkeby import can stall with too many fragments ( #224 )
...
Quick fix - up the retry limit to 20, the observed chunking size at the point of failure.
6 years ago
Chris Mckay
eebb2311cc
[MINOR] Shorten reference test filenames ( #221 )
6 years ago
Danno Ferrin
a1e6adfcba
Replace custom Clock with java.time.Clock ( #220 )
...
We create our own instance of Clock. However the java.time.Clock
provides what is needed and already exists on the platform.
6 years ago
Lucas Saldanha
c71944f19b
Implementing eth_chainId ( fixes #206 ) ( #219 )
6 years ago
MadelineMurray
925f9d23cb
Fixed typo ( #210 )
...
* Fixed typo
* Spotless changes
6 years ago
Chris Mckay
5657af7e48
Added gitter badge ( #212 )
6 years ago
CJ Hare
697171d429
Acceptance test - refactor JsonRpc to use conditionals ( #204 )
6 years ago
Adrian Sutton
42d69d89ce
Decouple DefaultMutableBlockchain from KeyValueStorage ( #211 )
...
* Introduce createInMemoryBlockchain test utility and use it everywhere appropriate.
* Inject BlockchainStorage into DefaultMutableBlockchain.
6 years ago
Chris Mckay
316ec10423
Minor/javadoc warnings as errors ( #171 )
6 years ago
Chris Mckay
208ca3ab43
Use local nexus mirror when running on jenkins
6 years ago
Adrian Sutton
e5e21ba298
Make KeyValueStorage extend Closeable ( #207 )
...
Replace explicit usages of RocksDbKeyValueStorage with the more generic but now just as capable KeyValueStorage.
6 years ago
Adrian Sutton
e56125c6d8
Add benchmark for BlockHashOperation ( #203 )
...
Includes a reusable OperationBenchmarkHelper to make writing EVM opcode benchmarks easier in future.
6 years ago
CJ Hare
d07dea2d19
Acceptance test refactoring - DSL - Node interface ( #170 )
...
* Conditions to remove the getters from Node interface
6 years ago
Jussi Virtanen
b9e5d74deb
Add --ropsten command line argument ( #197 )
6 years ago
Jussi Virtanen
7062a420fa
Create unit tests for EthBlockNumber ( #195 )
6 years ago
Jussi Virtanen
51c43f430c
Fix --rinkeby command description ( #198 )
6 years ago
Jussi Virtanen
388a948e32
Improve variable name in EthGetBlockByHashTest ( #196 )
6 years ago
Jussi Virtanen
de5796e478
Create unit tests for Web3ClientVersion ( #194 )
6 years ago
mbaxter
f0553ef5f9
[NC-1561] Remove RLPUtils from RawBlockIterator ( #179 )
6 years ago
Eric Kellstrand
fb4fdb801d
Cleaned up outstanding TODOs in documentation ( #192 )
...
- Created CLA.md
- Updated Gitter URLs
- Updated Role definitions
- deleted java-modules.md. If written, it belongs in the JavaDoc package.hmtl
- Removed broken index link to Documentation Style Guide
- Fixed broken link to PR labels
- Converted issue templates to comment out each line individually
6 years ago
Eric Kellstrand
4a73445309
Clean up issue template ( #183 )
...
* Cleaned up the github Issue Template
6 years ago
mbaxter
5fa4ed6fb0
[NC-1812] Fix blockchainImport error ( #178 )
6 years ago
mbaxter
13ae9f5701
[NC-1561] Remove RLPUtils from GetBlockHeadersMessage ( #180 )
6 years ago
Eric Kellstrand
e554c1158e
Renamed "Beginner" label back to "good first issue" per github default/best practice ( #176 )
6 years ago
tmohay
3569b0de78
Add MiningCoordinator interface ( #168 )
6 years ago
CJ Hare
2f5f829c1d
PantheonInfo updated after first build ( #167 )
6 years ago
PegaSys Admin
5f8059d055
[Gradle Release Plugin] - new version commit: '0.9.0-SNAPSHOT'.
6 years ago
PegaSys Admin
33f44ff216
[Gradle Release Plugin] - pre tag commit: '0.8.1'.
6 years ago
Adrian Sutton
c53b8498b0
Revert "[NC-1805] net_version should return the network ID not the chain ID ( #162 )" ( #166 )
...
MetaMask depends on net_version returning the chain ID, not the network ID.
6 years ago
CJ Hare
d159d994f1
[Manual Release] Updating version to 0.9.0-SNAPSHOT ( #165 )
...
* [Manual Release] Updating version nunber 0.9.0-SNAPSHOT
6 years ago
CJ Hare
56433ff422
[Manual Release] Version number to 0.8.0 ( #164 )
6 years ago
Chris Mckay
b03b38aeb4
Mark scripts as executable ( #163 )
6 years ago
Adrian Sutton
8a53c32ebf
[NC-1805] net_version should return the network ID not the chain ID ( #162 )
6 years ago
MadelineMurray
6c7a256b0b
Added Reference to Wiki from Docker quickstart ( #158 )
6 years ago
Adrian Sutton
3881f19335
Fix JavaDoc errors due to invalid HTML on JDK 11. ( #160 )
6 years ago
Roberto Saltini
dfed9e5f4a
Fixed javadoc warnings ( #159 )
6 years ago
Chris Mckay
624c3f2bca
[NC-1802] added stop and resume for the quickstart ( #157 )
6 years ago
CJ Hare
cb918aa9dc
Adding the docs html to the distribution ( #156 )
6 years ago