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
CJ Hare
347c3a930e
Removing unused plugin dependency ( #139 )
6 years ago
Chris Mckay
20cf53b5dd
[MINOR] removing symlink file that windows doesn't agree with ( #146 )
6 years ago
Chris Mckay
e46e2fbd35
[NC-1759] switched quickstart to use alethio light block explorer ( #140 )
6 years ago
Chris Mckay
6584168b70
[MINOR] delayed submodule check until submodule used
6 years ago
Adrian Sutton
c9fbc9d3fd
[NC-1675] Apply more appropriate log levels ( #133 )
...
Reduce log level for a number of common situations to DEBUG and general tidy-up of output.
6 years ago
Adrian Sutton
78a002b53d
[MINOR] Fix bounds check in PacketType. ( #132 )
6 years ago
CJ Hare
8563607897
Adding the getting started to the binary distributions ( #136 )
...
* Adding the getting started to the binary distributions
6 years ago
MadelineMurray
909c1022c6
Getting started ( #135 )
...
* Updated to use command line and move to less confusing location
6 years ago
Adrian Sutton
5442163c36
[NC-1772] Release DisconnectMessage to avoid leaking memory allocation. ( #130 )
6 years ago
CJ Hare
72780b2320
[NC-1628] Release Jenkins Jobs ( #126 )
...
Supporting / scripting for creating a branch from a tag
6 years ago
Adrian Sutton
d2583e3ef2
[NC-1384] Disable mining while catching up to chain head ( #125 )
6 years ago
Roberto Saltini
ba18fcf163
Renamed the iBFT NEW_CHAIN_HEAD_HEADER event type to NEW_CHAIN_HEAD ( #114 )
6 years ago
Chris Mckay
00542949e0
[MINOR] Fixed tickbox syntax in PR template ( #131 )
6 years ago
Adrian Sutton
45e0037321
[MINOR] Add missing finals. ( #128 )
6 years ago
mark-terry
d2d2a2a8fc
[NC-1773] Minor OSS documentation tweaks. ( #122 )
6 years ago
Adrian Sutton
d8d7b1e55b
[NC-1777] Add milestone configuration to dev.json so that if it happens to be used directly it uses Byzantium instead of defaulting to the MainNet milestone blocks. ( #121 )
6 years ago
Sally MacFarlane
a95d81a12b
ignore these tests until we can fix it ( #124 )
6 years ago
Roberto Saltini
f4b9b56354
[NC-1778] Added Clique JSON RPC method clique_proposals ( #123 )
6 years ago
tmohay
302fd41b42
CliquePantheonController exposes mining coordinator ( #117 )
...
Previously the getMiningCoordinator() function on the
CliquePantheonController returned 'null' as a stub.
In order for the JSON RPC to operate correctly this function needs
to return the mining coordinator created during PantheonController
initialisation - which is the change introduced through this commit.
6 years ago
tmohay
2862f54f55
Ibft tracks validating peers for multicasting ( #101 )
...
The Ibft consensus mechanism is responsible for sending a variety of
messages to other validating nodes in the network (provided they have
a point-to-point connection to them).
This change tracks which nodes have connected to the IBFT
subprotocol, and provides the functionality to only transmit messages
to nodes which are also validators.
6 years ago
Adrian Sutton
725cdb34c2
[NC-1679] Set vertx upload directory to be under the pantheon data dir. ( #115 )
6 years ago
Adrian Sutton
9e74b7b73e
[NC-1772] Avoid allocating and returning a ByteBuf from MessageFramer.frame. ( #116 )
...
We can write directly to the target instead and avoid the caller needing to release the buffer.
Fixes memory leak when clients are repeatedly connecting and disconnecting.
6 years ago
mbaxter
6503699c6e
Don't clear state modifications on commit ( #112 )
6 years ago