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
Eric Kellstrand
ea3320527c
[NC-1543] New User labels for public backlog ( #154 )
...
- Sync'd github lablels with CONTRIBUTING.md
6 years ago
mbaxter
ecccf242a0
Simplify PR template ( #142 )
6 years ago
MadelineMurray
a5be6e23c5
Updated docs archive for 0.8.0 ( #150 )
6 years ago
Adrian Sutton
02fd8bfb9b
Remove invalid links and things we don't actually do from CONTRIBUTING.md ( #145 )
6 years ago
Adrian Sutton
f79ca8814e
Don't display the default data directory in --help output because if it is too long, it causes Picocli to enter an infinite loop. ( #148 )
6 years ago
Roberto Saltini
77a3df36ae
[NC-1582] Added iBFT 2.0 Hashing functions and header validation rules ( #119 )
6 years ago
tmohay
8e9a1ddc72
Remove dead code from CliqueBlockCreator ( #144 )
6 years ago
Roberto Saltini
e2468dba07
[EC-183] Add iBFT Prepare and Round Change RLP encoding and decoding ( #84 )
6 years ago
Adrian Sutton
1849460e46
[MINOR] Fix --rpc-api and --ws-api help output ( #147 )
...
* Fix default values for rpc-api and ws-api in --help output. Use ws-api values from the command line instead of always using the rpc apis.
6 years ago
MadelineMurray
79b343fef9
Removed redundant references to Wiki for Installation ( #137 )
6 years ago