incl blocks, transactions, and vm protocol interface overrides

Former-commit-id: 4f7ea1013da8d6daefab63a0236b14fef66b5c1a [formerly 658e8d21091332ef2e25ba61ac839ed3af98822e]
Former-commit-id: 11677ca82e862dd20e0541ef196c17ebd38af856
This commit is contained in:
Raul Jordan 2018-01-15 16:53:42 -06:00
parent e11dceeec1
commit 26778d7a35
3 changed files with 18 additions and 0 deletions

6
sharding/blocks.go Normal file
View File

@ -0,0 +1,6 @@
// 2018 Prysmatic Labs
// This file is part of the prysmaticlabs/geth-sharding library.
//
// This file overrides the default protocol blocks interface
package sharding

6
sharding/transactions.go Normal file
View File

@ -0,0 +1,6 @@
// 2018 Prysmatic Labs
// This file is part of the prysmaticlabs/geth-sharding library.
//
// This file overrides the default protocol transaction interface
package sharding

6
sharding/vm.go Normal file
View File

@ -0,0 +1,6 @@
// 2018 Prysmatic Labs
// This file is part of the prysmaticlabs/geth-sharding library.
//
// This file overrides the default protocol VM interface
package sharding