mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
incl blocks, transactions, and vm protocol interface overrides
Former-commit-id: 4f7ea1013da8d6daefab63a0236b14fef66b5c1a [formerly 658e8d21091332ef2e25ba61ac839ed3af98822e] Former-commit-id: 11677ca82e862dd20e0541ef196c17ebd38af856
This commit is contained in:
parent
e11dceeec1
commit
26778d7a35
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
|
Loading…
Reference in New Issue
Block a user