postgres table to hold ipfs data in same database as vulcanizedb data;

shared SeedNodeTransformer interface
This commit is contained in:
Ian Norden
2019-12-02 13:24:54 -06:00
parent 230e782e6c
commit 1235ec1f97
4 changed files with 55 additions and 1 deletions
+16
View File
@@ -1,3 +1,19 @@
// VulcanizeDB
// Copyright © 2019 Vulcanize
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
package config
// Subscription config is used by a subscribing transformer to specifiy which data to receive from the seed node
-1
View File
@@ -1 +0,0 @@
package config