mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
incl blocks, transactions, and vm protocol interface overrides
Former-commit-id: 4f7ea1013da8d6daefab63a0236b14fef66b5c1a [formerly 658e8d21091332ef2e25ba61ac839ed3af98822e] Former-commit-id: 11677ca82e862dd20e0541ef196c17ebd38af856
This commit is contained in:
6
sharding/blocks.go
Normal file
6
sharding/blocks.go
Normal 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
6
sharding/transactions.go
Normal 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
6
sharding/vm.go
Normal 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
|
||||
Reference in New Issue
Block a user