forked from cerc-io/plugeth
Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop
This commit is contained in:
commit
5a827417d9
17
.travis.yml
17
.travis.yml
@ -1,23 +1,20 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4.1
|
- 1.4.2
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:beineri/opt-qt54 -y
|
- sudo add-apt-repository ppa:beineri/opt-qt541 -y
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -yqq libgmp3-dev libreadline6-dev qt54quickcontrols qt54webengine
|
- sudo apt-get install -yqq libgmp3-dev libreadline6-dev qt54quickcontrols qt54webengine
|
||||||
install:
|
install:
|
||||||
- go get code.google.com/p/go.tools/cmd/goimports
|
# - go get code.google.com/p/go.tools/cmd/goimports
|
||||||
- go get github.com/golang/lint/golint
|
# - go get github.com/golang/lint/golint
|
||||||
# - go get golang.org/x/tools/cmd/vet
|
# - go get golang.org/x/tools/cmd/vet
|
||||||
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get gopkg.in/check.v1
|
|
||||||
- go get github.com/tools/godep
|
|
||||||
before_script:
|
before_script:
|
||||||
- godep restore
|
# - gofmt -l -w .
|
||||||
- gofmt -l -w .
|
# - goimports -l -w .
|
||||||
- goimports -l -w .
|
# - golint .
|
||||||
- golint .
|
|
||||||
# - go vet ./...
|
# - go vet ./...
|
||||||
# - go test -race ./...
|
# - go test -race ./...
|
||||||
script:
|
script:
|
||||||
|
11
Godeps/Godeps.json
generated
11
Godeps/Godeps.json
generated
@ -1,15 +1,10 @@
|
|||||||
{
|
{
|
||||||
"ImportPath": "github.com/ethereum/go-ethereum",
|
"ImportPath": "github.com/ethereum/go-ethereum",
|
||||||
"GoVersion": "go1.4.1",
|
"GoVersion": "go1.4.2",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"./..."
|
"./..."
|
||||||
],
|
],
|
||||||
"Deps": [
|
"Deps": [
|
||||||
{
|
|
||||||
"ImportPath": "bitbucket.org/kardianos/osext",
|
|
||||||
"Comment": "null-13",
|
|
||||||
"Rev": "5d3ddcf53a508cc2f7404eaebf546ef2cb5cdb6e"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ImportPath": "code.google.com/p/go-uuid/uuid",
|
"ImportPath": "code.google.com/p/go-uuid/uuid",
|
||||||
"Comment": "null-12",
|
"Comment": "null-12",
|
||||||
@ -37,6 +32,10 @@
|
|||||||
"ImportPath": "github.com/jackpal/go-nat-pmp",
|
"ImportPath": "github.com/jackpal/go-nat-pmp",
|
||||||
"Rev": "a45aa3d54aef73b504e15eb71bea0e5565b5e6e1"
|
"Rev": "a45aa3d54aef73b504e15eb71bea0e5565b5e6e1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/kardianos/osext",
|
||||||
|
"Rev": "ccfcd0245381f0c94c68f50626665eed3c6b726a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/obscuren/otto",
|
"ImportPath": "github.com/obscuren/otto",
|
||||||
"Rev": "cf13cc4228c5e5ce0fe27a7aea90bc10091c4f19"
|
"Rev": "cf13cc4228c5e5ce0fe27a7aea90bc10091c4f19"
|
||||||
|
20
Godeps/_workspace/src/bitbucket.org/kardianos/osext/LICENSE
generated
vendored
20
Godeps/_workspace/src/bitbucket.org/kardianos/osext/LICENSE
generated
vendored
@ -1,20 +0,0 @@
|
|||||||
Copyright (c) 2012 Daniel Theophanes
|
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
|
||||||
warranty. In no event will the authors be held liable for any damages
|
|
||||||
arising from the use of this software.
|
|
||||||
|
|
||||||
Permission is granted to anyone to use this software for any purpose,
|
|
||||||
including commercial applications, and to alter it and redistribute it
|
|
||||||
freely, subject to the following restrictions:
|
|
||||||
|
|
||||||
1. The origin of this software must not be misrepresented; you must not
|
|
||||||
claim that you wrote the original software. If you use this software
|
|
||||||
in a product, an acknowledgment in the product documentation would be
|
|
||||||
appreciated but is not required.
|
|
||||||
|
|
||||||
2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
misrepresented as being the original software.
|
|
||||||
|
|
||||||
3. This notice may not be removed or altered from any source
|
|
||||||
distribution.
|
|
27
Godeps/_workspace/src/github.com/kardianos/osext/LICENSE
generated
vendored
Normal file
27
Godeps/_workspace/src/github.com/kardianos/osext/LICENSE
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are
|
||||||
|
met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the following disclaimer
|
||||||
|
in the documentation and/or other materials provided with the
|
||||||
|
distribution.
|
||||||
|
* Neither the name of Google Inc. nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
14
Godeps/_workspace/src/github.com/kardianos/osext/README.md
generated
vendored
Normal file
14
Godeps/_workspace/src/github.com/kardianos/osext/README.md
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### Extensions to the "os" package.
|
||||||
|
|
||||||
|
## Find the current Executable and ExecutableFolder.
|
||||||
|
|
||||||
|
There is sometimes utility in finding the current executable file
|
||||||
|
that is running. This can be used for upgrading the current executable
|
||||||
|
or finding resources located relative to the executable file.
|
||||||
|
|
||||||
|
Multi-platform and supports:
|
||||||
|
* Linux
|
||||||
|
* OS X
|
||||||
|
* Windows
|
||||||
|
* Plan 9
|
||||||
|
* BSDs.
|
@ -25,8 +25,3 @@ func ExecutableFolder() (string, error) {
|
|||||||
folder, _ := filepath.Split(p)
|
folder, _ := filepath.Split(p)
|
||||||
return folder, nil
|
return folder, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Depricated. Same as Executable().
|
|
||||||
func GetExePath() (exePath string, err error) {
|
|
||||||
return Executable()
|
|
||||||
}
|
|
@ -5,16 +5,16 @@
|
|||||||
package osext
|
package osext
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"syscall"
|
"os"
|
||||||
"os"
|
"strconv"
|
||||||
"strconv"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
func executable() (string, error) {
|
func executable() (string, error) {
|
||||||
f, err := os.Open("/proc/" + strconv.Itoa(os.Getpid()) + "/text")
|
f, err := os.Open("/proc/" + strconv.Itoa(os.Getpid()) + "/text")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
defer f.Close()
|
defer f.Close()
|
||||||
return syscall.Fd2path(int(f.Fd()))
|
return syscall.Fd2path(int(f.Fd()))
|
||||||
}
|
}
|
@ -2,12 +2,13 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux netbsd openbsd
|
// +build linux netbsd openbsd solaris dragonfly
|
||||||
|
|
||||||
package osext
|
package osext
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
)
|
)
|
||||||
@ -18,8 +19,10 @@ func executable() (string, error) {
|
|||||||
return os.Readlink("/proc/self/exe")
|
return os.Readlink("/proc/self/exe")
|
||||||
case "netbsd":
|
case "netbsd":
|
||||||
return os.Readlink("/proc/curproc/exe")
|
return os.Readlink("/proc/curproc/exe")
|
||||||
case "openbsd":
|
case "openbsd", "dragonfly":
|
||||||
return os.Readlink("/proc/curproc/file")
|
return os.Readlink("/proc/curproc/file")
|
||||||
|
case "solaris":
|
||||||
|
return os.Readlink(fmt.Sprintf("/proc/%d/path/a.out", os.Getpid()))
|
||||||
}
|
}
|
||||||
return "", errors.New("ExecPath not implemented for " + runtime.GOOS)
|
return "", errors.New("ExecPath not implemented for " + runtime.GOOS)
|
||||||
}
|
}
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Ethereum Go Client © 2014 Jeffrey Wilcke.
|
Ethereum Go Client © 2014 Jeffrey Wilcke.
|
||||||
|
|
||||||
| Linux | OSX | Windows
|
| Linux | OSX | Windows | Tests
|
||||||
----------|---------|-----|--------
|
----------|---------|-----|---------|------
|
||||||
develop | [![Build+Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)](http://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [![Build+Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)](http://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A
|
develop | [![Build+Status](https://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)](https://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [![Build+Status](https://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)](https://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A | [![Buildr+Status](https://travis-ci.org/ethereum/go-ethereum.svg?branch=develop)](https://travis-ci.org/ethereum/go-ethereum)
|
||||||
master | [![Build+Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20master%20branch)](http://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [![Build+Status](http://build.ethdev.com/buildstatusimage?builder=OSX%20Go%20master%20branch)](http://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A
|
master | [![Build+Status](https://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20master%20branch)](https://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [![Build+Status](https://build.ethdev.com/buildstatusimage?builder=OSX%20Go%20master%20branch)](https://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A | [![Buildr+Status](https://travis-ci.org/ethereum/go-ethereum.svg?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
|
||||||
|
|
||||||
[![Bugs](https://badge.waffle.io/ethereum/go-ethereum.png?label=bug&title=Bugs)](https://waffle.io/ethereum/go-ethereum)
|
[![Bugs](https://badge.waffle.io/ethereum/go-ethereum.png?label=bug&title=Bugs)](https://waffle.io/ethereum/go-ethereum)
|
||||||
[![Stories in Ready](https://badge.waffle.io/ethereum/go-ethereum.png?label=ready&title=Ready)](https://waffle.io/ethereum/go-ethereum)
|
[![Stories in Ready](https://badge.waffle.io/ethereum/go-ethereum.png?label=ready&title=Ready)](https://waffle.io/ethereum/go-ethereum)
|
||||||
|
@ -34,33 +34,62 @@ package accounts
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
crand "crypto/rand"
|
crand "crypto/rand"
|
||||||
|
|
||||||
|
"errors"
|
||||||
|
"sync"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var ErrLocked = errors.New("account is locked; please request passphrase")
|
||||||
|
|
||||||
// TODO: better name for this struct?
|
// TODO: better name for this struct?
|
||||||
type Account struct {
|
type Account struct {
|
||||||
Address []byte
|
Address []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type AccountManager struct {
|
type AccountManager struct {
|
||||||
keyStore crypto.KeyStore2
|
keyStore crypto.KeyStore2
|
||||||
|
unlockedKeys map[string]crypto.Key
|
||||||
|
unlockMilliseconds time.Duration
|
||||||
|
mutex sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: get key by addr - modify KeyStore2 GetKey to work with addr
|
func NewAccountManager(keyStore crypto.KeyStore2, unlockMilliseconds time.Duration) AccountManager {
|
||||||
|
keysMap := make(map[string]crypto.Key)
|
||||||
// TODO: pass through passphrase for APIs which require access to private key?
|
|
||||||
func NewAccountManager(keyStore crypto.KeyStore2) AccountManager {
|
|
||||||
am := &AccountManager{
|
am := &AccountManager{
|
||||||
keyStore: keyStore,
|
keyStore: keyStore,
|
||||||
|
unlockedKeys: keysMap,
|
||||||
|
unlockMilliseconds: unlockMilliseconds,
|
||||||
}
|
}
|
||||||
return *am
|
return *am
|
||||||
}
|
}
|
||||||
|
|
||||||
func (am *AccountManager) Sign(fromAccount *Account, keyAuth string, toSign []byte) (signature []byte, err error) {
|
func (am AccountManager) DeleteAccount(address []byte, auth string) error {
|
||||||
|
return am.keyStore.DeleteKey(address, auth)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (am *AccountManager) Sign(fromAccount *Account, toSign []byte) (signature []byte, err error) {
|
||||||
|
am.mutex.RLock()
|
||||||
|
unlockedKey := am.unlockedKeys[string(fromAccount.Address)]
|
||||||
|
am.mutex.RUnlock()
|
||||||
|
if unlockedKey.Address == nil {
|
||||||
|
return nil, ErrLocked
|
||||||
|
}
|
||||||
|
signature, err = crypto.Sign(toSign, unlockedKey.PrivateKey)
|
||||||
|
return signature, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (am *AccountManager) SignLocked(fromAccount *Account, keyAuth string, toSign []byte) (signature []byte, err error) {
|
||||||
key, err := am.keyStore.GetKey(fromAccount.Address, keyAuth)
|
key, err := am.keyStore.GetKey(fromAccount.Address, keyAuth)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
am.mutex.RLock()
|
||||||
|
am.unlockedKeys[string(fromAccount.Address)] = *key
|
||||||
|
am.mutex.RUnlock()
|
||||||
|
go unlockLater(am, fromAccount.Address)
|
||||||
signature, err = crypto.Sign(toSign, key.PrivateKey)
|
signature, err = crypto.Sign(toSign, key.PrivateKey)
|
||||||
return signature, err
|
return signature, err
|
||||||
}
|
}
|
||||||
@ -76,8 +105,6 @@ func (am AccountManager) NewAccount(auth string) (*Account, error) {
|
|||||||
return ua, err
|
return ua, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// set of accounts == set of keys in given key store
|
|
||||||
// TODO: do we need persistence of accounts as well?
|
|
||||||
func (am *AccountManager) Accounts() ([]Account, error) {
|
func (am *AccountManager) Accounts() ([]Account, error) {
|
||||||
addresses, err := am.keyStore.GetKeyAddresses()
|
addresses, err := am.keyStore.GetKeyAddresses()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -93,3 +120,13 @@ func (am *AccountManager) Accounts() ([]Account, error) {
|
|||||||
}
|
}
|
||||||
return accounts, err
|
return accounts, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func unlockLater(am *AccountManager, addr []byte) {
|
||||||
|
select {
|
||||||
|
case <-time.After(time.Millisecond * am.unlockMilliseconds):
|
||||||
|
}
|
||||||
|
am.mutex.RLock()
|
||||||
|
// TODO: how do we know the key is actually gone from memory?
|
||||||
|
delete(am.unlockedKeys, string(addr))
|
||||||
|
am.mutex.RUnlock()
|
||||||
|
}
|
||||||
|
@ -1,18 +1,82 @@
|
|||||||
package accounts
|
package accounts
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
|
"github.com/ethereum/go-ethereum/crypto/randentropy"
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAccountManager(t *testing.T) {
|
func TestAccountManager(t *testing.T) {
|
||||||
ks := crypto.NewKeyStorePlain(crypto.DefaultDataDir())
|
ks := crypto.NewKeyStorePlain(ethutil.DefaultDataDir() + "/testaccounts")
|
||||||
am := NewAccountManager(ks)
|
am := NewAccountManager(ks, 100)
|
||||||
pass := "" // not used but required by API
|
pass := "" // not used but required by API
|
||||||
a1, err := am.NewAccount(pass)
|
a1, err := am.NewAccount(pass)
|
||||||
toSign := crypto.GetEntropyCSPRNG(32)
|
toSign := randentropy.GetEntropyCSPRNG(32)
|
||||||
_, err = am.Sign(a1, pass, toSign)
|
_, err = am.SignLocked(a1, pass, toSign)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
time.Sleep(time.Millisecond * 150) // wait for locking
|
||||||
|
|
||||||
|
accounts, err := am.Accounts()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
for _, account := range accounts {
|
||||||
|
err := am.DeleteAccount(account.Address, pass)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAccountManagerLocking(t *testing.T) {
|
||||||
|
ks := crypto.NewKeyStorePassphrase(ethutil.DefaultDataDir() + "/testaccounts")
|
||||||
|
am := NewAccountManager(ks, 200)
|
||||||
|
pass := "foo"
|
||||||
|
a1, err := am.NewAccount(pass)
|
||||||
|
toSign := randentropy.GetEntropyCSPRNG(32)
|
||||||
|
|
||||||
|
// Signing without passphrase fails because account is locked
|
||||||
|
_, err = am.Sign(a1, toSign)
|
||||||
|
if err != ErrLocked {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Signing with passphrase works
|
||||||
|
_, err = am.SignLocked(a1, pass, toSign)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Signing without passphrase works because account is temp unlocked
|
||||||
|
_, err = am.Sign(a1, toSign)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Signing without passphrase fails after automatic locking
|
||||||
|
time.Sleep(time.Millisecond * time.Duration(250))
|
||||||
|
|
||||||
|
_, err = am.Sign(a1, toSign)
|
||||||
|
if err != ErrLocked {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
accounts, err := am.Accounts()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
for _, account := range accounts {
|
||||||
|
err := am.DeleteAccount(account.Address, pass)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,10 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/user"
|
|
||||||
"path"
|
"path"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
"github.com/ethereum/go-ethereum/logger"
|
"github.com/ethereum/go-ethereum/logger"
|
||||||
"github.com/ethereum/go-ethereum/p2p/nat"
|
"github.com/ethereum/go-ethereum/p2p/nat"
|
||||||
"github.com/ethereum/go-ethereum/vm"
|
"github.com/ethereum/go-ethereum/vm"
|
||||||
@ -79,12 +79,7 @@ var (
|
|||||||
InputFile string
|
InputFile string
|
||||||
)
|
)
|
||||||
|
|
||||||
func defaultDataDir() string {
|
var defaultConfigFile = path.Join(ethutil.DefaultDataDir(), "conf.ini")
|
||||||
usr, _ := user.Current()
|
|
||||||
return path.Join(usr.HomeDir, ".ethereum")
|
|
||||||
}
|
|
||||||
|
|
||||||
var defaultConfigFile = path.Join(defaultDataDir(), "conf.ini")
|
|
||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
// TODO: move common flag processing to cmd/util
|
// TODO: move common flag processing to cmd/util
|
||||||
@ -107,7 +102,7 @@ func Init() {
|
|||||||
flag.StringVar(&SecretFile, "import", "", "imports the file given (hex or mnemonic formats)")
|
flag.StringVar(&SecretFile, "import", "", "imports the file given (hex or mnemonic formats)")
|
||||||
flag.StringVar(&ExportDir, "export", "", "exports the session keyring to files in the directory given")
|
flag.StringVar(&ExportDir, "export", "", "exports the session keyring to files in the directory given")
|
||||||
flag.StringVar(&LogFile, "logfile", "", "log file (defaults to standard output)")
|
flag.StringVar(&LogFile, "logfile", "", "log file (defaults to standard output)")
|
||||||
flag.StringVar(&Datadir, "datadir", defaultDataDir(), "specifies the datadir to use")
|
flag.StringVar(&Datadir, "datadir", ethutil.DefaultDataDir(), "specifies the datadir to use")
|
||||||
flag.StringVar(&ConfigFile, "conf", defaultConfigFile, "config file")
|
flag.StringVar(&ConfigFile, "conf", defaultConfigFile, "config file")
|
||||||
flag.StringVar(&DebugFile, "debug", "", "debug file (no debugging if not set)")
|
flag.StringVar(&DebugFile, "debug", "", "debug file (no debugging if not set)")
|
||||||
flag.IntVar(&LogLevel, "loglevel", int(logger.InfoLevel), "loglevel: 0-5: silent,error,warn,info,debug,debug detail)")
|
flag.IntVar(&LogLevel, "loglevel", int(logger.InfoLevel), "loglevel: 0-5: silent,error,warn,info,debug,debug detail)")
|
||||||
@ -132,7 +127,7 @@ func Init() {
|
|||||||
natstr = flag.String("nat", "any", "port mapping mechanism (any|none|upnp|pmp|extip:<IP>)")
|
natstr = flag.String("nat", "any", "port mapping mechanism (any|none|upnp|pmp|extip:<IP>)")
|
||||||
)
|
)
|
||||||
flag.BoolVar(&Dial, "dial", true, "dial out connections (default on)")
|
flag.BoolVar(&Dial, "dial", true, "dial out connections (default on)")
|
||||||
flag.BoolVar(&SHH, "shh", true, "run whisper protocol (default on)")
|
//flag.BoolVar(&SHH, "shh", true, "run whisper protocol (default on)")
|
||||||
flag.StringVar(&OutboundPort, "port", "30303", "listening port")
|
flag.StringVar(&OutboundPort, "port", "30303", "listening port")
|
||||||
|
|
||||||
flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
|
flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
|
||||||
|
@ -37,7 +37,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Ethereum(G)"
|
ClientIdentifier = "Ethereum(G)"
|
||||||
Version = "0.8.3"
|
Version = "0.8.6"
|
||||||
)
|
)
|
||||||
|
|
||||||
var clilogger = logger.NewLogger("CLI")
|
var clilogger = logger.NewLogger("CLI")
|
||||||
@ -67,11 +67,12 @@ func main() {
|
|||||||
DataDir: Datadir,
|
DataDir: Datadir,
|
||||||
LogFile: LogFile,
|
LogFile: LogFile,
|
||||||
LogLevel: LogLevel,
|
LogLevel: LogLevel,
|
||||||
|
LogFormat: LogFormat,
|
||||||
MaxPeers: MaxPeer,
|
MaxPeers: MaxPeer,
|
||||||
Port: OutboundPort,
|
Port: OutboundPort,
|
||||||
NAT: NAT,
|
NAT: NAT,
|
||||||
KeyRing: KeyRing,
|
KeyRing: KeyRing,
|
||||||
Shh: SHH,
|
Shh: true,
|
||||||
Dial: Dial,
|
Dial: Dial,
|
||||||
BootNodes: BootNodes,
|
BootNodes: BootNodes,
|
||||||
NodeKey: NodeKey,
|
NodeKey: NodeKey,
|
||||||
|
@ -51,8 +51,8 @@ func StateObjectFromAccount(db ethutil.Database, addr string, account Account) *
|
|||||||
if ethutil.IsHex(account.Code) {
|
if ethutil.IsHex(account.Code) {
|
||||||
account.Code = account.Code[2:]
|
account.Code = account.Code[2:]
|
||||||
}
|
}
|
||||||
obj.Code = ethutil.Hex2Bytes(account.Code)
|
obj.SetCode(ethutil.Hex2Bytes(account.Code))
|
||||||
obj.Nonce = ethutil.Big(account.Nonce).Uint64()
|
obj.SetNonce(ethutil.Big(account.Nonce).Uint64())
|
||||||
|
|
||||||
return obj
|
return obj
|
||||||
}
|
}
|
||||||
|
22
cmd/mist/assets/examples/bomb.html
Normal file
22
cmd/mist/assets/examples/bomb.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script src="../ext/bignumber.min.js"></script>
|
||||||
|
<script src="../ext/ethereum.js/dist/ethereum.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var web3 = require('web3');
|
||||||
|
web3.setProvider(new web3.providers.HttpSyncProvider('http://localhost:8545'));
|
||||||
|
var eth = web3.eth;
|
||||||
|
|
||||||
|
function bomb() {
|
||||||
|
for (var i = 0; i < 200; i++) {
|
||||||
|
eth.transact({})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<button onclick="bomb();">BOOM!</button>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -14,10 +14,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<span class="amount">Amount:</span>
|
<span>Address:</span>
|
||||||
<input type="text" id="address" style="width:200px">
|
<input type="text" id="address" style="width:200px">
|
||||||
|
<span>Amount:</span>
|
||||||
<input type="text" id="amount" style="width:200px">
|
<input type="text" id="amount" style="width:200px">
|
||||||
<button onclick="transact()">Send</button>
|
<button onclick="transact()">Send</button>
|
||||||
|
<span id="message"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@ -58,7 +60,7 @@
|
|||||||
}],
|
}],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
}, {
|
}, {
|
||||||
"name":"received",
|
"name":"Changed",
|
||||||
"type":"event",
|
"type":"event",
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{"name":"from","type":"address","indexed":true},
|
{"name":"from","type":"address","indexed":true},
|
||||||
@ -69,18 +71,14 @@
|
|||||||
var address = localStorage.getItem("address");
|
var address = localStorage.getItem("address");
|
||||||
// deploy if not exist
|
// deploy if not exist
|
||||||
if (address == null) {
|
if (address == null) {
|
||||||
var code = "0x60056013565b61012b806100346000396000f35b6103e8600033600160a060020a0316600052602052604060002081905550560060e060020a6000350480637bb98a681461002b578063d0679d3414610039578063e3d670d71461004d57005b610033610126565b60006000f35b610047600435602435610062565b60006000f35b610058600435610104565b8060005260206000f35b80600033600160a060020a0316600052602052604060002054101561008657610100565b80600033600160a060020a0316600052602052604060002090815403908190555080600083600160a060020a0316600052602052604060002090815401908190555033600160a060020a0316600052806020527ff11e547d796cc64acdf758e7cee90439494fd886a19159454aa61e473fdbafef60406000a15b5050565b6000600082600160a060020a03166000526020526040600020549050919050565b5b60008156";
|
var code = "0x60056013565b61014f8061003a6000396000f35b620f42406000600033600160a060020a0316815260200190815260200160002081905550560060e060020a600035048063d0679d3414610020578063e3d670d71461003457005b61002e600435602435610049565b60006000f35b61003f600435610129565b8060005260206000f35b806000600033600160a060020a03168152602001908152602001600020541061007157610076565b610125565b806000600033600160a060020a03168152602001908152602001600020908154039081905550806000600084600160a060020a031681526020019081526020016000209081540190819055508033600160a060020a03167fb52dda022b6c1a1f40905a85f257f689aa5d69d850e49cf939d688fbe5af594660006000a38082600160a060020a03167fb52dda022b6c1a1f40905a85f257f689aa5d69d850e49cf939d688fbe5af594660006000a35b5050565b60006000600083600160a060020a0316815260200190815260200160002054905091905056";
|
||||||
address = web3.eth.transact({data: code});
|
address = web3.eth.transact({data: code});
|
||||||
localStorage.setItem("address", address);
|
localStorage.setItem("address", address);
|
||||||
}
|
}
|
||||||
document.querySelector("#contract_addr").innerHTML = address.toUpperCase();
|
document.querySelector("#contract_addr").innerHTML = address;
|
||||||
|
|
||||||
var contract = web3.eth.contract(address, desc);
|
var contract = web3.eth.contract(address, desc);
|
||||||
contract.received({from: eth.coinbase}).changed(function() {
|
contract.Changed({from: eth.coinbase}).changed(function() {
|
||||||
refresh();
|
|
||||||
});
|
|
||||||
|
|
||||||
eth.watch('chain').changed(function() {
|
|
||||||
refresh();
|
refresh();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -93,21 +91,33 @@
|
|||||||
var storage = eth.storageAt(address);
|
var storage = eth.storageAt(address);
|
||||||
table.innerHTML = "";
|
table.innerHTML = "";
|
||||||
for( var item in storage ) {
|
for( var item in storage ) {
|
||||||
table.innerHTML += "<tr><td>"+item.toUpperCase()+"</td><td>"+web3.toDecimal(storage[item])+"</td></tr>";
|
table.innerHTML += "<tr><td>"+item+"</td><td>"+web3.toDecimal(storage[item])+"</td></tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function transact() {
|
function transact() {
|
||||||
var to = document.querySelector("#address").value;
|
var to = document.querySelector("#address");
|
||||||
if( to.length == 0 ) {
|
if( to.value.length == 0 ) {
|
||||||
to = "0x4205b06c2cfa0e30359edcab94543266cb6fa1d3";
|
to = "0x4205b06c2cfa0e30359edcab94543266cb6fa1d3";
|
||||||
} else {
|
} else {
|
||||||
to = "0x"+to;
|
if (to.value.substr(0,2) != "0x")
|
||||||
|
to.value = "0x"+to.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
var value = parseInt( document.querySelector("#amount").value );
|
var value = document.querySelector("#amount");
|
||||||
|
var amount = parseInt( value.value );
|
||||||
|
console.log("transact: ", to.value, " => ", amount)
|
||||||
|
|
||||||
contract.send( to, value );
|
contract.send( to.value, amount );
|
||||||
|
|
||||||
|
to.value = "";
|
||||||
|
value.value = "";
|
||||||
|
|
||||||
|
var message = document.querySelector("#message")
|
||||||
|
message.innerHTML = "Submitted";
|
||||||
|
setTimeout(function() {
|
||||||
|
message.innerHTML = "";
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
@ -121,7 +131,7 @@ contract JevCoin {
|
|||||||
balances[msg.sender] = 1000000;
|
balances[msg.sender] = 1000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
event changed(address indexed from, address indexed to);
|
event Changed(address indexed from, uint indexed amount);
|
||||||
function send(address to, uint value)
|
function send(address to, uint value)
|
||||||
{
|
{
|
||||||
if( balances[msg.sender] < value ) return;
|
if( balances[msg.sender] < value ) return;
|
||||||
@ -129,7 +139,8 @@ contract JevCoin {
|
|||||||
balances[msg.sender] -= value;
|
balances[msg.sender] -= value;
|
||||||
balances[to] += value;
|
balances[to] += value;
|
||||||
|
|
||||||
changed(msg.sender, to);
|
Changed(msg.sender, value);
|
||||||
|
Changed(to, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
function balance(address who) constant returns(uint t)
|
function balance(address who) constant returns(uint t)
|
||||||
|
@ -62,6 +62,8 @@
|
|||||||
|
|
||||||
web3.setProvider(new web3.providers.HttpSyncProvider('http://localhost:8545'));
|
web3.setProvider(new web3.providers.HttpSyncProvider('http://localhost:8545'));
|
||||||
|
|
||||||
|
eth.defaultBlock = -2
|
||||||
|
|
||||||
document.querySelector("#number").innerHTML = eth.number;
|
document.querySelector("#number").innerHTML = eth.number;
|
||||||
document.querySelector("#coinbase").innerHTML = eth.coinbase
|
document.querySelector("#coinbase").innerHTML = eth.coinbase
|
||||||
document.querySelector("#peer_count").innerHTML = eth.peerCount;
|
document.querySelector("#peer_count").innerHTML = eth.peerCount;
|
||||||
@ -72,8 +74,9 @@
|
|||||||
document.querySelector("#mining").innerHTML = eth.mining;
|
document.querySelector("#mining").innerHTML = eth.mining;
|
||||||
document.querySelector("#listening").innerHTML = eth.listening;
|
document.querySelector("#listening").innerHTML = eth.listening;
|
||||||
eth.watch('chain').changed(function() {
|
eth.watch('chain').changed(function() {
|
||||||
document.querySelector("#number").innerHTML = eth.number;
|
document.querySelector("#number").innerHTML = eth.number;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
816
cmd/mist/assets/ext/ethereum.js/dist/ethereum.js
vendored
816
cmd/mist/assets/ext/ethereum.js/dist/ethereum.js
vendored
File diff suppressed because it is too large
Load Diff
@ -20,16 +20,18 @@
|
|||||||
console.log("loaded?");
|
console.log("loaded?");
|
||||||
|
|
||||||
document.onkeydown = function(evt) {
|
document.onkeydown = function(evt) {
|
||||||
|
// This functions keeps track of keyboard inputs in order to allow copy, paste and other features
|
||||||
|
|
||||||
evt = evt || window.event;
|
evt = evt || window.event;
|
||||||
if (evt.ctrlKey && evt.keyCode == 67) {
|
if (evt.ctrlKey && evt.keyCode == 67) {
|
||||||
window.document.execCommand("copy");
|
window.document.execCommand("copy");
|
||||||
console.log("Ctrl-C");
|
|
||||||
} else if (evt.ctrlKey && evt.keyCode == 88) {
|
} else if (evt.ctrlKey && evt.keyCode == 88) {
|
||||||
window.document.execCommand("cut");
|
window.document.execCommand("cut");
|
||||||
console.log("Ctrl-X");
|
} else if (evt.ctrlKey && evt.keyCode == 86) {
|
||||||
} if (evt.ctrlKey && evt.keyCode == 86) {
|
window.document.execCommand("paste");
|
||||||
console.log("Ctrl-V");
|
} else if (evt.ctrlKey && evt.keyCode == 90) {
|
||||||
} if (evt.ctrlKey && evt.keyCode == 90) {
|
window.document.execCommand("undo");
|
||||||
console.log("Ctrl-Z");
|
} else if (evt.ctrlKey && evt.shiftKey && evt.keyCode == 90) {
|
||||||
|
window.document.execCommand("redo");
|
||||||
}
|
}
|
||||||
};
|
};
|
@ -131,7 +131,11 @@ ApplicationWindow {
|
|||||||
var existingDomain = matches && matches[1];
|
var existingDomain = matches && matches[1];
|
||||||
if (requestedDomain == existingDomain) {
|
if (requestedDomain == existingDomain) {
|
||||||
domainAlreadyOpen = true;
|
domainAlreadyOpen = true;
|
||||||
mainSplit.views[i].view.url = url;
|
|
||||||
|
if (mainSplit.views[i].view.url != url){
|
||||||
|
mainSplit.views[i].view.url = url;
|
||||||
|
}
|
||||||
|
|
||||||
activeView(mainSplit.views[i].view, mainSplit.views[i].menuItem);
|
activeView(mainSplit.views[i].view, mainSplit.views[i].menuItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -246,6 +250,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property var blockModel: ListModel {
|
property var blockModel: ListModel {
|
||||||
@ -927,7 +932,8 @@ ApplicationWindow {
|
|||||||
model: peerModel
|
model: peerModel
|
||||||
TableViewColumn{width: 180; role: "addr" ; title: "Remote Address" }
|
TableViewColumn{width: 180; role: "addr" ; title: "Remote Address" }
|
||||||
TableViewColumn{width: 280; role: "nodeID" ; title: "Node ID" }
|
TableViewColumn{width: 280; role: "nodeID" ; title: "Node ID" }
|
||||||
TableViewColumn{width: 180; role: "caps" ; title: "Capabilities" }
|
TableViewColumn{width: 100; role: "name" ; title: "Name" }
|
||||||
|
TableViewColumn{width: 40; role: "caps" ; title: "Capabilities" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -958,7 +964,7 @@ ApplicationWindow {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 30
|
anchors.topMargin: 30
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
text: "<h2>Mist (0.7.10)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br><h3>UX</h3>Alex van de Sande<br>"
|
text: "<h2>Mist (0.8.6)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls 1.0;
|
|||||||
import QtQuick.Controls.Styles 1.0
|
import QtQuick.Controls.Styles 1.0
|
||||||
import QtQuick.Layouts 1.0;
|
import QtQuick.Layouts 1.0;
|
||||||
import QtWebEngine 1.0
|
import QtWebEngine 1.0
|
||||||
//import QtWebEngine.experimental 1.0
|
import QtWebEngine.experimental 1.0
|
||||||
import QtQuick.Window 2.0;
|
import QtQuick.Window 2.0;
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
@ -340,7 +340,7 @@ Rectangle {
|
|||||||
WebEngineView {
|
WebEngineView {
|
||||||
objectName: "webView"
|
objectName: "webView"
|
||||||
id: webview
|
id: webview
|
||||||
//experimental.settings.javascriptCanAccessClipboard: true
|
experimental.settings.javascriptCanAccessClipboard: true
|
||||||
//experimental.settings.localContentCanAccessRemoteUrls: true
|
//experimental.settings.localContentCanAccessRemoteUrls: true
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
@ -399,7 +399,8 @@ Rectangle {
|
|||||||
|
|
||||||
onLoadingChanged: {
|
onLoadingChanged: {
|
||||||
if (loadRequest.status == WebEngineView.LoadSucceededStatus) {
|
if (loadRequest.status == WebEngineView.LoadSucceededStatus) {
|
||||||
webview.runJavaScript("document.title", function(pageTitle) {
|
|
||||||
|
webview.runJavaScript("document.title", function(pageTitle) {
|
||||||
menuItem.title = pageTitle;
|
menuItem.title = pageTitle;
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -441,7 +442,8 @@ Rectangle {
|
|||||||
|
|
||||||
webview.runJavaScript(eth.readFile("bignumber.min.js"));
|
webview.runJavaScript(eth.readFile("bignumber.min.js"));
|
||||||
webview.runJavaScript(eth.readFile("ethereum.js/dist/ethereum.js"));
|
webview.runJavaScript(eth.readFile("ethereum.js/dist/ethereum.js"));
|
||||||
|
webview.runJavaScript(eth.readFile("mist.js"));
|
||||||
|
|
||||||
var cleanTitle = webview.url.toString()
|
var cleanTitle = webview.url.toString()
|
||||||
var matches = cleanTitle.match(/^[a-z]*\:\/\/([^\/?#]+)(?:[\/?#]|$)/i);
|
var matches = cleanTitle.match(/^[a-z]*\:\/\/([^\/?#]+)(?:[\/?#]|$)/i);
|
||||||
var domain = matches && matches[1];
|
var domain = matches && matches[1];
|
||||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls 1.0;
|
|||||||
import QtQuick.Controls.Styles 1.0
|
import QtQuick.Controls.Styles 1.0
|
||||||
import QtQuick.Layouts 1.0;
|
import QtQuick.Layouts 1.0;
|
||||||
import QtWebEngine 1.0
|
import QtWebEngine 1.0
|
||||||
//import QtWebEngine.experimental 1.0
|
import QtWebEngine.experimental 1.0
|
||||||
import QtQuick.Window 2.0;
|
import QtQuick.Window 2.0;
|
||||||
|
|
||||||
|
|
||||||
@ -21,8 +21,6 @@ Rectangle {
|
|||||||
property alias windowTitle: webview.title
|
property alias windowTitle: webview.title
|
||||||
property alias webView: webview
|
property alias webView: webview
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
property var cleanPath: false
|
property var cleanPath: false
|
||||||
property var open: function(url) {
|
property var open: function(url) {
|
||||||
if(!window.cleanPath) {
|
if(!window.cleanPath) {
|
||||||
@ -66,9 +64,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
|
||||||
}
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
objectName: "root"
|
objectName: "root"
|
||||||
id: root
|
id: root
|
||||||
@ -85,7 +80,7 @@ Rectangle {
|
|||||||
property var domain: "ethereum-dapp-catalog.meteor.com"
|
property var domain: "ethereum-dapp-catalog.meteor.com"
|
||||||
url: protocol + domain
|
url: protocol + domain
|
||||||
|
|
||||||
//experimental.settings.javascriptCanAccessClipboard: true
|
experimental.settings.javascriptCanAccessClipboard: true
|
||||||
|
|
||||||
|
|
||||||
onJavaScriptConsoleMessage: {
|
onJavaScriptConsoleMessage: {
|
||||||
@ -112,11 +107,11 @@ Rectangle {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// onLoadingChanged: {
|
onLoadingChanged: {
|
||||||
// if (loadRequest.status == WebEngineView.LoadSucceededStatus) {
|
if (loadRequest.status == WebEngineView.LoadSucceededStatus) {
|
||||||
// webview.runJavaScript(eth.readFile("mist.js"));
|
webview.runJavaScript(eth.readFile("mist.js"));
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,13 +26,11 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/user"
|
|
||||||
"path"
|
"path"
|
||||||
"path/filepath"
|
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"bitbucket.org/kardianos/osext"
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
"github.com/ethereum/go-ethereum/logger"
|
"github.com/ethereum/go-ethereum/logger"
|
||||||
"github.com/ethereum/go-ethereum/p2p/nat"
|
"github.com/ethereum/go-ethereum/p2p/nat"
|
||||||
"github.com/ethereum/go-ethereum/vm"
|
"github.com/ethereum/go-ethereum/vm"
|
||||||
@ -63,42 +61,12 @@ var (
|
|||||||
DebugFile string
|
DebugFile string
|
||||||
LogLevel int
|
LogLevel int
|
||||||
VmType int
|
VmType int
|
||||||
|
MinerThreads int
|
||||||
)
|
)
|
||||||
|
|
||||||
// flags specific to gui client
|
// flags specific to gui client
|
||||||
var AssetPath string
|
var AssetPath string
|
||||||
|
var defaultConfigFile = path.Join(ethutil.DefaultDataDir(), "conf.ini")
|
||||||
//TODO: If we re-use the one defined in cmd.go the binary osx image crashes. If somebody finds out why we can dry this up.
|
|
||||||
func defaultAssetPath() string {
|
|
||||||
var assetPath string
|
|
||||||
// If the current working directory is the go-ethereum dir
|
|
||||||
// assume a debug build and use the source directory as
|
|
||||||
// asset directory.
|
|
||||||
pwd, _ := os.Getwd()
|
|
||||||
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "cmd", "mist") {
|
|
||||||
assetPath = path.Join(pwd, "assets")
|
|
||||||
} else {
|
|
||||||
switch runtime.GOOS {
|
|
||||||
case "darwin":
|
|
||||||
// Get Binary Directory
|
|
||||||
exedir, _ := osext.ExecutableFolder()
|
|
||||||
assetPath = filepath.Join(exedir, "../Resources")
|
|
||||||
case "linux":
|
|
||||||
assetPath = "/usr/share/mist"
|
|
||||||
case "windows":
|
|
||||||
assetPath = "./assets"
|
|
||||||
default:
|
|
||||||
assetPath = "."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return assetPath
|
|
||||||
}
|
|
||||||
func defaultDataDir() string {
|
|
||||||
usr, _ := user.Current()
|
|
||||||
return path.Join(usr.HomeDir, ".ethereum")
|
|
||||||
}
|
|
||||||
|
|
||||||
var defaultConfigFile = path.Join(defaultDataDir(), "conf.ini")
|
|
||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
// TODO: move common flag processing to cmd/utils
|
// TODO: move common flag processing to cmd/utils
|
||||||
@ -120,12 +88,12 @@ func Init() {
|
|||||||
flag.StringVar(&SecretFile, "import", "", "imports the file given (hex or mnemonic formats)")
|
flag.StringVar(&SecretFile, "import", "", "imports the file given (hex or mnemonic formats)")
|
||||||
flag.StringVar(&ExportDir, "export", "", "exports the session keyring to files in the directory given")
|
flag.StringVar(&ExportDir, "export", "", "exports the session keyring to files in the directory given")
|
||||||
flag.StringVar(&LogFile, "logfile", "", "log file (defaults to standard output)")
|
flag.StringVar(&LogFile, "logfile", "", "log file (defaults to standard output)")
|
||||||
flag.StringVar(&Datadir, "datadir", defaultDataDir(), "specifies the datadir to use")
|
flag.StringVar(&Datadir, "datadir", ethutil.DefaultDataDir(), "specifies the datadir to use")
|
||||||
flag.StringVar(&ConfigFile, "conf", defaultConfigFile, "config file")
|
flag.StringVar(&ConfigFile, "conf", defaultConfigFile, "config file")
|
||||||
flag.StringVar(&DebugFile, "debug", "", "debug file (no debugging if not set)")
|
flag.StringVar(&DebugFile, "debug", "", "debug file (no debugging if not set)")
|
||||||
flag.IntVar(&LogLevel, "loglevel", int(logger.InfoLevel), "loglevel: 0-5: silent,error,warn,info,debug,debug detail)")
|
flag.IntVar(&LogLevel, "loglevel", int(logger.InfoLevel), "loglevel: 0-5: silent,error,warn,info,debug,debug detail)")
|
||||||
|
|
||||||
flag.StringVar(&AssetPath, "asset_path", defaultAssetPath(), "absolute path to GUI assets directory")
|
flag.StringVar(&AssetPath, "asset_path", ethutil.DefaultAssetPath(), "absolute path to GUI assets directory")
|
||||||
|
|
||||||
// Network stuff
|
// Network stuff
|
||||||
var (
|
var (
|
||||||
@ -137,6 +105,8 @@ func Init() {
|
|||||||
flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
|
flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
|
||||||
flag.IntVar(&MaxPeer, "maxpeer", 30, "maximum desired peers")
|
flag.IntVar(&MaxPeer, "maxpeer", 30, "maximum desired peers")
|
||||||
|
|
||||||
|
flag.IntVar(&MinerThreads, "minerthreads", runtime.NumCPU(), "number of miner threads")
|
||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
|
@ -131,6 +131,7 @@ func (gui *Gui) Start(assetPath string) {
|
|||||||
context.SetVar("gui", gui)
|
context.SetVar("gui", gui)
|
||||||
context.SetVar("eth", gui.uiLib)
|
context.SetVar("eth", gui.uiLib)
|
||||||
context.SetVar("shh", gui.whisper)
|
context.SetVar("shh", gui.whisper)
|
||||||
|
//clipboard.SetQMLClipboard(context)
|
||||||
|
|
||||||
win, err := gui.showWallet(context)
|
win, err := gui.showWallet(context)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -386,14 +387,11 @@ func (gui *Gui) update() {
|
|||||||
generalUpdateTicker := time.NewTicker(500 * time.Millisecond)
|
generalUpdateTicker := time.NewTicker(500 * time.Millisecond)
|
||||||
statsUpdateTicker := time.NewTicker(5 * time.Second)
|
statsUpdateTicker := time.NewTicker(5 * time.Second)
|
||||||
|
|
||||||
state := gui.eth.ChainManager().TransState()
|
|
||||||
|
|
||||||
gui.win.Root().Call("setWalletValue", fmt.Sprintf("%v", ethutil.CurrencyToString(state.GetAccount(gui.address()).Balance())))
|
|
||||||
|
|
||||||
lastBlockLabel := gui.getObjectByName("lastBlockLabel")
|
lastBlockLabel := gui.getObjectByName("lastBlockLabel")
|
||||||
miningLabel := gui.getObjectByName("miningLabel")
|
miningLabel := gui.getObjectByName("miningLabel")
|
||||||
|
|
||||||
events := gui.eth.EventMux().Subscribe(
|
events := gui.eth.EventMux().Subscribe(
|
||||||
|
core.ChainEvent{},
|
||||||
core.TxPreEvent{},
|
core.TxPreEvent{},
|
||||||
core.TxPostEvent{},
|
core.TxPostEvent{},
|
||||||
)
|
)
|
||||||
@ -406,6 +404,8 @@ func (gui *Gui) update() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
switch ev := ev.(type) {
|
switch ev := ev.(type) {
|
||||||
|
case core.ChainEvent:
|
||||||
|
gui.processBlock(ev.Block, false)
|
||||||
case core.TxPreEvent:
|
case core.TxPreEvent:
|
||||||
gui.insertTransaction("pre", ev.Tx)
|
gui.insertTransaction("pre", ev.Tx)
|
||||||
|
|
||||||
@ -421,19 +421,6 @@ func (gui *Gui) update() {
|
|||||||
lastBlockLabel.Set("text", statusText)
|
lastBlockLabel.Set("text", statusText)
|
||||||
miningLabel.Set("text", "Mining @ "+strconv.FormatInt(gui.uiLib.Miner().HashRate(), 10)+"/Khash")
|
miningLabel.Set("text", "Mining @ "+strconv.FormatInt(gui.uiLib.Miner().HashRate(), 10)+"/Khash")
|
||||||
|
|
||||||
/*
|
|
||||||
blockLength := gui.eth.BlockPool().BlocksProcessed
|
|
||||||
chainLength := gui.eth.BlockPool().ChainLength
|
|
||||||
|
|
||||||
var (
|
|
||||||
pct float64 = 1.0 / float64(chainLength) * float64(blockLength)
|
|
||||||
dlWidget = gui.win.Root().ObjectByName("downloadIndicator")
|
|
||||||
dlLabel = gui.win.Root().ObjectByName("downloadLabel")
|
|
||||||
)
|
|
||||||
dlWidget.Set("value", pct)
|
|
||||||
dlLabel.Set("text", fmt.Sprintf("%d / %d", blockLength, chainLength))
|
|
||||||
*/
|
|
||||||
|
|
||||||
case <-statsUpdateTicker.C:
|
case <-statsUpdateTicker.C:
|
||||||
gui.setStatsPane()
|
gui.setStatsPane()
|
||||||
}
|
}
|
||||||
@ -466,7 +453,7 @@ NumGC: %d
|
|||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
type qmlpeer struct{ Addr, NodeID, Caps string }
|
type qmlpeer struct{ Addr, NodeID, Name, Caps string }
|
||||||
|
|
||||||
type peersByID []*qmlpeer
|
type peersByID []*qmlpeer
|
||||||
|
|
||||||
@ -481,6 +468,7 @@ func (gui *Gui) setPeerInfo() {
|
|||||||
qpeers[i] = &qmlpeer{
|
qpeers[i] = &qmlpeer{
|
||||||
NodeID: p.ID().String(),
|
NodeID: p.ID().String(),
|
||||||
Addr: p.RemoteAddr().String(),
|
Addr: p.RemoteAddr().String(),
|
||||||
|
Name: p.Name(),
|
||||||
Caps: fmt.Sprint(p.Caps()),
|
Caps: fmt.Sprint(p.Caps()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Mist"
|
ClientIdentifier = "Mist"
|
||||||
Version = "0.8.3"
|
Version = "0.8.6"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ethereum *eth.Ethereum
|
var ethereum *eth.Ethereum
|
||||||
@ -52,18 +52,20 @@ func run() error {
|
|||||||
config := utils.InitConfig(VmType, ConfigFile, Datadir, "ETH")
|
config := utils.InitConfig(VmType, ConfigFile, Datadir, "ETH")
|
||||||
|
|
||||||
ethereum, err := eth.New(ð.Config{
|
ethereum, err := eth.New(ð.Config{
|
||||||
Name: p2p.MakeName(ClientIdentifier, Version),
|
Name: p2p.MakeName(ClientIdentifier, Version),
|
||||||
KeyStore: KeyStore,
|
KeyStore: KeyStore,
|
||||||
DataDir: Datadir,
|
DataDir: Datadir,
|
||||||
LogFile: LogFile,
|
LogFile: LogFile,
|
||||||
LogLevel: LogLevel,
|
LogLevel: LogLevel,
|
||||||
MaxPeers: MaxPeer,
|
MaxPeers: MaxPeer,
|
||||||
Port: OutboundPort,
|
Port: OutboundPort,
|
||||||
NAT: NAT,
|
NAT: NAT,
|
||||||
BootNodes: BootNodes,
|
Shh: true,
|
||||||
NodeKey: NodeKey,
|
BootNodes: BootNodes,
|
||||||
KeyRing: KeyRing,
|
NodeKey: NodeKey,
|
||||||
Dial: true,
|
KeyRing: KeyRing,
|
||||||
|
Dial: true,
|
||||||
|
MinerThreads: MinerThreads,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
mainlogger.Fatalln(err)
|
mainlogger.Fatalln(err)
|
||||||
|
@ -146,8 +146,8 @@ func (ui *UiLib) AssetPath(p string) string {
|
|||||||
func (self *UiLib) StartDbWithContractAndData(contractHash, data string) {
|
func (self *UiLib) StartDbWithContractAndData(contractHash, data string) {
|
||||||
dbWindow := NewDebuggerWindow(self)
|
dbWindow := NewDebuggerWindow(self)
|
||||||
object := self.eth.ChainManager().State().GetStateObject(ethutil.Hex2Bytes(contractHash))
|
object := self.eth.ChainManager().State().GetStateObject(ethutil.Hex2Bytes(contractHash))
|
||||||
if len(object.Code) > 0 {
|
if len(object.Code()) > 0 {
|
||||||
dbWindow.SetCode(ethutil.Bytes2Hex(object.Code))
|
dbWindow.SetCode(ethutil.Bytes2Hex(object.Code()))
|
||||||
}
|
}
|
||||||
dbWindow.SetData(data)
|
dbWindow.SetData(data)
|
||||||
|
|
||||||
|
@ -25,12 +25,8 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"path"
|
|
||||||
"path/filepath"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
"runtime"
|
|
||||||
|
|
||||||
"bitbucket.org/kardianos/osext"
|
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/eth"
|
"github.com/ethereum/go-ethereum/eth"
|
||||||
@ -132,31 +128,6 @@ func StartEthereum(ethereum *eth.Ethereum) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func DefaultAssetPath() string {
|
|
||||||
var assetPath string
|
|
||||||
// If the current working directory is the go-ethereum dir
|
|
||||||
// assume a debug build and use the source directory as
|
|
||||||
// asset directory.
|
|
||||||
pwd, _ := os.Getwd()
|
|
||||||
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "cmd", "mist") {
|
|
||||||
assetPath = path.Join(pwd, "assets")
|
|
||||||
} else {
|
|
||||||
switch runtime.GOOS {
|
|
||||||
case "darwin":
|
|
||||||
// Get Binary Directory
|
|
||||||
exedir, _ := osext.ExecutableFolder()
|
|
||||||
assetPath = filepath.Join(exedir, "../Resources")
|
|
||||||
case "linux":
|
|
||||||
assetPath = "/usr/share/mist"
|
|
||||||
case "windows":
|
|
||||||
assetPath = "./assets"
|
|
||||||
default:
|
|
||||||
assetPath = "."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return assetPath
|
|
||||||
}
|
|
||||||
|
|
||||||
func KeyTasks(keyManager *crypto.KeyManager, KeyRing string, GenAddr bool, SecretFile string, ExportDir string, NonInteractive bool) {
|
func KeyTasks(keyManager *crypto.KeyManager, KeyRing string, GenAddr bool, SecretFile string, ExportDir string, NonInteractive bool) {
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
@ -225,7 +196,7 @@ func StartMining(ethereum *eth.Ethereum) bool {
|
|||||||
go func() {
|
go func() {
|
||||||
clilogger.Infoln("Start mining")
|
clilogger.Infoln("Start mining")
|
||||||
if gminer == nil {
|
if gminer == nil {
|
||||||
gminer = miner.New(addr, ethereum)
|
gminer = miner.New(addr, ethereum, 4)
|
||||||
}
|
}
|
||||||
gminer.Start()
|
gminer.Start()
|
||||||
}()
|
}()
|
||||||
@ -272,7 +243,7 @@ func BlockDo(ethereum *eth.Ethereum, hash []byte) error {
|
|||||||
parent := ethereum.ChainManager().GetBlock(block.ParentHash())
|
parent := ethereum.ChainManager().GetBlock(block.ParentHash())
|
||||||
|
|
||||||
statedb := state.New(parent.Root(), ethereum.Db())
|
statedb := state.New(parent.Root(), ethereum.Db())
|
||||||
_, err := ethereum.BlockProcessor().TransitionState(statedb, parent, block)
|
_, err := ethereum.BlockProcessor().TransitionState(statedb, parent, block, true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
@ -48,9 +48,8 @@ type BlockProcessor struct {
|
|||||||
|
|
||||||
func NewBlockProcessor(db ethutil.Database, txpool *TxPool, chainManager *ChainManager, eventMux *event.TypeMux) *BlockProcessor {
|
func NewBlockProcessor(db ethutil.Database, txpool *TxPool, chainManager *ChainManager, eventMux *event.TypeMux) *BlockProcessor {
|
||||||
sm := &BlockProcessor{
|
sm := &BlockProcessor{
|
||||||
db: db,
|
db: db,
|
||||||
mem: make(map[string]*big.Int),
|
mem: make(map[string]*big.Int),
|
||||||
//Pow: ðash.Ethash{},
|
|
||||||
Pow: ezp.New(),
|
Pow: ezp.New(),
|
||||||
bc: chainManager,
|
bc: chainManager,
|
||||||
eventMux: eventMux,
|
eventMux: eventMux,
|
||||||
@ -60,12 +59,12 @@ func NewBlockProcessor(db ethutil.Database, txpool *TxPool, chainManager *ChainM
|
|||||||
return sm
|
return sm
|
||||||
}
|
}
|
||||||
|
|
||||||
func (sm *BlockProcessor) TransitionState(statedb *state.StateDB, parent, block *types.Block) (receipts types.Receipts, err error) {
|
func (sm *BlockProcessor) TransitionState(statedb *state.StateDB, parent, block *types.Block, transientProcess bool) (receipts types.Receipts, err error) {
|
||||||
coinbase := statedb.GetOrNewStateObject(block.Header().Coinbase)
|
coinbase := statedb.GetOrNewStateObject(block.Header().Coinbase)
|
||||||
coinbase.SetGasPool(CalcGasLimit(parent, block))
|
coinbase.SetGasPool(block.Header().GasLimit)
|
||||||
|
|
||||||
// Process the transactions on to parent state
|
// Process the transactions on to parent state
|
||||||
receipts, _, _, _, err = sm.ApplyTransactions(coinbase, statedb, block, block.Transactions(), false)
|
receipts, _, _, _, err = sm.ApplyTransactions(coinbase, statedb, block, block.Transactions(), transientProcess)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
@ -73,38 +72,41 @@ func (sm *BlockProcessor) TransitionState(statedb *state.StateDB, parent, block
|
|||||||
return receipts, nil
|
return receipts, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *BlockProcessor) ApplyTransaction(coinbase *state.StateObject, state *state.StateDB, block *types.Block, tx *types.Transaction, usedGas *big.Int, transientProcess bool) (*types.Receipt, *big.Int, error) {
|
func (self *BlockProcessor) ApplyTransaction(coinbase *state.StateObject, statedb *state.StateDB, block *types.Block, tx *types.Transaction, usedGas *big.Int, transientProcess bool) (*types.Receipt, *big.Int, error) {
|
||||||
// If we are mining this block and validating we want to set the logs back to 0
|
// If we are mining this block and validating we want to set the logs back to 0
|
||||||
state.EmptyLogs()
|
statedb.EmptyLogs()
|
||||||
|
|
||||||
txGas := new(big.Int).Set(tx.Gas())
|
txGas := new(big.Int).Set(tx.Gas())
|
||||||
|
|
||||||
cb := state.GetStateObject(coinbase.Address())
|
cb := statedb.GetStateObject(coinbase.Address())
|
||||||
st := NewStateTransition(NewEnv(state, self.bc, tx, block), tx, cb)
|
st := NewStateTransition(NewEnv(statedb, self.bc, tx, block), tx, cb)
|
||||||
_, err := st.TransitionState()
|
_, err := st.TransitionState()
|
||||||
|
if err != nil && (IsNonceErr(err) || state.IsGasLimitErr(err)) {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
txGas.Sub(txGas, st.gas)
|
txGas.Sub(txGas, st.gas)
|
||||||
|
|
||||||
// Update the state with pending changes
|
// Update the state with pending changes
|
||||||
state.Update(txGas)
|
statedb.Update(txGas)
|
||||||
|
|
||||||
cumulative := new(big.Int).Set(usedGas.Add(usedGas, txGas))
|
cumulative := new(big.Int).Set(usedGas.Add(usedGas, txGas))
|
||||||
receipt := types.NewReceipt(state.Root(), cumulative)
|
receipt := types.NewReceipt(statedb.Root(), cumulative)
|
||||||
receipt.SetLogs(state.Logs())
|
receipt.SetLogs(statedb.Logs())
|
||||||
receipt.Bloom = types.CreateBloom(types.Receipts{receipt})
|
receipt.Bloom = types.CreateBloom(types.Receipts{receipt})
|
||||||
chainlogger.Debugln(receipt)
|
chainlogger.Debugln(receipt)
|
||||||
|
|
||||||
// Notify all subscribers
|
// Notify all subscribers
|
||||||
if !transientProcess {
|
if !transientProcess {
|
||||||
go self.eventMux.Post(TxPostEvent{tx})
|
go self.eventMux.Post(TxPostEvent{tx})
|
||||||
|
logs := statedb.Logs()
|
||||||
|
go self.eventMux.Post(logs)
|
||||||
}
|
}
|
||||||
|
|
||||||
go self.eventMux.Post(state.Logs())
|
|
||||||
|
|
||||||
return receipt, txGas, err
|
return receipt, txGas, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *BlockProcessor) ApplyTransactions(coinbase *state.StateObject, state *state.StateDB, block *types.Block, txs types.Transactions, transientProcess bool) (types.Receipts, types.Transactions, types.Transactions, types.Transactions, error) {
|
func (self *BlockProcessor) ApplyTransactions(coinbase *state.StateObject, statedb *state.StateDB, block *types.Block, txs types.Transactions, transientProcess bool) (types.Receipts, types.Transactions, types.Transactions, types.Transactions, error) {
|
||||||
var (
|
var (
|
||||||
receipts types.Receipts
|
receipts types.Receipts
|
||||||
handled, unhandled types.Transactions
|
handled, unhandled types.Transactions
|
||||||
@ -115,12 +117,12 @@ func (self *BlockProcessor) ApplyTransactions(coinbase *state.StateObject, state
|
|||||||
)
|
)
|
||||||
|
|
||||||
for _, tx := range txs {
|
for _, tx := range txs {
|
||||||
receipt, txGas, err := self.ApplyTransaction(coinbase, state, block, tx, totalUsedGas, transientProcess)
|
receipt, txGas, err := self.ApplyTransaction(coinbase, statedb, block, tx, totalUsedGas, transientProcess)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
switch {
|
switch {
|
||||||
case IsNonceErr(err):
|
case IsNonceErr(err):
|
||||||
return nil, nil, nil, nil, err
|
return nil, nil, nil, nil, err
|
||||||
case IsGasLimitErr(err):
|
case state.IsGasLimitErr(err):
|
||||||
return nil, nil, nil, nil, err
|
return nil, nil, nil, nil, err
|
||||||
default:
|
default:
|
||||||
statelogger.Infoln(err)
|
statelogger.Infoln(err)
|
||||||
@ -176,7 +178,7 @@ func (sm *BlockProcessor) processWithParent(block, parent *types.Block) (td *big
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
receipts, err := sm.TransitionState(state, parent, block)
|
receipts, err := sm.TransitionState(state, parent, block, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -245,12 +247,21 @@ func (sm *BlockProcessor) ValidateBlock(block, parent *types.Block) error {
|
|||||||
return fmt.Errorf("Difficulty check failed for block %v, %v", block.Header().Difficulty, expd)
|
return fmt.Errorf("Difficulty check failed for block %v, %v", block.Header().Difficulty, expd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
expl := CalcGasLimit(parent, block)
|
||||||
|
if expl.Cmp(block.Header().GasLimit) != 0 {
|
||||||
|
return fmt.Errorf("GasLimit check failed for block %v, %v", block.Header().GasLimit, expl)
|
||||||
|
}
|
||||||
|
|
||||||
if block.Time() < parent.Time() {
|
if block.Time() < parent.Time() {
|
||||||
return ValidationError("Block timestamp not after prev block (%v - %v)", block.Header().Time, parent.Header().Time)
|
return ValidationError("Block timestamp not after prev block (%v - %v)", block.Header().Time, parent.Header().Time)
|
||||||
}
|
}
|
||||||
|
|
||||||
if block.Time() > time.Now().Unix() {
|
if block.Time() > time.Now().Unix() {
|
||||||
return fmt.Errorf("block time is in the future")
|
return BlockFutureErr
|
||||||
|
}
|
||||||
|
|
||||||
|
if new(big.Int).Sub(block.Number(), parent.Number()).Cmp(big.NewInt(1)) != 0 {
|
||||||
|
return BlockNumberErr
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify the nonce of the block. Return an error if it's not valid
|
// Verify the nonce of the block. Return an error if it's not valid
|
||||||
@ -289,16 +300,13 @@ func (sm *BlockProcessor) AccumulateRewards(statedb *state.StateDB, block, paren
|
|||||||
r := new(big.Int)
|
r := new(big.Int)
|
||||||
r.Mul(BlockReward, big.NewInt(15)).Div(r, big.NewInt(16))
|
r.Mul(BlockReward, big.NewInt(15)).Div(r, big.NewInt(16))
|
||||||
|
|
||||||
uncleAccount := statedb.GetAccount(uncle.Coinbase)
|
statedb.AddBalance(uncle.Coinbase, r)
|
||||||
uncleAccount.AddAmount(r)
|
|
||||||
|
|
||||||
reward.Add(reward, new(big.Int).Div(BlockReward, big.NewInt(32)))
|
reward.Add(reward, new(big.Int).Div(BlockReward, big.NewInt(32)))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the account associated with the coinbase
|
// Get the account associated with the coinbase
|
||||||
account := statedb.GetAccount(block.Header().Coinbase)
|
statedb.AddBalance(block.Header().Coinbase, reward)
|
||||||
// Reward amount of ether to the coinbase address
|
|
||||||
account.AddAmount(reward)
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -312,13 +320,10 @@ func (sm *BlockProcessor) GetLogs(block *types.Block) (logs state.Logs, err erro
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
parent = sm.bc.GetBlock(block.Header().ParentHash)
|
parent = sm.bc.GetBlock(block.Header().ParentHash)
|
||||||
//state = state.New(parent.Trie().Copy())
|
state = state.New(parent.Root(), sm.db)
|
||||||
state = state.New(parent.Root(), sm.db)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
defer state.Reset()
|
sm.TransitionState(state, parent, block, true)
|
||||||
|
|
||||||
sm.TransitionState(state, parent, block)
|
|
||||||
sm.AccumulateRewards(state, block, parent)
|
sm.AccumulateRewards(state, block, parent)
|
||||||
|
|
||||||
return state.Logs(), nil
|
return state.Logs(), nil
|
||||||
|
34
core/block_processor_test.go
Normal file
34
core/block_processor_test.go
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
package core
|
||||||
|
|
||||||
|
import (
|
||||||
|
"math/big"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/ethdb"
|
||||||
|
"github.com/ethereum/go-ethereum/event"
|
||||||
|
)
|
||||||
|
|
||||||
|
func proc() (*BlockProcessor, *ChainManager) {
|
||||||
|
db, _ := ethdb.NewMemDatabase()
|
||||||
|
var mux event.TypeMux
|
||||||
|
|
||||||
|
chainMan := NewChainManager(db, &mux)
|
||||||
|
return NewBlockProcessor(db, nil, chainMan, &mux), chainMan
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestNumber(t *testing.T) {
|
||||||
|
bp, chain := proc()
|
||||||
|
block1 := chain.NewBlock(nil)
|
||||||
|
block1.Header().Number = big.NewInt(3)
|
||||||
|
|
||||||
|
err := bp.ValidateBlock(block1, chain.Genesis())
|
||||||
|
if err != BlockNumberErr {
|
||||||
|
t.Errorf("expected block number error")
|
||||||
|
}
|
||||||
|
|
||||||
|
block1 = chain.NewBlock(nil)
|
||||||
|
err = bp.ValidateBlock(block1, chain.Genesis())
|
||||||
|
if err == BlockNumberErr {
|
||||||
|
t.Errorf("didn't expect block number error")
|
||||||
|
}
|
||||||
|
}
|
@ -85,6 +85,16 @@ type ChainManager struct {
|
|||||||
lastBlockHash []byte
|
lastBlockHash []byte
|
||||||
|
|
||||||
transState *state.StateDB
|
transState *state.StateDB
|
||||||
|
txState *state.StateDB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewChainManager(db ethutil.Database, mux *event.TypeMux) *ChainManager {
|
||||||
|
bc := &ChainManager{db: db, genesisBlock: GenesisBlock(db), eventMux: mux}
|
||||||
|
bc.setLastBlock()
|
||||||
|
bc.transState = bc.State().Copy()
|
||||||
|
bc.txState = bc.State().Copy()
|
||||||
|
|
||||||
|
return bc
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *ChainManager) Td() *big.Int {
|
func (self *ChainManager) Td() *big.Int {
|
||||||
@ -108,14 +118,6 @@ func (self *ChainManager) CurrentBlock() *types.Block {
|
|||||||
return self.currentBlock
|
return self.currentBlock
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewChainManager(db ethutil.Database, mux *event.TypeMux) *ChainManager {
|
|
||||||
bc := &ChainManager{db: db, genesisBlock: GenesisBlock(db), eventMux: mux}
|
|
||||||
bc.setLastBlock()
|
|
||||||
bc.transState = bc.State().Copy()
|
|
||||||
|
|
||||||
return bc
|
|
||||||
}
|
|
||||||
|
|
||||||
func (self *ChainManager) Status() (td *big.Int, currentBlock []byte, genesisBlock []byte) {
|
func (self *ChainManager) Status() (td *big.Int, currentBlock []byte, genesisBlock []byte) {
|
||||||
self.mu.RLock()
|
self.mu.RLock()
|
||||||
defer self.mu.RUnlock()
|
defer self.mu.RUnlock()
|
||||||
@ -134,14 +136,24 @@ func (self *ChainManager) State() *state.StateDB {
|
|||||||
func (self *ChainManager) TransState() *state.StateDB {
|
func (self *ChainManager) TransState() *state.StateDB {
|
||||||
self.tsmu.RLock()
|
self.tsmu.RLock()
|
||||||
defer self.tsmu.RUnlock()
|
defer self.tsmu.RUnlock()
|
||||||
//tmp := self.transState
|
|
||||||
|
|
||||||
return self.transState
|
return self.transState
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *ChainManager) setTransState(statedb *state.StateDB) {
|
func (self *ChainManager) TxState() *state.StateDB {
|
||||||
|
self.tsmu.RLock()
|
||||||
|
defer self.tsmu.RUnlock()
|
||||||
|
|
||||||
|
return self.txState
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *ChainManager) setTxState(state *state.StateDB) {
|
||||||
self.tsmu.Lock()
|
self.tsmu.Lock()
|
||||||
defer self.tsmu.Unlock()
|
defer self.tsmu.Unlock()
|
||||||
|
self.txState = state
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *ChainManager) setTransState(statedb *state.StateDB) {
|
||||||
self.transState = statedb
|
self.transState = statedb
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -361,7 +373,12 @@ func (bc *ChainManager) Stop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *ChainManager) InsertChain(chain types.Blocks) error {
|
func (self *ChainManager) InsertChain(chain types.Blocks) error {
|
||||||
|
self.tsmu.Lock()
|
||||||
|
defer self.tsmu.Unlock()
|
||||||
|
|
||||||
for _, block := range chain {
|
for _, block := range chain {
|
||||||
|
// Call in to the block processor and check for errors. It's likely that if one block fails
|
||||||
|
// all others will fail too (unless a known block is returned).
|
||||||
td, err := self.processor.Process(block)
|
td, err := self.processor.Process(block)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if IsKnownBlockErr(err) {
|
if IsKnownBlockErr(err) {
|
||||||
@ -376,23 +393,38 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
|
|||||||
}
|
}
|
||||||
block.Td = td
|
block.Td = td
|
||||||
|
|
||||||
|
var canonical, split bool
|
||||||
self.mu.Lock()
|
self.mu.Lock()
|
||||||
{
|
{
|
||||||
|
// Write block to database. Eventually we'll have to improve on this and throw away blocks that are
|
||||||
|
// not in the canonical chain.
|
||||||
self.write(block)
|
self.write(block)
|
||||||
cblock := self.currentBlock
|
cblock := self.currentBlock
|
||||||
|
// Compare the TD of the last known block in the canonical chain to make sure it's greater.
|
||||||
|
// At this point it's possible that a different chain (fork) becomes the new canonical chain.
|
||||||
if td.Cmp(self.td) > 0 {
|
if td.Cmp(self.td) > 0 {
|
||||||
if block.Header().Number.Cmp(new(big.Int).Add(cblock.Header().Number, ethutil.Big1)) < 0 {
|
if block.Header().Number.Cmp(new(big.Int).Add(cblock.Header().Number, ethutil.Big1)) < 0 {
|
||||||
chainlogger.Infof("Split detected. New head #%v (%x) TD=%v, was #%v (%x) TD=%v\n", block.Header().Number, block.Hash()[:4], td, cblock.Header().Number, cblock.Hash()[:4], self.td)
|
chainlogger.Infof("Split detected. New head #%v (%x) TD=%v, was #%v (%x) TD=%v\n", block.Header().Number, block.Hash()[:4], td, cblock.Header().Number, cblock.Hash()[:4], self.td)
|
||||||
|
split = true
|
||||||
}
|
}
|
||||||
|
|
||||||
self.setTotalDifficulty(td)
|
self.setTotalDifficulty(td)
|
||||||
self.insert(block)
|
self.insert(block)
|
||||||
self.setTransState(state.New(cblock.Root(), self.db))
|
|
||||||
|
|
||||||
self.eventMux.Post(ChainEvent{block, td})
|
canonical = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.mu.Unlock()
|
self.mu.Unlock()
|
||||||
|
|
||||||
|
if canonical {
|
||||||
|
self.setTransState(state.New(block.Root(), self.db))
|
||||||
|
self.eventMux.Post(ChainEvent{block, td})
|
||||||
|
}
|
||||||
|
|
||||||
|
if split {
|
||||||
|
self.setTxState(state.New(block.Root(), self.db))
|
||||||
|
self.eventMux.Post(ChainSplitEvent{block})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
@ -1,10 +1,16 @@
|
|||||||
package core
|
package core
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"math/big"
|
"math/big"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
BlockNumberErr = errors.New("block number invalid")
|
||||||
|
BlockFutureErr = errors.New("block time is in the future")
|
||||||
|
)
|
||||||
|
|
||||||
// Parent error. In case a parent is unknown this error will be thrown
|
// Parent error. In case a parent is unknown this error will be thrown
|
||||||
// by the block manager
|
// by the block manager
|
||||||
type ParentErr struct {
|
type ParentErr struct {
|
||||||
@ -62,23 +68,6 @@ func IsValidationErr(err error) bool {
|
|||||||
return ok
|
return ok
|
||||||
}
|
}
|
||||||
|
|
||||||
type GasLimitErr struct {
|
|
||||||
Message string
|
|
||||||
Is, Max *big.Int
|
|
||||||
}
|
|
||||||
|
|
||||||
func IsGasLimitErr(err error) bool {
|
|
||||||
_, ok := err.(*GasLimitErr)
|
|
||||||
|
|
||||||
return ok
|
|
||||||
}
|
|
||||||
func (err *GasLimitErr) Error() string {
|
|
||||||
return err.Message
|
|
||||||
}
|
|
||||||
func GasLimitError(is, max *big.Int) *GasLimitErr {
|
|
||||||
return &GasLimitErr{Message: fmt.Sprintf("GasLimit error. Max %s, transaction would take it to %s", max, is), Is: is, Max: max}
|
|
||||||
}
|
|
||||||
|
|
||||||
type NonceErr struct {
|
type NonceErr struct {
|
||||||
Message string
|
Message string
|
||||||
Is, Exp uint64
|
Is, Exp uint64
|
||||||
|
@ -13,3 +13,6 @@ type NewBlockEvent struct{ Block *types.Block }
|
|||||||
|
|
||||||
// NewMinedBlockEvent is posted when a block has been imported.
|
// NewMinedBlockEvent is posted when a block has been imported.
|
||||||
type NewMinedBlockEvent struct{ Block *types.Block }
|
type NewMinedBlockEvent struct{ Block *types.Block }
|
||||||
|
|
||||||
|
// ChainSplit is posted when a new head is detected
|
||||||
|
type ChainSplitEvent struct{ Block *types.Block }
|
||||||
|
@ -111,14 +111,14 @@ func (self *Filter) Find() state.Logs {
|
|||||||
// current parameters
|
// current parameters
|
||||||
if self.bloomFilter(block) {
|
if self.bloomFilter(block) {
|
||||||
// Get the logs of the block
|
// Get the logs of the block
|
||||||
logs, err := self.eth.BlockProcessor().GetLogs(block)
|
unfiltered, err := self.eth.BlockProcessor().GetLogs(block)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
chainlogger.Warnln("err: filter get logs ", err)
|
chainlogger.Warnln("err: filter get logs ", err)
|
||||||
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
logs = append(logs, self.FilterLogs(logs)...)
|
logs = append(logs, self.FilterLogs(unfiltered)...)
|
||||||
}
|
}
|
||||||
|
|
||||||
block = self.eth.ChainManager().GetBlock(block.ParentHash())
|
block = self.eth.ChainManager().GetBlock(block.ParentHash())
|
||||||
@ -146,7 +146,6 @@ func (self *Filter) FilterLogs(logs state.Logs) state.Logs {
|
|||||||
Logs:
|
Logs:
|
||||||
for _, log := range logs {
|
for _, log := range logs {
|
||||||
if !includes(self.address, log.Address()) {
|
if !includes(self.address, log.Address()) {
|
||||||
//if !bytes.Equal(self.address, log.Address()) {
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
package core
|
package core
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
"math/big"
|
"math/big"
|
||||||
|
"os"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
@ -31,24 +34,39 @@ func GenesisBlock(db ethutil.Database) *types.Block {
|
|||||||
genesis.SetTransactions(types.Transactions{})
|
genesis.SetTransactions(types.Transactions{})
|
||||||
genesis.SetReceipts(types.Receipts{})
|
genesis.SetReceipts(types.Receipts{})
|
||||||
|
|
||||||
|
var accounts map[string]struct{ Balance string }
|
||||||
|
err := json.Unmarshal(genesisData, &accounts)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Println("enable to decode genesis json data:", err)
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
|
|
||||||
statedb := state.New(genesis.Root(), db)
|
statedb := state.New(genesis.Root(), db)
|
||||||
for _, addr := range []string{
|
for addr, account := range accounts {
|
||||||
"dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6",
|
|
||||||
"e4157b34ea9615cfbde6b4fda419828124b70c78",
|
|
||||||
"b9c015918bdaba24b4ff057a92a3873d6eb201be",
|
|
||||||
"6c386a4b26f73c802f34673f7248bb118f97424a",
|
|
||||||
"cd2a3d9f938e13cd947ec05abc7fe734df8dd826",
|
|
||||||
"2ef47100e0787b915105fd5e3f4ff6752079d5cb",
|
|
||||||
"e6716f9544a56c530d868e4bfbacb172315bdead",
|
|
||||||
"1a26338f0d905e295fccb71fa9ea849ffa12aaf4",
|
|
||||||
} {
|
|
||||||
codedAddr := ethutil.Hex2Bytes(addr)
|
codedAddr := ethutil.Hex2Bytes(addr)
|
||||||
account := statedb.GetAccount(codedAddr)
|
accountState := statedb.GetAccount(codedAddr)
|
||||||
account.SetBalance(ethutil.Big("1606938044258990275541962092341162602522202993782792835301376")) //ethutil.BigPow(2, 200)
|
accountState.SetBalance(ethutil.Big(account.Balance))
|
||||||
statedb.UpdateStateObject(account)
|
statedb.UpdateStateObject(accountState)
|
||||||
}
|
}
|
||||||
statedb.Sync()
|
statedb.Sync()
|
||||||
genesis.Header().Root = statedb.Root()
|
genesis.Header().Root = statedb.Root()
|
||||||
|
|
||||||
|
fmt.Printf("+++ genesis +++\nRoot: %x\nHash: %x\n", genesis.Header().Root, genesis.Hash())
|
||||||
|
|
||||||
return genesis
|
return genesis
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var genesisData = []byte(`{
|
||||||
|
"dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"e4157b34ea9615cfbde6b4fda419828124b70c78": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"b9c015918bdaba24b4ff057a92a3873d6eb201be": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"6c386a4b26f73c802f34673f7248bb118f97424a": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"cd2a3d9f938e13cd947ec05abc7fe734df8dd826": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"2ef47100e0787b915105fd5e3f4ff6752079d5cb": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"e6716f9544a56c530d868e4bfbacb172315bdead": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"1a26338f0d905e295fccb71fa9ea849ffa12aaf4": {"balance": "1606938044258990275541962092341162602522202993782792835301376"},
|
||||||
|
"b0afc46d9ce366d06ab4952ca27db1d9557ae9fd": {"balance": "154162184000000000000000"},
|
||||||
|
"f6b1e9dc460d4d62cc22ec5f987d726929c0f9f0": {"balance": "102774789000000000000000"},
|
||||||
|
"cc45122d8b7fa0b1eaa6b29e0fb561422a9239d0": {"balance": "51387394000000000000000"},
|
||||||
|
"b7576e9d314df41ec5506494293afb1bd5d3f65d": {"balance": "69423399000000000000000"}
|
||||||
|
}`)
|
||||||
|
@ -126,7 +126,7 @@ func (self *StateTransition) BuyGas() error {
|
|||||||
|
|
||||||
self.AddGas(self.msg.Gas())
|
self.AddGas(self.msg.Gas())
|
||||||
self.initialGas.Set(self.msg.Gas())
|
self.initialGas.Set(self.msg.Gas())
|
||||||
sender.SubAmount(MessageGasValue(self.msg))
|
sender.SubBalance(MessageGasValue(self.msg))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -138,8 +138,8 @@ func (self *StateTransition) preCheck() (err error) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Make sure this transaction's nonce is correct
|
// Make sure this transaction's nonce is correct
|
||||||
if sender.Nonce != msg.Nonce() {
|
if sender.Nonce() != msg.Nonce() {
|
||||||
return NonceError(msg.Nonce(), sender.Nonce)
|
return NonceError(msg.Nonce(), sender.Nonce())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pre-pay gas / Buy gas of the coinbase account
|
// Pre-pay gas / Buy gas of the coinbase account
|
||||||
@ -166,7 +166,8 @@ func (self *StateTransition) TransitionState() (ret []byte, err error) {
|
|||||||
defer self.RefundGas()
|
defer self.RefundGas()
|
||||||
|
|
||||||
// Increment the nonce for the next transaction
|
// Increment the nonce for the next transaction
|
||||||
sender.Nonce += 1
|
self.state.SetNonce(sender.Address(), sender.Nonce()+1)
|
||||||
|
//sender.Nonce += 1
|
||||||
|
|
||||||
// Transaction gas
|
// Transaction gas
|
||||||
if err = self.UseGas(vm.GasTx); err != nil {
|
if err = self.UseGas(vm.GasTx); err != nil {
|
||||||
@ -241,7 +242,7 @@ func MakeContract(msg Message, state *state.StateDB) *state.StateObject {
|
|||||||
addr := AddressFromMessage(msg)
|
addr := AddressFromMessage(msg)
|
||||||
|
|
||||||
contract := state.GetOrNewStateObject(addr)
|
contract := state.GetOrNewStateObject(addr)
|
||||||
contract.InitCode = msg.Data()
|
contract.SetInitCode(msg.Data())
|
||||||
|
|
||||||
return contract
|
return contract
|
||||||
}
|
}
|
||||||
@ -250,7 +251,7 @@ func (self *StateTransition) RefundGas() {
|
|||||||
coinbase, sender := self.Coinbase(), self.From()
|
coinbase, sender := self.Coinbase(), self.From()
|
||||||
// Return remaining gas
|
// Return remaining gas
|
||||||
remaining := new(big.Int).Mul(self.gas, self.msg.GasPrice())
|
remaining := new(big.Int).Mul(self.gas, self.msg.GasPrice())
|
||||||
sender.AddAmount(remaining)
|
sender.AddBalance(remaining)
|
||||||
|
|
||||||
uhalf := new(big.Int).Div(self.GasUsed(), ethutil.Big2)
|
uhalf := new(big.Int).Div(self.GasUsed(), ethutil.Big2)
|
||||||
for addr, ref := range self.state.Refunds() {
|
for addr, ref := range self.state.Refunds() {
|
||||||
|
@ -3,6 +3,7 @@ package core
|
|||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"sync"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/ethutil"
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
@ -35,6 +36,7 @@ type TxProcessor interface {
|
|||||||
// guarantee a non blocking pool we use a queue channel which can be
|
// guarantee a non blocking pool we use a queue channel which can be
|
||||||
// independently read without needing access to the actual pool.
|
// independently read without needing access to the actual pool.
|
||||||
type TxPool struct {
|
type TxPool struct {
|
||||||
|
mu sync.RWMutex
|
||||||
// Queueing channel for reading and writing incoming
|
// Queueing channel for reading and writing incoming
|
||||||
// transactions to
|
// transactions to
|
||||||
queueChan chan *types.Transaction
|
queueChan chan *types.Transaction
|
||||||
@ -97,7 +99,7 @@ func (self *TxPool) addTx(tx *types.Transaction) {
|
|||||||
self.txs[string(tx.Hash())] = tx
|
self.txs[string(tx.Hash())] = tx
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *TxPool) Add(tx *types.Transaction) error {
|
func (self *TxPool) add(tx *types.Transaction) error {
|
||||||
if self.txs[string(tx.Hash())] != nil {
|
if self.txs[string(tx.Hash())] != nil {
|
||||||
return fmt.Errorf("Known transaction (%x)", tx.Hash()[0:4])
|
return fmt.Errorf("Known transaction (%x)", tx.Hash()[0:4])
|
||||||
}
|
}
|
||||||
@ -133,17 +135,28 @@ func (self *TxPool) Size() int {
|
|||||||
return len(self.txs)
|
return len(self.txs)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *TxPool) Add(tx *types.Transaction) error {
|
||||||
|
self.mu.Lock()
|
||||||
|
defer self.mu.Unlock()
|
||||||
|
return self.add(tx)
|
||||||
|
}
|
||||||
func (self *TxPool) AddTransactions(txs []*types.Transaction) {
|
func (self *TxPool) AddTransactions(txs []*types.Transaction) {
|
||||||
|
self.mu.Lock()
|
||||||
|
defer self.mu.Unlock()
|
||||||
|
|
||||||
for _, tx := range txs {
|
for _, tx := range txs {
|
||||||
if err := self.Add(tx); err != nil {
|
if err := self.add(tx); err != nil {
|
||||||
txplogger.Infoln(err)
|
txplogger.Debugln(err)
|
||||||
} else {
|
} else {
|
||||||
txplogger.Infof("tx %x\n", tx.Hash()[0:4])
|
txplogger.Debugf("tx %x\n", tx.Hash()[0:4])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *TxPool) GetTransactions() (txs types.Transactions) {
|
func (self *TxPool) GetTransactions() (txs types.Transactions) {
|
||||||
|
self.mu.RLock()
|
||||||
|
defer self.mu.RUnlock()
|
||||||
|
|
||||||
txs = make(types.Transactions, self.Size())
|
txs = make(types.Transactions, self.Size())
|
||||||
i := 0
|
i := 0
|
||||||
for _, tx := range self.txs {
|
for _, tx := range self.txs {
|
||||||
@ -155,30 +168,32 @@ func (self *TxPool) GetTransactions() (txs types.Transactions) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (pool *TxPool) RemoveInvalid(query StateQuery) {
|
func (pool *TxPool) RemoveInvalid(query StateQuery) {
|
||||||
|
pool.mu.Lock()
|
||||||
|
|
||||||
var removedTxs types.Transactions
|
var removedTxs types.Transactions
|
||||||
for _, tx := range pool.txs {
|
for _, tx := range pool.txs {
|
||||||
sender := query.GetAccount(tx.From())
|
sender := query.GetAccount(tx.From())
|
||||||
err := pool.ValidateTransaction(tx)
|
err := pool.ValidateTransaction(tx)
|
||||||
fmt.Println(err, sender.Nonce, tx.Nonce())
|
if err != nil || sender.Nonce() >= tx.Nonce() {
|
||||||
if err != nil || sender.Nonce >= tx.Nonce() {
|
|
||||||
removedTxs = append(removedTxs, tx)
|
removedTxs = append(removedTxs, tx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pool.mu.Unlock()
|
||||||
|
|
||||||
pool.RemoveSet(removedTxs)
|
pool.RemoveSet(removedTxs)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *TxPool) RemoveSet(txs types.Transactions) {
|
func (self *TxPool) RemoveSet(txs types.Transactions) {
|
||||||
|
self.mu.Lock()
|
||||||
|
defer self.mu.Unlock()
|
||||||
|
|
||||||
for _, tx := range txs {
|
for _, tx := range txs {
|
||||||
delete(self.txs, string(tx.Hash()))
|
delete(self.txs, string(tx.Hash()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (pool *TxPool) Flush() []*types.Transaction {
|
func (pool *TxPool) Flush() {
|
||||||
txList := pool.GetTransactions()
|
|
||||||
pool.txs = make(map[string]*types.Transaction)
|
pool.txs = make(map[string]*types.Transaction)
|
||||||
|
|
||||||
return txList
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (pool *TxPool) Start() {
|
func (pool *TxPool) Start() {
|
||||||
|
@ -185,6 +185,18 @@ func (self *Block) GasUsed() *big.Int { return self.header.GasUsed }
|
|||||||
func (self *Block) Root() []byte { return self.header.Root }
|
func (self *Block) Root() []byte { return self.header.Root }
|
||||||
func (self *Block) SetRoot(root []byte) { self.header.Root = root }
|
func (self *Block) SetRoot(root []byte) { self.header.Root = root }
|
||||||
func (self *Block) Size() ethutil.StorageSize { return ethutil.StorageSize(len(ethutil.Encode(self))) }
|
func (self *Block) Size() ethutil.StorageSize { return ethutil.StorageSize(len(ethutil.Encode(self))) }
|
||||||
|
func (self *Block) GetTransaction(i int) *Transaction {
|
||||||
|
if len(self.transactions) > i {
|
||||||
|
return self.transactions[i]
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
func (self *Block) GetUncle(i int) *Header {
|
||||||
|
if len(self.uncles) > i {
|
||||||
|
return self.uncles[i]
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
// Implement pow.Block
|
// Implement pow.Block
|
||||||
func (self *Block) Difficulty() *big.Int { return self.header.Difficulty }
|
func (self *Block) Difficulty() *big.Int { return self.header.Difficulty }
|
||||||
|
@ -30,7 +30,6 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"os/user"
|
|
||||||
"path"
|
"path"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -48,12 +47,6 @@ type keyStorePlain struct {
|
|||||||
keysDirPath string
|
keysDirPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: copied from cmd/ethereum/flags.go
|
|
||||||
func DefaultDataDir() string {
|
|
||||||
usr, _ := user.Current()
|
|
||||||
return path.Join(usr.HomeDir, ".ethereum")
|
|
||||||
}
|
|
||||||
|
|
||||||
func NewKeyStorePlain(path string) KeyStore2 {
|
func NewKeyStorePlain(path string) KeyStore2 {
|
||||||
return &keyStorePlain{path}
|
return &keyStorePlain{path}
|
||||||
}
|
}
|
||||||
@ -126,8 +119,11 @@ func GetKeyAddresses(keysDirPath string) (addresses [][]byte, err error) {
|
|||||||
}
|
}
|
||||||
addresses = make([][]byte, len(fileInfos))
|
addresses = make([][]byte, len(fileInfos))
|
||||||
for i, fileInfo := range fileInfos {
|
for i, fileInfo := range fileInfos {
|
||||||
addresses[i] = make([]byte, 40)
|
address, err := hex.DecodeString(fileInfo.Name())
|
||||||
addresses[i] = []byte(fileInfo.Name())
|
if err != nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
addresses[i] = address
|
||||||
}
|
}
|
||||||
return addresses, err
|
return addresses, err
|
||||||
}
|
}
|
||||||
|
@ -2,12 +2,13 @@ package crypto
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ethereum/go-ethereum/crypto/randentropy"
|
"github.com/ethereum/go-ethereum/crypto/randentropy"
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestKeyStorePlain(t *testing.T) {
|
func TestKeyStorePlain(t *testing.T) {
|
||||||
ks := NewKeyStorePlain(DefaultDataDir())
|
ks := NewKeyStorePlain(ethutil.DefaultDataDir())
|
||||||
pass := "" // not used but required by API
|
pass := "" // not used but required by API
|
||||||
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -35,7 +36,7 @@ func TestKeyStorePlain(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestKeyStorePassphrase(t *testing.T) {
|
func TestKeyStorePassphrase(t *testing.T) {
|
||||||
ks := NewKeyStorePassphrase(DefaultDataDir())
|
ks := NewKeyStorePassphrase(ethutil.DefaultDataDir())
|
||||||
pass := "foo"
|
pass := "foo"
|
||||||
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -61,7 +62,7 @@ func TestKeyStorePassphrase(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestKeyStorePassphraseDecryptionFail(t *testing.T) {
|
func TestKeyStorePassphraseDecryptionFail(t *testing.T) {
|
||||||
ks := NewKeyStorePassphrase(DefaultDataDir())
|
ks := NewKeyStorePassphrase(ethutil.DefaultDataDir())
|
||||||
pass := "foo"
|
pass := "foo"
|
||||||
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
k1, err := ks.GenerateNewKey(randentropy.Reader, pass)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -89,7 +90,7 @@ func TestImportPreSaleKey(t *testing.T) {
|
|||||||
// python pyethsaletool.py genwallet
|
// python pyethsaletool.py genwallet
|
||||||
// with password "foo"
|
// with password "foo"
|
||||||
fileContent := "{\"encseed\": \"26d87f5f2bf9835f9a47eefae571bc09f9107bb13d54ff12a4ec095d01f83897494cf34f7bed2ed34126ecba9db7b62de56c9d7cd136520a0427bfb11b8954ba7ac39b90d4650d3448e31185affcd74226a68f1e94b1108e6e0a4a91cdd83eba\", \"ethaddr\": \"d4584b5f6229b7be90727b0fc8c6b91bb427821f\", \"email\": \"gustav.simonsson@gmail.com\", \"btcaddr\": \"1EVknXyFC68kKNLkh6YnKzW41svSRoaAcx\"}"
|
fileContent := "{\"encseed\": \"26d87f5f2bf9835f9a47eefae571bc09f9107bb13d54ff12a4ec095d01f83897494cf34f7bed2ed34126ecba9db7b62de56c9d7cd136520a0427bfb11b8954ba7ac39b90d4650d3448e31185affcd74226a68f1e94b1108e6e0a4a91cdd83eba\", \"ethaddr\": \"d4584b5f6229b7be90727b0fc8c6b91bb427821f\", \"email\": \"gustav.simonsson@gmail.com\", \"btcaddr\": \"1EVknXyFC68kKNLkh6YnKzW41svSRoaAcx\"}"
|
||||||
ks := NewKeyStorePassphrase(DefaultDataDir())
|
ks := NewKeyStorePassphrase(ethutil.DefaultDataDir())
|
||||||
pass := "foo"
|
pass := "foo"
|
||||||
_, err := ImportPreSaleKey(ks, []byte(fileContent), pass)
|
_, err := ImportPreSaleKey(ks, []byte(fileContent), pass)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -3,6 +3,8 @@ package eth
|
|||||||
import (
|
import (
|
||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io/ioutil"
|
||||||
|
"path"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core"
|
"github.com/ethereum/go-ethereum/core"
|
||||||
@ -25,7 +27,10 @@ var (
|
|||||||
jsonlogger = ethlogger.NewJsonLogger()
|
jsonlogger = ethlogger.NewJsonLogger()
|
||||||
|
|
||||||
defaultBootNodes = []*discover.Node{
|
defaultBootNodes = []*discover.Node{
|
||||||
|
// ETH/DEV cmd/bootnode
|
||||||
discover.MustParseNode("enode://6cdd090303f394a1cac34ecc9f7cda18127eafa2a3a06de39f6d920b0e583e062a7362097c7c65ee490a758b442acd5c80c6fce4b148c6a391e946b45131365b@54.169.166.226:30303"),
|
discover.MustParseNode("enode://6cdd090303f394a1cac34ecc9f7cda18127eafa2a3a06de39f6d920b0e583e062a7362097c7c65ee490a758b442acd5c80c6fce4b148c6a391e946b45131365b@54.169.166.226:30303"),
|
||||||
|
// ETH/DEV cpp-ethereum (poc-8.ethdev.com)
|
||||||
|
discover.MustParseNode("enode://4a44599974518ea5b0f14c31c4463692ac0329cb84851f3435e6d1b18ee4eae4aa495f846a0fa1219bd58035671881d44423876e57db2abd57254d0197da0ebe@5.1.83.226:30303"),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -53,6 +58,8 @@ type Config struct {
|
|||||||
Shh bool
|
Shh bool
|
||||||
Dial bool
|
Dial bool
|
||||||
|
|
||||||
|
MinerThreads int
|
||||||
|
|
||||||
KeyManager *crypto.KeyManager
|
KeyManager *crypto.KeyManager
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,6 +82,27 @@ func (cfg *Config) parseBootNodes() []*discover.Node {
|
|||||||
return ns
|
return ns
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cfg *Config) nodeKey() (*ecdsa.PrivateKey, error) {
|
||||||
|
// use explicit key from command line args if set
|
||||||
|
if cfg.NodeKey != nil {
|
||||||
|
return cfg.NodeKey, nil
|
||||||
|
}
|
||||||
|
// use persistent key if present
|
||||||
|
keyfile := path.Join(cfg.DataDir, "nodekey")
|
||||||
|
key, err := crypto.LoadECDSA(keyfile)
|
||||||
|
if err == nil {
|
||||||
|
return key, nil
|
||||||
|
}
|
||||||
|
// no persistent key, generate and store a new one
|
||||||
|
if key, err = crypto.GenerateKey(); err != nil {
|
||||||
|
return nil, fmt.Errorf("could not generate server key: %v", err)
|
||||||
|
}
|
||||||
|
if err := ioutil.WriteFile(keyfile, crypto.FromECDSA(key), 0600); err != nil {
|
||||||
|
logger.Errorln("could not persist nodekey: ", err)
|
||||||
|
}
|
||||||
|
return key, nil
|
||||||
|
}
|
||||||
|
|
||||||
type Ethereum struct {
|
type Ethereum struct {
|
||||||
// Channel for shutting down the ethereum
|
// Channel for shutting down the ethereum
|
||||||
shutdownChan chan bool
|
shutdownChan chan bool
|
||||||
@ -119,7 +147,8 @@ func New(config *Config) (*Ethereum, error) {
|
|||||||
d, _ := db.Get([]byte("ProtocolVersion"))
|
d, _ := db.Get([]byte("ProtocolVersion"))
|
||||||
protov := ethutil.NewValue(d).Uint()
|
protov := ethutil.NewValue(d).Uint()
|
||||||
if protov != ProtocolVersion && protov != 0 {
|
if protov != ProtocolVersion && protov != 0 {
|
||||||
return nil, fmt.Errorf("Database version mismatch. Protocol(%d / %d). `rm -rf %s`", protov, ProtocolVersion, ethutil.Config.ExecPath+"/database")
|
path := path.Join(config.DataDir, "database")
|
||||||
|
return nil, fmt.Errorf("Database version mismatch. Protocol(%d / %d). `rm -rf %s`", protov, ProtocolVersion, path)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create new keymanager
|
// Create new keymanager
|
||||||
@ -153,20 +182,22 @@ func New(config *Config) (*Ethereum, error) {
|
|||||||
eth.blockProcessor = core.NewBlockProcessor(db, eth.txPool, eth.chainManager, eth.EventMux())
|
eth.blockProcessor = core.NewBlockProcessor(db, eth.txPool, eth.chainManager, eth.EventMux())
|
||||||
eth.chainManager.SetProcessor(eth.blockProcessor)
|
eth.chainManager.SetProcessor(eth.blockProcessor)
|
||||||
eth.whisper = whisper.New()
|
eth.whisper = whisper.New()
|
||||||
eth.miner = miner.New(keyManager.Address(), eth)
|
eth.miner = miner.New(keyManager.Address(), eth, config.MinerThreads)
|
||||||
|
|
||||||
hasBlock := eth.chainManager.HasBlock
|
hasBlock := eth.chainManager.HasBlock
|
||||||
insertChain := eth.chainManager.InsertChain
|
insertChain := eth.chainManager.InsertChain
|
||||||
eth.blockPool = NewBlockPool(hasBlock, insertChain, ezp.Verify)
|
eth.blockPool = NewBlockPool(hasBlock, insertChain, ezp.Verify)
|
||||||
|
|
||||||
ethProto := EthProtocol(eth.txPool, eth.chainManager, eth.blockPool)
|
netprv, err := config.nodeKey()
|
||||||
protocols := []p2p.Protocol{ethProto, eth.whisper.Protocol()}
|
if err != nil {
|
||||||
netprv := config.NodeKey
|
return nil, err
|
||||||
if netprv == nil {
|
|
||||||
if netprv, err = crypto.GenerateKey(); err != nil {
|
|
||||||
return nil, fmt.Errorf("could not generate server key: %v", err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
ethProto := EthProtocol(eth.txPool, eth.chainManager, eth.blockPool)
|
||||||
|
protocols := []p2p.Protocol{ethProto}
|
||||||
|
if config.Shh {
|
||||||
|
protocols = append(protocols, eth.whisper.Protocol())
|
||||||
|
}
|
||||||
|
|
||||||
eth.net = &p2p.Server{
|
eth.net = &p2p.Server{
|
||||||
PrivateKey: netprv,
|
PrivateKey: netprv,
|
||||||
Name: config.Name,
|
Name: config.Name,
|
||||||
@ -205,9 +236,7 @@ func (s *Ethereum) Coinbase() []byte { return nil } // TODO
|
|||||||
func (s *Ethereum) Start() error {
|
func (s *Ethereum) Start() error {
|
||||||
jsonlogger.LogJson(ðlogger.LogStarting{
|
jsonlogger.LogJson(ðlogger.LogStarting{
|
||||||
ClientString: s.net.Name,
|
ClientString: s.net.Name,
|
||||||
Coinbase: ethutil.Bytes2Hex(s.KeyManager().Address()),
|
|
||||||
ProtocolVersion: ProtocolVersion,
|
ProtocolVersion: ProtocolVersion,
|
||||||
LogEvent: ethlogger.LogEvent{Guid: ethutil.Bytes2Hex(crypto.FromECDSAPub(&s.net.PrivateKey.PublicKey))},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
err := s.net.Start()
|
err := s.net.Start()
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ProtocolVersion = 52
|
ProtocolVersion = 54
|
||||||
NetworkId = 0
|
NetworkId = 0
|
||||||
ProtocolLength = uint64(8)
|
ProtocolLength = uint64(8)
|
||||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||||
|
@ -3,9 +3,51 @@ package ethutil
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"math/big"
|
"math/big"
|
||||||
|
"os"
|
||||||
|
"os/user"
|
||||||
|
"path"
|
||||||
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/kardianos/osext"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func DefaultAssetPath() string {
|
||||||
|
var assetPath string
|
||||||
|
// If the current working directory is the go-ethereum dir
|
||||||
|
// assume a debug build and use the source directory as
|
||||||
|
// asset directory.
|
||||||
|
pwd, _ := os.Getwd()
|
||||||
|
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "cmd", "mist") {
|
||||||
|
assetPath = path.Join(pwd, "assets")
|
||||||
|
} else {
|
||||||
|
switch runtime.GOOS {
|
||||||
|
case "darwin":
|
||||||
|
// Get Binary Directory
|
||||||
|
exedir, _ := osext.ExecutableFolder()
|
||||||
|
assetPath = filepath.Join(exedir, "../Resources")
|
||||||
|
case "linux":
|
||||||
|
assetPath = "/usr/share/mist"
|
||||||
|
case "windows":
|
||||||
|
assetPath = "./assets"
|
||||||
|
default:
|
||||||
|
assetPath = "."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return assetPath
|
||||||
|
}
|
||||||
|
|
||||||
|
func DefaultDataDir() string {
|
||||||
|
usr, _ := user.Current()
|
||||||
|
if runtime.GOOS == "darwin" {
|
||||||
|
return path.Join(usr.HomeDir, "Library/Ethereum")
|
||||||
|
} else if runtime.GOOS == "windows" {
|
||||||
|
return path.Join(usr.HomeDir, "AppData/Roaming/Ethereum")
|
||||||
|
} else {
|
||||||
|
return path.Join(usr.HomeDir, ".ethereum")
|
||||||
|
}
|
||||||
|
}
|
||||||
func IsWindows() bool {
|
func IsWindows() bool {
|
||||||
return runtime.GOOS == "windows"
|
return runtime.GOOS == "windows"
|
||||||
}
|
}
|
||||||
@ -86,3 +128,9 @@ var (
|
|||||||
Big256 = big.NewInt(0xff)
|
Big256 = big.NewInt(0xff)
|
||||||
Big257 = big.NewInt(257)
|
Big257 = big.NewInt(257)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func Bench(pre string, cb func()) {
|
||||||
|
start := time.Now()
|
||||||
|
cb()
|
||||||
|
fmt.Println(pre, ": took:", time.Since(start))
|
||||||
|
}
|
||||||
|
181
ethutil/number/int.go
Normal file
181
ethutil/number/int.go
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
package number
|
||||||
|
|
||||||
|
import (
|
||||||
|
"math/big"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
|
)
|
||||||
|
|
||||||
|
var tt256 = new(big.Int).Lsh(big.NewInt(1), 256)
|
||||||
|
var tt256m1 = new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(1))
|
||||||
|
var tt255 = new(big.Int).Lsh(big.NewInt(1), 255)
|
||||||
|
|
||||||
|
func limitUnsigned256(x *Number) *Number {
|
||||||
|
x.num.And(x.num, tt256m1)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func limitSigned256(x *Number) *Number {
|
||||||
|
if x.num.Cmp(tt255) < 0 {
|
||||||
|
return x
|
||||||
|
} else {
|
||||||
|
x.num.Sub(x.num, tt256)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Number function
|
||||||
|
type Initialiser func(n int64) *Number
|
||||||
|
|
||||||
|
// A Number represents a generic integer with a bounding function limiter. Limit is called after each operations
|
||||||
|
// to give "fake" bounded integers. New types of Number can be created through NewInitialiser returning a lambda
|
||||||
|
// with the new Initialiser.
|
||||||
|
type Number struct {
|
||||||
|
num *big.Int
|
||||||
|
limit func(n *Number) *Number
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns a new initialiser for a new *Number without having to expose certain fields
|
||||||
|
func NewInitialiser(limiter func(*Number) *Number) Initialiser {
|
||||||
|
return func(n int64) *Number {
|
||||||
|
return &Number{big.NewInt(n), limiter}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Return a Number with a UNSIGNED limiter up to 256 bits
|
||||||
|
func Uint256(n int64) *Number {
|
||||||
|
return &Number{big.NewInt(n), limitUnsigned256}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Return a Number with a SIGNED limiter up to 256 bits
|
||||||
|
func Int256(n int64) *Number {
|
||||||
|
return &Number{big.NewInt(n), limitSigned256}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns a Number with a SIGNED unlimited size
|
||||||
|
func Big(n int64) *Number {
|
||||||
|
return &Number{big.NewInt(n), func(x *Number) *Number { return x }}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to sum of x+y
|
||||||
|
func (i *Number) Add(x, y *Number) *Number {
|
||||||
|
i.num.Add(x.num, y.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to difference of x-y
|
||||||
|
func (i *Number) Sub(x, y *Number) *Number {
|
||||||
|
i.num.Sub(x.num, y.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to product of x*y
|
||||||
|
func (i *Number) Mul(x, y *Number) *Number {
|
||||||
|
i.num.Mul(x.num, y.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to the quotient prodject of x/y
|
||||||
|
func (i *Number) Div(x, y *Number) *Number {
|
||||||
|
i.num.Div(x.num, y.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to x % y
|
||||||
|
func (i *Number) Mod(x, y *Number) *Number {
|
||||||
|
i.num.Mod(x.num, y.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to x << s
|
||||||
|
func (i *Number) Lsh(x *Number, s uint) *Number {
|
||||||
|
i.num.Lsh(x.num, s)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sets i to x^y
|
||||||
|
func (i *Number) Pow(x, y *Number) *Number {
|
||||||
|
i.num.Exp(x.num, y.num, big.NewInt(0))
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Setters
|
||||||
|
|
||||||
|
// Set x to i
|
||||||
|
func (i *Number) Set(x *Number) *Number {
|
||||||
|
i.num.Set(x.num)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Set x bytes to i
|
||||||
|
func (i *Number) SetBytes(x []byte) *Number {
|
||||||
|
i.num.SetBytes(x)
|
||||||
|
return i.limit(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Cmp compares x and y and returns:
|
||||||
|
//
|
||||||
|
// -1 if x < y
|
||||||
|
// 0 if x == y
|
||||||
|
// +1 if x > y
|
||||||
|
func (i *Number) Cmp(x *Number) int {
|
||||||
|
return i.num.Cmp(x.num)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Getters
|
||||||
|
|
||||||
|
// Returns the string representation of i
|
||||||
|
func (i *Number) String() string {
|
||||||
|
return i.num.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns the byte representation of i
|
||||||
|
func (i *Number) Bytes() []byte {
|
||||||
|
return i.num.Bytes()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Uint64 returns the Uint64 representation of x. If x cannot be represented in an int64, the result is undefined.
|
||||||
|
func (i *Number) Uint64() uint64 {
|
||||||
|
return i.num.Uint64()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Int64 returns the int64 representation of x. If x cannot be represented in an int64, the result is undefined.
|
||||||
|
func (i *Number) Int64() int64 {
|
||||||
|
return i.num.Int64()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns the signed version of i
|
||||||
|
func (i *Number) Int256() *Number {
|
||||||
|
return Int(0).Set(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns the unsigned version of i
|
||||||
|
func (i *Number) Uint256() *Number {
|
||||||
|
return Uint(0).Set(i)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns the index of the first bit that's set to 1
|
||||||
|
func (i *Number) FirstBitSet() int {
|
||||||
|
for j := 0; j < i.num.BitLen(); j++ {
|
||||||
|
if i.num.Bit(j) > 0 {
|
||||||
|
return j
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return i.num.BitLen()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Variables
|
||||||
|
|
||||||
|
var (
|
||||||
|
Zero = Uint(0)
|
||||||
|
One = Uint(1)
|
||||||
|
Two = Uint(2)
|
||||||
|
MaxUint256 = Uint(0).SetBytes(ethutil.Hex2Bytes("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"))
|
||||||
|
|
||||||
|
MinOne = Int(-1)
|
||||||
|
|
||||||
|
// "typedefs"
|
||||||
|
Uint = Uint256
|
||||||
|
Int = Int256
|
||||||
|
)
|
92
ethutil/number/uint_test.go
Normal file
92
ethutil/number/uint_test.go
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
package number
|
||||||
|
|
||||||
|
import (
|
||||||
|
"math/big"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestSet(t *testing.T) {
|
||||||
|
a := Uint(0)
|
||||||
|
b := Uint(10)
|
||||||
|
a.Set(b)
|
||||||
|
if a.num.Cmp(b.num) != 0 {
|
||||||
|
t.Error("didn't compare", a, b)
|
||||||
|
}
|
||||||
|
|
||||||
|
c := Uint(0).SetBytes(ethutil.Hex2Bytes("0a"))
|
||||||
|
if c.num.Cmp(big.NewInt(10)) != 0 {
|
||||||
|
t.Error("c set bytes failed.")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestInitialiser(t *testing.T) {
|
||||||
|
check := false
|
||||||
|
init := NewInitialiser(func(x *Number) *Number {
|
||||||
|
check = true
|
||||||
|
return x
|
||||||
|
})
|
||||||
|
a := init(0).Add(init(1), init(2))
|
||||||
|
if a.Cmp(init(3)) != 0 {
|
||||||
|
t.Error("expected 3. got", a)
|
||||||
|
}
|
||||||
|
if !check {
|
||||||
|
t.Error("expected limiter to be called")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestGet(t *testing.T) {
|
||||||
|
a := Uint(10)
|
||||||
|
if a.Uint64() != 10 {
|
||||||
|
t.Error("expected to get 10. got", a.Uint64())
|
||||||
|
}
|
||||||
|
|
||||||
|
a = Uint(10)
|
||||||
|
if a.Int64() != 10 {
|
||||||
|
t.Error("expected to get 10. got", a.Int64())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestCmp(t *testing.T) {
|
||||||
|
a := Uint(10)
|
||||||
|
b := Uint(10)
|
||||||
|
c := Uint(11)
|
||||||
|
|
||||||
|
if a.Cmp(b) != 0 {
|
||||||
|
t.Error("a b == 0 failed", a, b)
|
||||||
|
}
|
||||||
|
|
||||||
|
if a.Cmp(c) >= 0 {
|
||||||
|
t.Error("a c < 0 failed", a, c)
|
||||||
|
}
|
||||||
|
|
||||||
|
if c.Cmp(b) <= 0 {
|
||||||
|
t.Error("c b > 0 failed", c, b)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestMaxArith(t *testing.T) {
|
||||||
|
a := Uint(0).Add(MaxUint256, One)
|
||||||
|
if a.Cmp(Zero) != 0 {
|
||||||
|
t.Error("expected max256 + 1 = 0 got", a)
|
||||||
|
}
|
||||||
|
|
||||||
|
a = Uint(0).Sub(Uint(0), One)
|
||||||
|
if a.Cmp(MaxUint256) != 0 {
|
||||||
|
t.Error("expected 0 - 1 = max256 got", a)
|
||||||
|
}
|
||||||
|
|
||||||
|
a = Int(0).Sub(Int(0), One)
|
||||||
|
if a.Cmp(MinOne) != 0 {
|
||||||
|
t.Error("expected 0 - 1 = -1 got", a)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestConversion(t *testing.T) {
|
||||||
|
a := Int(-1)
|
||||||
|
b := a.Uint256()
|
||||||
|
if b.Cmp(MaxUint256) != 0 {
|
||||||
|
t.Error("expected -1 => unsigned to return max. got", b)
|
||||||
|
}
|
||||||
|
}
|
@ -37,17 +37,18 @@ func (self *FilterManager) Stop() {
|
|||||||
|
|
||||||
func (self *FilterManager) InstallFilter(filter *core.Filter) (id int) {
|
func (self *FilterManager) InstallFilter(filter *core.Filter) (id int) {
|
||||||
self.filterMu.Lock()
|
self.filterMu.Lock()
|
||||||
|
defer self.filterMu.Unlock()
|
||||||
id = self.filterId
|
id = self.filterId
|
||||||
self.filters[id] = filter
|
self.filters[id] = filter
|
||||||
self.filterId++
|
self.filterId++
|
||||||
self.filterMu.Unlock()
|
|
||||||
return id
|
return id
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *FilterManager) UninstallFilter(id int) {
|
func (self *FilterManager) UninstallFilter(id int) {
|
||||||
self.filterMu.Lock()
|
self.filterMu.Lock()
|
||||||
|
defer self.filterMu.Unlock()
|
||||||
delete(self.filters, id)
|
delete(self.filters, id)
|
||||||
self.filterMu.Unlock()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetFilter retrieves a filter installed using InstallFilter.
|
// GetFilter retrieves a filter installed using InstallFilter.
|
||||||
@ -62,7 +63,7 @@ func (self *FilterManager) filterLoop() {
|
|||||||
// Subscribe to events
|
// Subscribe to events
|
||||||
events := self.eventMux.Subscribe(
|
events := self.eventMux.Subscribe(
|
||||||
core.PendingBlockEvent{},
|
core.PendingBlockEvent{},
|
||||||
core.ChainEvent{},
|
//core.ChainEvent{},
|
||||||
state.Logs(nil))
|
state.Logs(nil))
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# The script does automatic checking on a Go package and its sub-packages, including:
|
|
||||||
# 6. test coverage (http://blog.golang.org/cover)
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Run test coverage on each subdirectories and merge the coverage profile.
|
# Add godep workspace to GOPATH. We do it manually instead of using
|
||||||
|
# 'godep go test' or 'godep restore' so godep doesn't need to be installed.
|
||||||
|
GOPATH="$PWD/Godeps/_workspace:$GOPATH"
|
||||||
|
|
||||||
|
# Install packages before testing. Not doing this would cause
|
||||||
|
# 'go test' to recompile all package dependencies before testing each package.
|
||||||
|
go install ./...
|
||||||
|
|
||||||
|
# Run test coverage on each subdirectories and merge the coverage profile.
|
||||||
echo "mode: count" > profile.cov
|
echo "mode: count" > profile.cov
|
||||||
|
|
||||||
# Standard go tooling behavior is to ignore dirs with leading underscors
|
# Standard go tooling behavior is to ignore dirs with leading underscors
|
||||||
@ -13,7 +18,7 @@ for dir in $(find . -maxdepth 10 -not -path './.git*' -not -path '*/_*' -type d)
|
|||||||
do
|
do
|
||||||
if ls $dir/*.go &> /dev/null; then
|
if ls $dir/*.go &> /dev/null; then
|
||||||
# echo $dir
|
# echo $dir
|
||||||
if [[ $dir != "./tests/vm" ]]
|
if [[ $dir != "./tests/vm" && $dir != "." ]]
|
||||||
then
|
then
|
||||||
go test -covermode=count -coverprofile=$dir/profile.tmp $dir
|
go test -covermode=count -coverprofile=$dir/profile.tmp $dir
|
||||||
fi
|
fi
|
||||||
@ -24,6 +29,3 @@ if ls $dir/*.go &> /dev/null; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
go tool cover -func profile.cov
|
|
||||||
|
|
||||||
|
563
logger/types.go
563
logger/types.go
@ -7,7 +7,6 @@ import (
|
|||||||
type utctime8601 struct{}
|
type utctime8601 struct{}
|
||||||
|
|
||||||
func (utctime8601) MarshalJSON() ([]byte, error) {
|
func (utctime8601) MarshalJSON() ([]byte, error) {
|
||||||
// FIX This should be re-formated for proper ISO 8601
|
|
||||||
return []byte(`"` + time.Now().UTC().Format(time.RFC3339Nano)[:26] + `Z"`), nil
|
return []byte(`"` + time.Now().UTC().Format(time.RFC3339Nano)[:26] + `Z"`), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,14 +15,13 @@ type JsonLog interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type LogEvent struct {
|
type LogEvent struct {
|
||||||
Guid string `json:"guid"`
|
// Guid string `json:"guid"`
|
||||||
Ts utctime8601 `json:"ts"`
|
Ts utctime8601 `json:"ts"`
|
||||||
// Level string `json:"level"`
|
// Level string `json:"level"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type LogStarting struct {
|
type LogStarting struct {
|
||||||
ClientString string `json:"version_string"`
|
ClientString string `json:"client_impl"`
|
||||||
Coinbase string `json:"coinbase"`
|
|
||||||
ProtocolVersion int `json:"eth_version"`
|
ProtocolVersion int `json:"eth_version"`
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
@ -32,17 +30,6 @@ func (l *LogStarting) EventName() string {
|
|||||||
return "starting"
|
return "starting"
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PConnecting struct {
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
RemoteEndpoint string `json:"remote_endpoint"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PConnecting) EventName() string {
|
|
||||||
return "p2p.connecting"
|
|
||||||
}
|
|
||||||
|
|
||||||
type P2PConnected struct {
|
type P2PConnected struct {
|
||||||
RemoteId string `json:"remote_id"`
|
RemoteId string `json:"remote_id"`
|
||||||
RemoteAddress string `json:"remote_addr"`
|
RemoteAddress string `json:"remote_addr"`
|
||||||
@ -55,17 +42,6 @@ func (l *P2PConnected) EventName() string {
|
|||||||
return "p2p.connected"
|
return "p2p.connected"
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PHandshaked struct {
|
|
||||||
RemoteCapabilities []string `json:"remote_capabilities"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PHandshaked) EventName() string {
|
|
||||||
return "p2p.handshaked"
|
|
||||||
}
|
|
||||||
|
|
||||||
type P2PDisconnected struct {
|
type P2PDisconnected struct {
|
||||||
NumConnections int `json:"num_connections"`
|
NumConnections int `json:"num_connections"`
|
||||||
RemoteId string `json:"remote_id"`
|
RemoteId string `json:"remote_id"`
|
||||||
@ -76,247 +52,46 @@ func (l *P2PDisconnected) EventName() string {
|
|||||||
return "p2p.disconnected"
|
return "p2p.disconnected"
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PDisconnecting struct {
|
type EthMinerNewBlock struct {
|
||||||
Reason string `json:"reason"`
|
BlockHash string `json:"block_hash"`
|
||||||
RemoteId string `json:"remote_id"`
|
BlockNumber int `json:"block_number"`
|
||||||
NumConnections int `json:"num_connections"`
|
ChainHeadHash string `json:"chain_head_hash"`
|
||||||
|
BlockPrevHash string `json:"block_prev_hash"`
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *P2PDisconnecting) EventName() string {
|
func (l *EthMinerNewBlock) EventName() string {
|
||||||
return "p2p.disconnecting"
|
return "eth.miner.new_block"
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PDisconnectingBadHandshake struct {
|
type EthChainReceivedNewBlock struct {
|
||||||
Reason string `json:"reason"`
|
BlockHash string `json:"block_hash"`
|
||||||
RemoteId string `json:"remote_id"`
|
BlockNumber int `json:"block_number"`
|
||||||
NumConnections int `json:"num_connections"`
|
ChainHeadHash string `json:"chain_head_hash"`
|
||||||
|
BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
RemoteId int `json:"remote_id"`
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *P2PDisconnectingBadHandshake) EventName() string {
|
func (l *EthChainReceivedNewBlock) EventName() string {
|
||||||
return "p2p.disconnecting.bad_handshake"
|
return "eth.chain.received.new_block"
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PDisconnectingBadProtocol struct {
|
type EthChainNewHead struct {
|
||||||
Reason string `json:"reason"`
|
BlockHash string `json:"block_hash"`
|
||||||
RemoteId string `json:"remote_id"`
|
BlockNumber int `json:"block_number"`
|
||||||
NumConnections int `json:"num_connections"`
|
ChainHeadHash string `json:"chain_head_hash"`
|
||||||
|
BlockPrevHash string `json:"block_prev_hash"`
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *P2PDisconnectingBadProtocol) EventName() string {
|
func (l *EthChainNewHead) EventName() string {
|
||||||
return "p2p.disconnecting.bad_protocol"
|
return "eth.chain.new_head"
|
||||||
}
|
|
||||||
|
|
||||||
type P2PDisconnectingReputation struct {
|
|
||||||
Reason string `json:"reason"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PDisconnectingReputation) EventName() string {
|
|
||||||
return "p2p.disconnecting.reputation"
|
|
||||||
}
|
|
||||||
|
|
||||||
type P2PDisconnectingDHT struct {
|
|
||||||
Reason string `json:"reason"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PDisconnectingDHT) EventName() string {
|
|
||||||
return "p2p.disconnecting.dht"
|
|
||||||
}
|
|
||||||
|
|
||||||
type P2PEthDisconnectingBadBlock struct {
|
|
||||||
Reason string `json:"reason"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PEthDisconnectingBadBlock) EventName() string {
|
|
||||||
return "p2p.eth.disconnecting.bad_block"
|
|
||||||
}
|
|
||||||
|
|
||||||
type P2PEthDisconnectingBadTx struct {
|
|
||||||
Reason string `json:"reason"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
NumConnections int `json:"num_connections"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *P2PEthDisconnectingBadTx) EventName() string {
|
|
||||||
return "p2p.eth.disconnecting.bad_tx"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockMined struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockHexRlp string `json:"block_hexrlp"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockMined) EventName() string {
|
|
||||||
return "eth.newblock.mined"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockBroadcasted struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockBroadcasted) EventName() string {
|
|
||||||
return "eth.newblock.broadcasted"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockReceived struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockReceived) EventName() string {
|
|
||||||
return "eth.newblock.received"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockIsKnown struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockIsKnown) EventName() string {
|
|
||||||
return "eth.newblock.is_known"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockIsNew struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockIsNew) EventName() string {
|
|
||||||
return "eth.newblock.is_new"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockMissingParent struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockMissingParent) EventName() string {
|
|
||||||
return "eth.newblock.missing_parent"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockIsInvalid struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockIsInvalid) EventName() string {
|
|
||||||
return "eth.newblock.is_invalid"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockChainIsOlder struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockChainIsOlder) EventName() string {
|
|
||||||
return "eth.newblock.chain.is_older"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockChainIsCanonical struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockChainIsCanonical) EventName() string {
|
|
||||||
return "eth.newblock.chain.is_cannonical"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockChainNotCanonical struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockChainNotCanonical) EventName() string {
|
|
||||||
return "eth.newblock.chain.not_cannonical"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthNewBlockChainSwitched struct {
|
|
||||||
BlockNumber int `json:"block_number"`
|
|
||||||
HeadHash string `json:"head_hash"`
|
|
||||||
OldHeadHash string `json:"old_head_hash"`
|
|
||||||
BlockHash string `json:"block_hash"`
|
|
||||||
BlockDifficulty int `json:"block_difficulty"`
|
|
||||||
BlockPrevHash string `json:"block_prev_hash"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthNewBlockChainSwitched) EventName() string {
|
|
||||||
return "eth.newblock.chain.switched"
|
|
||||||
}
|
|
||||||
|
|
||||||
type EthTxCreated struct {
|
|
||||||
TxHash string `json:"tx_hash"`
|
|
||||||
TxSender string `json:"tx_sender"`
|
|
||||||
TxAddress string `json:"tx_address"`
|
|
||||||
TxHexRLP string `json:"tx_hexrlp"`
|
|
||||||
TxNonce int `json:"tx_nonce"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthTxCreated) EventName() string {
|
|
||||||
return "eth.tx.created"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type EthTxReceived struct {
|
type EthTxReceived struct {
|
||||||
TxHash string `json:"tx_hash"`
|
TxHash string `json:"tx_hash"`
|
||||||
TxAddress string `json:"tx_address"`
|
RemoteId string `json:"remote_id"`
|
||||||
TxHexRLP string `json:"tx_hexrlp"`
|
|
||||||
RemoteId string `json:"remote_id"`
|
|
||||||
TxNonce int `json:"tx_nonce"`
|
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -324,39 +99,261 @@ func (l *EthTxReceived) EventName() string {
|
|||||||
return "eth.tx.received"
|
return "eth.tx.received"
|
||||||
}
|
}
|
||||||
|
|
||||||
type EthTxBroadcasted struct {
|
//
|
||||||
TxHash string `json:"tx_hash"`
|
//
|
||||||
TxSender string `json:"tx_sender"`
|
// The types below are legacy and need to be converted to new format or deleted
|
||||||
TxAddress string `json:"tx_address"`
|
//
|
||||||
TxNonce int `json:"tx_nonce"`
|
//
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthTxBroadcasted) EventName() string {
|
// type P2PConnecting struct {
|
||||||
return "eth.tx.broadcasted"
|
// RemoteId string `json:"remote_id"`
|
||||||
}
|
// RemoteEndpoint string `json:"remote_endpoint"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
type EthTxValidated struct {
|
// func (l *P2PConnecting) EventName() string {
|
||||||
TxHash string `json:"tx_hash"`
|
// return "p2p.connecting"
|
||||||
TxSender string `json:"tx_sender"`
|
// }
|
||||||
TxAddress string `json:"tx_address"`
|
|
||||||
TxNonce int `json:"tx_nonce"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthTxValidated) EventName() string {
|
// type P2PHandshaked struct {
|
||||||
return "eth.tx.validated"
|
// RemoteCapabilities []string `json:"remote_capabilities"`
|
||||||
}
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
type EthTxIsInvalid struct {
|
// func (l *P2PHandshaked) EventName() string {
|
||||||
TxHash string `json:"tx_hash"`
|
// return "p2p.handshaked"
|
||||||
TxSender string `json:"tx_sender"`
|
// }
|
||||||
TxAddress string `json:"tx_address"`
|
|
||||||
Reason string `json:"reason"`
|
|
||||||
TxNonce int `json:"tx_nonce"`
|
|
||||||
LogEvent
|
|
||||||
}
|
|
||||||
|
|
||||||
func (l *EthTxIsInvalid) EventName() string {
|
// type P2PDisconnecting struct {
|
||||||
return "eth.tx.is_invalid"
|
// Reason string `json:"reason"`
|
||||||
}
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PDisconnecting) EventName() string {
|
||||||
|
// return "p2p.disconnecting"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PDisconnectingBadHandshake struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PDisconnectingBadHandshake) EventName() string {
|
||||||
|
// return "p2p.disconnecting.bad_handshake"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PDisconnectingBadProtocol struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PDisconnectingBadProtocol) EventName() string {
|
||||||
|
// return "p2p.disconnecting.bad_protocol"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PDisconnectingReputation struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PDisconnectingReputation) EventName() string {
|
||||||
|
// return "p2p.disconnecting.reputation"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PDisconnectingDHT struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PDisconnectingDHT) EventName() string {
|
||||||
|
// return "p2p.disconnecting.dht"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PEthDisconnectingBadBlock struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PEthDisconnectingBadBlock) EventName() string {
|
||||||
|
// return "p2p.eth.disconnecting.bad_block"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type P2PEthDisconnectingBadTx struct {
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// RemoteId string `json:"remote_id"`
|
||||||
|
// NumConnections int `json:"num_connections"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *P2PEthDisconnectingBadTx) EventName() string {
|
||||||
|
// return "p2p.eth.disconnecting.bad_tx"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockBroadcasted struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockBroadcasted) EventName() string {
|
||||||
|
// return "eth.newblock.broadcasted"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockIsKnown struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockIsKnown) EventName() string {
|
||||||
|
// return "eth.newblock.is_known"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockIsNew struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockIsNew) EventName() string {
|
||||||
|
// return "eth.newblock.is_new"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockMissingParent struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockMissingParent) EventName() string {
|
||||||
|
// return "eth.newblock.missing_parent"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockIsInvalid struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockIsInvalid) EventName() string {
|
||||||
|
// return "eth.newblock.is_invalid"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockChainIsOlder struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockChainIsOlder) EventName() string {
|
||||||
|
// return "eth.newblock.chain.is_older"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockChainIsCanonical struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockChainIsCanonical) EventName() string {
|
||||||
|
// return "eth.newblock.chain.is_cannonical"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthNewBlockChainNotCanonical struct {
|
||||||
|
// BlockNumber int `json:"block_number"`
|
||||||
|
// HeadHash string `json:"head_hash"`
|
||||||
|
// BlockHash string `json:"block_hash"`
|
||||||
|
// BlockDifficulty int `json:"block_difficulty"`
|
||||||
|
// BlockPrevHash string `json:"block_prev_hash"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthNewBlockChainNotCanonical) EventName() string {
|
||||||
|
// return "eth.newblock.chain.not_cannonical"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthTxCreated struct {
|
||||||
|
// TxHash string `json:"tx_hash"`
|
||||||
|
// TxSender string `json:"tx_sender"`
|
||||||
|
// TxAddress string `json:"tx_address"`
|
||||||
|
// TxHexRLP string `json:"tx_hexrlp"`
|
||||||
|
// TxNonce int `json:"tx_nonce"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthTxCreated) EventName() string {
|
||||||
|
// return "eth.tx.created"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthTxBroadcasted struct {
|
||||||
|
// TxHash string `json:"tx_hash"`
|
||||||
|
// TxSender string `json:"tx_sender"`
|
||||||
|
// TxAddress string `json:"tx_address"`
|
||||||
|
// TxNonce int `json:"tx_nonce"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthTxBroadcasted) EventName() string {
|
||||||
|
// return "eth.tx.broadcasted"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthTxValidated struct {
|
||||||
|
// TxHash string `json:"tx_hash"`
|
||||||
|
// TxSender string `json:"tx_sender"`
|
||||||
|
// TxAddress string `json:"tx_address"`
|
||||||
|
// TxNonce int `json:"tx_nonce"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthTxValidated) EventName() string {
|
||||||
|
// return "eth.tx.validated"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// type EthTxIsInvalid struct {
|
||||||
|
// TxHash string `json:"tx_hash"`
|
||||||
|
// TxSender string `json:"tx_sender"`
|
||||||
|
// TxAddress string `json:"tx_address"`
|
||||||
|
// Reason string `json:"reason"`
|
||||||
|
// TxNonce int `json:"tx_nonce"`
|
||||||
|
// LogEvent
|
||||||
|
// }
|
||||||
|
|
||||||
|
// func (l *EthTxIsInvalid) EventName() string {
|
||||||
|
// return "eth.tx.is_invalid"
|
||||||
|
// }
|
||||||
|
@ -20,13 +20,13 @@ type Miner struct {
|
|||||||
mining bool
|
mining bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func New(coinbase []byte, eth core.Backend) *Miner {
|
func New(coinbase []byte, eth core.Backend, minerThreads int) *Miner {
|
||||||
miner := &Miner{
|
miner := &Miner{
|
||||||
Coinbase: coinbase,
|
Coinbase: coinbase,
|
||||||
worker: newWorker(coinbase, eth),
|
worker: newWorker(coinbase, eth),
|
||||||
}
|
}
|
||||||
|
|
||||||
for i := 0; i < 4; i++ {
|
for i := 0; i < minerThreads; i++ {
|
||||||
miner.worker.register(NewCpuMiner(i, ezp.New()))
|
miner.worker.register(NewCpuMiner(i, ezp.New()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,14 +109,18 @@ func (self *worker) register(agent Agent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *worker) update() {
|
func (self *worker) update() {
|
||||||
events := self.mux.Subscribe(core.ChainEvent{}, core.TxPreEvent{})
|
events := self.mux.Subscribe(core.ChainEvent{}, core.NewMinedBlockEvent{})
|
||||||
|
|
||||||
out:
|
out:
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case event := <-events.Chan():
|
case event := <-events.Chan():
|
||||||
switch event.(type) {
|
switch ev := event.(type) {
|
||||||
case core.ChainEvent, core.TxPreEvent:
|
case core.ChainEvent:
|
||||||
|
if self.current.block != ev.Block {
|
||||||
|
self.commitNewWork()
|
||||||
|
}
|
||||||
|
case core.NewMinedBlockEvent:
|
||||||
self.commitNewWork()
|
self.commitNewWork()
|
||||||
}
|
}
|
||||||
case <-self.quit:
|
case <-self.quit:
|
||||||
@ -172,17 +176,19 @@ func (self *worker) commitNewWork() {
|
|||||||
transactions := self.eth.TxPool().GetTransactions()
|
transactions := self.eth.TxPool().GetTransactions()
|
||||||
sort.Sort(types.TxByNonce{transactions})
|
sort.Sort(types.TxByNonce{transactions})
|
||||||
|
|
||||||
|
minerlogger.Infof("committing new work with %d txs\n", len(transactions))
|
||||||
// Keep track of transactions which return errors so they can be removed
|
// Keep track of transactions which return errors so they can be removed
|
||||||
var remove types.Transactions
|
var remove types.Transactions
|
||||||
|
gasLimit:
|
||||||
for _, tx := range transactions {
|
for _, tx := range transactions {
|
||||||
err := self.commitTransaction(tx)
|
err := self.commitTransaction(tx)
|
||||||
switch {
|
switch {
|
||||||
case core.IsNonceErr(err):
|
case core.IsNonceErr(err):
|
||||||
// Remove invalid transactions
|
// Remove invalid transactions
|
||||||
remove = append(remove, tx)
|
remove = append(remove, tx)
|
||||||
case core.IsGasLimitErr(err):
|
case state.IsGasLimitErr(err):
|
||||||
// Break on gas limit
|
// Break on gas limit
|
||||||
break
|
break gasLimit
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -191,7 +197,7 @@ func (self *worker) commitNewWork() {
|
|||||||
}
|
}
|
||||||
self.eth.TxPool().RemoveSet(remove)
|
self.eth.TxPool().RemoveSet(remove)
|
||||||
|
|
||||||
self.current.coinbase.AddAmount(core.BlockReward)
|
self.current.coinbase.AddBalance(core.BlockReward)
|
||||||
|
|
||||||
self.current.state.Update(ethutil.Big0)
|
self.current.state.Update(ethutil.Big0)
|
||||||
self.push()
|
self.push()
|
||||||
@ -219,7 +225,7 @@ func (self *worker) commitUncle(uncle *types.Header) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uncleAccount := self.current.state.GetAccount(uncle.Coinbase)
|
uncleAccount := self.current.state.GetAccount(uncle.Coinbase)
|
||||||
uncleAccount.AddAmount(uncleReward)
|
uncleAccount.AddBalance(uncleReward)
|
||||||
|
|
||||||
self.current.coinbase.AddBalance(uncleReward)
|
self.current.coinbase.AddBalance(uncleReward)
|
||||||
|
|
||||||
@ -227,11 +233,9 @@ func (self *worker) commitUncle(uncle *types.Header) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *worker) commitTransaction(tx *types.Transaction) error {
|
func (self *worker) commitTransaction(tx *types.Transaction) error {
|
||||||
snapshot := self.current.state.Copy()
|
//fmt.Printf("proc %x %v\n", tx.Hash()[:3], tx.Nonce())
|
||||||
receipt, _, err := self.proc.ApplyTransaction(self.current.coinbase, self.current.state, self.current.block, tx, self.current.totalUsedGas, true)
|
receipt, _, err := self.proc.ApplyTransaction(self.current.coinbase, self.current.state, self.current.block, tx, self.current.totalUsedGas, true)
|
||||||
if err != nil && (core.IsNonceErr(err) || core.IsGasLimitErr(err)) {
|
if err != nil && (core.IsNonceErr(err) || state.IsGasLimitErr(err)) {
|
||||||
self.current.state.Set(snapshot)
|
|
||||||
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
package p2p
|
package p2p
|
||||||
|
|
||||||
import (
|
import (
|
||||||
// "binary"
|
|
||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
"net"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/crypto/ecies"
|
"github.com/ethereum/go-ethereum/crypto/ecies"
|
||||||
"github.com/ethereum/go-ethereum/crypto/secp256k1"
|
"github.com/ethereum/go-ethereum/crypto/secp256k1"
|
||||||
ethlogger "github.com/ethereum/go-ethereum/logger"
|
|
||||||
"github.com/ethereum/go-ethereum/p2p/discover"
|
"github.com/ethereum/go-ethereum/p2p/discover"
|
||||||
|
"github.com/ethereum/go-ethereum/rlp"
|
||||||
)
|
)
|
||||||
|
|
||||||
var clogger = ethlogger.NewLogger("CRYPTOID")
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
sskLen = 16 // ecies.MaxSharedKeyLength(pubKey) / 2
|
sskLen = 16 // ecies.MaxSharedKeyLength(pubKey) / 2
|
||||||
sigLen = 65 // elliptic S256
|
sigLen = 65 // elliptic S256
|
||||||
@ -30,26 +29,76 @@ const (
|
|||||||
rHSLen = authRespLen + eciesBytes // size of the final ECIES payload sent as receiver's handshake
|
rHSLen = authRespLen + eciesBytes // size of the final ECIES payload sent as receiver's handshake
|
||||||
)
|
)
|
||||||
|
|
||||||
type hexkey []byte
|
type conn struct {
|
||||||
|
*frameRW
|
||||||
func (self hexkey) String() string {
|
*protoHandshake
|
||||||
return fmt.Sprintf("(%d) %x", len(self), []byte(self))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func encHandshake(conn io.ReadWriter, prv *ecdsa.PrivateKey, dial *discover.Node) (
|
func newConn(fd net.Conn, hs *protoHandshake) *conn {
|
||||||
remoteID discover.NodeID,
|
return &conn{newFrameRW(fd, msgWriteTimeout), hs}
|
||||||
sessionToken []byte,
|
}
|
||||||
err error,
|
|
||||||
) {
|
// encHandshake represents information about the remote end
|
||||||
|
// of a connection that is negotiated during the encryption handshake.
|
||||||
|
type encHandshake struct {
|
||||||
|
ID discover.NodeID
|
||||||
|
IngressMAC []byte
|
||||||
|
EgressMAC []byte
|
||||||
|
Token []byte
|
||||||
|
}
|
||||||
|
|
||||||
|
// protoHandshake is the RLP structure of the protocol handshake.
|
||||||
|
type protoHandshake struct {
|
||||||
|
Version uint64
|
||||||
|
Name string
|
||||||
|
Caps []Cap
|
||||||
|
ListenPort uint64
|
||||||
|
ID discover.NodeID
|
||||||
|
}
|
||||||
|
|
||||||
|
// setupConn starts a protocol session on the given connection.
|
||||||
|
// It runs the encryption handshake and the protocol handshake.
|
||||||
|
// If dial is non-nil, the connection the local node is the initiator.
|
||||||
|
func setupConn(fd net.Conn, prv *ecdsa.PrivateKey, our *protoHandshake, dial *discover.Node) (*conn, error) {
|
||||||
if dial == nil {
|
if dial == nil {
|
||||||
var remotePubkey []byte
|
return setupInboundConn(fd, prv, our)
|
||||||
sessionToken, remotePubkey, err = inboundEncHandshake(conn, prv, nil)
|
|
||||||
copy(remoteID[:], remotePubkey)
|
|
||||||
} else {
|
} else {
|
||||||
remoteID = dial.ID
|
return setupOutboundConn(fd, prv, our, dial)
|
||||||
sessionToken, err = outboundEncHandshake(conn, prv, remoteID[:], nil)
|
|
||||||
}
|
}
|
||||||
return remoteID, sessionToken, err
|
}
|
||||||
|
|
||||||
|
func setupInboundConn(fd net.Conn, prv *ecdsa.PrivateKey, our *protoHandshake) (*conn, error) {
|
||||||
|
// var remotePubkey []byte
|
||||||
|
// sessionToken, remotePubkey, err = inboundEncHandshake(fd, prv, nil)
|
||||||
|
// copy(remoteID[:], remotePubkey)
|
||||||
|
|
||||||
|
rw := newFrameRW(fd, msgWriteTimeout)
|
||||||
|
rhs, err := readProtocolHandshake(rw, our)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if err := writeProtocolHandshake(rw, our); err != nil {
|
||||||
|
return nil, fmt.Errorf("protocol write error: %v", err)
|
||||||
|
}
|
||||||
|
return &conn{rw, rhs}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func setupOutboundConn(fd net.Conn, prv *ecdsa.PrivateKey, our *protoHandshake, dial *discover.Node) (*conn, error) {
|
||||||
|
// remoteID = dial.ID
|
||||||
|
// sessionToken, err = outboundEncHandshake(fd, prv, remoteID[:], nil)
|
||||||
|
|
||||||
|
rw := newFrameRW(fd, msgWriteTimeout)
|
||||||
|
if err := writeProtocolHandshake(rw, our); err != nil {
|
||||||
|
return nil, fmt.Errorf("protocol write error: %v", err)
|
||||||
|
}
|
||||||
|
rhs, err := readProtocolHandshake(rw, our)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("protocol handshake read error: %v", err)
|
||||||
|
}
|
||||||
|
if rhs.ID != dial.ID {
|
||||||
|
return nil, errors.New("dialed node id mismatch")
|
||||||
|
}
|
||||||
|
return &conn{rw, rhs}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// outboundEncHandshake negotiates a session token on conn.
|
// outboundEncHandshake negotiates a session token on conn.
|
||||||
@ -66,18 +115,9 @@ func outboundEncHandshake(conn io.ReadWriter, prvKey *ecdsa.PrivateKey, remotePu
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if sessionToken != nil {
|
|
||||||
clogger.Debugf("session-token: %v", hexkey(sessionToken))
|
|
||||||
}
|
|
||||||
|
|
||||||
clogger.Debugf("initiator-nonce: %v", hexkey(initNonce))
|
|
||||||
clogger.Debugf("initiator-random-private-key: %v", hexkey(crypto.FromECDSA(randomPrivKey)))
|
|
||||||
randomPublicKeyS, _ := exportPublicKey(&randomPrivKey.PublicKey)
|
|
||||||
clogger.Debugf("initiator-random-public-key: %v", hexkey(randomPublicKeyS))
|
|
||||||
if _, err = conn.Write(auth); err != nil {
|
if _, err = conn.Write(auth); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
clogger.Debugf("initiator handshake: %v", hexkey(auth))
|
|
||||||
|
|
||||||
response := make([]byte, rHSLen)
|
response := make([]byte, rHSLen)
|
||||||
if _, err = io.ReadFull(conn, response); err != nil {
|
if _, err = io.ReadFull(conn, response); err != nil {
|
||||||
@ -88,9 +128,6 @@ func outboundEncHandshake(conn io.ReadWriter, prvKey *ecdsa.PrivateKey, remotePu
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
clogger.Debugf("receiver-nonce: %v", hexkey(recNonce))
|
|
||||||
remoteRandomPubKeyS, _ := exportPublicKey(remoteRandomPubKey)
|
|
||||||
clogger.Debugf("receiver-random-public-key: %v", hexkey(remoteRandomPubKeyS))
|
|
||||||
return newSession(initNonce, recNonce, randomPrivKey, remoteRandomPubKey)
|
return newSession(initNonce, recNonce, randomPrivKey, remoteRandomPubKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -221,12 +258,9 @@ func inboundEncHandshake(conn io.ReadWriter, prvKey *ecdsa.PrivateKey, sessionTo
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
clogger.Debugf("receiver-nonce: %v", hexkey(recNonce))
|
|
||||||
clogger.Debugf("receiver-random-priv-key: %v", hexkey(crypto.FromECDSA(randomPrivKey)))
|
|
||||||
if _, err = conn.Write(response); err != nil {
|
if _, err = conn.Write(response); err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
clogger.Debugf("receiver handshake:\n%v", hexkey(response))
|
|
||||||
token, err = newSession(initNonce, recNonce, randomPrivKey, remoteRandomPubKey)
|
token, err = newSession(initNonce, recNonce, randomPrivKey, remoteRandomPubKey)
|
||||||
return token, remotePubKey, err
|
return token, remotePubKey, err
|
||||||
}
|
}
|
||||||
@ -361,3 +395,40 @@ func xor(one, other []byte) (xor []byte) {
|
|||||||
}
|
}
|
||||||
return xor
|
return xor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func writeProtocolHandshake(w MsgWriter, our *protoHandshake) error {
|
||||||
|
return EncodeMsg(w, handshakeMsg, our.Version, our.Name, our.Caps, our.ListenPort, our.ID[:])
|
||||||
|
}
|
||||||
|
|
||||||
|
func readProtocolHandshake(r MsgReader, our *protoHandshake) (*protoHandshake, error) {
|
||||||
|
// read and handle remote handshake
|
||||||
|
msg, err := r.ReadMsg()
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if msg.Code == discMsg {
|
||||||
|
// disconnect before protocol handshake is valid according to the
|
||||||
|
// spec and we send it ourself if Server.addPeer fails.
|
||||||
|
var reason DiscReason
|
||||||
|
rlp.Decode(msg.Payload, &reason)
|
||||||
|
return nil, discRequestedError(reason)
|
||||||
|
}
|
||||||
|
if msg.Code != handshakeMsg {
|
||||||
|
return nil, fmt.Errorf("expected handshake, got %x", msg.Code)
|
||||||
|
}
|
||||||
|
if msg.Size > baseProtocolMaxMsgSize {
|
||||||
|
return nil, fmt.Errorf("message too big (%d > %d)", msg.Size, baseProtocolMaxMsgSize)
|
||||||
|
}
|
||||||
|
var hs protoHandshake
|
||||||
|
if err := msg.Decode(&hs); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
// validate handshake info
|
||||||
|
if hs.Version != our.Version {
|
||||||
|
return nil, newPeerError(errP2PVersionMismatch, "required version %d, received %d\n", baseProtocolVersion, hs.Version)
|
||||||
|
}
|
||||||
|
if (hs.ID == discover.NodeID{}) {
|
||||||
|
return nil, newPeerError(errPubkeyInvalid, "missing")
|
||||||
|
}
|
||||||
|
return &hs, nil
|
||||||
|
}
|
@ -5,10 +5,12 @@ import (
|
|||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"net"
|
"net"
|
||||||
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/crypto/ecies"
|
"github.com/ethereum/go-ethereum/crypto/ecies"
|
||||||
|
"github.com/ethereum/go-ethereum/p2p/discover"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestPublicKeyEncoding(t *testing.T) {
|
func TestPublicKeyEncoding(t *testing.T) {
|
||||||
@ -91,14 +93,14 @@ func testCryptoHandshake(prv0, prv1 *ecdsa.PrivateKey, sessionToken []byte, t *t
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("%v", err)
|
t.Errorf("%v", err)
|
||||||
}
|
}
|
||||||
t.Logf("-> %v", hexkey(auth))
|
// t.Logf("-> %v", hexkey(auth))
|
||||||
|
|
||||||
// receiver reads auth and responds with response
|
// receiver reads auth and responds with response
|
||||||
response, remoteRecNonce, remoteInitNonce, _, remoteRandomPrivKey, remoteInitRandomPubKey, err := authResp(auth, sessionToken, prv1)
|
response, remoteRecNonce, remoteInitNonce, _, remoteRandomPrivKey, remoteInitRandomPubKey, err := authResp(auth, sessionToken, prv1)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("%v", err)
|
t.Errorf("%v", err)
|
||||||
}
|
}
|
||||||
t.Logf("<- %v\n", hexkey(response))
|
// t.Logf("<- %v\n", hexkey(response))
|
||||||
|
|
||||||
// initiator reads receiver's response and the key exchange completes
|
// initiator reads receiver's response and the key exchange completes
|
||||||
recNonce, remoteRandomPubKey, _, err := completeHandshake(response, prv0)
|
recNonce, remoteRandomPubKey, _, err := completeHandshake(response, prv0)
|
||||||
@ -132,7 +134,7 @@ func testCryptoHandshake(prv0, prv1 *ecdsa.PrivateKey, sessionToken []byte, t *t
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestHandshake(t *testing.T) {
|
func TestEncHandshake(t *testing.T) {
|
||||||
defer testlog(t).detach()
|
defer testlog(t).detach()
|
||||||
|
|
||||||
prv0, _ := crypto.GenerateKey()
|
prv0, _ := crypto.GenerateKey()
|
||||||
@ -165,3 +167,58 @@ func TestHandshake(t *testing.T) {
|
|||||||
t.Error("session token mismatch")
|
t.Error("session token mismatch")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestSetupConn(t *testing.T) {
|
||||||
|
prv0, _ := crypto.GenerateKey()
|
||||||
|
prv1, _ := crypto.GenerateKey()
|
||||||
|
node0 := &discover.Node{
|
||||||
|
ID: discover.PubkeyID(&prv0.PublicKey),
|
||||||
|
IP: net.IP{1, 2, 3, 4},
|
||||||
|
TCPPort: 33,
|
||||||
|
}
|
||||||
|
node1 := &discover.Node{
|
||||||
|
ID: discover.PubkeyID(&prv1.PublicKey),
|
||||||
|
IP: net.IP{5, 6, 7, 8},
|
||||||
|
TCPPort: 44,
|
||||||
|
}
|
||||||
|
hs0 := &protoHandshake{
|
||||||
|
Version: baseProtocolVersion,
|
||||||
|
ID: node0.ID,
|
||||||
|
Caps: []Cap{{"a", 0}, {"b", 2}},
|
||||||
|
}
|
||||||
|
hs1 := &protoHandshake{
|
||||||
|
Version: baseProtocolVersion,
|
||||||
|
ID: node1.ID,
|
||||||
|
Caps: []Cap{{"c", 1}, {"d", 3}},
|
||||||
|
}
|
||||||
|
fd0, fd1 := net.Pipe()
|
||||||
|
|
||||||
|
done := make(chan struct{})
|
||||||
|
go func() {
|
||||||
|
defer close(done)
|
||||||
|
conn0, err := setupConn(fd0, prv0, hs0, node1)
|
||||||
|
if err != nil {
|
||||||
|
t.Errorf("outbound side error: %v", err)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if conn0.ID != node1.ID {
|
||||||
|
t.Errorf("outbound conn id mismatch: got %v, want %v", conn0.ID, node1.ID)
|
||||||
|
}
|
||||||
|
if !reflect.DeepEqual(conn0.Caps, hs1.Caps) {
|
||||||
|
t.Errorf("outbound caps mismatch: got %v, want %v", conn0.Caps, hs1.Caps)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
conn1, err := setupConn(fd1, prv1, hs1, nil)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("inbound side error: %v", err)
|
||||||
|
}
|
||||||
|
if conn1.ID != node0.ID {
|
||||||
|
t.Errorf("inbound conn id mismatch: got %v, want %v", conn1.ID, node0.ID)
|
||||||
|
}
|
||||||
|
if !reflect.DeepEqual(conn1.Caps, hs0.Caps) {
|
||||||
|
t.Errorf("inbound caps mismatch: got %v, want %v", conn1.Caps, hs0.Caps)
|
||||||
|
}
|
||||||
|
|
||||||
|
<-done
|
||||||
|
}
|
@ -197,7 +197,7 @@ func (rw *frameRW) ReadMsg() (msg Msg, err error) {
|
|||||||
return msg, err
|
return msg, err
|
||||||
}
|
}
|
||||||
if !bytes.HasPrefix(start, magicToken) {
|
if !bytes.HasPrefix(start, magicToken) {
|
||||||
return msg, fmt.Errorf("bad magic token %x", start[:4], magicToken)
|
return msg, fmt.Errorf("bad magic token %x", start[:4])
|
||||||
}
|
}
|
||||||
size := binary.BigEndian.Uint32(start[4:])
|
size := binary.BigEndian.Uint32(start[4:])
|
||||||
|
|
||||||
|
264
p2p/peer.go
264
p2p/peer.go
@ -21,6 +21,7 @@ const (
|
|||||||
baseProtocolMaxMsgSize = 10 * 1024 * 1024
|
baseProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||||
|
|
||||||
disconnectGracePeriod = 2 * time.Second
|
disconnectGracePeriod = 2 * time.Second
|
||||||
|
pingInterval = 15 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@ -33,37 +34,14 @@ const (
|
|||||||
peersMsg = 0x05
|
peersMsg = 0x05
|
||||||
)
|
)
|
||||||
|
|
||||||
// handshake is the RLP structure of the protocol handshake.
|
|
||||||
type handshake struct {
|
|
||||||
Version uint64
|
|
||||||
Name string
|
|
||||||
Caps []Cap
|
|
||||||
ListenPort uint64
|
|
||||||
NodeID discover.NodeID
|
|
||||||
}
|
|
||||||
|
|
||||||
// Peer represents a connected remote node.
|
// Peer represents a connected remote node.
|
||||||
type Peer struct {
|
type Peer struct {
|
||||||
// Peers have all the log methods.
|
// Peers have all the log methods.
|
||||||
// Use them to display messages related to the peer.
|
// Use them to display messages related to the peer.
|
||||||
*logger.Logger
|
*logger.Logger
|
||||||
|
|
||||||
infoMu sync.Mutex
|
rw *conn
|
||||||
name string
|
running map[string]*protoRW
|
||||||
caps []Cap
|
|
||||||
|
|
||||||
ourID, remoteID *discover.NodeID
|
|
||||||
ourName string
|
|
||||||
|
|
||||||
rw *frameRW
|
|
||||||
|
|
||||||
// These fields maintain the running protocols.
|
|
||||||
protocols []Protocol
|
|
||||||
runlock sync.RWMutex // protects running
|
|
||||||
running map[string]*proto
|
|
||||||
|
|
||||||
// disables protocol handshake, for testing
|
|
||||||
noHandshake bool
|
|
||||||
|
|
||||||
protoWG sync.WaitGroup
|
protoWG sync.WaitGroup
|
||||||
protoErr chan error
|
protoErr chan error
|
||||||
@ -73,36 +51,27 @@ type Peer struct {
|
|||||||
|
|
||||||
// NewPeer returns a peer for testing purposes.
|
// NewPeer returns a peer for testing purposes.
|
||||||
func NewPeer(id discover.NodeID, name string, caps []Cap) *Peer {
|
func NewPeer(id discover.NodeID, name string, caps []Cap) *Peer {
|
||||||
conn, _ := net.Pipe()
|
pipe, _ := net.Pipe()
|
||||||
peer := newPeer(conn, nil, "", nil, &id)
|
conn := newConn(pipe, &protoHandshake{ID: id, Name: name, Caps: caps})
|
||||||
peer.setHandshakeInfo(name, caps)
|
peer := newPeer(conn, nil)
|
||||||
close(peer.closed) // ensures Disconnect doesn't block
|
close(peer.closed) // ensures Disconnect doesn't block
|
||||||
return peer
|
return peer
|
||||||
}
|
}
|
||||||
|
|
||||||
// ID returns the node's public key.
|
// ID returns the node's public key.
|
||||||
func (p *Peer) ID() discover.NodeID {
|
func (p *Peer) ID() discover.NodeID {
|
||||||
return *p.remoteID
|
return p.rw.ID
|
||||||
}
|
}
|
||||||
|
|
||||||
// Name returns the node name that the remote node advertised.
|
// Name returns the node name that the remote node advertised.
|
||||||
func (p *Peer) Name() string {
|
func (p *Peer) Name() string {
|
||||||
// this needs a lock because the information is part of the
|
return p.rw.Name
|
||||||
// protocol handshake.
|
|
||||||
p.infoMu.Lock()
|
|
||||||
name := p.name
|
|
||||||
p.infoMu.Unlock()
|
|
||||||
return name
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Caps returns the capabilities (supported subprotocols) of the remote peer.
|
// Caps returns the capabilities (supported subprotocols) of the remote peer.
|
||||||
func (p *Peer) Caps() []Cap {
|
func (p *Peer) Caps() []Cap {
|
||||||
// this needs a lock because the information is part of the
|
// TODO: maybe return copy
|
||||||
// protocol handshake.
|
return p.rw.Caps
|
||||||
p.infoMu.Lock()
|
|
||||||
caps := p.caps
|
|
||||||
p.infoMu.Unlock()
|
|
||||||
return caps
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// RemoteAddr returns the remote address of the network connection.
|
// RemoteAddr returns the remote address of the network connection.
|
||||||
@ -126,30 +95,20 @@ func (p *Peer) Disconnect(reason DiscReason) {
|
|||||||
|
|
||||||
// String implements fmt.Stringer.
|
// String implements fmt.Stringer.
|
||||||
func (p *Peer) String() string {
|
func (p *Peer) String() string {
|
||||||
return fmt.Sprintf("Peer %.8x %v", p.remoteID[:], p.RemoteAddr())
|
return fmt.Sprintf("Peer %.8x %v", p.rw.ID[:], p.RemoteAddr())
|
||||||
}
|
}
|
||||||
|
|
||||||
func newPeer(conn net.Conn, protocols []Protocol, ourName string, ourID, remoteID *discover.NodeID) *Peer {
|
func newPeer(conn *conn, protocols []Protocol) *Peer {
|
||||||
logtag := fmt.Sprintf("Peer %.8x %v", remoteID[:], conn.RemoteAddr())
|
logtag := fmt.Sprintf("Peer %.8x %v", conn.ID[:], conn.RemoteAddr())
|
||||||
return &Peer{
|
p := &Peer{
|
||||||
Logger: logger.NewLogger(logtag),
|
Logger: logger.NewLogger(logtag),
|
||||||
rw: newFrameRW(conn, msgWriteTimeout),
|
rw: conn,
|
||||||
ourID: ourID,
|
running: matchProtocols(protocols, conn.Caps, conn),
|
||||||
ourName: ourName,
|
disc: make(chan DiscReason),
|
||||||
remoteID: remoteID,
|
protoErr: make(chan error),
|
||||||
protocols: protocols,
|
closed: make(chan struct{}),
|
||||||
running: make(map[string]*proto),
|
|
||||||
disc: make(chan DiscReason),
|
|
||||||
protoErr: make(chan error),
|
|
||||||
closed: make(chan struct{}),
|
|
||||||
}
|
}
|
||||||
}
|
return p
|
||||||
|
|
||||||
func (p *Peer) setHandshakeInfo(name string, caps []Cap) {
|
|
||||||
p.infoMu.Lock()
|
|
||||||
p.name = name
|
|
||||||
p.caps = caps
|
|
||||||
p.infoMu.Unlock()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Peer) run() DiscReason {
|
func (p *Peer) run() DiscReason {
|
||||||
@ -157,29 +116,36 @@ func (p *Peer) run() DiscReason {
|
|||||||
defer p.closeProtocols()
|
defer p.closeProtocols()
|
||||||
defer close(p.closed)
|
defer close(p.closed)
|
||||||
|
|
||||||
|
p.startProtocols()
|
||||||
go func() { readErr <- p.readLoop() }()
|
go func() { readErr <- p.readLoop() }()
|
||||||
|
|
||||||
if !p.noHandshake {
|
ping := time.NewTicker(pingInterval)
|
||||||
if err := writeProtocolHandshake(p.rw, p.ourName, *p.ourID, p.protocols); err != nil {
|
defer ping.Stop()
|
||||||
p.DebugDetailf("Protocol handshake error: %v\n", err)
|
|
||||||
p.rw.Close()
|
|
||||||
return DiscProtocolError
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Wait for an error or disconnect.
|
// Wait for an error or disconnect.
|
||||||
var reason DiscReason
|
var reason DiscReason
|
||||||
select {
|
loop:
|
||||||
case err := <-readErr:
|
for {
|
||||||
// We rely on protocols to abort if there is a write error. It
|
select {
|
||||||
// might be more robust to handle them here as well.
|
case <-ping.C:
|
||||||
p.DebugDetailf("Read error: %v\n", err)
|
go func() {
|
||||||
p.rw.Close()
|
if err := EncodeMsg(p.rw, pingMsg, nil); err != nil {
|
||||||
return DiscNetworkError
|
p.protoErr <- err
|
||||||
|
return
|
||||||
case err := <-p.protoErr:
|
}
|
||||||
reason = discReasonForError(err)
|
}()
|
||||||
case reason = <-p.disc:
|
case err := <-readErr:
|
||||||
|
// We rely on protocols to abort if there is a write error. It
|
||||||
|
// might be more robust to handle them here as well.
|
||||||
|
p.DebugDetailf("Read error: %v\n", err)
|
||||||
|
p.rw.Close()
|
||||||
|
return DiscNetworkError
|
||||||
|
case err := <-p.protoErr:
|
||||||
|
reason = discReasonForError(err)
|
||||||
|
break loop
|
||||||
|
case reason = <-p.disc:
|
||||||
|
break loop
|
||||||
|
}
|
||||||
}
|
}
|
||||||
p.politeDisconnect(reason)
|
p.politeDisconnect(reason)
|
||||||
|
|
||||||
@ -206,11 +172,6 @@ func (p *Peer) politeDisconnect(reason DiscReason) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *Peer) readLoop() error {
|
func (p *Peer) readLoop() error {
|
||||||
if !p.noHandshake {
|
|
||||||
if err := readProtocolHandshake(p, p.rw); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
for {
|
for {
|
||||||
msg, err := p.rw.ReadMsg()
|
msg, err := p.rw.ReadMsg()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -249,105 +210,51 @@ func (p *Peer) handle(msg Msg) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func readProtocolHandshake(p *Peer, rw MsgReadWriter) error {
|
// matchProtocols creates structures for matching named subprotocols.
|
||||||
// read and handle remote handshake
|
func matchProtocols(protocols []Protocol, caps []Cap, rw MsgReadWriter) map[string]*protoRW {
|
||||||
msg, err := rw.ReadMsg()
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
if msg.Code == discMsg {
|
|
||||||
// disconnect before protocol handshake is valid according to the
|
|
||||||
// spec and we send it ourself if Server.addPeer fails.
|
|
||||||
var reason DiscReason
|
|
||||||
rlp.Decode(msg.Payload, &reason)
|
|
||||||
return discRequestedError(reason)
|
|
||||||
}
|
|
||||||
if msg.Code != handshakeMsg {
|
|
||||||
return newPeerError(errProtocolBreach, "expected handshake, got %x", msg.Code)
|
|
||||||
}
|
|
||||||
if msg.Size > baseProtocolMaxMsgSize {
|
|
||||||
return newPeerError(errInvalidMsg, "message too big")
|
|
||||||
}
|
|
||||||
var hs handshake
|
|
||||||
if err := msg.Decode(&hs); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
// validate handshake info
|
|
||||||
if hs.Version != baseProtocolVersion {
|
|
||||||
return newPeerError(errP2PVersionMismatch, "required version %d, received %d\n",
|
|
||||||
baseProtocolVersion, hs.Version)
|
|
||||||
}
|
|
||||||
if hs.NodeID == *p.remoteID {
|
|
||||||
return newPeerError(errPubkeyForbidden, "node ID mismatch")
|
|
||||||
}
|
|
||||||
// TODO: remove Caps with empty name
|
|
||||||
p.setHandshakeInfo(hs.Name, hs.Caps)
|
|
||||||
p.startSubprotocols(hs.Caps)
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func writeProtocolHandshake(w MsgWriter, name string, id discover.NodeID, ps []Protocol) error {
|
|
||||||
var caps []interface{}
|
|
||||||
for _, proto := range ps {
|
|
||||||
caps = append(caps, proto.cap())
|
|
||||||
}
|
|
||||||
return EncodeMsg(w, handshakeMsg, baseProtocolVersion, name, caps, 0, id)
|
|
||||||
}
|
|
||||||
|
|
||||||
// startProtocols starts matching named subprotocols.
|
|
||||||
func (p *Peer) startSubprotocols(caps []Cap) {
|
|
||||||
sort.Sort(capsByName(caps))
|
sort.Sort(capsByName(caps))
|
||||||
p.runlock.Lock()
|
|
||||||
defer p.runlock.Unlock()
|
|
||||||
offset := baseProtocolLength
|
offset := baseProtocolLength
|
||||||
|
result := make(map[string]*protoRW)
|
||||||
outer:
|
outer:
|
||||||
for _, cap := range caps {
|
for _, cap := range caps {
|
||||||
for _, proto := range p.protocols {
|
for _, proto := range protocols {
|
||||||
if proto.Name == cap.Name &&
|
if proto.Name == cap.Name && proto.Version == cap.Version && result[cap.Name] == nil {
|
||||||
proto.Version == cap.Version &&
|
result[cap.Name] = &protoRW{Protocol: proto, offset: offset, in: make(chan Msg), w: rw}
|
||||||
p.running[cap.Name] == nil {
|
|
||||||
p.running[cap.Name] = p.startProto(offset, proto)
|
|
||||||
offset += proto.Length
|
offset += proto.Length
|
||||||
continue outer
|
continue outer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Peer) startProto(offset uint64, impl Protocol) *proto {
|
func (p *Peer) startProtocols() {
|
||||||
p.DebugDetailf("Starting protocol %s/%d\n", impl.Name, impl.Version)
|
for _, proto := range p.running {
|
||||||
rw := &proto{
|
proto := proto
|
||||||
name: impl.Name,
|
p.DebugDetailf("Starting protocol %s/%d\n", proto.Name, proto.Version)
|
||||||
in: make(chan Msg),
|
p.protoWG.Add(1)
|
||||||
offset: offset,
|
go func() {
|
||||||
maxcode: impl.Length,
|
err := proto.Run(p, proto)
|
||||||
w: p.rw,
|
if err == nil {
|
||||||
|
p.DebugDetailf("Protocol %s/%d returned\n", proto.Name, proto.Version)
|
||||||
|
err = errors.New("protocol returned")
|
||||||
|
} else {
|
||||||
|
p.DebugDetailf("Protocol %s/%d error: %v\n", proto.Name, proto.Version, err)
|
||||||
|
}
|
||||||
|
select {
|
||||||
|
case p.protoErr <- err:
|
||||||
|
case <-p.closed:
|
||||||
|
}
|
||||||
|
p.protoWG.Done()
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
p.protoWG.Add(1)
|
|
||||||
go func() {
|
|
||||||
err := impl.Run(p, rw)
|
|
||||||
if err == nil {
|
|
||||||
p.DebugDetailf("Protocol %s/%d returned\n", impl.Name, impl.Version)
|
|
||||||
err = errors.New("protocol returned")
|
|
||||||
} else {
|
|
||||||
p.DebugDetailf("Protocol %s/%d error: %v\n", impl.Name, impl.Version, err)
|
|
||||||
}
|
|
||||||
select {
|
|
||||||
case p.protoErr <- err:
|
|
||||||
case <-p.closed:
|
|
||||||
}
|
|
||||||
p.protoWG.Done()
|
|
||||||
}()
|
|
||||||
return rw
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// getProto finds the protocol responsible for handling
|
// getProto finds the protocol responsible for handling
|
||||||
// the given message code.
|
// the given message code.
|
||||||
func (p *Peer) getProto(code uint64) (*proto, error) {
|
func (p *Peer) getProto(code uint64) (*protoRW, error) {
|
||||||
p.runlock.RLock()
|
|
||||||
defer p.runlock.RUnlock()
|
|
||||||
for _, proto := range p.running {
|
for _, proto := range p.running {
|
||||||
if code >= proto.offset && code < proto.offset+proto.maxcode {
|
if code >= proto.offset && code < proto.offset+proto.Length {
|
||||||
return proto, nil
|
return proto, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -355,46 +262,43 @@ func (p *Peer) getProto(code uint64) (*proto, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *Peer) closeProtocols() {
|
func (p *Peer) closeProtocols() {
|
||||||
p.runlock.RLock()
|
|
||||||
for _, p := range p.running {
|
for _, p := range p.running {
|
||||||
close(p.in)
|
close(p.in)
|
||||||
}
|
}
|
||||||
p.runlock.RUnlock()
|
|
||||||
p.protoWG.Wait()
|
p.protoWG.Wait()
|
||||||
}
|
}
|
||||||
|
|
||||||
// writeProtoMsg sends the given message on behalf of the given named protocol.
|
// writeProtoMsg sends the given message on behalf of the given named protocol.
|
||||||
// this exists because of Server.Broadcast.
|
// this exists because of Server.Broadcast.
|
||||||
func (p *Peer) writeProtoMsg(protoName string, msg Msg) error {
|
func (p *Peer) writeProtoMsg(protoName string, msg Msg) error {
|
||||||
p.runlock.RLock()
|
|
||||||
proto, ok := p.running[protoName]
|
proto, ok := p.running[protoName]
|
||||||
p.runlock.RUnlock()
|
|
||||||
if !ok {
|
if !ok {
|
||||||
return fmt.Errorf("protocol %s not handled by peer", protoName)
|
return fmt.Errorf("protocol %s not handled by peer", protoName)
|
||||||
}
|
}
|
||||||
if msg.Code >= proto.maxcode {
|
if msg.Code >= proto.Length {
|
||||||
return newPeerError(errInvalidMsgCode, "code %x is out of range for protocol %q", msg.Code, protoName)
|
return newPeerError(errInvalidMsgCode, "code %x is out of range for protocol %q", msg.Code, protoName)
|
||||||
}
|
}
|
||||||
msg.Code += proto.offset
|
msg.Code += proto.offset
|
||||||
return p.rw.WriteMsg(msg)
|
return p.rw.WriteMsg(msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
type proto struct {
|
type protoRW struct {
|
||||||
name string
|
Protocol
|
||||||
in chan Msg
|
|
||||||
maxcode, offset uint64
|
in chan Msg
|
||||||
w MsgWriter
|
offset uint64
|
||||||
|
w MsgWriter
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rw *proto) WriteMsg(msg Msg) error {
|
func (rw *protoRW) WriteMsg(msg Msg) error {
|
||||||
if msg.Code >= rw.maxcode {
|
if msg.Code >= rw.Length {
|
||||||
return newPeerError(errInvalidMsgCode, "not handled")
|
return newPeerError(errInvalidMsgCode, "not handled")
|
||||||
}
|
}
|
||||||
msg.Code += rw.offset
|
msg.Code += rw.offset
|
||||||
return rw.w.WriteMsg(msg)
|
return rw.w.WriteMsg(msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rw *proto) ReadMsg() (Msg, error) {
|
func (rw *protoRW) ReadMsg() (Msg, error) {
|
||||||
msg, ok := <-rw.in
|
msg, ok := <-rw.in
|
||||||
if !ok {
|
if !ok {
|
||||||
return msg, io.EOF
|
return msg, io.EOF
|
||||||
|
105
p2p/peer_test.go
105
p2p/peer_test.go
@ -6,11 +6,9 @@ import (
|
|||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net"
|
"net"
|
||||||
"reflect"
|
"reflect"
|
||||||
"sort"
|
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/p2p/discover"
|
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/ethereum/go-ethereum/rlp"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -23,6 +21,7 @@ var discard = Protocol{
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
fmt.Printf("discarding %d\n", msg.Code)
|
||||||
if err = msg.Discard(); err != nil {
|
if err = msg.Discard(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@ -30,13 +29,20 @@ var discard = Protocol{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
func testPeer(noHandshake bool, protos []Protocol) (*frameRW, *Peer, <-chan DiscReason) {
|
func testPeer(protos []Protocol) (*conn, *Peer, <-chan DiscReason) {
|
||||||
conn1, conn2 := net.Pipe()
|
fd1, fd2 := net.Pipe()
|
||||||
peer := newPeer(conn1, protos, "name", &discover.NodeID{}, &discover.NodeID{})
|
hs1 := &protoHandshake{ID: randomID(), Version: baseProtocolVersion}
|
||||||
peer.noHandshake = noHandshake
|
hs2 := &protoHandshake{ID: randomID(), Version: baseProtocolVersion}
|
||||||
|
for _, p := range protos {
|
||||||
|
hs1.Caps = append(hs1.Caps, p.cap())
|
||||||
|
hs2.Caps = append(hs2.Caps, p.cap())
|
||||||
|
}
|
||||||
|
|
||||||
|
peer := newPeer(newConn(fd1, hs1), protos)
|
||||||
errc := make(chan DiscReason, 1)
|
errc := make(chan DiscReason, 1)
|
||||||
go func() { errc <- peer.run() }()
|
go func() { errc <- peer.run() }()
|
||||||
return newFrameRW(conn2, msgWriteTimeout), peer, errc
|
|
||||||
|
return newConn(fd2, hs2), peer, errc
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPeerProtoReadMsg(t *testing.T) {
|
func TestPeerProtoReadMsg(t *testing.T) {
|
||||||
@ -61,9 +67,8 @@ func TestPeerProtoReadMsg(t *testing.T) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
rw, peer, errc := testPeer(true, []Protocol{proto})
|
rw, _, errc := testPeer([]Protocol{proto})
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
peer.startSubprotocols([]Cap{proto.cap()})
|
|
||||||
|
|
||||||
EncodeMsg(rw, baseProtocolLength+2, 1)
|
EncodeMsg(rw, baseProtocolLength+2, 1)
|
||||||
EncodeMsg(rw, baseProtocolLength+3, 2)
|
EncodeMsg(rw, baseProtocolLength+3, 2)
|
||||||
@ -100,9 +105,8 @@ func TestPeerProtoReadLargeMsg(t *testing.T) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
rw, peer, errc := testPeer(true, []Protocol{proto})
|
rw, _, errc := testPeer([]Protocol{proto})
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
peer.startSubprotocols([]Cap{proto.cap()})
|
|
||||||
|
|
||||||
EncodeMsg(rw, 18, make([]byte, msgsize))
|
EncodeMsg(rw, 18, make([]byte, msgsize))
|
||||||
select {
|
select {
|
||||||
@ -130,9 +134,8 @@ func TestPeerProtoEncodeMsg(t *testing.T) {
|
|||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
rw, peer, _ := testPeer(true, []Protocol{proto})
|
rw, _, _ := testPeer([]Protocol{proto})
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
peer.startSubprotocols([]Cap{proto.cap()})
|
|
||||||
|
|
||||||
if err := expectMsg(rw, 17, []string{"foo", "bar"}); err != nil {
|
if err := expectMsg(rw, 17, []string{"foo", "bar"}); err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
@ -142,9 +145,8 @@ func TestPeerProtoEncodeMsg(t *testing.T) {
|
|||||||
func TestPeerWriteForBroadcast(t *testing.T) {
|
func TestPeerWriteForBroadcast(t *testing.T) {
|
||||||
defer testlog(t).detach()
|
defer testlog(t).detach()
|
||||||
|
|
||||||
rw, peer, peerErr := testPeer(true, []Protocol{discard})
|
rw, peer, peerErr := testPeer([]Protocol{discard})
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
peer.startSubprotocols([]Cap{discard.cap()})
|
|
||||||
|
|
||||||
// test write errors
|
// test write errors
|
||||||
if err := peer.writeProtoMsg("b", NewMsg(3)); err == nil {
|
if err := peer.writeProtoMsg("b", NewMsg(3)); err == nil {
|
||||||
@ -160,7 +162,7 @@ func TestPeerWriteForBroadcast(t *testing.T) {
|
|||||||
read := make(chan struct{})
|
read := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
if err := expectMsg(rw, 16, nil); err != nil {
|
if err := expectMsg(rw, 16, nil); err != nil {
|
||||||
t.Error()
|
t.Error(err)
|
||||||
}
|
}
|
||||||
close(read)
|
close(read)
|
||||||
}()
|
}()
|
||||||
@ -179,7 +181,7 @@ func TestPeerWriteForBroadcast(t *testing.T) {
|
|||||||
func TestPeerPing(t *testing.T) {
|
func TestPeerPing(t *testing.T) {
|
||||||
defer testlog(t).detach()
|
defer testlog(t).detach()
|
||||||
|
|
||||||
rw, _, _ := testPeer(true, nil)
|
rw, _, _ := testPeer(nil)
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
if err := EncodeMsg(rw, pingMsg); err != nil {
|
if err := EncodeMsg(rw, pingMsg); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
@ -192,7 +194,7 @@ func TestPeerPing(t *testing.T) {
|
|||||||
func TestPeerDisconnect(t *testing.T) {
|
func TestPeerDisconnect(t *testing.T) {
|
||||||
defer testlog(t).detach()
|
defer testlog(t).detach()
|
||||||
|
|
||||||
rw, _, disc := testPeer(true, nil)
|
rw, _, disc := testPeer(nil)
|
||||||
defer rw.Close()
|
defer rw.Close()
|
||||||
if err := EncodeMsg(rw, discMsg, DiscQuitting); err != nil {
|
if err := EncodeMsg(rw, discMsg, DiscQuitting); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
@ -206,73 +208,6 @@ func TestPeerDisconnect(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPeerHandshake(t *testing.T) {
|
|
||||||
defer testlog(t).detach()
|
|
||||||
|
|
||||||
// remote has two matching protocols: a and c
|
|
||||||
remote := NewPeer(randomID(), "", []Cap{{"a", 1}, {"b", 999}, {"c", 3}})
|
|
||||||
remoteID := randomID()
|
|
||||||
remote.ourID = &remoteID
|
|
||||||
remote.ourName = "remote peer"
|
|
||||||
|
|
||||||
start := make(chan string)
|
|
||||||
stop := make(chan struct{})
|
|
||||||
run := func(p *Peer, rw MsgReadWriter) error {
|
|
||||||
name := rw.(*proto).name
|
|
||||||
if name != "a" && name != "c" {
|
|
||||||
t.Errorf("protocol %q should not be started", name)
|
|
||||||
} else {
|
|
||||||
start <- name
|
|
||||||
}
|
|
||||||
<-stop
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
protocols := []Protocol{
|
|
||||||
{Name: "a", Version: 1, Length: 1, Run: run},
|
|
||||||
{Name: "b", Version: 2, Length: 1, Run: run},
|
|
||||||
{Name: "c", Version: 3, Length: 1, Run: run},
|
|
||||||
{Name: "d", Version: 4, Length: 1, Run: run},
|
|
||||||
}
|
|
||||||
rw, p, disc := testPeer(false, protocols)
|
|
||||||
p.remoteID = remote.ourID
|
|
||||||
defer rw.Close()
|
|
||||||
|
|
||||||
// run the handshake
|
|
||||||
remoteProtocols := []Protocol{protocols[0], protocols[2]}
|
|
||||||
if err := writeProtocolHandshake(rw, "remote peer", remoteID, remoteProtocols); err != nil {
|
|
||||||
t.Fatalf("handshake write error: %v", err)
|
|
||||||
}
|
|
||||||
if err := readProtocolHandshake(remote, rw); err != nil {
|
|
||||||
t.Fatalf("handshake read error: %v", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
// check that all protocols have been started
|
|
||||||
var started []string
|
|
||||||
for i := 0; i < 2; i++ {
|
|
||||||
select {
|
|
||||||
case name := <-start:
|
|
||||||
started = append(started, name)
|
|
||||||
case <-time.After(100 * time.Millisecond):
|
|
||||||
}
|
|
||||||
}
|
|
||||||
sort.Strings(started)
|
|
||||||
if !reflect.DeepEqual(started, []string{"a", "c"}) {
|
|
||||||
t.Errorf("wrong protocols started: %v", started)
|
|
||||||
}
|
|
||||||
|
|
||||||
// check that metadata has been set
|
|
||||||
if p.ID() != remoteID {
|
|
||||||
t.Errorf("peer has wrong node ID: got %v, want %v", p.ID(), remoteID)
|
|
||||||
}
|
|
||||||
if p.Name() != remote.ourName {
|
|
||||||
t.Errorf("peer has wrong node name: got %q, want %q", p.Name(), remote.ourName)
|
|
||||||
}
|
|
||||||
|
|
||||||
close(stop)
|
|
||||||
expectMsg(rw, discMsg, nil)
|
|
||||||
t.Logf("disc reason: %v", <-disc)
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestNewPeer(t *testing.T) {
|
func TestNewPeer(t *testing.T) {
|
||||||
name := "nodename"
|
name := "nodename"
|
||||||
caps := []Cap{{"foo", 2}, {"bar", 3}}
|
caps := []Cap{{"foo", 2}, {"bar", 3}}
|
||||||
|
@ -5,7 +5,6 @@ import (
|
|||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
|
||||||
"net"
|
"net"
|
||||||
"runtime"
|
"runtime"
|
||||||
"sync"
|
"sync"
|
||||||
@ -23,6 +22,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var srvlog = logger.NewLogger("P2P Server")
|
var srvlog = logger.NewLogger("P2P Server")
|
||||||
|
var srvjslog = logger.NewJsonLogger()
|
||||||
|
|
||||||
// MakeName creates a node name that follows the ethereum convention
|
// MakeName creates a node name that follows the ethereum convention
|
||||||
// for such names. It adds the operation system name and Go runtime version
|
// for such names. It adds the operation system name and Go runtime version
|
||||||
@ -83,9 +83,11 @@ type Server struct {
|
|||||||
|
|
||||||
// Hooks for testing. These are useful because we can inhibit
|
// Hooks for testing. These are useful because we can inhibit
|
||||||
// the whole protocol stack.
|
// the whole protocol stack.
|
||||||
handshakeFunc
|
setupFunc
|
||||||
newPeerHook
|
newPeerHook
|
||||||
|
|
||||||
|
ourHandshake *protoHandshake
|
||||||
|
|
||||||
lock sync.RWMutex
|
lock sync.RWMutex
|
||||||
running bool
|
running bool
|
||||||
listener net.Listener
|
listener net.Listener
|
||||||
@ -99,7 +101,7 @@ type Server struct {
|
|||||||
peerConnect chan *discover.Node
|
peerConnect chan *discover.Node
|
||||||
}
|
}
|
||||||
|
|
||||||
type handshakeFunc func(io.ReadWriter, *ecdsa.PrivateKey, *discover.Node) (discover.NodeID, []byte, error)
|
type setupFunc func(net.Conn, *ecdsa.PrivateKey, *protoHandshake, *discover.Node) (*conn, error)
|
||||||
type newPeerHook func(*Peer)
|
type newPeerHook func(*Peer)
|
||||||
|
|
||||||
// Peers returns all connected peers.
|
// Peers returns all connected peers.
|
||||||
@ -159,7 +161,7 @@ func (srv *Server) Start() (err error) {
|
|||||||
}
|
}
|
||||||
srvlog.Infoln("Starting Server")
|
srvlog.Infoln("Starting Server")
|
||||||
|
|
||||||
// initialize all the fields
|
// static fields
|
||||||
if srv.PrivateKey == nil {
|
if srv.PrivateKey == nil {
|
||||||
return fmt.Errorf("Server.PrivateKey must be set to a non-nil key")
|
return fmt.Errorf("Server.PrivateKey must be set to a non-nil key")
|
||||||
}
|
}
|
||||||
@ -169,25 +171,32 @@ func (srv *Server) Start() (err error) {
|
|||||||
srv.quit = make(chan struct{})
|
srv.quit = make(chan struct{})
|
||||||
srv.peers = make(map[discover.NodeID]*Peer)
|
srv.peers = make(map[discover.NodeID]*Peer)
|
||||||
srv.peerConnect = make(chan *discover.Node)
|
srv.peerConnect = make(chan *discover.Node)
|
||||||
|
if srv.setupFunc == nil {
|
||||||
if srv.handshakeFunc == nil {
|
srv.setupFunc = setupConn
|
||||||
srv.handshakeFunc = encHandshake
|
|
||||||
}
|
}
|
||||||
if srv.Blacklist == nil {
|
if srv.Blacklist == nil {
|
||||||
srv.Blacklist = NewBlacklist()
|
srv.Blacklist = NewBlacklist()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// node table
|
||||||
|
ntab, err := discover.ListenUDP(srv.PrivateKey, srv.ListenAddr, srv.NAT)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
srv.ntab = ntab
|
||||||
|
|
||||||
|
// handshake
|
||||||
|
srv.ourHandshake = &protoHandshake{Version: baseProtocolVersion, Name: srv.Name, ID: ntab.Self()}
|
||||||
|
for _, p := range srv.Protocols {
|
||||||
|
srv.ourHandshake.Caps = append(srv.ourHandshake.Caps, p.cap())
|
||||||
|
}
|
||||||
|
|
||||||
|
// listen/dial
|
||||||
if srv.ListenAddr != "" {
|
if srv.ListenAddr != "" {
|
||||||
if err := srv.startListening(); err != nil {
|
if err := srv.startListening(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// dial stuff
|
|
||||||
dt, err := discover.ListenUDP(srv.PrivateKey, srv.ListenAddr, srv.NAT)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
srv.ntab = dt
|
|
||||||
if srv.Dialer == nil {
|
if srv.Dialer == nil {
|
||||||
srv.Dialer = &net.Dialer{Timeout: defaultDialTimeout}
|
srv.Dialer = &net.Dialer{Timeout: defaultDialTimeout}
|
||||||
}
|
}
|
||||||
@ -347,30 +356,41 @@ func (srv *Server) findPeers() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (srv *Server) startPeer(conn net.Conn, dest *discover.Node) {
|
func (srv *Server) startPeer(fd net.Conn, dest *discover.Node) {
|
||||||
// TODO: handle/store session token
|
// TODO: handle/store session token
|
||||||
conn.SetDeadline(time.Now().Add(handshakeTimeout))
|
fd.SetDeadline(time.Now().Add(handshakeTimeout))
|
||||||
remoteID, _, err := srv.handshakeFunc(conn, srv.PrivateKey, dest)
|
conn, err := srv.setupFunc(fd, srv.PrivateKey, srv.ourHandshake, dest)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
conn.Close()
|
fd.Close()
|
||||||
srvlog.Debugf("Encryption Handshake with %v failed: %v", conn.RemoteAddr(), err)
|
srvlog.Debugf("Handshake with %v failed: %v", fd.RemoteAddr(), err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ourID := srv.ntab.Self()
|
p := newPeer(conn, srv.Protocols)
|
||||||
p := newPeer(conn, srv.Protocols, srv.Name, &ourID, &remoteID)
|
if ok, reason := srv.addPeer(conn.ID, p); !ok {
|
||||||
if ok, reason := srv.addPeer(remoteID, p); !ok {
|
|
||||||
srvlog.DebugDetailf("Not adding %v (%v)\n", p, reason)
|
srvlog.DebugDetailf("Not adding %v (%v)\n", p, reason)
|
||||||
p.politeDisconnect(reason)
|
p.politeDisconnect(reason)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
srvlog.Debugf("Added %v\n", p)
|
srvlog.Debugf("Added %v\n", p)
|
||||||
|
srvjslog.LogJson(&logger.P2PConnected{
|
||||||
|
RemoteId: fmt.Sprintf("%x", conn.ID[:]),
|
||||||
|
RemoteAddress: conn.RemoteAddr().String(),
|
||||||
|
RemoteVersionString: conn.Name,
|
||||||
|
NumConnections: srv.PeerCount(),
|
||||||
|
})
|
||||||
|
|
||||||
if srv.newPeerHook != nil {
|
if srv.newPeerHook != nil {
|
||||||
srv.newPeerHook(p)
|
srv.newPeerHook(p)
|
||||||
}
|
}
|
||||||
discreason := p.run()
|
discreason := p.run()
|
||||||
srv.removePeer(p)
|
srv.removePeer(p)
|
||||||
|
|
||||||
srvlog.Debugf("Removed %v (%v)\n", p, discreason)
|
srvlog.Debugf("Removed %v (%v)\n", p, discreason)
|
||||||
|
srvjslog.LogJson(&logger.P2PDisconnected{
|
||||||
|
RemoteId: fmt.Sprintf("%x", conn.ID[:]),
|
||||||
|
NumConnections: srv.PeerCount(),
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (srv *Server) addPeer(id discover.NodeID, p *Peer) (bool, DiscReason) {
|
func (srv *Server) addPeer(id discover.NodeID, p *Peer) (bool, DiscReason) {
|
||||||
@ -394,7 +414,7 @@ func (srv *Server) addPeer(id discover.NodeID, p *Peer) (bool, DiscReason) {
|
|||||||
|
|
||||||
func (srv *Server) removePeer(p *Peer) {
|
func (srv *Server) removePeer(p *Peer) {
|
||||||
srv.lock.Lock()
|
srv.lock.Lock()
|
||||||
delete(srv.peers, *p.remoteID)
|
delete(srv.peers, p.ID())
|
||||||
srv.lock.Unlock()
|
srv.lock.Unlock()
|
||||||
srv.peerWG.Done()
|
srv.peerWG.Done()
|
||||||
}
|
}
|
||||||
|
@ -21,8 +21,12 @@ func startTestServer(t *testing.T, pf newPeerHook) *Server {
|
|||||||
ListenAddr: "127.0.0.1:0",
|
ListenAddr: "127.0.0.1:0",
|
||||||
PrivateKey: newkey(),
|
PrivateKey: newkey(),
|
||||||
newPeerHook: pf,
|
newPeerHook: pf,
|
||||||
handshakeFunc: func(io.ReadWriter, *ecdsa.PrivateKey, *discover.Node) (id discover.NodeID, st []byte, err error) {
|
setupFunc: func(fd net.Conn, prv *ecdsa.PrivateKey, our *protoHandshake, dial *discover.Node) (*conn, error) {
|
||||||
return randomID(), nil, err
|
id := randomID()
|
||||||
|
return &conn{
|
||||||
|
frameRW: newFrameRW(fd, msgWriteTimeout),
|
||||||
|
protoHandshake: &protoHandshake{ID: id, Version: baseProtocolVersion},
|
||||||
|
}, nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
if err := server.Start(); err != nil {
|
if err := server.Start(); err != nil {
|
||||||
@ -116,9 +120,7 @@ func TestServerBroadcast(t *testing.T) {
|
|||||||
|
|
||||||
var connected sync.WaitGroup
|
var connected sync.WaitGroup
|
||||||
srv := startTestServer(t, func(p *Peer) {
|
srv := startTestServer(t, func(p *Peer) {
|
||||||
p.protocols = []Protocol{discard}
|
p.running = matchProtocols([]Protocol{discard}, []Cap{discard.cap()}, p.rw)
|
||||||
p.startSubprotocols([]Cap{discard.cap()})
|
|
||||||
p.noHandshake = true
|
|
||||||
connected.Done()
|
connected.Done()
|
||||||
})
|
})
|
||||||
defer srv.Stop()
|
defer srv.Stop()
|
||||||
|
@ -21,7 +21,7 @@ type EasyPow struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func New() *EasyPow {
|
func New() *EasyPow {
|
||||||
return &EasyPow{turbo: true}
|
return &EasyPow{turbo: false}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (pow *EasyPow) GetHashrate() int64 {
|
func (pow *EasyPow) GetHashrate() int64 {
|
||||||
|
@ -13,52 +13,124 @@ import (
|
|||||||
"math/big"
|
"math/big"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core"
|
"github.com/ethereum/go-ethereum/core"
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/ethdb"
|
"github.com/ethereum/go-ethereum/ethdb"
|
||||||
"github.com/ethereum/go-ethereum/ethutil"
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
|
"github.com/ethereum/go-ethereum/event"
|
||||||
"github.com/ethereum/go-ethereum/event/filter"
|
"github.com/ethereum/go-ethereum/event/filter"
|
||||||
"github.com/ethereum/go-ethereum/state"
|
"github.com/ethereum/go-ethereum/state"
|
||||||
|
"github.com/ethereum/go-ethereum/ui"
|
||||||
"github.com/ethereum/go-ethereum/xeth"
|
"github.com/ethereum/go-ethereum/xeth"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
var (
|
||||||
defaultGasPrice = "10000000000000"
|
defaultGasPrice = big.NewInt(10000000000000)
|
||||||
defaultGas = "10000"
|
defaultGas = big.NewInt(10000)
|
||||||
|
filterTickerTime = 15 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
type EthereumApi struct {
|
type EthereumApi struct {
|
||||||
xeth *xeth.XEth
|
eth *xeth.XEth
|
||||||
|
xethMu sync.RWMutex
|
||||||
|
mux *event.TypeMux
|
||||||
|
|
||||||
|
quit chan struct{}
|
||||||
filterManager *filter.FilterManager
|
filterManager *filter.FilterManager
|
||||||
|
|
||||||
logMut sync.RWMutex
|
logMut sync.RWMutex
|
||||||
logs map[int]state.Logs
|
logs map[int]*logFilter
|
||||||
|
|
||||||
messagesMut sync.RWMutex
|
messagesMut sync.RWMutex
|
||||||
messages map[int][]xeth.WhisperMessage
|
messages map[int]*whisperFilter
|
||||||
// Register keeps a list of accounts and transaction data
|
// Register keeps a list of accounts and transaction data
|
||||||
regmut sync.Mutex
|
regmut sync.Mutex
|
||||||
register map[string][]*NewTxArgs
|
register map[string][]*NewTxArgs
|
||||||
|
|
||||||
db ethutil.Database
|
db ethutil.Database
|
||||||
|
|
||||||
|
defaultBlockAge int64
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewEthereumApi(eth *xeth.XEth) *EthereumApi {
|
func NewEthereumApi(eth *xeth.XEth) *EthereumApi {
|
||||||
db, _ := ethdb.NewLDBDatabase("dapps")
|
db, _ := ethdb.NewLDBDatabase("dapps")
|
||||||
api := &EthereumApi{
|
api := &EthereumApi{
|
||||||
xeth: eth,
|
eth: eth,
|
||||||
filterManager: filter.NewFilterManager(eth.Backend().EventMux()),
|
mux: eth.Backend().EventMux(),
|
||||||
logs: make(map[int]state.Logs),
|
quit: make(chan struct{}),
|
||||||
messages: make(map[int][]xeth.WhisperMessage),
|
filterManager: filter.NewFilterManager(eth.Backend().EventMux()),
|
||||||
db: db,
|
logs: make(map[int]*logFilter),
|
||||||
|
messages: make(map[int]*whisperFilter),
|
||||||
|
db: db,
|
||||||
|
defaultBlockAge: -1,
|
||||||
}
|
}
|
||||||
go api.filterManager.Start()
|
go api.filterManager.Start()
|
||||||
|
go api.start()
|
||||||
|
|
||||||
return api
|
return api
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) setStateByBlockNumber(num int64) {
|
||||||
|
chain := self.xeth().Backend().ChainManager()
|
||||||
|
var block *types.Block
|
||||||
|
|
||||||
|
if self.defaultBlockAge < 0 {
|
||||||
|
num = chain.CurrentBlock().Number().Int64() + num + 1
|
||||||
|
}
|
||||||
|
block = chain.GetBlockByNumber(uint64(num))
|
||||||
|
|
||||||
|
if block != nil {
|
||||||
|
self.useState(state.New(block.Root(), self.xeth().Backend().Db()))
|
||||||
|
} else {
|
||||||
|
self.useState(chain.State())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) start() {
|
||||||
|
timer := time.NewTicker(filterTickerTime)
|
||||||
|
events := self.mux.Subscribe(core.ChainEvent{})
|
||||||
|
|
||||||
|
done:
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case ev := <-events.Chan():
|
||||||
|
switch ev.(type) {
|
||||||
|
case core.ChainEvent:
|
||||||
|
if self.defaultBlockAge < 0 {
|
||||||
|
self.setStateByBlockNumber(self.defaultBlockAge)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case <-timer.C:
|
||||||
|
self.logMut.Lock()
|
||||||
|
self.messagesMut.Lock()
|
||||||
|
for id, filter := range self.logs {
|
||||||
|
if time.Since(filter.timeout) > 20*time.Second {
|
||||||
|
self.filterManager.UninstallFilter(id)
|
||||||
|
delete(self.logs, id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for id, filter := range self.messages {
|
||||||
|
if time.Since(filter.timeout) > 20*time.Second {
|
||||||
|
self.xeth().Whisper().Unwatch(id)
|
||||||
|
delete(self.messages, id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
self.logMut.Unlock()
|
||||||
|
self.messagesMut.Unlock()
|
||||||
|
case <-self.quit:
|
||||||
|
break done
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) stop() {
|
||||||
|
close(self.quit)
|
||||||
|
}
|
||||||
|
|
||||||
func (self *EthereumApi) Register(args string, reply *interface{}) error {
|
func (self *EthereumApi) Register(args string, reply *interface{}) error {
|
||||||
self.regmut.Lock()
|
self.regmut.Lock()
|
||||||
defer self.regmut.Unlock()
|
defer self.regmut.Unlock()
|
||||||
@ -91,29 +163,38 @@ func (self *EthereumApi) WatchTx(args string, reply *interface{}) error {
|
|||||||
|
|
||||||
func (self *EthereumApi) NewFilter(args *FilterOptions, reply *interface{}) error {
|
func (self *EthereumApi) NewFilter(args *FilterOptions, reply *interface{}) error {
|
||||||
var id int
|
var id int
|
||||||
filter := core.NewFilter(self.xeth.Backend())
|
filter := core.NewFilter(self.xeth().Backend())
|
||||||
filter.SetOptions(toFilterOptions(args))
|
filter.SetOptions(toFilterOptions(args))
|
||||||
filter.LogsCallback = func(logs state.Logs) {
|
filter.LogsCallback = func(logs state.Logs) {
|
||||||
self.logMut.Lock()
|
self.logMut.Lock()
|
||||||
defer self.logMut.Unlock()
|
defer self.logMut.Unlock()
|
||||||
|
|
||||||
self.logs[id] = append(self.logs[id], logs...)
|
self.logs[id].add(logs...)
|
||||||
}
|
}
|
||||||
id = self.filterManager.InstallFilter(filter)
|
id = self.filterManager.InstallFilter(filter)
|
||||||
|
self.logs[id] = &logFilter{timeout: time.Now()}
|
||||||
|
|
||||||
*reply = id
|
*reply = id
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) UninstallFilter(id int, reply *interface{}) error {
|
||||||
|
delete(self.logs, id)
|
||||||
|
self.filterManager.UninstallFilter(id)
|
||||||
|
*reply = true
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (self *EthereumApi) NewFilterString(args string, reply *interface{}) error {
|
func (self *EthereumApi) NewFilterString(args string, reply *interface{}) error {
|
||||||
var id int
|
var id int
|
||||||
filter := core.NewFilter(self.xeth.Backend())
|
filter := core.NewFilter(self.xeth().Backend())
|
||||||
|
|
||||||
callback := func(block *types.Block) {
|
callback := func(block *types.Block) {
|
||||||
self.logMut.Lock()
|
self.logMut.Lock()
|
||||||
defer self.logMut.Unlock()
|
defer self.logMut.Unlock()
|
||||||
|
|
||||||
self.logs[id] = append(self.logs[id], &state.StateLog{})
|
self.logs[id].add(&state.StateLog{})
|
||||||
}
|
}
|
||||||
if args == "pending" {
|
if args == "pending" {
|
||||||
filter.PendingCallback = callback
|
filter.PendingCallback = callback
|
||||||
@ -122,6 +203,7 @@ func (self *EthereumApi) NewFilterString(args string, reply *interface{}) error
|
|||||||
}
|
}
|
||||||
|
|
||||||
id = self.filterManager.InstallFilter(filter)
|
id = self.filterManager.InstallFilter(filter)
|
||||||
|
self.logs[id] = &logFilter{timeout: time.Now()}
|
||||||
*reply = id
|
*reply = id
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
@ -131,9 +213,9 @@ func (self *EthereumApi) FilterChanged(id int, reply *interface{}) error {
|
|||||||
self.logMut.Lock()
|
self.logMut.Lock()
|
||||||
defer self.logMut.Unlock()
|
defer self.logMut.Unlock()
|
||||||
|
|
||||||
*reply = toLogs(self.logs[id])
|
if self.logs[id] != nil {
|
||||||
|
*reply = toLogs(self.logs[id].get())
|
||||||
self.logs[id] = nil // empty the logs
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -150,41 +232,64 @@ func (self *EthereumApi) Logs(id int, reply *interface{}) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetBlock(args *GetBlockArgs, reply *interface{}) error {
|
func (self *EthereumApi) AllLogs(args *FilterOptions, reply *interface{}) error {
|
||||||
err := args.requirements()
|
filter := core.NewFilter(self.xeth().Backend())
|
||||||
if err != nil {
|
filter.SetOptions(toFilterOptions(args))
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if args.BlockNumber > 0 {
|
*reply = toLogs(filter.Find())
|
||||||
*reply = p.xeth.BlockByNumber(args.BlockNumber)
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) GetBlock(args *GetBlockArgs, reply *interface{}) error {
|
||||||
|
// This seems a bit precarious Maybe worth splitting to discrete functions
|
||||||
|
if len(args.Hash) > 0 {
|
||||||
|
*reply = p.xeth().BlockByHash(args.Hash)
|
||||||
} else {
|
} else {
|
||||||
*reply = p.xeth.BlockByHash(args.Hash)
|
*reply = p.xeth().BlockByNumber(args.BlockNumber)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) Transact(args *NewTxArgs, reply *interface{}) error {
|
func (p *EthereumApi) Transact(args *NewTxArgs, reply *interface{}) error {
|
||||||
if len(args.Gas) == 0 {
|
if len(args.Gas) == 0 {
|
||||||
args.Gas = defaultGas
|
args.Gas = defaultGas.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(args.GasPrice) == 0 {
|
if len(args.GasPrice) == 0 {
|
||||||
args.GasPrice = defaultGasPrice
|
args.GasPrice = defaultGasPrice.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO if no_private_key then
|
// TODO if no_private_key then
|
||||||
if _, exists := p.register[args.From]; exists {
|
//if _, exists := p.register[args.From]; exists {
|
||||||
p.register[args.From] = append(p.register[args.From], args)
|
// p.register[args.From] = append(p.register[args.From], args)
|
||||||
} else {
|
//} else {
|
||||||
result, _ := p.xeth.Transact( /* TODO specify account */ args.To, args.Value, args.Gas, args.GasPrice, args.Data)
|
/*
|
||||||
*reply = result
|
account := accounts.Get(fromHex(args.From))
|
||||||
}
|
if account != nil {
|
||||||
|
if account.Unlocked() {
|
||||||
|
if !unlockAccount(account) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
result, _ := account.Transact(fromHex(args.To), fromHex(args.Value), fromHex(args.Gas), fromHex(args.GasPrice), fromHex(args.Data))
|
||||||
|
if len(result) > 0 {
|
||||||
|
*reply = toHex(result)
|
||||||
|
}
|
||||||
|
} else if _, exists := p.register[args.From]; exists {
|
||||||
|
p.register[ags.From] = append(p.register[args.From], args)
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
result, _ := p.xeth().Transact( /* TODO specify account */ args.To, args.Value, args.Gas, args.GasPrice, args.Data)
|
||||||
|
*reply = result
|
||||||
|
//}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) Call(args *NewTxArgs, reply *interface{}) error {
|
func (p *EthereumApi) Call(args *NewTxArgs, reply *interface{}) error {
|
||||||
result, err := p.xeth.Call( /* TODO specify account */ args.To, args.Value, args.Gas, args.GasPrice, args.Data)
|
result, err := p.xeth().Call( /* TODO specify account */ args.To, args.Value, args.Gas, args.GasPrice, args.Data)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@ -198,7 +303,7 @@ func (p *EthereumApi) PushTx(args *PushTxArgs, reply *interface{}) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
result, _ := p.xeth.PushTx(args.Tx)
|
result, _ := p.xeth().PushTx(args.Tx)
|
||||||
*reply = result
|
*reply = result
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -209,7 +314,7 @@ func (p *EthereumApi) GetStateAt(args *GetStateArgs, reply *interface{}) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
state := p.xeth.State().SafeGet(args.Address)
|
state := p.xeth().State().SafeGet(args.Address)
|
||||||
|
|
||||||
value := state.StorageString(args.Key)
|
value := state.StorageString(args.Key)
|
||||||
var hx string
|
var hx string
|
||||||
@ -231,37 +336,55 @@ func (p *EthereumApi) GetStorageAt(args *GetStorageArgs, reply *interface{}) err
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
*reply = p.xeth.State().SafeGet(args.Address).Storage()
|
*reply = p.xeth().State().SafeGet(args.Address).Storage()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetPeerCount(reply *interface{}) error {
|
func (p *EthereumApi) GetPeerCount(reply *interface{}) error {
|
||||||
*reply = p.xeth.PeerCount()
|
*reply = p.xeth().PeerCount()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetIsListening(reply *interface{}) error {
|
func (p *EthereumApi) GetIsListening(reply *interface{}) error {
|
||||||
*reply = p.xeth.IsListening()
|
*reply = p.xeth().IsListening()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetCoinbase(reply *interface{}) error {
|
func (p *EthereumApi) GetCoinbase(reply *interface{}) error {
|
||||||
*reply = p.xeth.Coinbase()
|
*reply = p.xeth().Coinbase()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) Accounts(reply *interface{}) error {
|
func (p *EthereumApi) Accounts(reply *interface{}) error {
|
||||||
*reply = p.xeth.Accounts()
|
*reply = p.xeth().Accounts()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetIsMining(reply *interface{}) error {
|
func (p *EthereumApi) GetIsMining(reply *interface{}) error {
|
||||||
*reply = p.xeth.IsMining()
|
*reply = p.xeth().IsMining()
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) SetMining(shouldmine bool, reply *interface{}) error {
|
||||||
|
*reply = p.xeth().SetMining(shouldmine)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) GetDefaultBlockAge(reply *interface{}) error {
|
||||||
|
*reply = p.defaultBlockAge
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) SetDefaultBlockAge(defaultBlockAge int64, reply *interface{}) error {
|
||||||
|
p.defaultBlockAge = defaultBlockAge
|
||||||
|
p.setStateByBlockNumber(p.defaultBlockAge)
|
||||||
|
|
||||||
|
*reply = true
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) BlockNumber(reply *interface{}) error {
|
func (p *EthereumApi) BlockNumber(reply *interface{}) error {
|
||||||
*reply = p.xeth.Backend().ChainManager().CurrentBlock().Number()
|
*reply = p.xeth().Backend().ChainManager().CurrentBlock().Number()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -270,7 +393,7 @@ func (p *EthereumApi) GetTxCountAt(args *GetTxCountArgs, reply *interface{}) err
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
*reply = p.xeth.TxCountAt(args.Address)
|
*reply = p.xeth().TxCountAt(args.Address)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,7 +402,7 @@ func (p *EthereumApi) GetBalanceAt(args *GetBalanceArgs, reply *interface{}) err
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
state := p.xeth.State().SafeGet(args.Address)
|
state := p.xeth().State().SafeGet(args.Address)
|
||||||
*reply = toHex(state.Balance().Bytes())
|
*reply = toHex(state.Balance().Bytes())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -289,7 +412,22 @@ func (p *EthereumApi) GetCodeAt(args *GetCodeAtArgs, reply *interface{}) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
*reply = p.xeth.CodeAt(args.Address)
|
*reply = p.xeth().CodeAt(args.Address)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) GetCompilers(reply *interface{}) error {
|
||||||
|
c := []string{"serpent"}
|
||||||
|
*reply = c
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *EthereumApi) CompileSerpent(script string, reply *interface{}) error {
|
||||||
|
res, err := ethutil.Compile(script, false)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
*reply = res
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -321,7 +459,7 @@ func (p *EthereumApi) DbGet(args *DbArgs, reply *interface{}) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) NewWhisperIdentity(reply *interface{}) error {
|
func (p *EthereumApi) NewWhisperIdentity(reply *interface{}) error {
|
||||||
*reply = p.xeth.Whisper().NewIdentity()
|
*reply = p.xeth().Whisper().NewIdentity()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,9 +468,10 @@ func (p *EthereumApi) NewWhisperFilter(args *xeth.Options, reply *interface{}) e
|
|||||||
args.Fn = func(msg xeth.WhisperMessage) {
|
args.Fn = func(msg xeth.WhisperMessage) {
|
||||||
p.messagesMut.Lock()
|
p.messagesMut.Lock()
|
||||||
defer p.messagesMut.Unlock()
|
defer p.messagesMut.Unlock()
|
||||||
p.messages[id] = append(p.messages[id], msg)
|
p.messages[id].add(msg) // = append(p.messages[id], msg)
|
||||||
}
|
}
|
||||||
id = p.xeth.Whisper().Watch(args)
|
id = p.xeth().Whisper().Watch(args)
|
||||||
|
p.messages[id] = &whisperFilter{timeout: time.Now()}
|
||||||
*reply = id
|
*reply = id
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -341,15 +480,15 @@ func (self *EthereumApi) MessagesChanged(id int, reply *interface{}) error {
|
|||||||
self.messagesMut.Lock()
|
self.messagesMut.Lock()
|
||||||
defer self.messagesMut.Unlock()
|
defer self.messagesMut.Unlock()
|
||||||
|
|
||||||
*reply = self.messages[id]
|
if self.messages[id] != nil {
|
||||||
|
*reply = self.messages[id].get()
|
||||||
self.messages[id] = nil // empty the messages
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) WhisperPost(args *WhisperMessageArgs, reply *interface{}) error {
|
func (p *EthereumApi) WhisperPost(args *WhisperMessageArgs, reply *interface{}) error {
|
||||||
err := p.xeth.Whisper().Post(args.Payload, args.To, args.From, args.Topics, args.Priority, args.Ttl)
|
err := p.xeth().Whisper().Post(args.Payload, args.To, args.From, args.Topic, args.Priority, args.Ttl)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@ -359,17 +498,17 @@ func (p *EthereumApi) WhisperPost(args *WhisperMessageArgs, reply *interface{})
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) HasWhisperIdentity(args string, reply *interface{}) error {
|
func (p *EthereumApi) HasWhisperIdentity(args string, reply *interface{}) error {
|
||||||
*reply = p.xeth.Whisper().HasIdentity(args)
|
*reply = p.xeth().Whisper().HasIdentity(args)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) WhisperMessages(id int, reply *interface{}) error {
|
func (p *EthereumApi) WhisperMessages(id int, reply *interface{}) error {
|
||||||
*reply = p.xeth.Whisper().Messages(id)
|
*reply = p.xeth().Whisper().Messages(id)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
|
func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
|
||||||
// Spec at https://github.com/ethereum/wiki/wiki/Generic-ON-RPC
|
// Spec at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
|
||||||
rpclogger.DebugDetailf("%T %s", req.Params, req.Params)
|
rpclogger.DebugDetailf("%T %s", req.Params, req.Params)
|
||||||
switch req.Method {
|
switch req.Method {
|
||||||
case "eth_coinbase":
|
case "eth_coinbase":
|
||||||
@ -378,6 +517,20 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
|
|||||||
return p.GetIsListening(reply)
|
return p.GetIsListening(reply)
|
||||||
case "eth_mining":
|
case "eth_mining":
|
||||||
return p.GetIsMining(reply)
|
return p.GetIsMining(reply)
|
||||||
|
case "eth_setMining":
|
||||||
|
args, err := req.ToBoolArgs()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return p.SetMining(args, reply)
|
||||||
|
case "eth_defaultBlock":
|
||||||
|
return p.GetDefaultBlockAge(reply)
|
||||||
|
case "eth_setDefaultBlock":
|
||||||
|
args, err := req.ToIntArgs()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return p.SetDefaultBlockAge(int64(args), reply)
|
||||||
case "eth_peerCount":
|
case "eth_peerCount":
|
||||||
return p.GetPeerCount(reply)
|
return p.GetPeerCount(reply)
|
||||||
case "eth_number":
|
case "eth_number":
|
||||||
@ -444,20 +597,32 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return p.NewFilterString(args, reply)
|
return p.NewFilterString(args, reply)
|
||||||
|
case "eth_uninstallFilter":
|
||||||
|
args, err := req.ToUninstallFilterArgs()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return p.UninstallFilter(args, reply)
|
||||||
case "eth_changed":
|
case "eth_changed":
|
||||||
args, err := req.ToFilterChangedArgs()
|
args, err := req.ToIdArgs()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return p.FilterChanged(args, reply)
|
return p.FilterChanged(args, reply)
|
||||||
case "eth_filterLogs":
|
case "eth_filterLogs":
|
||||||
args, err := req.ToFilterChangedArgs()
|
args, err := req.ToIdArgs()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return p.Logs(args, reply)
|
return p.Logs(args, reply)
|
||||||
|
case "eth_logs":
|
||||||
|
args, err := req.ToFilterArgs()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return p.AllLogs(args, reply)
|
||||||
case "eth_gasPrice":
|
case "eth_gasPrice":
|
||||||
*reply = defaultGasPrice
|
*reply = toHex(defaultGasPrice.Bytes())
|
||||||
return nil
|
return nil
|
||||||
case "eth_register":
|
case "eth_register":
|
||||||
args, err := req.ToRegisterArgs()
|
args, err := req.ToRegisterArgs()
|
||||||
@ -477,6 +642,14 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return p.WatchTx(args, reply)
|
return p.WatchTx(args, reply)
|
||||||
|
case "eth_compilers":
|
||||||
|
return p.GetCompilers(reply)
|
||||||
|
case "eth_serpent":
|
||||||
|
args, err := req.ToCompileArgs()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return p.CompileSerpent(args, reply)
|
||||||
case "web3_sha3":
|
case "web3_sha3":
|
||||||
args, err := req.ToSha3Args()
|
args, err := req.ToSha3Args()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -504,7 +677,7 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
|
|||||||
}
|
}
|
||||||
return p.NewWhisperFilter(args, reply)
|
return p.NewWhisperFilter(args, reply)
|
||||||
case "shh_changed":
|
case "shh_changed":
|
||||||
args, err := req.ToWhisperIdArgs()
|
args, err := req.ToIdArgs()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@ -522,15 +695,40 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
|
|||||||
}
|
}
|
||||||
return p.HasWhisperIdentity(args, reply)
|
return p.HasWhisperIdentity(args, reply)
|
||||||
case "shh_getMessages":
|
case "shh_getMessages":
|
||||||
args, err := req.ToWhisperIdArgs()
|
args, err := req.ToIdArgs()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return p.WhisperMessages(args, reply)
|
return p.WhisperMessages(args, reply)
|
||||||
default:
|
default:
|
||||||
return NewErrorResponse(fmt.Sprintf("%v %s", ErrorNotImplemented, req.Method))
|
return NewErrorWithMessage(errNotImplemented, req.Method)
|
||||||
}
|
}
|
||||||
|
|
||||||
rpclogger.DebugDetailf("Reply: %T %s", reply, reply)
|
rpclogger.DebugDetailf("Reply: %T %s", reply, reply)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) xeth() *xeth.XEth {
|
||||||
|
self.xethMu.RLock()
|
||||||
|
defer self.xethMu.RUnlock()
|
||||||
|
|
||||||
|
return self.eth
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *EthereumApi) useState(statedb *state.StateDB) {
|
||||||
|
self.xethMu.Lock()
|
||||||
|
defer self.xethMu.Unlock()
|
||||||
|
|
||||||
|
self.eth = self.eth.UseState(statedb)
|
||||||
|
}
|
||||||
|
|
||||||
|
func t(f ui.Frontend) {
|
||||||
|
// Call the password dialog
|
||||||
|
ret, err := f.Call("PasswordDialog")
|
||||||
|
if err != nil {
|
||||||
|
fmt.Println(err)
|
||||||
|
}
|
||||||
|
// Get the first argument
|
||||||
|
t, _ := ret.Get(0)
|
||||||
|
fmt.Println("return:", t)
|
||||||
|
}
|
38
rpc/api_test.go
Normal file
38
rpc/api_test.go
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
package rpc
|
||||||
|
|
||||||
|
import (
|
||||||
|
"sync"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestFilterClose(t *testing.T) {
|
||||||
|
t.Skip()
|
||||||
|
api := &EthereumApi{
|
||||||
|
logs: make(map[int]*logFilter),
|
||||||
|
messages: make(map[int]*whisperFilter),
|
||||||
|
quit: make(chan struct{}),
|
||||||
|
}
|
||||||
|
|
||||||
|
filterTickerTime = 1
|
||||||
|
api.logs[0] = &logFilter{}
|
||||||
|
api.messages[0] = &whisperFilter{}
|
||||||
|
var wg sync.WaitGroup
|
||||||
|
wg.Add(1)
|
||||||
|
go api.start()
|
||||||
|
go func() {
|
||||||
|
select {
|
||||||
|
case <-time.After(500 * time.Millisecond):
|
||||||
|
api.stop()
|
||||||
|
wg.Done()
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
wg.Wait()
|
||||||
|
if len(api.logs) != 0 {
|
||||||
|
t.Error("expected logs to be empty")
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(api.messages) != 0 {
|
||||||
|
t.Error("expected messages to be empty")
|
||||||
|
}
|
||||||
|
}
|
75
rpc/args.go
75
rpc/args.go
@ -19,14 +19,7 @@ func (obj *GetBlockArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
obj.Hash = argstr
|
obj.Hash = argstr
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
|
||||||
|
|
||||||
func (obj *GetBlockArgs) requirements() error {
|
|
||||||
if obj.BlockNumber == 0 && obj.Hash == "" {
|
|
||||||
return NewErrorResponse("GetBlock requires either a block 'number' or a block 'hash' as argument")
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type NewTxArgs struct {
|
type NewTxArgs struct {
|
||||||
@ -64,7 +57,7 @@ func (obj *NewTxArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
type PushTxArgs struct {
|
type PushTxArgs struct {
|
||||||
@ -77,12 +70,12 @@ func (obj *PushTxArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
obj.Tx = arg0
|
obj.Tx = arg0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *PushTxArgs) requirementsPushTx() error {
|
func (a *PushTxArgs) requirementsPushTx() error {
|
||||||
if a.Tx == "" {
|
if a.Tx == "" {
|
||||||
return NewErrorResponse("PushTx requires a 'tx' as argument")
|
return NewErrorWithMessage(errArguments, "PushTx requires a 'tx' as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -93,14 +86,14 @@ type GetStorageArgs struct {
|
|||||||
|
|
||||||
func (obj *GetStorageArgs) UnmarshalJSON(b []byte) (err error) {
|
func (obj *GetStorageArgs) UnmarshalJSON(b []byte) (err error) {
|
||||||
if err = json.Unmarshal(b, &obj.Address); err != nil {
|
if err = json.Unmarshal(b, &obj.Address); err != nil {
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *GetStorageArgs) requirements() error {
|
func (a *GetStorageArgs) requirements() error {
|
||||||
if len(a.Address) == 0 {
|
if len(a.Address) == 0 {
|
||||||
return NewErrorResponse("GetStorageAt requires an 'address' value as argument")
|
return NewErrorWithMessage(errArguments, "GetStorageAt requires an 'address' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -116,64 +109,39 @@ func (obj *GetStateArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
obj.Address = arg0
|
obj.Address = arg0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *GetStateArgs) requirements() error {
|
func (a *GetStateArgs) requirements() error {
|
||||||
if a.Address == "" {
|
if a.Address == "" {
|
||||||
return NewErrorResponse("GetStorageAt requires an 'address' value as argument")
|
return NewErrorWithMessage(errArguments, "GetStorageAt requires an 'address' value as argument")
|
||||||
}
|
}
|
||||||
if a.Key == "" {
|
if a.Key == "" {
|
||||||
return NewErrorResponse("GetStorageAt requires an 'key' value as argument")
|
return NewErrorWithMessage(errArguments, "GetStorageAt requires an 'key' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetStorageAtRes struct {
|
|
||||||
Key string `json:"key"`
|
|
||||||
Value string `json:"value"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetTxCountArgs struct {
|
type GetTxCountArgs struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// type GetTxCountRes struct {
|
|
||||||
// Nonce int `json:"nonce"`
|
|
||||||
// }
|
|
||||||
|
|
||||||
func (obj *GetTxCountArgs) UnmarshalJSON(b []byte) (err error) {
|
func (obj *GetTxCountArgs) UnmarshalJSON(b []byte) (err error) {
|
||||||
arg0 := ""
|
arg0 := ""
|
||||||
if err = json.Unmarshal(b, &arg0); err == nil {
|
if err = json.Unmarshal(b, &arg0); err == nil {
|
||||||
obj.Address = arg0
|
obj.Address = arg0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse("Could not determine JSON parameters")
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *GetTxCountArgs) requirements() error {
|
func (a *GetTxCountArgs) requirements() error {
|
||||||
if a.Address == "" {
|
if a.Address == "" {
|
||||||
return NewErrorResponse("GetTxCountAt requires an 'address' value as argument")
|
return NewErrorWithMessage(errArguments, "GetTxCountAt requires an 'address' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// type GetPeerCountRes struct {
|
|
||||||
// PeerCount int `json:"peerCount"`
|
|
||||||
// }
|
|
||||||
|
|
||||||
// type GetListeningRes struct {
|
|
||||||
// IsListening bool `json:"isListening"`
|
|
||||||
// }
|
|
||||||
|
|
||||||
// type GetCoinbaseRes struct {
|
|
||||||
// Coinbase string `json:"coinbase"`
|
|
||||||
// }
|
|
||||||
|
|
||||||
// type GetMiningRes struct {
|
|
||||||
// IsMining bool `json:"isMining"`
|
|
||||||
// }
|
|
||||||
|
|
||||||
type GetBalanceArgs struct {
|
type GetBalanceArgs struct {
|
||||||
Address string
|
Address string
|
||||||
}
|
}
|
||||||
@ -184,21 +152,16 @@ func (obj *GetBalanceArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
obj.Address = arg0
|
obj.Address = arg0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse("Could not determine JSON parameters")
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *GetBalanceArgs) requirements() error {
|
func (a *GetBalanceArgs) requirements() error {
|
||||||
if a.Address == "" {
|
if a.Address == "" {
|
||||||
return NewErrorResponse("GetBalanceAt requires an 'address' value as argument")
|
return NewErrorWithMessage(errArguments, "GetBalanceAt requires an 'address' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type BalanceRes struct {
|
|
||||||
Balance string `json:"balance"`
|
|
||||||
Address string `json:"address"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetCodeAtArgs struct {
|
type GetCodeAtArgs struct {
|
||||||
Address string
|
Address string
|
||||||
}
|
}
|
||||||
@ -209,12 +172,12 @@ func (obj *GetCodeAtArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
obj.Address = arg0
|
obj.Address = arg0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *GetCodeAtArgs) requirements() error {
|
func (a *GetCodeAtArgs) requirements() error {
|
||||||
if a.Address == "" {
|
if a.Address == "" {
|
||||||
return NewErrorResponse("GetCodeAt requires an 'address' value as argument")
|
return NewErrorWithMessage(errArguments, "GetCodeAt requires an 'address' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -225,7 +188,7 @@ type Sha3Args struct {
|
|||||||
|
|
||||||
func (obj *Sha3Args) UnmarshalJSON(b []byte) (err error) {
|
func (obj *Sha3Args) UnmarshalJSON(b []byte) (err error) {
|
||||||
if err = json.Unmarshal(b, &obj.Data); err != nil {
|
if err = json.Unmarshal(b, &obj.Data); err != nil {
|
||||||
return NewErrorResponse(ErrorDecodeArgs)
|
return errDecodeArgs
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -277,10 +240,10 @@ type DbArgs struct {
|
|||||||
|
|
||||||
func (a *DbArgs) requirements() error {
|
func (a *DbArgs) requirements() error {
|
||||||
if len(a.Database) == 0 {
|
if len(a.Database) == 0 {
|
||||||
return NewErrorResponse("DbPutArgs requires an 'Database' value as argument")
|
return NewErrorWithMessage(errArguments, "DbPutArgs requires an 'Database' value as argument")
|
||||||
}
|
}
|
||||||
if len(a.Key) == 0 {
|
if len(a.Key) == 0 {
|
||||||
return NewErrorResponse("DbPutArgs requires an 'Key' value as argument")
|
return NewErrorWithMessage(errArguments, "DbPutArgs requires an 'Key' value as argument")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -289,7 +252,7 @@ type WhisperMessageArgs struct {
|
|||||||
Payload string
|
Payload string
|
||||||
To string
|
To string
|
||||||
From string
|
From string
|
||||||
Topics []string
|
Topic []string
|
||||||
Priority uint32
|
Priority uint32
|
||||||
Ttl uint32
|
Ttl uint32
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@ func (s *RpcHttpServer) apiHandler(api *rpc.EthereumApi) http.Handler {
|
|||||||
|
|
||||||
reqParsed, reqerr := JSON.ParseRequestBody(req)
|
reqParsed, reqerr := JSON.ParseRequestBody(req)
|
||||||
if reqerr != nil {
|
if reqerr != nil {
|
||||||
jsonerr := &rpc.RpcErrorObject{-32700, rpc.ErrorParseRequest}
|
jsonerr := &rpc.RpcErrorObject{-32700, "Error: Could not parse request"}
|
||||||
JSON.Send(w, &rpc.RpcErrorResponse{JsonRpc: jsonrpcver, ID: nil, Error: jsonerr})
|
JSON.Send(w, &rpc.RpcErrorResponse{JsonRpc: jsonrpcver, ID: nil, Error: jsonerr})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -25,12 +25,11 @@ import (
|
|||||||
"github.com/ethereum/go-ethereum/xeth"
|
"github.com/ethereum/go-ethereum/xeth"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
var (
|
||||||
ErrorArguments = "Error: Insufficient arguments"
|
errArguments = errors.New("Error: Insufficient arguments")
|
||||||
ErrorNotImplemented = "Error: Method not implemented"
|
errNotImplemented = errors.New("Error: Method not implemented")
|
||||||
ErrorUnknown = "Error: Unknown error"
|
errUnknown = errors.New("Error: Unknown error")
|
||||||
ErrorParseRequest = "Error: Could not parse request"
|
errDecodeArgs = errors.New("Error: Could not decode arguments")
|
||||||
ErrorDecodeArgs = "Error: Could not decode arguments"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type RpcRequest struct {
|
type RpcRequest struct {
|
||||||
@ -58,76 +57,72 @@ type RpcErrorObject struct {
|
|||||||
// Data interface{} `json:"data"`
|
// Data interface{} `json:"data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewErrorResponse(msg string) error {
|
func NewErrorWithMessage(err error, msg string) error {
|
||||||
return errors.New(msg)
|
return fmt.Errorf("%s: %s", err.Error(), msg)
|
||||||
}
|
|
||||||
|
|
||||||
func NewErrorResponseWithError(msg string, err error) error {
|
|
||||||
return fmt.Errorf("%s: %v", msg, err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToSha3Args() (*Sha3Args, error) {
|
func (req *RpcRequest) ToSha3Args() (*Sha3Args, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(Sha3Args)
|
args := new(Sha3Args)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
if err := json.NewDecoder(r).Decode(args); err != nil {
|
if err := json.NewDecoder(r).Decode(args); err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToGetBlockArgs() (*GetBlockArgs, error) {
|
func (req *RpcRequest) ToGetBlockArgs() (*GetBlockArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetBlockArgs)
|
args := new(GetBlockArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToNewTxArgs() (*NewTxArgs, error) {
|
func (req *RpcRequest) ToNewTxArgs() (*NewTxArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(NewTxArgs)
|
args := new(NewTxArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToPushTxArgs() (*PushTxArgs, error) {
|
func (req *RpcRequest) ToPushTxArgs() (*PushTxArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(PushTxArgs)
|
args := new(PushTxArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToGetStateArgs() (*GetStateArgs, error) {
|
func (req *RpcRequest) ToGetStateArgs() (*GetStateArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetStateArgs)
|
args := new(GetStateArgs)
|
||||||
@ -135,189 +130,241 @@ func (req *RpcRequest) ToGetStateArgs() (*GetStateArgs, error) {
|
|||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToStorageAtArgs() (*GetStorageArgs, error) {
|
func (req *RpcRequest) ToStorageAtArgs() (*GetStorageArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetStorageArgs)
|
args := new(GetStorageArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToGetTxCountArgs() (*GetTxCountArgs, error) {
|
func (req *RpcRequest) ToGetTxCountArgs() (*GetTxCountArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetTxCountArgs)
|
args := new(GetTxCountArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToGetBalanceArgs() (*GetBalanceArgs, error) {
|
func (req *RpcRequest) ToGetBalanceArgs() (*GetBalanceArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetBalanceArgs)
|
args := new(GetBalanceArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToGetCodeAtArgs() (*GetCodeAtArgs, error) {
|
func (req *RpcRequest) ToGetCodeAtArgs() (*GetCodeAtArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(GetCodeAtArgs)
|
args := new(GetCodeAtArgs)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
|
return args, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (req *RpcRequest) ToBoolArgs() (bool, error) {
|
||||||
|
if len(req.Params) < 1 {
|
||||||
|
return false, errArguments
|
||||||
|
}
|
||||||
|
|
||||||
|
var args bool
|
||||||
|
err := json.Unmarshal(req.Params[0], &args)
|
||||||
|
if err != nil {
|
||||||
|
return false, errDecodeArgs
|
||||||
|
}
|
||||||
|
|
||||||
|
return args, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (req *RpcRequest) ToIntArgs() (int, error) {
|
||||||
|
if len(req.Params) < 1 {
|
||||||
|
return 0, errArguments
|
||||||
|
}
|
||||||
|
|
||||||
|
var args int
|
||||||
|
if err := json.Unmarshal(req.Params[0], &args); err != nil {
|
||||||
|
return 0, errArguments
|
||||||
|
}
|
||||||
|
|
||||||
|
return args, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (req *RpcRequest) ToCompileArgs() (string, error) {
|
||||||
|
if len(req.Params) < 1 {
|
||||||
|
return "", errArguments
|
||||||
|
}
|
||||||
|
|
||||||
|
var args string
|
||||||
|
err := json.Unmarshal(req.Params[0], &args)
|
||||||
|
if err != nil {
|
||||||
|
return "", errDecodeArgs
|
||||||
|
}
|
||||||
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToFilterArgs() (*FilterOptions, error) {
|
func (req *RpcRequest) ToFilterArgs() (*FilterOptions, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
args := new(FilterOptions)
|
args := new(FilterOptions)
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(args)
|
err := json.NewDecoder(r).Decode(args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponse(ErrorDecodeArgs)
|
return nil, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToFilterStringArgs() (string, error) {
|
func (req *RpcRequest) ToFilterStringArgs() (string, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return "", NewErrorResponse(ErrorArguments)
|
return "", errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args string
|
var args string
|
||||||
err := json.Unmarshal(req.Params[0], &args)
|
err := json.Unmarshal(req.Params[0], &args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", NewErrorResponse(ErrorDecodeArgs)
|
return "", errDecodeArgs
|
||||||
|
}
|
||||||
|
|
||||||
|
return args, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (req *RpcRequest) ToUninstallFilterArgs() (int, error) {
|
||||||
|
if len(req.Params) < 1 {
|
||||||
|
return 0, errArguments
|
||||||
|
}
|
||||||
|
|
||||||
|
var args int
|
||||||
|
err := json.Unmarshal(req.Params[0], &args)
|
||||||
|
if err != nil {
|
||||||
|
return 0, errDecodeArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToFilterChangedArgs() (int, error) {
|
func (req *RpcRequest) ToFilterChangedArgs() (int, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return 0, NewErrorResponse(ErrorArguments)
|
return 0, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var id int
|
var id int
|
||||||
r := bytes.NewReader(req.Params[0])
|
r := bytes.NewReader(req.Params[0])
|
||||||
err := json.NewDecoder(r).Decode(&id)
|
err := json.NewDecoder(r).Decode(&id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return 0, NewErrorResponse(ErrorDecodeArgs)
|
return 0, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", id, id)
|
|
||||||
return id, nil
|
return id, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToDbPutArgs() (*DbArgs, error) {
|
func (req *RpcRequest) ToDbPutArgs() (*DbArgs, error) {
|
||||||
if len(req.Params) < 3 {
|
if len(req.Params) < 3 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args DbArgs
|
var args DbArgs
|
||||||
err := json.Unmarshal(req.Params[0], &args.Database)
|
err := json.Unmarshal(req.Params[0], &args.Database)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
err = json.Unmarshal(req.Params[1], &args.Key)
|
err = json.Unmarshal(req.Params[1], &args.Key)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
err = json.Unmarshal(req.Params[2], &args.Value)
|
err = json.Unmarshal(req.Params[2], &args.Value)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return &args, nil
|
return &args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToDbGetArgs() (*DbArgs, error) {
|
func (req *RpcRequest) ToDbGetArgs() (*DbArgs, error) {
|
||||||
if len(req.Params) < 2 {
|
if len(req.Params) < 2 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args DbArgs
|
var args DbArgs
|
||||||
err := json.Unmarshal(req.Params[0], &args.Database)
|
err := json.Unmarshal(req.Params[0], &args.Database)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
err = json.Unmarshal(req.Params[1], &args.Key)
|
err = json.Unmarshal(req.Params[1], &args.Key)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return &args, nil
|
return &args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToWhisperFilterArgs() (*xeth.Options, error) {
|
func (req *RpcRequest) ToWhisperFilterArgs() (*xeth.Options, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args xeth.Options
|
var args xeth.Options
|
||||||
err := json.Unmarshal(req.Params[0], &args)
|
err := json.Unmarshal(req.Params[0], &args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, NewErrorResponseWithError(ErrorDecodeArgs, err)
|
return nil, NewErrorWithMessage(errDecodeArgs, err.Error())
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return &args, nil
|
return &args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToWhisperIdArgs() (int, error) {
|
func (req *RpcRequest) ToIdArgs() (int, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return 0, NewErrorResponse(ErrorArguments)
|
return 0, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var id int
|
var id int
|
||||||
err := json.Unmarshal(req.Params[0], &id)
|
err := json.Unmarshal(req.Params[0], &id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return 0, NewErrorResponse(ErrorDecodeArgs)
|
return 0, errDecodeArgs
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", id, id)
|
|
||||||
return id, nil
|
return id, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToWhisperPostArgs() (*WhisperMessageArgs, error) {
|
func (req *RpcRequest) ToWhisperPostArgs() (*WhisperMessageArgs, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return nil, NewErrorResponse(ErrorArguments)
|
return nil, errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args WhisperMessageArgs
|
var args WhisperMessageArgs
|
||||||
@ -325,13 +372,13 @@ func (req *RpcRequest) ToWhisperPostArgs() (*WhisperMessageArgs, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return &args, nil
|
return &args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToWhisperHasIdentityArgs() (string, error) {
|
func (req *RpcRequest) ToWhisperHasIdentityArgs() (string, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return "", NewErrorResponse(ErrorArguments)
|
return "", errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args string
|
var args string
|
||||||
@ -339,13 +386,13 @@ func (req *RpcRequest) ToWhisperHasIdentityArgs() (string, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToRegisterArgs() (string, error) {
|
func (req *RpcRequest) ToRegisterArgs() (string, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return "", NewErrorResponse(ErrorArguments)
|
return "", errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args string
|
var args string
|
||||||
@ -353,13 +400,13 @@ func (req *RpcRequest) ToRegisterArgs() (string, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *RpcRequest) ToWatchTxArgs() (string, error) {
|
func (req *RpcRequest) ToWatchTxArgs() (string, error) {
|
||||||
if len(req.Params) < 1 {
|
if len(req.Params) < 1 {
|
||||||
return "", NewErrorResponse(ErrorArguments)
|
return "", errArguments
|
||||||
}
|
}
|
||||||
|
|
||||||
var args string
|
var args string
|
||||||
@ -367,6 +414,6 @@ func (req *RpcRequest) ToWatchTxArgs() (string, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
rpclogger.DebugDetailf("%T %v", args, args)
|
|
||||||
return args, nil
|
return args, nil
|
||||||
}
|
}
|
43
rpc/util.go
43
rpc/util.go
@ -20,10 +20,12 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/ethutil"
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
"github.com/ethereum/go-ethereum/logger"
|
"github.com/ethereum/go-ethereum/logger"
|
||||||
"github.com/ethereum/go-ethereum/state"
|
"github.com/ethereum/go-ethereum/state"
|
||||||
|
"github.com/ethereum/go-ethereum/xeth"
|
||||||
)
|
)
|
||||||
|
|
||||||
var rpclogger = logger.NewLogger("RPC")
|
var rpclogger = logger.NewLogger("RPC")
|
||||||
@ -80,8 +82,9 @@ type RpcServer interface {
|
|||||||
|
|
||||||
type Log struct {
|
type Log struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Topics []string `json:"topics"`
|
Topic []string `json:"topic"`
|
||||||
Data string `json:"data"`
|
Data string `json:"data"`
|
||||||
|
Number uint64 `json:"number"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func toLogs(logs state.Logs) (ls []Log) {
|
func toLogs(logs state.Logs) (ls []Log) {
|
||||||
@ -89,14 +92,48 @@ func toLogs(logs state.Logs) (ls []Log) {
|
|||||||
|
|
||||||
for i, log := range logs {
|
for i, log := range logs {
|
||||||
var l Log
|
var l Log
|
||||||
l.Topics = make([]string, len(log.Topics()))
|
l.Topic = make([]string, len(log.Topics()))
|
||||||
l.Address = toHex(log.Address())
|
l.Address = toHex(log.Address())
|
||||||
l.Data = toHex(log.Data())
|
l.Data = toHex(log.Data())
|
||||||
|
l.Number = log.Number()
|
||||||
for j, topic := range log.Topics() {
|
for j, topic := range log.Topics() {
|
||||||
l.Topics[j] = toHex(topic)
|
l.Topic[j] = toHex(topic)
|
||||||
}
|
}
|
||||||
ls[i] = l
|
ls[i] = l
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type whisperFilter struct {
|
||||||
|
messages []xeth.WhisperMessage
|
||||||
|
timeout time.Time
|
||||||
|
id int
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *whisperFilter) add(msgs ...xeth.WhisperMessage) {
|
||||||
|
w.messages = append(w.messages, msgs...)
|
||||||
|
}
|
||||||
|
func (w *whisperFilter) get() []xeth.WhisperMessage {
|
||||||
|
w.timeout = time.Now()
|
||||||
|
tmp := w.messages
|
||||||
|
w.messages = nil
|
||||||
|
return tmp
|
||||||
|
}
|
||||||
|
|
||||||
|
type logFilter struct {
|
||||||
|
logs state.Logs
|
||||||
|
timeout time.Time
|
||||||
|
id int
|
||||||
|
}
|
||||||
|
|
||||||
|
func (l *logFilter) add(logs ...state.Log) {
|
||||||
|
l.logs = append(l.logs, logs...)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (l *logFilter) get() state.Logs {
|
||||||
|
l.timeout = time.Now()
|
||||||
|
tmp := l.logs
|
||||||
|
l.logs = nil
|
||||||
|
return tmp
|
||||||
|
}
|
||||||
|
@ -99,7 +99,7 @@ func sockHandler(api *rpc.EthereumApi) websocket.Handler {
|
|||||||
|
|
||||||
// reqParsed, reqerr := JSON.ParseRequestBody(conn.Request())
|
// reqParsed, reqerr := JSON.ParseRequestBody(conn.Request())
|
||||||
if err := websocket.JSON.Receive(conn, &reqParsed); err != nil {
|
if err := websocket.JSON.Receive(conn, &reqParsed); err != nil {
|
||||||
jsonerr := &rpc.RpcErrorObject{-32700, rpc.ErrorParseRequest}
|
jsonerr := &rpc.RpcErrorObject{-32700, "Error: Could not parse request"}
|
||||||
JSON.Send(conn, &rpc.RpcErrorResponse{JsonRpc: jsonrpcver, ID: nil, Error: jsonerr})
|
JSON.Send(conn, &rpc.RpcErrorResponse{JsonRpc: jsonrpcver, ID: nil, Error: jsonerr})
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
@ -30,12 +30,12 @@ func (self *StateDB) Dump() []byte {
|
|||||||
for it.Next() {
|
for it.Next() {
|
||||||
stateObject := NewStateObjectFromBytes(it.Key, it.Value, self.db)
|
stateObject := NewStateObjectFromBytes(it.Key, it.Value, self.db)
|
||||||
|
|
||||||
account := Account{Balance: stateObject.balance.String(), Nonce: stateObject.Nonce, Root: ethutil.Bytes2Hex(stateObject.Root()), CodeHash: ethutil.Bytes2Hex(stateObject.codeHash)}
|
account := Account{Balance: stateObject.balance.String(), Nonce: stateObject.nonce, Root: ethutil.Bytes2Hex(stateObject.Root()), CodeHash: ethutil.Bytes2Hex(stateObject.codeHash)}
|
||||||
account.Storage = make(map[string]string)
|
account.Storage = make(map[string]string)
|
||||||
|
|
||||||
storageIt := stateObject.State.trie.Iterator()
|
storageIt := stateObject.State.trie.Iterator()
|
||||||
for storageIt.Next() {
|
for storageIt.Next() {
|
||||||
account.Storage[ethutil.Bytes2Hex(it.Key)] = ethutil.Bytes2Hex(it.Value)
|
account.Storage[ethutil.Bytes2Hex(storageIt.Key)] = ethutil.Bytes2Hex(storageIt.Value)
|
||||||
}
|
}
|
||||||
world.Accounts[ethutil.Bytes2Hex(it.Key)] = account
|
world.Accounts[ethutil.Bytes2Hex(it.Key)] = account
|
||||||
}
|
}
|
||||||
@ -50,7 +50,7 @@ func (self *StateDB) Dump() []byte {
|
|||||||
|
|
||||||
// Debug stuff
|
// Debug stuff
|
||||||
func (self *StateObject) CreateOutputForDiff() {
|
func (self *StateObject) CreateOutputForDiff() {
|
||||||
fmt.Printf("%x %x %x %x\n", self.Address(), self.State.Root(), self.balance.Bytes(), self.Nonce)
|
fmt.Printf("%x %x %x %x\n", self.Address(), self.State.Root(), self.balance.Bytes(), self.nonce)
|
||||||
it := self.State.trie.Iterator()
|
it := self.State.trie.Iterator()
|
||||||
for it.Next() {
|
for it.Next() {
|
||||||
fmt.Printf("%x %x\n", it.Key, it.Value)
|
fmt.Printf("%x %x\n", it.Key, it.Value)
|
||||||
|
11
state/log.go
11
state/log.go
@ -12,16 +12,19 @@ type Log interface {
|
|||||||
Address() []byte
|
Address() []byte
|
||||||
Topics() [][]byte
|
Topics() [][]byte
|
||||||
Data() []byte
|
Data() []byte
|
||||||
|
|
||||||
|
Number() uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type StateLog struct {
|
type StateLog struct {
|
||||||
address []byte
|
address []byte
|
||||||
topics [][]byte
|
topics [][]byte
|
||||||
data []byte
|
data []byte
|
||||||
|
number uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewLog(address []byte, topics [][]byte, data []byte) *StateLog {
|
func NewLog(address []byte, topics [][]byte, data []byte, number uint64) *StateLog {
|
||||||
return &StateLog{address, topics, data}
|
return &StateLog{address, topics, data, number}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateLog) Address() []byte {
|
func (self *StateLog) Address() []byte {
|
||||||
@ -36,6 +39,10 @@ func (self *StateLog) Data() []byte {
|
|||||||
return self.data
|
return self.data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *StateLog) Number() uint64 {
|
||||||
|
return self.number
|
||||||
|
}
|
||||||
|
|
||||||
func NewLogFromValue(decoder *ethutil.Value) *StateLog {
|
func NewLogFromValue(decoder *ethutil.Value) *StateLog {
|
||||||
log := &StateLog{
|
log := &StateLog{
|
||||||
address: decoder.Get(0).Bytes(),
|
address: decoder.Get(0).Bytes(),
|
||||||
|
@ -19,6 +19,14 @@ func (self Code) String() string {
|
|||||||
|
|
||||||
type Storage map[string]*ethutil.Value
|
type Storage map[string]*ethutil.Value
|
||||||
|
|
||||||
|
func (self Storage) String() (str string) {
|
||||||
|
for key, value := range self {
|
||||||
|
str += fmt.Sprintf("%X : %X\n", key, value.Bytes())
|
||||||
|
}
|
||||||
|
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
func (self Storage) Copy() Storage {
|
func (self Storage) Copy() Storage {
|
||||||
cpy := make(Storage)
|
cpy := make(Storage)
|
||||||
for key, value := range self {
|
for key, value := range self {
|
||||||
@ -36,11 +44,11 @@ type StateObject struct {
|
|||||||
// Shared attributes
|
// Shared attributes
|
||||||
balance *big.Int
|
balance *big.Int
|
||||||
codeHash []byte
|
codeHash []byte
|
||||||
Nonce uint64
|
nonce uint64
|
||||||
// Contract related attributes
|
// Contract related attributes
|
||||||
State *StateDB
|
State *StateDB
|
||||||
Code Code
|
code Code
|
||||||
InitCode Code
|
initCode Code
|
||||||
|
|
||||||
storage Storage
|
storage Storage
|
||||||
|
|
||||||
@ -53,6 +61,7 @@ type StateObject struct {
|
|||||||
// When an object is marked for deletion it will be delete from the trie
|
// When an object is marked for deletion it will be delete from the trie
|
||||||
// during the "update" phase of the state transition
|
// during the "update" phase of the state transition
|
||||||
remove bool
|
remove bool
|
||||||
|
dirty bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) Reset() {
|
func (self *StateObject) Reset() {
|
||||||
@ -64,7 +73,7 @@ func NewStateObject(addr []byte, db ethutil.Database) *StateObject {
|
|||||||
// This to ensure that it has 20 bytes (and not 0 bytes), thus left or right pad doesn't matter.
|
// This to ensure that it has 20 bytes (and not 0 bytes), thus left or right pad doesn't matter.
|
||||||
address := ethutil.Address(addr)
|
address := ethutil.Address(addr)
|
||||||
|
|
||||||
object := &StateObject{db: db, address: address, balance: new(big.Int), gasPool: new(big.Int)}
|
object := &StateObject{db: db, address: address, balance: new(big.Int), gasPool: new(big.Int), dirty: true}
|
||||||
object.State = New(nil, db) //New(trie.New(ethutil.Config.Db, ""))
|
object.State = New(nil, db) //New(trie.New(ethutil.Config.Db, ""))
|
||||||
object.storage = make(Storage)
|
object.storage = make(Storage)
|
||||||
object.gasPool = new(big.Int)
|
object.gasPool = new(big.Int)
|
||||||
@ -88,20 +97,21 @@ func NewStateObjectFromBytes(address, data []byte, db ethutil.Database) *StateOb
|
|||||||
|
|
||||||
object := &StateObject{address: address, db: db}
|
object := &StateObject{address: address, db: db}
|
||||||
//object.RlpDecode(data)
|
//object.RlpDecode(data)
|
||||||
object.Nonce = extobject.Nonce
|
object.nonce = extobject.Nonce
|
||||||
object.balance = extobject.Balance
|
object.balance = extobject.Balance
|
||||||
object.codeHash = extobject.CodeHash
|
object.codeHash = extobject.CodeHash
|
||||||
object.State = New(extobject.Root, db)
|
object.State = New(extobject.Root, db)
|
||||||
object.storage = make(map[string]*ethutil.Value)
|
object.storage = make(map[string]*ethutil.Value)
|
||||||
object.gasPool = new(big.Int)
|
object.gasPool = new(big.Int)
|
||||||
object.Code, _ = db.Get(extobject.CodeHash)
|
object.code, _ = db.Get(extobject.CodeHash)
|
||||||
|
|
||||||
return object
|
return object
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) MarkForDeletion() {
|
func (self *StateObject) MarkForDeletion() {
|
||||||
self.remove = true
|
self.remove = true
|
||||||
statelogger.DebugDetailf("%x: #%d %v (deletion)\n", self.Address(), self.Nonce, self.balance)
|
self.dirty = true
|
||||||
|
statelogger.DebugDetailf("%x: #%d %v (deletion)\n", self.Address(), self.nonce, self.balance)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *StateObject) getAddr(addr []byte) *ethutil.Value {
|
func (c *StateObject) getAddr(addr []byte) *ethutil.Value {
|
||||||
@ -119,7 +129,7 @@ func (self *StateObject) SetStorage(key *big.Int, value *ethutil.Value) {
|
|||||||
self.SetState(key.Bytes(), value)
|
self.SetState(key.Bytes(), value)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) Storage() map[string]*ethutil.Value {
|
func (self *StateObject) Storage() Storage {
|
||||||
return self.storage
|
return self.storage
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -141,6 +151,7 @@ func (self *StateObject) GetState(k []byte) *ethutil.Value {
|
|||||||
func (self *StateObject) SetState(k []byte, value *ethutil.Value) {
|
func (self *StateObject) SetState(k []byte, value *ethutil.Value) {
|
||||||
key := ethutil.LeftPadBytes(k, 32)
|
key := ethutil.LeftPadBytes(k, 32)
|
||||||
self.storage[string(key)] = value.Copy()
|
self.storage[string(key)] = value.Copy()
|
||||||
|
self.dirty = true
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) Sync() {
|
func (self *StateObject) Sync() {
|
||||||
@ -152,35 +163,37 @@ func (self *StateObject) Sync() {
|
|||||||
|
|
||||||
self.setAddr([]byte(key), value)
|
self.setAddr([]byte(key), value)
|
||||||
}
|
}
|
||||||
|
self.storage = make(Storage)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *StateObject) GetInstr(pc *big.Int) *ethutil.Value {
|
func (c *StateObject) GetInstr(pc *big.Int) *ethutil.Value {
|
||||||
if int64(len(c.Code)-1) < pc.Int64() {
|
if int64(len(c.code)-1) < pc.Int64() {
|
||||||
return ethutil.NewValue(0)
|
return ethutil.NewValue(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
return ethutil.NewValueFromBytes([]byte{c.Code[pc.Int64()]})
|
return ethutil.NewValueFromBytes([]byte{c.code[pc.Int64()]})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *StateObject) AddBalance(amount *big.Int) {
|
func (c *StateObject) AddBalance(amount *big.Int) {
|
||||||
c.SetBalance(new(big.Int).Add(c.balance, amount))
|
c.SetBalance(new(big.Int).Add(c.balance, amount))
|
||||||
|
|
||||||
statelogger.Debugf("%x: #%d %v (+ %v)\n", c.Address(), c.Nonce, c.balance, amount)
|
statelogger.Debugf("%x: #%d %v (+ %v)\n", c.Address(), c.nonce, c.balance, amount)
|
||||||
}
|
}
|
||||||
func (c *StateObject) AddAmount(amount *big.Int) { c.AddBalance(amount) }
|
|
||||||
|
|
||||||
func (c *StateObject) SubBalance(amount *big.Int) {
|
func (c *StateObject) SubBalance(amount *big.Int) {
|
||||||
c.SetBalance(new(big.Int).Sub(c.balance, amount))
|
c.SetBalance(new(big.Int).Sub(c.balance, amount))
|
||||||
|
|
||||||
statelogger.Debugf("%x: #%d %v (- %v)\n", c.Address(), c.Nonce, c.balance, amount)
|
statelogger.Debugf("%x: #%d %v (- %v)\n", c.Address(), c.nonce, c.balance, amount)
|
||||||
}
|
}
|
||||||
func (c *StateObject) SubAmount(amount *big.Int) { c.SubBalance(amount) }
|
|
||||||
|
|
||||||
func (c *StateObject) SetBalance(amount *big.Int) {
|
func (c *StateObject) SetBalance(amount *big.Int) {
|
||||||
c.balance = amount
|
c.balance = amount
|
||||||
|
c.dirty = true
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) Balance() *big.Int { return self.balance }
|
func (c *StateObject) St() Storage {
|
||||||
|
return c.storage
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Gas setters and getters
|
// Gas setters and getters
|
||||||
@ -194,7 +207,9 @@ func (c *StateObject) ConvertGas(gas, price *big.Int) error {
|
|||||||
return fmt.Errorf("insufficient amount: %v, %v", c.balance, total)
|
return fmt.Errorf("insufficient amount: %v, %v", c.balance, total)
|
||||||
}
|
}
|
||||||
|
|
||||||
c.SubAmount(total)
|
c.SubBalance(total)
|
||||||
|
|
||||||
|
c.dirty = true
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -210,10 +225,14 @@ func (self *StateObject) BuyGas(gas, price *big.Int) error {
|
|||||||
return GasLimitError(self.gasPool, gas)
|
return GasLimitError(self.gasPool, gas)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.gasPool.Sub(self.gasPool, gas)
|
||||||
|
|
||||||
rGas := new(big.Int).Set(gas)
|
rGas := new(big.Int).Set(gas)
|
||||||
rGas.Mul(rGas, price)
|
rGas.Mul(rGas, price)
|
||||||
|
|
||||||
self.AddAmount(rGas)
|
self.AddBalance(rGas)
|
||||||
|
|
||||||
|
self.dirty = true
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -231,15 +250,16 @@ func (self *StateObject) Copy() *StateObject {
|
|||||||
stateObject := NewStateObject(self.Address(), self.db)
|
stateObject := NewStateObject(self.Address(), self.db)
|
||||||
stateObject.balance.Set(self.balance)
|
stateObject.balance.Set(self.balance)
|
||||||
stateObject.codeHash = ethutil.CopyBytes(self.codeHash)
|
stateObject.codeHash = ethutil.CopyBytes(self.codeHash)
|
||||||
stateObject.Nonce = self.Nonce
|
stateObject.nonce = self.nonce
|
||||||
if self.State != nil {
|
if self.State != nil {
|
||||||
stateObject.State = self.State.Copy()
|
stateObject.State = self.State.Copy()
|
||||||
}
|
}
|
||||||
stateObject.Code = ethutil.CopyBytes(self.Code)
|
stateObject.code = ethutil.CopyBytes(self.code)
|
||||||
stateObject.InitCode = ethutil.CopyBytes(self.InitCode)
|
stateObject.initCode = ethutil.CopyBytes(self.initCode)
|
||||||
stateObject.storage = self.storage.Copy()
|
stateObject.storage = self.storage.Copy()
|
||||||
stateObject.gasPool.Set(self.gasPool)
|
stateObject.gasPool.Set(self.gasPool)
|
||||||
stateObject.remove = self.remove
|
stateObject.remove = self.remove
|
||||||
|
stateObject.dirty = self.dirty
|
||||||
|
|
||||||
return stateObject
|
return stateObject
|
||||||
}
|
}
|
||||||
@ -252,8 +272,12 @@ func (self *StateObject) Set(stateObject *StateObject) {
|
|||||||
// Attribute accessors
|
// Attribute accessors
|
||||||
//
|
//
|
||||||
|
|
||||||
|
func (self *StateObject) Balance() *big.Int {
|
||||||
|
return self.balance
|
||||||
|
}
|
||||||
|
|
||||||
func (c *StateObject) N() *big.Int {
|
func (c *StateObject) N() *big.Int {
|
||||||
return big.NewInt(int64(c.Nonce))
|
return big.NewInt(int64(c.nonce))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the address of the contract/account
|
// Returns the address of the contract/account
|
||||||
@ -263,7 +287,7 @@ func (c *StateObject) Address() []byte {
|
|||||||
|
|
||||||
// Returns the initialization Code
|
// Returns the initialization Code
|
||||||
func (c *StateObject) Init() Code {
|
func (c *StateObject) Init() Code {
|
||||||
return c.InitCode
|
return c.initCode
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateObject) Trie() *trie.Trie {
|
func (self *StateObject) Trie() *trie.Trie {
|
||||||
@ -274,8 +298,27 @@ func (self *StateObject) Root() []byte {
|
|||||||
return self.Trie().Root()
|
return self.Trie().Root()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *StateObject) Code() []byte {
|
||||||
|
return self.code
|
||||||
|
}
|
||||||
|
|
||||||
func (self *StateObject) SetCode(code []byte) {
|
func (self *StateObject) SetCode(code []byte) {
|
||||||
self.Code = code
|
self.code = code
|
||||||
|
self.dirty = true
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *StateObject) SetInitCode(code []byte) {
|
||||||
|
self.initCode = code
|
||||||
|
self.dirty = true
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *StateObject) SetNonce(nonce uint64) {
|
||||||
|
self.nonce = nonce
|
||||||
|
self.dirty = true
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *StateObject) Nonce() uint64 {
|
||||||
|
return self.nonce
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -284,16 +327,16 @@ func (self *StateObject) SetCode(code []byte) {
|
|||||||
|
|
||||||
// State object encoding methods
|
// State object encoding methods
|
||||||
func (c *StateObject) RlpEncode() []byte {
|
func (c *StateObject) RlpEncode() []byte {
|
||||||
return ethutil.Encode([]interface{}{c.Nonce, c.balance, c.Root(), c.CodeHash()})
|
return ethutil.Encode([]interface{}{c.nonce, c.balance, c.Root(), c.CodeHash()})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *StateObject) CodeHash() ethutil.Bytes {
|
func (c *StateObject) CodeHash() ethutil.Bytes {
|
||||||
return crypto.Sha3(c.Code)
|
return crypto.Sha3(c.code)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *StateObject) RlpDecode(data []byte) {
|
func (c *StateObject) RlpDecode(data []byte) {
|
||||||
decoder := ethutil.NewValueFromBytes(data)
|
decoder := ethutil.NewValueFromBytes(data)
|
||||||
c.Nonce = decoder.Get(0).Uint()
|
c.nonce = decoder.Get(0).Uint()
|
||||||
c.balance = decoder.Get(1).BigInt()
|
c.balance = decoder.Get(1).BigInt()
|
||||||
c.State = New(decoder.Get(2).Bytes(), c.db) //New(trie.New(ethutil.Config.Db, decoder.Get(2).Interface()))
|
c.State = New(decoder.Get(2).Bytes(), c.db) //New(trie.New(ethutil.Config.Db, decoder.Get(2).Interface()))
|
||||||
c.storage = make(map[string]*ethutil.Value)
|
c.storage = make(map[string]*ethutil.Value)
|
||||||
@ -301,7 +344,7 @@ func (c *StateObject) RlpDecode(data []byte) {
|
|||||||
|
|
||||||
c.codeHash = decoder.Get(3).Bytes()
|
c.codeHash = decoder.Get(3).Bytes()
|
||||||
|
|
||||||
c.Code, _ = c.db.Get(c.codeHash)
|
c.code, _ = c.db.Get(c.codeHash)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Storage change object. Used by the manifest for notifying changes to
|
// Storage change object. Used by the manifest for notifying changes to
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"math/big"
|
||||||
|
|
||||||
checker "gopkg.in/check.v1"
|
checker "gopkg.in/check.v1"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/ethdb"
|
"github.com/ethereum/go-ethereum/ethdb"
|
||||||
@ -16,11 +18,42 @@ var _ = checker.Suite(&StateSuite{})
|
|||||||
// var ZeroHash256 = make([]byte, 32)
|
// var ZeroHash256 = make([]byte, 32)
|
||||||
|
|
||||||
func (s *StateSuite) TestDump(c *checker.C) {
|
func (s *StateSuite) TestDump(c *checker.C) {
|
||||||
key := []byte{0x01}
|
// generate a few entries
|
||||||
value := []byte("foo")
|
obj1 := s.state.GetOrNewStateObject([]byte{0x01})
|
||||||
s.state.trie.Update(key, value)
|
obj1.AddBalance(big.NewInt(22))
|
||||||
dump := s.state.Dump()
|
obj2 := s.state.GetOrNewStateObject([]byte{0x01, 0x02})
|
||||||
c.Assert(dump, checker.NotNil)
|
obj2.SetCode([]byte{3, 3, 3, 3, 3, 3, 3})
|
||||||
|
obj3 := s.state.GetOrNewStateObject([]byte{0x02})
|
||||||
|
obj3.SetBalance(big.NewInt(44))
|
||||||
|
|
||||||
|
// write some of them to the trie
|
||||||
|
s.state.UpdateStateObject(obj1)
|
||||||
|
s.state.UpdateStateObject(obj2)
|
||||||
|
|
||||||
|
// check that dump contains the state objects that are in trie
|
||||||
|
got := string(s.state.Dump())
|
||||||
|
want := `{
|
||||||
|
"root": "4e3a59299745ba6752247c8b91d0f716dac9ec235861c91f5ac1894a361d87ba",
|
||||||
|
"accounts": {
|
||||||
|
"0000000000000000000000000000000000000001": {
|
||||||
|
"balance": "22",
|
||||||
|
"nonce": 0,
|
||||||
|
"root": "56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
|
||||||
|
"codeHash": "c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470",
|
||||||
|
"storage": {}
|
||||||
|
},
|
||||||
|
"0000000000000000000000000000000000000102": {
|
||||||
|
"balance": "0",
|
||||||
|
"nonce": 0,
|
||||||
|
"root": "56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
|
||||||
|
"codeHash": "87874902497a5bb968da31a2998d8f22e949d1ef6214bcdedd8bae24cca4b9e3",
|
||||||
|
"storage": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}`
|
||||||
|
if got != want {
|
||||||
|
c.Errorf("dump mismatch:\ngot: %s\nwant: %s\n", got, want)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StateSuite) SetUpTest(c *checker.C) {
|
func (s *StateSuite) SetUpTest(c *checker.C) {
|
||||||
|
@ -72,36 +72,21 @@ func (self *StateDB) AddBalance(addr []byte, amount *big.Int) {
|
|||||||
func (self *StateDB) GetNonce(addr []byte) uint64 {
|
func (self *StateDB) GetNonce(addr []byte) uint64 {
|
||||||
stateObject := self.GetStateObject(addr)
|
stateObject := self.GetStateObject(addr)
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
return stateObject.Nonce
|
return stateObject.nonce
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateDB) SetNonce(addr []byte, nonce uint64) {
|
|
||||||
stateObject := self.GetStateObject(addr)
|
|
||||||
if stateObject != nil {
|
|
||||||
stateObject.Nonce = nonce
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func (self *StateDB) GetCode(addr []byte) []byte {
|
func (self *StateDB) GetCode(addr []byte) []byte {
|
||||||
stateObject := self.GetStateObject(addr)
|
stateObject := self.GetStateObject(addr)
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
return stateObject.Code
|
return stateObject.code
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateDB) SetCode(addr, code []byte) {
|
|
||||||
stateObject := self.GetStateObject(addr)
|
|
||||||
if stateObject != nil {
|
|
||||||
stateObject.SetCode(code)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO vars
|
|
||||||
func (self *StateDB) GetState(a, b []byte) []byte {
|
func (self *StateDB) GetState(a, b []byte) []byte {
|
||||||
stateObject := self.GetStateObject(a)
|
stateObject := self.GetStateObject(a)
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
@ -111,6 +96,20 @@ func (self *StateDB) GetState(a, b []byte) []byte {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *StateDB) SetNonce(addr []byte, nonce uint64) {
|
||||||
|
stateObject := self.GetStateObject(addr)
|
||||||
|
if stateObject != nil {
|
||||||
|
stateObject.SetNonce(nonce)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (self *StateDB) SetCode(addr, code []byte) {
|
||||||
|
stateObject := self.GetStateObject(addr)
|
||||||
|
if stateObject != nil {
|
||||||
|
stateObject.SetCode(code)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (self *StateDB) SetState(addr, key []byte, value interface{}) {
|
func (self *StateDB) SetState(addr, key []byte, value interface{}) {
|
||||||
stateObject := self.GetStateObject(addr)
|
stateObject := self.GetStateObject(addr)
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
@ -138,7 +137,7 @@ func (self *StateDB) UpdateStateObject(stateObject *StateObject) {
|
|||||||
addr := stateObject.Address()
|
addr := stateObject.Address()
|
||||||
|
|
||||||
if len(stateObject.CodeHash()) > 0 {
|
if len(stateObject.CodeHash()) > 0 {
|
||||||
self.db.Put(stateObject.CodeHash(), stateObject.Code)
|
self.db.Put(stateObject.CodeHash(), stateObject.code)
|
||||||
}
|
}
|
||||||
|
|
||||||
self.trie.Update(addr, stateObject.RlpEncode())
|
self.trie.Update(addr, stateObject.RlpEncode())
|
||||||
@ -282,16 +281,18 @@ func (self *StateDB) Refunds() map[string]*big.Int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateDB) Update(gasUsed *big.Int) {
|
func (self *StateDB) Update(gasUsed *big.Int) {
|
||||||
|
|
||||||
self.refund = make(map[string]*big.Int)
|
self.refund = make(map[string]*big.Int)
|
||||||
|
|
||||||
for _, stateObject := range self.stateObjects {
|
for _, stateObject := range self.stateObjects {
|
||||||
if stateObject.remove {
|
if stateObject.dirty {
|
||||||
self.DeleteStateObject(stateObject)
|
if stateObject.remove {
|
||||||
} else {
|
self.DeleteStateObject(stateObject)
|
||||||
stateObject.Sync()
|
} else {
|
||||||
|
stateObject.Sync()
|
||||||
|
|
||||||
self.UpdateStateObject(stateObject)
|
self.UpdateStateObject(stateObject)
|
||||||
|
}
|
||||||
|
stateObject.dirty = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -46,8 +46,8 @@ func StateObjectFromAccount(db ethutil.Database, addr string, account Account) *
|
|||||||
if ethutil.IsHex(account.Code) {
|
if ethutil.IsHex(account.Code) {
|
||||||
account.Code = account.Code[2:]
|
account.Code = account.Code[2:]
|
||||||
}
|
}
|
||||||
obj.Code = ethutil.Hex2Bytes(account.Code)
|
obj.SetCode(ethutil.Hex2Bytes(account.Code))
|
||||||
obj.Nonce = ethutil.Big(account.Nonce).Uint64()
|
obj.SetNonce(ethutil.Big(account.Nonce).Uint64())
|
||||||
|
|
||||||
return obj
|
return obj
|
||||||
}
|
}
|
||||||
|
3
tests/vm/nowarn.go
Normal file
3
tests/vm/nowarn.go
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
// This silences the warning given by 'go install ./...'.
|
||||||
|
|
||||||
|
package vm
|
18
ui/frontend.go
Normal file
18
ui/frontend.go
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
package ui
|
||||||
|
|
||||||
|
// ReturnInterface is returned by the Intercom interface when a method is called
|
||||||
|
type ReturnInterface interface {
|
||||||
|
Get(i int) (interface{}, error)
|
||||||
|
Size() int
|
||||||
|
}
|
||||||
|
|
||||||
|
// Frontend is the basic interface for calling arbitrary methods on something that
|
||||||
|
// implements a front end (GUI, CLI, etc)
|
||||||
|
type Frontend interface {
|
||||||
|
// Checks whether a specific method is implemented
|
||||||
|
Supports(method string) bool
|
||||||
|
// Call calls the given method on interface it implements. This will return
|
||||||
|
// an error with errNotImplemented if the method hasn't been implemented
|
||||||
|
// and will return a ReturnInterface if it does.
|
||||||
|
Call(method string) (ReturnInterface, error)
|
||||||
|
}
|
@ -1,4 +1,5 @@
|
|||||||
// +build none
|
// +build none
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This command generates GPL license headers on top of all source files.
|
This command generates GPL license headers on top of all source files.
|
||||||
You can run it once per month, before cutting a release or just
|
You can run it once per month, before cutting a release or just
|
||||||
|
@ -54,6 +54,7 @@ type Log struct {
|
|||||||
address []byte
|
address []byte
|
||||||
topics [][]byte
|
topics [][]byte
|
||||||
data []byte
|
data []byte
|
||||||
|
log uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *Log) Address() []byte {
|
func (self *Log) Address() []byte {
|
||||||
@ -68,6 +69,10 @@ func (self *Log) Data() []byte {
|
|||||||
return self.data
|
return self.data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *Log) Number() uint64 {
|
||||||
|
return self.log
|
||||||
|
}
|
||||||
|
|
||||||
func (self *Log) RlpData() interface{} {
|
func (self *Log) RlpData() interface{} {
|
||||||
return []interface{}{self.address, ethutil.ByteSliceToInterface(self.topics), self.data}
|
return []interface{}{self.address, ethutil.ByteSliceToInterface(self.topics), self.data}
|
||||||
}
|
}
|
||||||
|
18
vm/vm.go
18
vm/vm.go
@ -266,7 +266,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
base.Sub(Pow256, stack.Pop()).Sub(base, ethutil.Big1)
|
base.Sub(Pow256, stack.Pop()).Sub(base, ethutil.Big1)
|
||||||
|
|
||||||
// Not needed
|
// Not needed
|
||||||
//base = U256(base)
|
base = U256(base)
|
||||||
|
|
||||||
stack.Push(base)
|
stack.Push(base)
|
||||||
case LT:
|
case LT:
|
||||||
@ -532,7 +532,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
case NUMBER:
|
case NUMBER:
|
||||||
number := self.env.BlockNumber()
|
number := self.env.BlockNumber()
|
||||||
|
|
||||||
stack.Push(number)
|
stack.Push(U256(number))
|
||||||
|
|
||||||
self.Printf(" => 0x%x", number.Bytes())
|
self.Printf(" => 0x%x", number.Bytes())
|
||||||
case DIFFICULTY:
|
case DIFFICULTY:
|
||||||
@ -578,7 +578,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
}
|
}
|
||||||
|
|
||||||
data := mem.Get(mStart.Int64(), mSize.Int64())
|
data := mem.Get(mStart.Int64(), mSize.Int64())
|
||||||
log := &Log{context.Address(), topics, data}
|
log := &Log{context.Address(), topics, data, self.env.BlockNumber().Uint64()}
|
||||||
self.env.AddLog(log)
|
self.env.AddLog(log)
|
||||||
|
|
||||||
self.Printf(" => %v", log)
|
self.Printf(" => %v", log)
|
||||||
@ -664,6 +664,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
}
|
}
|
||||||
addr = ref.Address()
|
addr = ref.Address()
|
||||||
|
|
||||||
|
fmt.Printf("CREATE %X\n", addr)
|
||||||
stack.Push(ethutil.BigD(addr))
|
stack.Push(ethutil.BigD(addr))
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -676,6 +677,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
gas := stack.Pop()
|
gas := stack.Pop()
|
||||||
// Pop gas and value of the stack.
|
// Pop gas and value of the stack.
|
||||||
value, addr := stack.Popn()
|
value, addr := stack.Popn()
|
||||||
|
value = U256(value)
|
||||||
// Pop input size and offset
|
// Pop input size and offset
|
||||||
inSize, inOffset := stack.Popn()
|
inSize, inOffset := stack.Popn()
|
||||||
// Pop return size and offset
|
// Pop return size and offset
|
||||||
@ -726,7 +728,7 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
|
|||||||
|
|
||||||
self.Printf(" => (%x) %v", receiver.Address()[:4], balance)
|
self.Printf(" => (%x) %v", receiver.Address()[:4], balance)
|
||||||
|
|
||||||
receiver.AddAmount(balance)
|
receiver.AddBalance(balance)
|
||||||
statedb.Delete(context.Address())
|
statedb.Delete(context.Address())
|
||||||
|
|
||||||
fallthrough
|
fallthrough
|
||||||
@ -778,9 +780,9 @@ func (self *Vm) calculateGasAndSize(context *Context, caller ContextRef, op OpCo
|
|||||||
// Stack Check, memory resize & gas phase
|
// Stack Check, memory resize & gas phase
|
||||||
switch op {
|
switch op {
|
||||||
// Stack checks only
|
// Stack checks only
|
||||||
case ISZERO, CALLDATALOAD, POP, JUMP, NOT: // 1
|
case ISZERO, CALLDATALOAD, POP, JUMP, NOT, EXTCODESIZE, BLOCKHASH: // 1
|
||||||
stack.require(1)
|
stack.require(1)
|
||||||
case JUMPI, ADD, SUB, DIV, SDIV, MOD, SMOD, LT, GT, SLT, SGT, EQ, AND, OR, XOR, BYTE, SIGNEXTEND: // 2
|
case JUMPI, ADD, SUB, DIV, MUL, SDIV, MOD, SMOD, LT, GT, SLT, SGT, EQ, AND, OR, XOR, BYTE, SIGNEXTEND: // 2
|
||||||
stack.require(2)
|
stack.require(2)
|
||||||
case ADDMOD, MULMOD: // 3
|
case ADDMOD, MULMOD: // 3
|
||||||
stack.require(3)
|
stack.require(3)
|
||||||
@ -827,7 +829,7 @@ func (self *Vm) calculateGasAndSize(context *Context, caller ContextRef, op OpCo
|
|||||||
// 0 => non 0
|
// 0 => non 0
|
||||||
mult = ethutil.Big3
|
mult = ethutil.Big3
|
||||||
} else if len(val) > 0 && len(y.Bytes()) == 0 {
|
} else if len(val) > 0 && len(y.Bytes()) == 0 {
|
||||||
statedb.Refund(caller.Address(), GasSStoreRefund)
|
statedb.Refund(self.env.Origin(), GasSStoreRefund)
|
||||||
|
|
||||||
mult = ethutil.Big0
|
mult = ethutil.Big0
|
||||||
} else {
|
} else {
|
||||||
@ -858,7 +860,7 @@ func (self *Vm) calculateGasAndSize(context *Context, caller ContextRef, op OpCo
|
|||||||
newMemSize = calcMemSize(stack.Peek(), stack.data[stack.Len()-2])
|
newMemSize = calcMemSize(stack.Peek(), stack.data[stack.Len()-2])
|
||||||
additionalGas.Set(stack.data[stack.Len()-2])
|
additionalGas.Set(stack.data[stack.Len()-2])
|
||||||
case CALLDATACOPY:
|
case CALLDATACOPY:
|
||||||
stack.require(2)
|
stack.require(3)
|
||||||
|
|
||||||
newMemSize = calcMemSize(stack.Peek(), stack.data[stack.Len()-3])
|
newMemSize = calcMemSize(stack.Peek(), stack.data[stack.Len()-3])
|
||||||
additionalGas.Set(stack.data[stack.Len()-3])
|
additionalGas.Set(stack.data[stack.Len()-3])
|
||||||
|
@ -127,6 +127,10 @@ func (self *Whisper) Watch(opts Filter) int {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *Whisper) Unwatch(id int) {
|
||||||
|
self.filters.Uninstall(id)
|
||||||
|
}
|
||||||
|
|
||||||
func (self *Whisper) Messages(id int) (messages []*Message) {
|
func (self *Whisper) Messages(id int) (messages []*Message) {
|
||||||
filter := self.filters.Get(id)
|
filter := self.filters.Get(id)
|
||||||
if filter != nil {
|
if filter != nil {
|
||||||
|
@ -3,19 +3,20 @@ package xeth
|
|||||||
import "github.com/ethereum/go-ethereum/state"
|
import "github.com/ethereum/go-ethereum/state"
|
||||||
|
|
||||||
type State struct {
|
type State struct {
|
||||||
xeth *XEth
|
xeth *XEth
|
||||||
|
state *state.StateDB
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewState(xeth *XEth) *State {
|
func NewState(xeth *XEth, statedb *state.StateDB) *State {
|
||||||
return &State{xeth}
|
return &State{xeth, statedb}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *State) State() *state.StateDB {
|
func (self *State) State() *state.StateDB {
|
||||||
return self.xeth.chainManager.TransState()
|
return self.state
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *State) Get(addr string) *Object {
|
func (self *State) Get(addr string) *Object {
|
||||||
return &Object{self.State().GetStateObject(fromHex(addr))}
|
return &Object{self.state.GetStateObject(fromHex(addr))}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *State) SafeGet(addr string) *Object {
|
func (self *State) SafeGet(addr string) *Object {
|
||||||
@ -23,7 +24,7 @@ func (self *State) SafeGet(addr string) *Object {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *State) safeGet(addr string) *state.StateObject {
|
func (self *State) safeGet(addr string) *state.StateObject {
|
||||||
object := self.State().GetStateObject(fromHex(addr))
|
object := self.state.GetStateObject(fromHex(addr))
|
||||||
if object == nil {
|
if object == nil {
|
||||||
object = state.NewStateObject(fromHex(addr), self.xeth.eth.Db())
|
object = state.NewStateObject(fromHex(addr), self.xeth.eth.Db())
|
||||||
}
|
}
|
@ -150,7 +150,7 @@ type Transaction struct {
|
|||||||
func NewTx(tx *types.Transaction) *Transaction {
|
func NewTx(tx *types.Transaction) *Transaction {
|
||||||
hash := toHex(tx.Hash())
|
hash := toHex(tx.Hash())
|
||||||
receiver := toHex(tx.To())
|
receiver := toHex(tx.To())
|
||||||
if receiver == "0000000000000000000000000000000000000000" {
|
if len(receiver) == 0 {
|
||||||
receiver = toHex(core.AddressFromMessage(tx))
|
receiver = toHex(core.AddressFromMessage(tx))
|
||||||
}
|
}
|
||||||
sender := toHex(tx.From())
|
sender := toHex(tx.From())
|
||||||
|
66
xeth/xeth.go
66
xeth/xeth.go
@ -7,6 +7,7 @@ package xeth
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core"
|
"github.com/ethereum/go-ethereum/core"
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
@ -16,6 +17,7 @@ import (
|
|||||||
"github.com/ethereum/go-ethereum/logger"
|
"github.com/ethereum/go-ethereum/logger"
|
||||||
"github.com/ethereum/go-ethereum/miner"
|
"github.com/ethereum/go-ethereum/miner"
|
||||||
"github.com/ethereum/go-ethereum/p2p"
|
"github.com/ethereum/go-ethereum/p2p"
|
||||||
|
"github.com/ethereum/go-ethereum/state"
|
||||||
"github.com/ethereum/go-ethereum/whisper"
|
"github.com/ethereum/go-ethereum/whisper"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -53,13 +55,26 @@ func New(eth Backend) *XEth {
|
|||||||
whisper: NewWhisper(eth.Whisper()),
|
whisper: NewWhisper(eth.Whisper()),
|
||||||
miner: eth.Miner(),
|
miner: eth.Miner(),
|
||||||
}
|
}
|
||||||
xeth.state = NewState(xeth)
|
xeth.state = NewState(xeth, xeth.chainManager.TransState())
|
||||||
|
|
||||||
return xeth
|
return xeth
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) Backend() Backend { return self.eth }
|
func (self *XEth) Backend() Backend { return self.eth }
|
||||||
func (self *XEth) State() *State { return self.state }
|
func (self *XEth) UseState(statedb *state.StateDB) *XEth {
|
||||||
|
xeth := &XEth{
|
||||||
|
eth: self.eth,
|
||||||
|
blockProcessor: self.blockProcessor,
|
||||||
|
chainManager: self.chainManager,
|
||||||
|
whisper: self.whisper,
|
||||||
|
miner: self.miner,
|
||||||
|
}
|
||||||
|
|
||||||
|
xeth.state = NewState(xeth, statedb)
|
||||||
|
return xeth
|
||||||
|
}
|
||||||
|
func (self *XEth) State() *State { return self.state }
|
||||||
|
|
||||||
func (self *XEth) Whisper() *Whisper { return self.whisper }
|
func (self *XEth) Whisper() *Whisper { return self.whisper }
|
||||||
func (self *XEth) Miner() *miner.Miner { return self.miner }
|
func (self *XEth) Miner() *miner.Miner { return self.miner }
|
||||||
|
|
||||||
@ -102,6 +117,17 @@ func (self *XEth) IsMining() bool {
|
|||||||
return self.miner.Mining()
|
return self.miner.Mining()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (self *XEth) SetMining(shouldmine bool) bool {
|
||||||
|
ismining := self.miner.Mining()
|
||||||
|
if shouldmine && !ismining {
|
||||||
|
self.miner.Start()
|
||||||
|
}
|
||||||
|
if ismining && !shouldmine {
|
||||||
|
self.miner.Stop()
|
||||||
|
}
|
||||||
|
return self.miner.Mining()
|
||||||
|
}
|
||||||
|
|
||||||
func (self *XEth) IsListening() bool {
|
func (self *XEth) IsListening() bool {
|
||||||
return self.eth.IsListening()
|
return self.eth.IsListening()
|
||||||
}
|
}
|
||||||
@ -127,15 +153,15 @@ func (self *XEth) BalanceAt(addr string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) TxCountAt(address string) int {
|
func (self *XEth) TxCountAt(address string) int {
|
||||||
return int(self.State().SafeGet(address).Nonce)
|
return int(self.State().SafeGet(address).Nonce())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) CodeAt(address string) string {
|
func (self *XEth) CodeAt(address string) string {
|
||||||
return toHex(self.State().SafeGet(address).Code)
|
return toHex(self.State().SafeGet(address).Code())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) IsContract(address string) bool {
|
func (self *XEth) IsContract(address string) bool {
|
||||||
return len(self.State().SafeGet(address).Code) > 0
|
return len(self.State().SafeGet(address).Code()) > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) SecretToAddress(key string) string {
|
func (self *XEth) SecretToAddress(key string) string {
|
||||||
@ -217,7 +243,7 @@ func (self *XEth) Call(toStr, valueStr, gasStr, gasPriceStr, dataStr string) (st
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
statedb = self.chainManager.TransState()
|
statedb = self.State().State() //self.chainManager.TransState()
|
||||||
key = self.eth.KeyManager().KeyPair()
|
key = self.eth.KeyManager().KeyPair()
|
||||||
from = statedb.GetOrNewStateObject(key.Address())
|
from = statedb.GetOrNewStateObject(key.Address())
|
||||||
block = self.chainManager.CurrentBlock()
|
block = self.chainManager.CurrentBlock()
|
||||||
@ -241,7 +267,6 @@ func (self *XEth) Call(toStr, valueStr, gasStr, gasPriceStr, dataStr string) (st
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *XEth) Transact(toStr, valueStr, gasStr, gasPriceStr, codeStr string) (string, error) {
|
func (self *XEth) Transact(toStr, valueStr, gasStr, gasPriceStr, codeStr string) (string, error) {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
to []byte
|
to []byte
|
||||||
value = ethutil.NewValue(valueStr)
|
value = ethutil.NewValue(valueStr)
|
||||||
@ -265,29 +290,30 @@ func (self *XEth) Transact(toStr, valueStr, gasStr, gasPriceStr, codeStr string)
|
|||||||
tx = types.NewTransactionMessage(to, value.BigInt(), gas.BigInt(), price.BigInt(), data)
|
tx = types.NewTransactionMessage(to, value.BigInt(), gas.BigInt(), price.BigInt(), data)
|
||||||
}
|
}
|
||||||
|
|
||||||
state := self.chainManager.TransState()
|
var err error
|
||||||
|
state := self.eth.ChainManager().TxState()
|
||||||
|
if balance := state.GetBalance(key.Address()); balance.Cmp(tx.Value()) < 0 {
|
||||||
|
return "", fmt.Errorf("insufficient balance. balance=%v tx=%v", balance, tx.Value())
|
||||||
|
}
|
||||||
nonce := state.GetNonce(key.Address())
|
nonce := state.GetNonce(key.Address())
|
||||||
|
|
||||||
tx.SetNonce(nonce)
|
tx.SetNonce(nonce)
|
||||||
tx.Sign(key.PrivateKey)
|
tx.Sign(key.PrivateKey)
|
||||||
|
|
||||||
// Do some pre processing for our "pre" events and hooks
|
//fmt.Printf("create tx: %x %v\n", tx.Hash()[:4], tx.Nonce())
|
||||||
block := self.chainManager.NewBlock(key.Address())
|
|
||||||
coinbase := state.GetOrNewStateObject(key.Address())
|
|
||||||
coinbase.SetGasPool(block.GasLimit())
|
|
||||||
self.blockProcessor.ApplyTransactions(coinbase, state, block, types.Transactions{tx}, true)
|
|
||||||
|
|
||||||
err := self.eth.TxPool().Add(tx)
|
// Do some pre processing for our "pre" events and hooks
|
||||||
|
//block := self.chainManager.NewBlock(key.Address())
|
||||||
|
//coinbase := state.GetOrNewStateObject(key.Address())
|
||||||
|
//coinbase.SetGasPool(block.GasLimit())
|
||||||
|
//self.blockProcessor.ApplyTransactions(coinbase, state, block, types.Transactions{tx}, true)
|
||||||
|
|
||||||
|
err = self.eth.TxPool().Add(tx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
state.SetNonce(key.Address(), nonce+1)
|
state.SetNonce(key.Address(), nonce+1)
|
||||||
|
|
||||||
if contractCreation {
|
|
||||||
addr := core.AddressFromMessage(tx)
|
|
||||||
pipelogger.Infof("Contract addr %x\n", addr)
|
|
||||||
}
|
|
||||||
|
|
||||||
if types.IsContractAddr(to) {
|
if types.IsContractAddr(to) {
|
||||||
return toHex(core.AddressFromMessage(tx)), nil
|
return toHex(core.AddressFromMessage(tx)), nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user