Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaors/Ethereum_read
/ functions
Functions
11,898 in github.com/chaors/Ethereum_read
⨍
Functions
11,898
◇
Types & classes
1,911
↓ 54 callers
Method
ID
()
go-ethereum-master_read/swarm/pss/pss.go:72
↓ 54 callers
Function
have_flag
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/bench_internal.c:327
↓ 54 callers
Function
pricedTransaction
(nonce uint64, gaslimit uint64, gasprice *big.Int, key *ecdsa.PrivateKey)
go-ethereum-master_read/core/tx_pool_test.go:75
↓ 54 callers
Function
secp256k1_scalar_sqr
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:101
↓ 52 callers
Method
MustCommit
MustCommit writes the genesis block and state to db, panicking on error. The block is committed as the canonical head block.
go-ethereum-master_read/core/genesis.go:330
↓ 52 callers
Method
Unlock
Unlock unlocks the given account indefinitely.
go-ethereum-master_read/accounts/keystore/keystore.go:318
↓ 51 callers
Method
Back
Back returns the n'th item in stack
go-ethereum-master_read/core/vm/stack.go:73
↓ 51 callers
Method
Rate
()
go-ethereum-master_read/metrics/ewma.go:12
↓ 51 callers
Method
Run
RequiredPrice calculates the contract gas use
go-ethereum-master_read/core/vm/contracts.go:37
↓ 50 callers
Method
AddTx
AddTx adds a transaction to the generated block. If no coinbase has been set, the block's coinbase is set to the zero address. AddTx panics if the tr
go-ethereum-master_read/core/chain_makers.go:78
↓ 49 callers
Function
gfpMul
go:noescape
go-ethereum-master_read/crypto/bn256/cloudflare/gfp_decl.go:18
↓ 49 callers
Function
secp256k1_fe_add
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:357
↓ 48 callers
Method
Bool
Bool reads an RLP string of up to 1 byte and returns its contents as a boolean. If the input does not contain an RLP string, the returned error will b
go-ethereum-master_read/rlp/decode.go:739
↓ 48 callers
Function
Respond
Respond is used to show an HTML page to a client. If there is an `Accept` header of `application/json`, JSON will be returned instead The function jus
go-ethereum-master_read/swarm/api/http/error.go:145
↓ 48 callers
Function
transaction
(nonce uint64, gaslimit uint64, key *ecdsa.PrivateKey)
go-ethereum-master_read/core/tx_pool_test.go:71
↓ 47 callers
Method
Stop
()
go-ethereum-master_read/swarm/services/swap/swap/swap.go:81
↓ 47 callers
Function
constGasFunc
(gas uint64)
go-ethereum-master_read/core/vm/gas_table.go:60
↓ 46 callers
Method
Retrieve
(ctx context.Context, req OdrRequest)
go-ethereum-master_read/light/odr.go:42
↓ 46 callers
Method
get
get retrieves a big int from the pool, allocating one if the pool is empty. Note, the returned int's value is arbitrary and will not be zeroed!
go-ethereum-master_read/core/vm/intpool.go:40
↓ 45 callers
Method
CurrentBlock
()
go-ethereum-master_read/core/tx_pool.go:117
↓ 45 callers
Method
Hash
Hash returns the hash of the current node.
go-ethereum-master_read/trie/iterator.go:75
↓ 45 callers
Method
InsertChain
InsertChain attempts to insert the given batch of blocks in to the canonical chain or, otherwise, create a fork. If an error is returned it will retur
go-ethereum-master_read/core/blockchain.go:998
↓ 45 callers
Function
NewError
(code int, s string)
go-ethereum-master_read/swarm/storage/mru/resource.go:91
↓ 45 callers
Method
close
()
go-ethereum-master_read/p2p/discover/table.go:102
↓ 45 callers
Function
elapseMinute
(a EWMA)
go-ethereum-master_read/metrics/ewma_test.go:221
↓ 44 callers
Method
Lock
Lock removes the private key with the given address from memory.
go-ethereum-master_read/accounts/keystore/keystore.go:323
↓ 44 callers
Method
Size
(chan bool)
go-ethereum-master_read/swarm/storage/types.go:252
↓ 44 callers
Method
Wrap
Wrap bundles the message into an Envelope to transmit over the network.
go-ethereum-master_read/whisper/whisperv6/message.go:237
↓ 44 callers
Function
secp256k1_scalar_set_b32
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:47
↓ 43 callers
Method
Add
Add (n) n > 0 called when promised/provided n units of service n < 0 called when used/requested n units of service
go-ethereum-master_read/swarm/services/swap/swap/swap.go:163
↓ 43 callers
Method
Address
()
go-ethereum-master_read/core/vm/contract.go:27
↓ 42 callers
Method
Start
()
go-ethereum-master_read/miner/worker.go:59
↓ 42 callers
Function
bigFromBase10
(s string)
go-ethereum-master_read/crypto/bn256/cloudflare/constants.go:11
↓ 41 callers
Method
ExpectExit
ExpectExit expects the child process to exit within 5s without printing any additional text on stdout.
go-ethereum-master_read/internal/cmdtest/test_cmd.go:170
↓ 41 callers
Method
SetString
SetString sets the big int to x. The string prefix determines the actual conversion base. A prefix of "0x" or "0X" selects base 16; the "0" prefix se
go-ethereum-master_read/mobile/big.go:80
↓ 41 callers
Method
Sub
(a, b *gfP2)
go-ethereum-master_read/crypto/bn256/cloudflare/gfp2.go:70
↓ 40 callers
Method
Address
()
go-ethereum-master_read/swarm/pss/pss.go:73
↓ 40 callers
Method
CurrentBlock
CurrentBlock retrieves the current head block of the canonical chain. The block is retrieved from the blockchain's internal cache.
go-ethereum-master_read/core/blockchain.go:341
↓ 40 callers
Method
Set
Set sets the big int at the given index in the slice.
go-ethereum-master_read/mobile/big.go:101
↓ 40 callers
Method
SetInt64
SetInt64 sets the big int to x.
go-ethereum-master_read/mobile/big.go:61
↓ 39 callers
Method
TrieDB
TrieDB retrieves the low level trie database used for data storage.
go-ethereum-master_read/core/state/database.go:59
↓ 38 callers
Method
AddRemote
AddRemote enqueues a single transaction into the pool if it is valid. If the sender is not among the locally tracked ones, full pricing constraints wi
go-ethereum-master_read/core/tx_pool.go:794
↓ 38 callers
Method
Do
(*Server)
go-ethereum-master_read/p2p/dial.go:118
↓ 38 callers
Method
Next
Next moves the iterator to the next node. If the parameter is false, any child nodes will be skipped.
go-ethereum-master_read/trie/iterator.go:69
↓ 38 callers
Method
Set
(i int, v bool)
go-ethereum-master_read/swarm/network/bitvector/bitvector.go:52
↓ 38 callers
Method
SetBytes
SetBytes sets the content of b to the given bytes. It panics if d is not of suitable size.
go-ethereum-master_read/core/types/bloom9.go:52
↓ 37 callers
Function
NewGauge
NewGauge constructs a new StandardGauge.
go-ethereum-master_read/metrics/gauge.go:22
↓ 37 callers
Method
Over
()
go-ethereum-master_read/swarm/network/protocol.go:68
↓ 37 callers
Method
Put
(key []byte, value []byte)
go-ethereum-master_read/ethdb/interface.go:25
↓ 37 callers
Method
Snapshot
()
go-ethereum-master_read/metrics/ewma.go:13
↓ 37 callers
Function
secp256k1_rand_int
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/testrand_impl.h:47
↓ 37 callers
Function
secp256k1_scalar_add
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:34
↓ 37 callers
Function
secp256k1_scalar_is_zero
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:63
↓ 36 callers
Method
BlockChain
()
go-ethereum-master_read/miner/miner.go:40
↓ 36 callers
Method
CurrentBlock
CurrentBlock retrieves the head block from the local chain.
go-ethereum-master_read/eth/downloader/downloader.go:185
↓ 36 callers
Function
GenerateChain
GenerateChain creates a chain of n blocks. The first block's parent will be the provided parent. db is used to store intermediate states and should co
go-ethereum-master_read/core/chain_makers.go:167
↓ 36 callers
Method
Square
(a *gfP2, pool *bnPool)
go-ethereum-master_read/crypto/bn256/google/gfp2.go:174
↓ 36 callers
Method
TxNonce
TxNonce returns the next valid transaction nonce for the account at addr. It panics if the account does not exist.
go-ethereum-master_read/core/chain_makers.go:119
↓ 36 callers
Function
bigFromBase10
(s string)
go-ethereum-master_read/crypto/bn256/google/constants.go:11
↓ 36 callers
Function
secp256k1_ge_set_gej
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/group_impl.h:100
↓ 35 callers
Method
Error
Error returns the error status of the iterator.
go-ethereum-master_read/trie/iterator.go:72
↓ 35 callers
Method
Get
(Reference)
go-ethereum-master_read/swarm/storage/types.go:311
↓ 35 callers
Method
Load
Load retrieves the value of a key/value pair. The given Entry must be a pointer and will be set to the value of the entry in the record. Errors retur
go-ethereum-master_read/p2p/enr/enr.go:91
↓ 35 callers
Function
NewSentMessage
NewSentMessage creates and initializes a non-signed, non-encrypted Whisper message.
go-ethereum-master_read/whisper/whisperv6/message.go:92
↓ 35 callers
Method
Put
(*Chunk)
go-ethereum-master_read/swarm/storage/chunkstore.go:31
↓ 35 callers
Method
ScalarBaseMult
ScalarBaseMult sets e to g*k where g is the generator of the group and then returns e.
go-ethereum-master_read/crypto/bn256/google/bn256.go:64
↓ 35 callers
Method
newPeer
newPeer registers a new block download source into the downloader.
go-ethereum-master_read/eth/downloader/downloader_test.go:390
↓ 35 callers
Function
secp256k1_fe_negate
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:327
↓ 35 callers
Function
unhex
(str string)
go-ethereum-master_read/rlp/decode_test.go:813
↓ 34 callers
Method
GetNonce
(common.Address)
go-ethereum-master_read/core/vm/interface.go:34
↓ 34 callers
Method
ID
()
go-ethereum-master_read/p2p/testing/peerpool.go:28
↓ 34 callers
Function
NewSentMessage
NewSentMessage creates and initializes a non-signed, non-encrypted Whisper message.
go-ethereum-master_read/whisper/whisperv5/message.go:90
↓ 34 callers
Method
Sender
Sender returns the sender address of the transaction.
go-ethereum-master_read/core/types/transaction_signing.go:98
↓ 34 callers
Method
Square
(a *gfP2)
go-ethereum-master_read/crypto/bn256/cloudflare/gfp2.go:124
↓ 34 callers
Method
decode
()
go-ethereum-master_read/les/peer.go:347
↓ 34 callers
Function
secp256k1_rand_bits
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/testrand_impl.h:34
↓ 34 callers
Function
secp256k1_scalar_get_b32
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:58
↓ 33 callers
Method
Max
()
go-ethereum-master_read/metrics/timer.go:11
↓ 33 callers
Method
Mean
()
go-ethereum-master_read/metrics/timer.go:12
↓ 33 callers
Function
NewCounter
NewCounter constructs a new StandardCounter.
go-ethereum-master_read/metrics/counter.go:24
↓ 33 callers
Method
Pack
Pack the given method name to conform the ABI. Method call's data will consist of method_id, args0, arg1, ... argN. Method id consists of 4 bytes and
go-ethereum-master_read/accounts/abi/abi.go:52
↓ 33 callers
Method
Stop
()
go-ethereum-master_read/eth/backend.go:56
↓ 33 callers
Method
UnpackLog
UnpackLog unpacks a retrieved log into the provided output structure.
go-ethereum-master_read/accounts/abi/bind/base.go:328
↓ 33 callers
Method
Wrap
Wrap bundles the message into an Envelope to transmit over the network.
go-ethereum-master_read/whisper/whisperv5/message.go:227
↓ 33 callers
Function
run_benchmark
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/bench.h:33
↓ 33 callers
Function
secp256k1_ecdsa_verify
go-ethereum-master_read/crypto/secp256k1/libsecp256k1/src/secp256k1.c:293
↓ 32 callers
Method
Add
Add sets e to a+b and then returns e. BUG(agl): this function is not complete: a==b fails.
go-ethereum-master_read/crypto/bn256/google/bn256.go:83
↓ 32 callers
Method
Add
Add sets e to a+b and then returns e.
go-ethereum-master_read/crypto/bn256/cloudflare/bn256.go:72
↓ 32 callers
Method
Close
Close underlying data stream
go-ethereum-master_read/rpc/types.go:114
↓ 32 callers
Method
GasPrice
()
go-ethereum-master_read/core/state_transition.go:69
↓ 32 callers
Method
GetBlockByNumber
GetBlockByNumber retrieves a block from the database or ODR service by number, caching it (associated with its hash) if found.
go-ethereum-master_read/light/lightchain.go:292
↓ 32 callers
Method
Marshal
(out []byte)
go-ethereum-master_read/crypto/bn256/cloudflare/gfp.go:53
↓ 32 callers
Function
NewStream
(name string, key string, live bool)
go-ethereum-master_read/swarm/network/stream/messages.go:42
↓ 32 callers
Method
Uint
Uint reads an RLP string of up to 8 bytes and returns its contents as an unsigned integer. If the input does not contain an RLP string, the returned e
go-ethereum-master_read/rlp/decode.go:699
↓ 32 callers
Function
makePush
make push instruction function
go-ethereum-master_read/core/vm/instructions.go:831
↓ 32 callers
Method
sync
sync starts synchronizing with a remote peer, blocking until it completes.
go-ethereum-master_read/eth/downloader/downloader_test.go:195
↓ 31 callers
Method
Min
()
go-ethereum-master_read/metrics/timer.go:13
↓ 31 callers
Method
Mul
See "Multiplication and Squaring in Pairing-Friendly Fields", http://eprint.iacr.org/2006/471.pdf
go-ethereum-master_read/crypto/bn256/cloudflare/gfp2.go:78
↓ 31 callers
Function
NewBlockChain
NewBlockChain returns a fully initialised block chain using information available in the database. It initialises the default Ethereum Validator and P
go-ethereum-master_read/core/blockchain.go:137
↓ 31 callers
Method
Root
()
go-ethereum-master_read/core/types/block.go:338
← previous
next →
101–200 of 11,898, ranked by callers