MCPcopy Create free account

hub / github.com/devlongs/gean / functions

Functions88 in github.com/devlongs/gean

↓ 15 callersFunctionHashTreeRootContainer
(fields []types.Root)
common/ssz/ssz.go:147
↓ 12 callersFunctionHashTreeRootUint64
(value uint64)
common/ssz/ssz.go:27
↓ 9 callersFunctionBitlistFromBits
(bits []bool, limit int)
common/types/bitfield.go:66
↓ 8 callersFunctionHashTreeRootCheckpoint
(c *types.Checkpoint)
common/ssz/ssz.go:156
↓ 8 callersFunctionMerkleize
(chunks []types.Root, limit int)
common/ssz/ssz.go:66
↓ 7 callersMethodGet
(index int)
common/types/bitfield.go:83
↓ 7 callersFunctionHashTreeRootList
(elements []types.Root, limit int)
common/ssz/ssz.go:151
↓ 6 callersFunctionHashNodes
(a, b types.Root)
common/ssz/ssz.go:18
↓ 6 callersMethodIsZero
()
common/types/types.go:18
↓ 5 callersFunctionHashTreeRootBitlist
(bl *types.Bitlist)
common/ssz/ssz.go:39
↓ 5 callersMethodLen
()
common/types/bitfield.go:80
↓ 5 callersMethodSet
(index int, value bool)
common/types/bitfield.go:38
↓ 5 callersFunctionnextPowerOfTwo
(x int)
common/ssz/ssz.go:103
↓ 4 callersMethodGet
(index int)
common/types/bitfield.go:31
↓ 4 callersFunctionHashTreeRootBytes
(data []byte)
common/ssz/ssz.go:128
↓ 4 callersFunctionSlotToTime
(slot Slot, genesisTime uint64)
common/types/types.go:67
↓ 4 callersFunctionisPerfectSquare
(n uint64)
common/types/types.go:62
↓ 3 callersMethodBytes
Bytes returns SSZ-encoded bytes with delimiter bit.
common/types/bitfield.go:102
↓ 3 callersFunctionHashTreeRootAttestationData
(a *types.AttestationData)
common/ssz/ssz.go:172
↓ 3 callersFunctionHashTreeRootBlockHeader
(h *types.BlockHeader)
common/ssz/ssz.go:209
↓ 3 callersFunctionHashTreeRootBlockWithAttestation
(bwa *types.BlockWithAttestation, attestationLimit int)
common/ssz/ssz.go:231
↓ 3 callersFunctionHashTreeRootConfig
(c *types.Config)
common/ssz/ssz.go:251
↓ 3 callersFunctionHashTreeRootState
(s *types.State, historicalRootsLimit, validatorLimit int)
common/ssz/ssz.go:258
↓ 3 callersFunctionMixInLength
(root types.Root, length uint64)
common/ssz/ssz.go:97
↓ 3 callersFunctionNewBitvector
(length int)
common/types/bitfield.go:11
↓ 3 callersFunctionTimeToSlot
(time, genesisTime uint64)
common/types/types.go:71
↓ 3 callersFunctionisqrt
(n uint64)
common/types/types.go:49
↓ 2 callersFunctionHash
(data []byte)
common/ssz/ssz.go:14
↓ 2 callersFunctionHashTreeRootBitvector
(bv *types.Bitvector)
common/ssz/ssz.go:33
↓ 2 callersFunctionHashTreeRootBlock
(b *types.Block, attestationLimit int)
common/ssz/ssz.go:220
↓ 2 callersFunctionHashTreeRootValidator
(v *types.Validator)
common/ssz/ssz.go:164
↓ 2 callersMethodIsJustifiableAfter
IsJustifiableAfter implements 3SF-mini finality rules. A slot is justifiable if delta (distance from finalized) is: - <= 5, OR a perfect square, OR a
common/types/types.go:25
↓ 2 callersFunctionpackBits
(n int, get func(int) bool)
common/ssz/ssz.go:46
↓ 1 callersFunctionBitvectorFromBytes
(data []byte, length int)
common/types/bitfield.go:18
↓ 1 callersMethodBytes
()
common/types/bitfield.go:49
↓ 1 callersFunctionHashTreeRootAggregatedAttestation
(a *types.AggregatedAttestation, limit int)
common/ssz/ssz.go:190
↓ 1 callersFunctionHashTreeRootAttestation
(a *types.Attestation)
common/ssz/ssz.go:182
↓ 1 callersFunctionHashTreeRootBlockBody
(b *types.BlockBody, attestationLimit int)
common/ssz/ssz.go:198
↓ 1 callersFunctionHashTreeRootSignedBlockWithAttestation
(sbwa *types.SignedBlockWithAttestation, attestationLimit, validatorLimit int)
common/ssz/ssz.go:239
↓ 1 callersMethodLen
()
common/types/bitfield.go:28
↓ 1 callersMethodLimit
()
common/types/bitfield.go:81
↓ 1 callersFunctionzeroTreeRoot
(width int)
common/ssz/ssz.go:116
MethodByteLen
()
common/types/bitfield.go:29
FunctionNewBitlist
(limit int)
common/types/bitfield.go:62
MethodSet
(index int, value bool)
common/types/bitfield.go:90
FunctionTestAttestation
(t *testing.T)
common/types/containers_test.go:60
FunctionTestAttestationData
(t *testing.T)
common/types/containers_test.go:38
FunctionTestBitlist
(t *testing.T)
common/types/bitfield_test.go:33
FunctionTestBitlistBytes
(t *testing.T)
common/types/bitfield_test.go:46
FunctionTestBitvector
(t *testing.T)
common/types/bitfield_test.go:5
FunctionTestBitvectorFromBytes
(t *testing.T)
common/types/bitfield_test.go:23
FunctionTestBlock
(t *testing.T)
common/types/containers_test.go:93
FunctionTestBlockHeader
(t *testing.T)
common/types/containers_test.go:76
FunctionTestBlockWithAttestation
(t *testing.T)
common/types/containers_test.go:129
FunctionTestCheckpoint
(t *testing.T)
common/types/containers_test.go:7
FunctionTestEmptyBitlist
(t *testing.T)
common/types/bitfield_test.go:55
FunctionTestHash
(t *testing.T)
common/ssz/ssz_test.go:9
FunctionTestHashNodes
(t *testing.T)
common/ssz/ssz_test.go:19
FunctionTestHashTreeRootAttestationData
(t *testing.T)
common/ssz/containers_test.go:55
FunctionTestHashTreeRootBitlist
(t *testing.T)
common/ssz/ssz_test.go:70
FunctionTestHashTreeRootBitvector
(t *testing.T)
common/ssz/ssz_test.go:61
FunctionTestHashTreeRootBlock
(t *testing.T)
common/ssz/containers_test.go:92
FunctionTestHashTreeRootBlockHeader
(t *testing.T)
common/ssz/containers_test.go:70
FunctionTestHashTreeRootBlockWithAttestation
(t *testing.T)
common/ssz/containers_test.go:169
FunctionTestHashTreeRootBytes
(t *testing.T)
common/ssz/containers_test.go:110
FunctionTestHashTreeRootCheckpoint
(t *testing.T)
common/ssz/containers_test.go:9
FunctionTestHashTreeRootConfig
(t *testing.T)
common/ssz/containers_test.go:230
FunctionTestHashTreeRootContainer
(t *testing.T)
common/ssz/containers_test.go:132
FunctionTestHashTreeRootList
(t *testing.T)
common/ssz/containers_test.go:153
FunctionTestHashTreeRootSignedBlockWithAttestation
(t *testing.T)
common/ssz/containers_test.go:201
FunctionTestHashTreeRootState
(t *testing.T)
common/ssz/containers_test.go:246
FunctionTestHashTreeRootStateWithValidators
(t *testing.T)
common/ssz/containers_test.go:282
FunctionTestHashTreeRootUint64
(t *testing.T)
common/ssz/ssz_test.go:30
FunctionTestHashTreeRootValidator
(t *testing.T)
common/ssz/containers_test.go:39
FunctionTestIsJustifiableAfter
(t *testing.T)
common/types/types_test.go:41
FunctionTestIsJustifiableAfter_BeforeFinalized
(t *testing.T)
common/types/types_test.go:103
FunctionTestIsPerfectSquare
(t *testing.T)
common/types/types_test.go:140
FunctionTestIsqrt
(t *testing.T)
common/types/types_test.go:112
FunctionTestMerkleize
(t *testing.T)
common/ssz/ssz_test.go:37
FunctionTestMixInLength
(t *testing.T)
common/ssz/ssz_test.go:53
FunctionTestNextPowerOfTwo
(t *testing.T)
common/ssz/ssz_test.go:78
FunctionTestRootIsZero
(t *testing.T)
common/types/types_test.go:31
FunctionTestSignedBlockWithAttestation
(t *testing.T)
common/types/containers_test.go:157
FunctionTestSlotToTime
(t *testing.T)
common/types/types_test.go:5
FunctionTestState
(t *testing.T)
common/types/containers_test.go:112
FunctionTestTimeToSlot
(t *testing.T)
common/types/types_test.go:18
FunctionTestValidator
(t *testing.T)
common/types/containers_test.go:21
Functionmain
()
cmd/gean/main.go:10