Home
last modified time | relevance | path

Searched refs:PubkeyToAddress (Results 1 – 25 of 71) sorted by relevance

123

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dtx_pool_test.go423 addr := crypto.PubkeyToAddress(key.PublicKey)
452 addr := crypto.PubkeyToAddress(key.PublicKey)
503 addr := crypto.PubkeyToAddress(key.PublicKey)
527 addr := crypto.PubkeyToAddress(key.PublicKey)
553 account := crypto.PubkeyToAddress(key.PublicKey)
771 account := crypto.PubkeyToAddress(key.PublicKey)
825 account := crypto.PubkeyToAddress(key.PublicKey)
891 addr := crypto.PubkeyToAddress(key.PublicKey)
1164 addr := crypto.PubkeyToAddress(key.PublicKey)
1259 addr := crypto.PubkeyToAddress(key.PublicKey)
[all …]
H A Dchain_makers_test.go36 addr1 = crypto.PubkeyToAddress(key1.PublicKey)
37 addr2 = crypto.PubkeyToAddress(key2.PublicKey)
38 addr3 = crypto.PubkeyToAddress(key3.PublicKey)
H A Dblockchain_test.go740 address = crypto.PubkeyToAddress(key.PublicKey)
876 address = crypto.PubkeyToAddress(key.PublicKey)
995 addr1 = crypto.PubkeyToAddress(key1.PublicKey)
996 addr2 = crypto.PubkeyToAddress(key2.PublicKey)
997 addr3 = crypto.PubkeyToAddress(key3.PublicKey)
1108 addr1 = crypto.PubkeyToAddress(key1.PublicKey)
1533 address = crypto.PubkeyToAddress(key.PublicKey)
1747 address = crypto.PubkeyToAddress(key.PublicKey)
1952 addr = crypto.PubkeyToAddress(key.PublicKey)
2514 address = crypto.PubkeyToAddress(key.PublicKey)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/backends/
H A Dsimulated_test.go123 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
161 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
203 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
276 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
329 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
363 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
430 addr := crypto.PubkeyToAddress(key.PublicKey)
536 addr := crypto.PubkeyToAddress(key.PublicKey)
625 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
646 testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/clique/
H A Dmain.go131 …tx, err := types.SignTx(types.NewTransaction(nonces[index], crypto.PubkeyToAddress(faucets[index].…
160 genesis.Alloc[crypto.PubkeyToAddress(faucet.PublicKey)] = core.GenesisAccount{
167 signers[i] = crypto.PubkeyToAddress(sealer.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/miner/
H A Dstress_clique.go127 …tx, err := types.SignTx(types.NewTransaction(nonces[index], crypto.PubkeyToAddress(faucets[index].…
156 genesis.Alloc[crypto.PubkeyToAddress(faucet.PublicKey)] = core.GenesisAccount{
163 signers[i] = crypto.PubkeyToAddress(sealer.PublicKey)
H A Dstress_ethash.go123 …tx, err := types.SignTx(types.NewTransaction(nonces[index], crypto.PubkeyToAddress(faucets[index].…
151 genesis.Alloc[crypto.PubkeyToAddress(faucet.PublicKey)] = core.GenesisAccount{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/1559/
H A Dmain.go153 …tx, err := types.SignTx(types.NewTransaction(nonce, crypto.PubkeyToAddress(privKey.PublicKey), new…
160 recipient := crypto.PubkeyToAddress(privKey.PublicKey)
211 genesis.Alloc[crypto.PubkeyToAddress(faucet.PublicKey)] = core.GenesisAccount{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/types/
H A Dtransaction_signing_test.go30 addr := crypto.PubkeyToAddress(key.PublicKey)
49 addr := crypto.PubkeyToAddress(key.PublicKey)
H A Dtransaction_test.go120 keyAddr = crypto.PubkeyToAddress(key.PublicKey)
225 addr := crypto.PubkeyToAddress(key.PublicKey)
287 addr := crypto.PubkeyToAddress(key.PublicKey)
373 addr := crypto.PubkeyToAddress(key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/
H A Dutil_test.go59 crypto.PubkeyToAddress(testKey.PublicKey): {Balance: big.NewInt(10000000000000000)},
105 crypto.PubkeyToAddress(testKey.PublicKey): {Balance: big.NewInt(10000000000000000)},
H A Dauth.go88 keyAddr := crypto.PubkeyToAddress(key.PublicKey)
146 keyAddr := crypto.PubkeyToAddress(key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/
H A Dcrypto_test.go109 recoveredAddr := PubkeyToAddress(*pubKey)
119 recoveredAddr2 := PubkeyToAddress(*recoveredPub2)
137 genAddr := PubkeyToAddress(key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/services/swap/
H A Dswap.go117 Beneficiary: crypto.PubkeyToAddress(*pubkey),
120 owner: crypto.PubkeyToAddress(*pubkey),
298 …N for %v -> %v: interval = %v, threshold = %v, buffer = %v)", crypto.PubkeyToAddress(*(lp.publicKe…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/ethash/
H A Dmain.go118 …tx, err := types.SignTx(types.NewTransaction(nonces[index], crypto.PubkeyToAddress(faucets[index].…
146 genesis.Alloc[crypto.PubkeyToAddress(faucet.PublicKey)] = core.GenesisAccount{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/protocols/eth/
H A Dhandler_test.go44 testAddr = crypto.PubkeyToAddress(testKey.PublicKey)
389 acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
390 acc2Addr := crypto.PubkeyToAddress(acc2Key.PublicKey)
498 acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
499 acc2Addr := crypto.PubkeyToAddress(acc2Key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/contracts/chequebook/
H A Dgencode.go38 crypto.PubkeyToAddress(testKey.PublicKey): {Balance: big.NewInt(500000000000)},
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/storage/mru/
H A Dresource_sign.go48 address: crypto.PubkeyToAddress(privKey.PublicKey),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/abi/bind/
H A Dauth.go48 keyAddr := crypto.PubkeyToAddress(key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/wnode/
H A Dmain.go470 from := crypto.PubkeyToAddress(asymKey.PublicKey)
492 from := crypto.PubkeyToAddress(asymKey.PublicKey)
634 address = crypto.PubkeyToAddress(*msg.Src)
654 address = crypto.PubkeyToAddress(*msg.Src)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/
H A Dkey.go141 Address: crypto.PubkeyToAddress(privateKeyECDSA.PublicKey),
174 Address: crypto.PubkeyToAddress(privateKeyECDSA.PublicKey),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dodr_test.go44 testBankAddress = crypto.PubkeyToAddress(testBankKey.PublicKey)
49 acc1Addr = crypto.PubkeyToAddress(acc1Key.PublicKey)
50 acc2Addr = crypto.PubkeyToAddress(acc2Key.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/filters/
H A Dfilter_test.go55 addr1 = crypto.PubkeyToAddress(key1.PublicKey)
113 addr = crypto.PubkeyToAddress(key1.PublicKey)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/ethkey/
H A Dgenerate.go88 Address: crypto.PubkeyToAddress(privateKey.PublicKey),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dtest_helper.go58 bankAddr = crypto.PubkeyToAddress(bankKey.PublicKey)
63 userAddr1 = crypto.PubkeyToAddress(userKey1.PublicKey)
64 userAddr2 = crypto.PubkeyToAddress(userKey2.PublicKey)
76 signerAddr = crypto.PubkeyToAddress(signerKey.PublicKey)

123