forked from cerc-io/ipld-eth-server
Allow Parity as ingest node (#36)
* Upgrade go-ethereum to v1.8 * Add Node Info for parity nodes * Upgrade start_private_blockchain to use v1.8
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE blocks
|
||||
ALTER COLUMN size TYPE BIGINT USING size::BIGINT;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE blocks
|
||||
ALTER COLUMN size TYPE VARCHAR USING size::VARCHAR;
|
||||
Reference in New Issue
Block a user