EthereumCommonwealth / go-callisto

Official Go implementation of the Callisto protocol (CLO main client)
https://callisto.network
GNU Lesser General Public License v3.0
48 stars 29 forks source link

Upstream 1.8.10 #16

Closed yograterol closed 6 years ago

yograterol commented 6 years ago

Test suite:

?       github.com/EthereumCommonwealth/go-callisto [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/accounts    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/accounts/abi    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/accounts/abi/bind   4.795s
?       github.com/EthereumCommonwealth/go-callisto/accounts/abi/bind/backends  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/accounts/keystore   (cached)
?       github.com/EthereumCommonwealth/go-callisto/accounts/usbwallet  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/accounts/usbwallet/internal/trezor  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/bmt (cached)
?       github.com/EthereumCommonwealth/go-callisto/cmd/abigen  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/bootnode    [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/clef    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/cmd/ethkey  (cached)
?       github.com/EthereumCommonwealth/go-callisto/cmd/evm [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/evm/internal/compiler   [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/faucet  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/cmd/geth    (cached)
?       github.com/EthereumCommonwealth/go-callisto/cmd/internal/browser    [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/p2psim  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/puppeth [no test files]
?       github.com/EthereumCommonwealth/go-callisto/cmd/rlpdump [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/cmd/swarm   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/cmd/utils   (cached)
?       github.com/EthereumCommonwealth/go-callisto/cmd/wnode   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/common  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/common/bitutil  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/common/compiler (cached)
ok      github.com/EthereumCommonwealth/go-callisto/common/fdlimit  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/common/hexutil  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/common/math (cached)
?       github.com/EthereumCommonwealth/go-callisto/common/mclock   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/common/number   (cached)
?       github.com/EthereumCommonwealth/go-callisto/compression/rle [no test files]
?       github.com/EthereumCommonwealth/go-callisto/consensus   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/consensus/clique    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/consensus/ethash    (cached)
?       github.com/EthereumCommonwealth/go-callisto/consensus/misc  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/console (cached)
ok      github.com/EthereumCommonwealth/go-callisto/contracts/chequebook    (cached)
?       github.com/EthereumCommonwealth/go-callisto/contracts/chequebook/contract   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/contracts/ens   (cached)
?       github.com/EthereumCommonwealth/go-callisto/contracts/ens/contract  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/core    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/asm    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/bloombits  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/rawdb  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/state  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/types  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/vm (cached)
ok      github.com/EthereumCommonwealth/go-callisto/core/vm/runtime (cached)
ok      github.com/EthereumCommonwealth/go-callisto/crypto  (cached)
?       github.com/EthereumCommonwealth/go-callisto/crypto/bn256    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/crypto/bn256/cloudflare (cached)
ok      github.com/EthereumCommonwealth/go-callisto/crypto/bn256/google (cached)
ok      github.com/EthereumCommonwealth/go-callisto/crypto/ecies    (cached)
?       github.com/EthereumCommonwealth/go-callisto/crypto/randentropy  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/crypto/secp256k1    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/crypto/sha3 (cached)
?       github.com/EthereumCommonwealth/go-callisto/dashboard   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/eth (cached)
ok      github.com/EthereumCommonwealth/go-callisto/eth/downloader  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/eth/fetcher (cached)
ok      github.com/EthereumCommonwealth/go-callisto/eth/filters (cached)
?       github.com/EthereumCommonwealth/go-callisto/eth/gasprice    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/eth/tracers (cached)
?       github.com/EthereumCommonwealth/go-callisto/eth/tracers/internal/tracers    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/ethclient   (cached) [no tests to run]
ok      github.com/EthereumCommonwealth/go-callisto/ethdb   (cached)
?       github.com/EthereumCommonwealth/go-callisto/ethstats    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/event   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/event/filter    (cached)
?       github.com/EthereumCommonwealth/go-callisto/internal/build  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/internal/cmdtest    [no test files]
?       github.com/EthereumCommonwealth/go-callisto/internal/debug  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/internal/ethapi [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/internal/guide  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/internal/jsre   (cached)
?       github.com/EthereumCommonwealth/go-callisto/internal/jsre/deps  [no test files]
?       github.com/EthereumCommonwealth/go-callisto/internal/web3ext    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/les (cached)
?       github.com/EthereumCommonwealth/go-callisto/les/flowcontrol [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/light   (cached)
?       github.com/EthereumCommonwealth/go-callisto/log [no test files]
?       github.com/EthereumCommonwealth/go-callisto/log/term    [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/metrics (cached)
?       github.com/EthereumCommonwealth/go-callisto/metrics/exp [no test files]
?       github.com/EthereumCommonwealth/go-callisto/metrics/influxdb    [no test files]
?       github.com/EthereumCommonwealth/go-callisto/metrics/librato [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/miner   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/mobile  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/node    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/discover    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/discv5  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/enr (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/nat (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/netutil (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/protocols   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/simulations (cached)
ok      github.com/EthereumCommonwealth/go-callisto/p2p/simulations/adapters    (cached)
?       github.com/EthereumCommonwealth/go-callisto/p2p/simulations/examples    [no test files]
?       github.com/EthereumCommonwealth/go-callisto/p2p/testing [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/params  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/rlp (cached)
ok      github.com/EthereumCommonwealth/go-callisto/rpc (cached)
ok      github.com/EthereumCommonwealth/go-callisto/signer/core (cached)
ok      github.com/EthereumCommonwealth/go-callisto/signer/rules    (cached)
?       github.com/EthereumCommonwealth/go-callisto/signer/rules/deps   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/signer/storage  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/api   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/api/client    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/api/http  (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/fuse  (cached)
?       github.com/EthereumCommonwealth/go-callisto/swarm/metrics   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/swarm/network   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/network/kademlia  (cached)
?       github.com/EthereumCommonwealth/go-callisto/swarm/services/swap [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/swarm/services/swap/swap    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/swarm/storage   (cached)
?       github.com/EthereumCommonwealth/go-callisto/swarm/testutil  [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/tests   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/trie    (cached)
ok      github.com/EthereumCommonwealth/go-callisto/whisper/mailserver  (cached)
?       github.com/EthereumCommonwealth/go-callisto/whisper/shhclient   [no test files]
ok      github.com/EthereumCommonwealth/go-callisto/whisper/whisperv5   (cached)
ok      github.com/EthereumCommonwealth/go-callisto/whisper/whisperv6   (cached)

Working well with the latest blocks

image

ghost commented 6 years ago

@yograterol How about merging v1.8.12 also??

yograterol commented 6 years ago

@akx20000a Yes, 1.8.12 will be merged with go-callisto.