diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3aba98d628..58e2e3f61e 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -2,7 +2,7 @@
Before you do a feature request please check and make sure that it isn't possible
through some other means. The JavaScript enabled console is a powerful feature
-in the right hands. Please check our [Bitchin' tricks](https://github.com/burnout/go-burnout/wiki/bitchin-tricks) wiki page for more info
+in the right hands. Please check our [Bitchin' tricks](https://github.com/burnoutcoin/go-burnout/wiki/bitchin-tricks) wiki page for more info
and help.
## Contributing
@@ -11,6 +11,6 @@ If you'd like to contribute to go-burnout please fork, fix, commit and
send a pull request. Commits which do not comply with the coding standards
are ignored (use gofmt!).
-See [Developers' Guide](https://github.com/burnout/go-burnout/wiki/Developers'-Guide)
+See [Developers' Guide](https://github.com/burnoutcoin/go-burnout/wiki/Developers'-Guide)
for more details on configuring your environment, testing, and
dependency management.
diff --git a/.gitmodules b/.gitmodules
index 4b706fe90c..0bc1759ea1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "tests"]
path = tests/testdata
- url = https://github.com/burnout/tests
+ url = https://github.com/burnoutcoin/tests
diff --git a/.travis.yml b/.travis.yml
index 26867d2644..de66256920 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: go
-go_import_path: github.com/burnout/go-burnout
+go_import_path: github.com/burnoutcoin/go-burnout
sudo: false
matrix:
include:
@@ -68,7 +68,7 @@ matrix:
- fakeroot
script:
# Build for the primary platforms that Trusty can manage
- - go run build/ci.go debsrc -signer "Go Burnout Linux Builder geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=1024 --syncmode=full{{if .Brnstats}} --brnstats='{{.Brnstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}
You can download Geth from https://geth.burnout.org/downloads/.
+You can download Geth from https://geth.burnoutcoin.org/downloads/.
@@ -136,7 +136,7 @@ var dashboardContent = `geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=512{{if .Brnstats}} --brnstats='{{.Brnstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}
You can download Geth from https://geth.burnout.org/downloads/.
+You can download Geth from https://geth.burnoutcoin.org/downloads/.
@@ -158,7 +158,7 @@ var dashboardContent = `geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --syncmode=light{{if .Brnstats}} --brnstats='{{.Brnstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}
You can download Geth from https://geth.burnout.org/downloads/.
+You can download Geth from https://geth.burnoutcoin.org/downloads/.
@@ -177,7 +177,7 @@ var dashboardContent = `geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=32 --syncmode=light{{if .Brnstats}} --brnstats='{{.Brnstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}
You can download Geth from https://geth.burnout.org/downloads/.
+You can download Geth from https://geth.burnoutcoin.org/downloads/.
@@ -253,10 +253,10 @@ var dashboardContent = `Starting with the 1.5 release of go-burnout, we've transitioned away from shipping only full blown Burnout clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for Java based Android projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Burnout network can nonetheless be accessed from Android too.
Under the hood the Android library is backed by a go-burnout light node, meaning that given a not-too-old Android device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.
The stable Android archives are distributed via Maven Central, and the develop snapshots via the Sonatype repositories. Before proceeding, please ensure you have a recent version configured in your Android project. You can find details in Mobile: Introduction – Android archive. +
The stable Android archives are distributed via Maven Central, and the develop snapshots via the Sonatype repositories. Before proceeding, please ensure you have a recent version configured in your Android project. You can find details in Mobile: Introduction – Android archive.
Before connecting to the Burnout network, download the {{.GethGenesis}} genesis json file and either store it in your Android project as a resource file you can access, or save it as a string in a variable. You're going to need to to initialize your client.
Inside your Java code you can now import the geth archive and connect to Burnout: -
import org.burnout.geth.*;+
import org.burnoutcoin.geth.*;
Enodes bootnodes = new Enodes();{{range .BootnodesLight}}
bootnodes.append(new Enode("{{.}}"));{{end}}
@@ -284,7 +284,7 @@ node.start();
Starting with the 1.5 release of go-burnout, we've transitioned away from shipping only full blown Burnout clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for ObjC/Swift based iOS projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Burnout network can nonetheless be accessed from iOS too.
Under the hood the iOS library is backed by a go-burnout light node, meaning that given a not-too-old Apple device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.
- Both stable and develop builds of the iOS framework are available via CocoaPods. Before proceeding, please ensure you have a recent version configured in your iOS project. You can find details in Mobile: Introduction – iOS framework.
+
Both stable and develop builds of the iOS framework are available via CocoaPods. Before proceeding, please ensure you have a recent version configured in your iOS project. You can find details in Mobile: Introduction – iOS framework.
Before connecting to the Burnout network, download the {{.GethGenesis}} genesis json file and either store it in your iOS project as a resource file you can access, or save it as a string in a variable. You're going to need to to initialize your client.
Inside your Swift code you can now import the geth framework and connect to Burnout (ObjC should be analogous):
import Geth
@@ -322,7 +322,7 @@ try! node?.start();
Puppeth is a tool to aid you in creating a new Burnout network down to the genesis block, bootnodes, signers, brnstats server, crypto faucet, wallet browsers, block explorer, dashboard and more; without the hassle that it would normally entail to manually configure all these services one by one.
Puppeth uses ssh to dial in to remote servers, and builds its network components out of docker containers using docker-compose. The user is guided through the process via a command line wizard that does the heavy lifting and topology configuration automatically behind the scenes.
- Puppeth is distributed as part of the Geth & Tools bundles, but can also be installed separately via:
go get github.com/burnout/go-burnout/cmd/puppeth
+ Puppeth is distributed as part of the Geth & Tools bundles, but can also be installed separately via:
go get github.com/burnoutcoin/go-burnout/cmd/puppeth
Copyright 2017. The go-burnout Authors.
diff --git a/cmd/puppeth/module_ethstats.go b/cmd/puppeth/module_ethstats.go
index a5e45b7949..77f037f851 100644
--- a/cmd/puppeth/module_ethstats.go
+++ b/cmd/puppeth/module_ethstats.go
@@ -24,7 +24,7 @@ import (
"strings"
"text/template"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// brnstatsDockerfile is the Dockerfile required to build an brnstats backend
diff --git a/cmd/puppeth/module_faucet.go b/cmd/puppeth/module_faucet.go
index 9a2325c37f..c023f91ebe 100644
--- a/cmd/puppeth/module_faucet.go
+++ b/cmd/puppeth/module_faucet.go
@@ -25,7 +25,7 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// faucetDockerfile is the Dockerfile required to build an faucet container to
@@ -39,8 +39,8 @@ ENV GOPATH /go
RUN \
apk add --update git go make gcc musl-dev ca-certificates linux-headers && \
mkdir -p $GOPATH/src/github.com/burnout && \
- (cd $GOPATH/src/github.com/burnout && git clone --depth=1 https://github.com/burnout/go-burnout) && \
- go build -v github.com/burnout/go-burnout/cmd/faucet && \
+ (cd $GOPATH/src/github.com/burnout && git clone --depth=1 https://github.com/burnoutcoin/go-burnout) && \
+ go build -v github.com/burnoutcoin/go-burnout/cmd/faucet && \
apk del git go make gcc musl-dev linux-headers && \
rm -rf $GOPATH && rm -rf /var/cache/apk/*
diff --git a/cmd/puppeth/module_nginx.go b/cmd/puppeth/module_nginx.go
index 6b95b0c865..671690f17f 100644
--- a/cmd/puppeth/module_nginx.go
+++ b/cmd/puppeth/module_nginx.go
@@ -23,7 +23,7 @@ import (
"math/rand"
"path/filepath"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// nginxDockerfile is theis the Dockerfile required to build an nginx reverse-
diff --git a/cmd/puppeth/module_node.go b/cmd/puppeth/module_node.go
index 39139f7777..9257ca2990 100644
--- a/cmd/puppeth/module_node.go
+++ b/cmd/puppeth/module_node.go
@@ -25,7 +25,7 @@ import (
"strings"
"text/template"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// nodeDockerfile is the Dockerfile required to run an Burnout node.
diff --git a/cmd/puppeth/puppeth.go b/cmd/puppeth/puppeth.go
index cd7743310e..86dbde2733 100644
--- a/cmd/puppeth/puppeth.go
+++ b/cmd/puppeth/puppeth.go
@@ -22,7 +22,7 @@ import (
"os"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/puppeth/ssh.go b/cmd/puppeth/ssh.go
index feaa28027a..af825cc9b6 100644
--- a/cmd/puppeth/ssh.go
+++ b/cmd/puppeth/ssh.go
@@ -29,7 +29,7 @@ import (
"strings"
"syscall"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/terminal"
)
diff --git a/cmd/puppeth/wizard.go b/cmd/puppeth/wizard.go
index b09a53378d..61c01445e1 100644
--- a/cmd/puppeth/wizard.go
+++ b/cmd/puppeth/wizard.go
@@ -30,9 +30,9 @@ import (
"strings"
"syscall"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/log"
"golang.org/x/crypto/ssh/terminal"
)
diff --git a/cmd/puppeth/wizard_dashboard.go b/cmd/puppeth/wizard_dashboard.go
index 5810967f08..65ecd2d9b8 100644
--- a/cmd/puppeth/wizard_dashboard.go
+++ b/cmd/puppeth/wizard_dashboard.go
@@ -19,7 +19,7 @@ package main
import (
"fmt"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// deployDashboard queries the user for various input on deploying a web-service
diff --git a/cmd/puppeth/wizard_ethstats.go b/cmd/puppeth/wizard_ethstats.go
index d7bee7342a..936cec2dd0 100644
--- a/cmd/puppeth/wizard_ethstats.go
+++ b/cmd/puppeth/wizard_ethstats.go
@@ -19,7 +19,7 @@ package main
import (
"fmt"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// deployBrnstats queries the user for various input on deploying an brnstats
diff --git a/cmd/puppeth/wizard_faucet.go b/cmd/puppeth/wizard_faucet.go
index f2071fac8a..3959b64786 100644
--- a/cmd/puppeth/wizard_faucet.go
+++ b/cmd/puppeth/wizard_faucet.go
@@ -21,8 +21,8 @@ import (
"fmt"
"net/http"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/log"
)
// deployFaucet queries the user for various input on deploying a faucet, after
diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go
index 4f54e8e608..185475a20b 100644
--- a/cmd/puppeth/wizard_genesis.go
+++ b/cmd/puppeth/wizard_genesis.go
@@ -23,10 +23,10 @@ import (
"math/rand"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
)
// makeGenesis creates a new genesis struct based on some user input.
diff --git a/cmd/puppeth/wizard_intro.go b/cmd/puppeth/wizard_intro.go
index c0bf62b3b4..45ef9a4572 100644
--- a/cmd/puppeth/wizard_intro.go
+++ b/cmd/puppeth/wizard_intro.go
@@ -25,7 +25,7 @@ import (
"path/filepath"
"strings"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// makeWizard creates and returns a new puppeth wizard.
diff --git a/cmd/puppeth/wizard_netstats.go b/cmd/puppeth/wizard_netstats.go
index 8558de7bc4..0d38a7b53d 100644
--- a/cmd/puppeth/wizard_netstats.go
+++ b/cmd/puppeth/wizard_netstats.go
@@ -22,8 +22,8 @@ import (
"os"
"strings"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/log"
"github.com/olekukonko/tablewriter"
)
diff --git a/cmd/puppeth/wizard_network.go b/cmd/puppeth/wizard_network.go
index 438c75f92a..5f666942b3 100644
--- a/cmd/puppeth/wizard_network.go
+++ b/cmd/puppeth/wizard_network.go
@@ -20,7 +20,7 @@ import (
"fmt"
"strings"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// manageServers displays a list of servers the user can disconnect from, and an
diff --git a/cmd/puppeth/wizard_nginx.go b/cmd/puppeth/wizard_nginx.go
index 94592ccde4..6e80e75893 100644
--- a/cmd/puppeth/wizard_nginx.go
+++ b/cmd/puppeth/wizard_nginx.go
@@ -19,7 +19,7 @@ package main
import (
"fmt"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// ensureVirtualHost checks whether a reverse-proxy is running on the specified
diff --git a/cmd/puppeth/wizard_node.go b/cmd/puppeth/wizard_node.go
index 8bf3787169..ce17d97860 100644
--- a/cmd/puppeth/wizard_node.go
+++ b/cmd/puppeth/wizard_node.go
@@ -21,9 +21,9 @@ import (
"fmt"
"time"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
)
// deployNode creates a new node configuration based on some user input.
diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go
index 15611b2241..7e38084ef4 100644
--- a/cmd/rlpdump/main.go
+++ b/cmd/rlpdump/main.go
@@ -26,7 +26,7 @@ import (
"os"
"strings"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var (
diff --git a/cmd/swarm/db.go b/cmd/swarm/db.go
index fe7a1ab4f2..11cd470190 100644
--- a/cmd/swarm/db.go
+++ b/cmd/swarm/db.go
@@ -22,9 +22,9 @@ import (
"os"
"path/filepath"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/swarm/hash.go b/cmd/swarm/hash.go
index 0f0d1744ce..5e07fc0f7f 100644
--- a/cmd/swarm/hash.go
+++ b/cmd/swarm/hash.go
@@ -21,8 +21,8 @@ import (
"fmt"
"os"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/swarm/list.go b/cmd/swarm/list.go
index c74e3782a2..e42fff7603 100644
--- a/cmd/swarm/list.go
+++ b/cmd/swarm/list.go
@@ -22,8 +22,8 @@ import (
"strings"
"text/tabwriter"
- "github.com/burnout/go-burnout/cmd/utils"
- swarm "github.com/burnout/go-burnout/swarm/api/client"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ swarm "github.com/burnoutcoin/go-burnout/swarm/api/client"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/swarm/main.go b/cmd/swarm/main.go
index 8fb7c72933..5685ca236e 100644
--- a/cmd/swarm/main.go
+++ b/cmd/swarm/main.go
@@ -31,23 +31,23 @@ import (
"syscall"
"time"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/console"
- "github.com/burnout/go-burnout/contracts/ens"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brnclient"
- "github.com/burnout/go-burnout/internal/debug"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rpc"
- "github.com/burnout/go-burnout/swarm"
- bzzapi "github.com/burnout/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/console"
+ "github.com/burnoutcoin/go-burnout/contracts/ens"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brnclient"
+ "github.com/burnoutcoin/go-burnout/internal/debug"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/swarm"
+ bzzapi "github.com/burnoutcoin/go-burnout/swarm/api"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/swarm/manifest.go b/cmd/swarm/manifest.go
index 61a4eb94a7..bd329b7734 100644
--- a/cmd/swarm/manifest.go
+++ b/cmd/swarm/manifest.go
@@ -24,9 +24,9 @@ import (
"path/filepath"
"strings"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/swarm/api"
- swarm "github.com/burnout/go-burnout/swarm/api/client"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ swarm "github.com/burnoutcoin/go-burnout/swarm/api/client"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/swarm/run_test.go b/cmd/swarm/run_test.go
index db14f7216e..7093c85348 100644
--- a/cmd/swarm/run_test.go
+++ b/cmd/swarm/run_test.go
@@ -27,12 +27,12 @@ import (
"time"
"github.com/docker/docker/pkg/reexec"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/internal/cmdtest"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
- "github.com/burnout/go-burnout/swarm"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/internal/cmdtest"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/swarm"
)
func init() {
diff --git a/cmd/swarm/upload.go b/cmd/swarm/upload.go
index 1e9148541f..6605febba3 100644
--- a/cmd/swarm/upload.go
+++ b/cmd/swarm/upload.go
@@ -30,8 +30,8 @@ import (
"path/filepath"
"strings"
- "github.com/burnout/go-burnout/cmd/utils"
- swarm "github.com/burnout/go-burnout/swarm/api/client"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ swarm "github.com/burnoutcoin/go-burnout/swarm/api/client"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go
index 683ee94799..644f137352 100644
--- a/cmd/utils/cmd.go
+++ b/cmd/utils/cmd.go
@@ -26,12 +26,12 @@ import (
"runtime"
"strings"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/internal/debug"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/internal/debug"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const (
diff --git a/cmd/utils/customflags.go b/cmd/utils/customflags.go
index 9f02d38716..9ba2ba564e 100644
--- a/cmd/utils/customflags.go
+++ b/cmd/utils/customflags.go
@@ -27,7 +27,7 @@ import (
"path"
"strings"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common/math"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index 0359f90379..e04ddc1986 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -28,30 +28,30 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brn/gasprice"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/brnstats"
- "github.com/burnout/go-burnout/les"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/metrics"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/p2p/netutil"
- "github.com/burnout/go-burnout/params"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brn/gasprice"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/brnstats"
+ "github.com/burnoutcoin/go-burnout/les"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/params"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
"gopkg.in/urfave/cli.v1"
)
diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go
index 95f1a07c1b..8d4aa1ca94 100644
--- a/cmd/wnode/main.go
+++ b/cmd/wnode/main.go
@@ -34,16 +34,16 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/console"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/whisper/mailserver"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/console"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/whisper/mailserver"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
"golang.org/x/crypto/pbkdf2"
)
diff --git a/common/bitutil/compress_test.go b/common/bitutil/compress_test.go
index 158bc87324..064843bc9f 100644
--- a/common/bitutil/compress_test.go
+++ b/common/bitutil/compress_test.go
@@ -21,7 +21,7 @@ import (
"math/rand"
"testing"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
// Tests that data bitset encoding and decoding works and is bijective.
diff --git a/common/debug.go b/common/debug.go
index 157c7b3b5c..6f4676184c 100644
--- a/common/debug.go
+++ b/common/debug.go
@@ -26,7 +26,7 @@ import (
// Report gives off a warning requesting the user to submit an issue to the github tracker.
func Report(extra ...interface{}) {
- fmt.Fprintln(os.Stderr, "You've encountered a sought after, hard to reproduce bug. Please report this to the developers <3 https://github.com/burnout/go-burnout/issues")
+ fmt.Fprintln(os.Stderr, "You've encountered a sought after, hard to reproduce bug. Please report this to the developers <3 https://github.com/burnoutcoin/go-burnout/issues")
fmt.Fprintln(os.Stderr, extra...)
_, file, line, _ := runtime.Caller(1)
diff --git a/common/hexutil/json_example_test.go b/common/hexutil/json_example_test.go
index 62559ed60a..0ae93156bf 100644
--- a/common/hexutil/json_example_test.go
+++ b/common/hexutil/json_example_test.go
@@ -20,7 +20,7 @@ import (
"encoding/json"
"fmt"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
type MyType [5]byte
diff --git a/common/math/big_test.go b/common/math/big_test.go
index b80c4ca20d..33221c5f53 100644
--- a/common/math/big_test.go
+++ b/common/math/big_test.go
@@ -22,7 +22,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
func TestHexOrDecimal256(t *testing.T) {
diff --git a/common/number/int.go b/common/number/int.go
index c21205a502..0b8cdf967c 100644
--- a/common/number/int.go
+++ b/common/number/int.go
@@ -19,7 +19,7 @@ package number
import (
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
var tt256 = new(big.Int).Lsh(big.NewInt(1), 256)
diff --git a/common/number/uint_test.go b/common/number/uint_test.go
index c90c3c14e0..2e85d60021 100644
--- a/common/number/uint_test.go
+++ b/common/number/uint_test.go
@@ -20,7 +20,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
func TestSet(t *testing.T) {
diff --git a/common/types.go b/common/types.go
index da79f20743..f54402af7a 100644
--- a/common/types.go
+++ b/common/types.go
@@ -23,8 +23,8 @@ import (
"math/rand"
"reflect"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
)
const (
diff --git a/compression/rle/read_write.go b/compression/rle/read_write.go
index 4f7435de0e..f357d0ebaf 100644
--- a/compression/rle/read_write.go
+++ b/compression/rle/read_write.go
@@ -21,7 +21,7 @@ import (
"bytes"
"errors"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
const (
diff --git a/consensus/clique/api.go b/consensus/clique/api.go
index 2e808aca2a..1750a44de1 100644
--- a/consensus/clique/api.go
+++ b/consensus/clique/api.go
@@ -17,10 +17,10 @@
package clique
import (
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// API is a user facing RPC API to allow controlling the signer and voting
diff --git a/consensus/clique/clique.go b/consensus/clique/clique.go
index fe7b0fe549..ad685489de 100644
--- a/consensus/clique/clique.go
+++ b/consensus/clique/clique.go
@@ -25,19 +25,19 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/rpc"
lru "github.com/hashicorp/golang-lru"
)
diff --git a/consensus/clique/snapshot.go b/consensus/clique/snapshot.go
index 85962e5d27..5bc62b3ede 100644
--- a/consensus/clique/snapshot.go
+++ b/consensus/clique/snapshot.go
@@ -20,10 +20,10 @@ import (
"bytes"
"encoding/json"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
lru "github.com/hashicorp/golang-lru"
)
diff --git a/consensus/clique/snapshot_test.go b/consensus/clique/snapshot_test.go
index cf03c457e9..3dbc68f865 100644
--- a/consensus/clique/snapshot_test.go
+++ b/consensus/clique/snapshot_test.go
@@ -22,12 +22,12 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
type testerVote struct {
diff --git a/consensus/consensus.go b/consensus/consensus.go
index 49f9adf179..8101b33634 100644
--- a/consensus/consensus.go
+++ b/consensus/consensus.go
@@ -18,11 +18,11 @@
package consensus
import (
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// ChainReader defines a small collection of methods needed to access the local
diff --git a/consensus/ethash/algorithm.go b/consensus/ethash/algorithm.go
index d9cb0dc82f..e258e7683d 100644
--- a/consensus/ethash/algorithm.go
+++ b/consensus/ethash/algorithm.go
@@ -26,11 +26,11 @@ import (
"time"
"unsafe"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/bitutil"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/bitutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/consensus/ethash/algorithm_test.go b/consensus/ethash/algorithm_test.go
index d9de79fe16..2dba28129d 100644
--- a/consensus/ethash/algorithm_test.go
+++ b/consensus/ethash/algorithm_test.go
@@ -25,9 +25,9 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Tests that verification caches can be correctly generated.
diff --git a/consensus/ethash/consensus.go b/consensus/ethash/consensus.go
index e8ece7a2c4..d6e64dd2aa 100644
--- a/consensus/ethash/consensus.go
+++ b/consensus/ethash/consensus.go
@@ -24,13 +24,13 @@ import (
"runtime"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/consensus/misc"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/consensus/misc"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
set "gopkg.in/fatih/set.v0"
)
diff --git a/consensus/ethash/consensus_test.go b/consensus/ethash/consensus_test.go
index 160a68339a..b4b853ab77 100644
--- a/consensus/ethash/consensus_test.go
+++ b/consensus/ethash/consensus_test.go
@@ -23,9 +23,9 @@ import (
"path/filepath"
"testing"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
)
type diffTest struct {
diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go
index 38d8ace989..4a2bbb7ef0 100644
--- a/consensus/ethash/ethash.go
+++ b/consensus/ethash/ethash.go
@@ -32,9 +32,9 @@ import (
"unsafe"
mmap "github.com/edsrzf/mmap-go"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rpc"
metrics "github.com/rcrowley/go-metrics"
)
diff --git a/consensus/ethash/ethash_test.go b/consensus/ethash/ethash_test.go
index 34d45b19fb..35a08c842a 100644
--- a/consensus/ethash/ethash_test.go
+++ b/consensus/ethash/ethash_test.go
@@ -20,7 +20,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Tests that ethash works correctly in test mode.
diff --git a/consensus/ethash/sealer.go b/consensus/ethash/sealer.go
index 8f92156c88..3496ae7801 100644
--- a/consensus/ethash/sealer.go
+++ b/consensus/ethash/sealer.go
@@ -24,10 +24,10 @@ import (
"runtime"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/log"
)
// Seal implements consensus.Engine, attempting to find a nonce that satisfies
diff --git a/consensus/misc/dao.go b/consensus/misc/dao.go
index 9cfd15850f..0d7fcb4859 100644
--- a/consensus/misc/dao.go
+++ b/consensus/misc/dao.go
@@ -21,9 +21,9 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/consensus/misc/forks.go b/consensus/misc/forks.go
index 4ca4a2da5f..ba19f88f98 100644
--- a/consensus/misc/forks.go
+++ b/consensus/misc/forks.go
@@ -19,9 +19,9 @@ package misc
import (
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
)
// VerifyForkHashes verifies that blocks conforming to network hard-forks do have
diff --git a/console/bridge.go b/console/bridge.go
index cee9c99465..c49d0b84d4 100644
--- a/console/bridge.go
+++ b/console/bridge.go
@@ -23,9 +23,9 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/accounts/usbwallet"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts/usbwallet"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/robertkrimen/otto"
)
diff --git a/console/console.go b/console/console.go
index 425c307f6a..340418a028 100644
--- a/console/console.go
+++ b/console/console.go
@@ -27,9 +27,9 @@ import (
"sort"
"strings"
- "github.com/burnout/go-burnout/internal/jsre"
- "github.com/burnout/go-burnout/internal/web3ext"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/internal/jsre"
+ "github.com/burnoutcoin/go-burnout/internal/web3ext"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/mattn/go-colorable"
"github.com/peterh/liner"
"github.com/robertkrimen/otto"
diff --git a/console/console_test.go b/console/console_test.go
index b458ba7f7d..a5bdad7e3c 100644
--- a/console/console_test.go
+++ b/console/console_test.go
@@ -26,11 +26,11 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/internal/jsre"
- "github.com/burnout/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/internal/jsre"
+ "github.com/burnoutcoin/go-burnout/node"
)
const (
diff --git a/containers/docker/develop-alpine/Dockerfile b/containers/docker/develop-alpine/Dockerfile
index 9e527c1747..fba04c4c92 100644
--- a/containers/docker/develop-alpine/Dockerfile
+++ b/containers/docker/develop-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.5
RUN \
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
- git clone --depth 1 https://github.com/burnout/go-burnout && \
+ git clone --depth 1 https://github.com/burnoutcoin/go-burnout && \
(cd go-burnout && make geth) && \
cp go-burnout/build/bin/geth /geth && \
apk del go git make gcc musl-dev linux-headers && \
diff --git a/containers/docker/develop-ubuntu/Dockerfile b/containers/docker/develop-ubuntu/Dockerfile
index d00bd7f186..6625314a8e 100644
--- a/containers/docker/develop-ubuntu/Dockerfile
+++ b/containers/docker/develop-ubuntu/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:xenial
RUN \
apt-get update && apt-get upgrade -q -y && \
apt-get install -y --no-install-recommends golang git make gcc libc-dev ca-certificates && \
- git clone --depth 1 https://github.com/burnout/go-burnout && \
+ git clone --depth 1 https://github.com/burnoutcoin/go-burnout && \
(cd go-burnout && make geth) && \
cp go-burnout/build/bin/geth /geth && \
apt-get remove -y golang git make gcc libc-dev && apt autoremove -y && apt-get clean && \
diff --git a/containers/docker/master-alpine/Dockerfile b/containers/docker/master-alpine/Dockerfile
index 980d7298c4..93d0218ee1 100644
--- a/containers/docker/master-alpine/Dockerfile
+++ b/containers/docker/master-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.5
RUN \
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
- git clone --depth 1 --branch release/1.7 https://github.com/burnout/go-burnout && \
+ git clone --depth 1 --branch release/1.7 https://github.com/burnoutcoin/go-burnout && \
(cd go-burnout && make geth) && \
cp go-burnout/build/bin/geth /geth && \
apk del go git make gcc musl-dev linux-headers && \
diff --git a/containers/docker/master-ubuntu/Dockerfile b/containers/docker/master-ubuntu/Dockerfile
index 8b8618f967..7463c9d392 100644
--- a/containers/docker/master-ubuntu/Dockerfile
+++ b/containers/docker/master-ubuntu/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:xenial
RUN \
apt-get update && apt-get upgrade -q -y && \
apt-get install -y --no-install-recommends golang git make gcc libc-dev ca-certificates && \
- git clone --depth 1 --branch release/1.7 https://github.com/burnout/go-burnout && \
+ git clone --depth 1 --branch release/1.7 https://github.com/burnoutcoin/go-burnout && \
(cd go-burnout && make geth) && \
cp go-burnout/build/bin/geth /geth && \
apt-get remove -y golang git make gcc libc-dev && apt autoremove -y && apt-get clean && \
diff --git a/containers/vagrant/Vagrantfile b/containers/vagrant/Vagrantfile
index ad1306130a..458ac3b3f5 100644
--- a/containers/vagrant/Vagrantfile
+++ b/containers/vagrant/Vagrantfile
@@ -34,5 +34,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.synced_folder ".", "/vagrant", :disabled => true
- config.vm.synced_folder "../../", "/home/vagrant/go/src/github.com/burnout/go-burnout"
+ config.vm.synced_folder "../../", "/home/vagrant/go/src/github.com/burnoutcoin/go-burnout"
end
diff --git a/containers/vagrant/provisioners/shell/centos.sh b/containers/vagrant/provisioners/shell/centos.sh
index ebcda23917..f2fa46fbff 100755
--- a/containers/vagrant/provisioners/shell/centos.sh
+++ b/containers/vagrant/provisioners/shell/centos.sh
@@ -6,6 +6,6 @@ sudo yum update -y
wget --continue https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.8.1.linux-amd64.tar.gz
-GETH_PATH="~vagrant/go/src/github.com/burnout/go-burnout/build/bin/"
+GETH_PATH="~vagrant/go/src/github.com/burnoutcoin/go-burnout/build/bin/"
echo "export PATH=$PATH:/usr/local/go/bin:$GETH_PATH" >> ~vagrant/.bashrc
diff --git a/containers/vagrant/provisioners/shell/debian.sh b/containers/vagrant/provisioners/shell/debian.sh
index 6b7716bbc5..336bd89dfb 100755
--- a/containers/vagrant/provisioners/shell/debian.sh
+++ b/containers/vagrant/provisioners/shell/debian.sh
@@ -6,6 +6,6 @@ sudo apt-get update
wget --continue https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.8.1.linux-amd64.tar.gz
-GETH_PATH="~vagrant/go/src/github.com/burnout/go-burnout/build/bin/"
+GETH_PATH="~vagrant/go/src/github.com/burnoutcoin/go-burnout/build/bin/"
echo "export PATH=$PATH:/usr/local/go/bin:$GETH_PATH" >> ~vagrant/.bashrc
diff --git a/containers/vagrant/provisioners/shell/ubuntu.sh b/containers/vagrant/provisioners/shell/ubuntu.sh
index 6b7716bbc5..336bd89dfb 100755
--- a/containers/vagrant/provisioners/shell/ubuntu.sh
+++ b/containers/vagrant/provisioners/shell/ubuntu.sh
@@ -6,6 +6,6 @@ sudo apt-get update
wget --continue https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.8.1.linux-amd64.tar.gz
-GETH_PATH="~vagrant/go/src/github.com/burnout/go-burnout/build/bin/"
+GETH_PATH="~vagrant/go/src/github.com/burnoutcoin/go-burnout/build/bin/"
echo "export PATH=$PATH:/usr/local/go/bin:$GETH_PATH" >> ~vagrant/.bashrc
diff --git a/contracts/chequebook/api.go b/contracts/chequebook/api.go
index 55359db1b9..3315b1766d 100644
--- a/contracts/chequebook/api.go
+++ b/contracts/chequebook/api.go
@@ -20,7 +20,7 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
const Version = "1.0"
diff --git a/contracts/chequebook/cheque.go b/contracts/chequebook/cheque.go
index 405f31fec6..cd18685ab0 100644
--- a/contracts/chequebook/cheque.go
+++ b/contracts/chequebook/cheque.go
@@ -36,14 +36,14 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/contracts/chequebook/contract"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/services/swap/swap"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook/contract"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/services/swap/swap"
)
// TODO(zelig): watch peer solvency and notify of bouncing cheques
diff --git a/contracts/chequebook/cheque_test.go b/contracts/chequebook/cheque_test.go
index c9cb3ecd50..ea738a6404 100644
--- a/contracts/chequebook/cheque_test.go
+++ b/contracts/chequebook/cheque_test.go
@@ -24,12 +24,12 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/accounts/abi/bind/backends"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/contracts/chequebook/contract"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind/backends"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook/contract"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/contracts/chequebook/contract/chequebook.go b/contracts/chequebook/contract/chequebook.go
index 512ad0b36b..eb7a08a48b 100644
--- a/contracts/chequebook/contract/chequebook.go
+++ b/contracts/chequebook/contract/chequebook.go
@@ -7,10 +7,10 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/accounts/abi"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/accounts/abi"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// ChequebookABI is the input ABI used to generate the binding from.
diff --git a/contracts/chequebook/gencode.go b/contracts/chequebook/gencode.go
index 4453fbba01..f0e5854a5a 100644
--- a/contracts/chequebook/gencode.go
+++ b/contracts/chequebook/gencode.go
@@ -25,11 +25,11 @@ import (
"io/ioutil"
"math/big"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/accounts/abi/bind/backends"
- "github.com/burnout/go-burnout/contracts/chequebook/contract"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind/backends"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook/contract"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/contracts/ens/contract/ens.go b/contracts/ens/contract/ens.go
index 051cc08c64..ea9a59fa5b 100644
--- a/contracts/ens/contract/ens.go
+++ b/contracts/ens/contract/ens.go
@@ -6,10 +6,10 @@ package contract
import (
"strings"
- "github.com/burnout/go-burnout/accounts/abi"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/accounts/abi"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// ENSABI is the input ABI used to generate the binding from.
diff --git a/contracts/ens/ens.go b/contracts/ens/ens.go
index bb5036a56d..cdb086797f 100644
--- a/contracts/ens/ens.go
+++ b/contracts/ens/ens.go
@@ -22,11 +22,11 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/contracts/ens/contract"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/contracts/ens/contract"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/contracts/ens/ens_test.go b/contracts/ens/ens_test.go
index 14e1c6486d..716e747756 100644
--- a/contracts/ens/ens_test.go
+++ b/contracts/ens/ens_test.go
@@ -20,10 +20,10 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/accounts/abi/bind/backends"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind/backends"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/contracts/release/contract.go b/contracts/release/contract.go
index 52bcdb7591..c66e77c593 100644
--- a/contracts/release/contract.go
+++ b/contracts/release/contract.go
@@ -7,10 +7,10 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/accounts/abi"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/accounts/abi"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// ReleaseOracleABI is the input ABI used to generate the binding from.
diff --git a/contracts/release/contract_test.go b/contracts/release/contract_test.go
index c9b6769f93..606b605443 100644
--- a/contracts/release/contract_test.go
+++ b/contracts/release/contract_test.go
@@ -21,11 +21,11 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/accounts/abi/bind/backends"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind/backends"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// setupReleaseTest creates a blockchain simulator and deploys a version oracle
diff --git a/contracts/release/release.go b/contracts/release/release.go
index 556e83fbcf..e857da2a7d 100644
--- a/contracts/release/release.go
+++ b/contracts/release/release.go
@@ -25,15 +25,15 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/internal/ethapi"
- "github.com/burnout/go-burnout/les"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/internal/ethapi"
+ "github.com/burnoutcoin/go-burnout/les"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// Interval to check for new releases
@@ -64,11 +64,11 @@ func NewReleaseService(ctx *node.ServiceContext, config Config) (node.Service, e
var apiBackend ethapi.Backend
var burnout *brn.Burnout
if err := ctx.Service(&burnout); err == nil {
- apiBackend = burnout.ApiBackend
+ apiBackend = burnoutcoin.ApiBackend
} else {
var burnout *les.LightBurnout
if err := ctx.Service(&burnout); err == nil {
- apiBackend = burnout.ApiBackend
+ apiBackend = burnoutcoin.ApiBackend
} else {
return nil, err
}
@@ -149,7 +149,7 @@ func (r *ReleaseService) checkVersion() {
warning := fmt.Sprintf("Client v%d.%d.%d-%x seems older than the latest upstream release v%d.%d.%d-%x",
r.config.Major, r.config.Minor, r.config.Patch, r.config.Commit[:4], version.Major, version.Minor, version.Patch, version.Commit[:4])
- howtofix := fmt.Sprintf("Please check https://github.com/burnout/go-burnout/releases for new releases")
+ howtofix := fmt.Sprintf("Please check https://github.com/burnoutcoin/go-burnout/releases for new releases")
separator := strings.Repeat("-", len(warning))
log.Warn(separator)
diff --git a/core/asm/asm.go b/core/asm/asm.go
index ea5a311dd7..8848ba2f10 100644
--- a/core/asm/asm.go
+++ b/core/asm/asm.go
@@ -21,7 +21,7 @@ import (
"encoding/hex"
"fmt"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
// Iterator for disassembled EVM instructions
diff --git a/core/asm/compiler.go b/core/asm/compiler.go
index 19336b69e7..55fc62060a 100644
--- a/core/asm/compiler.go
+++ b/core/asm/compiler.go
@@ -23,8 +23,8 @@ import (
"os"
"strings"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
// Compiler contains information about the parsed source
diff --git a/core/bench_test.go b/core/bench_test.go
index 590c5e29c3..917b9c13a0 100644
--- a/core/bench_test.go
+++ b/core/bench_test.go
@@ -23,14 +23,14 @@ import (
"os"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
func BenchmarkInsertChain_empty_memdb(b *testing.B) {
diff --git a/core/block_validator.go b/core/block_validator.go
index ec4b77fa6a..704230994f 100644
--- a/core/block_validator.go
+++ b/core/block_validator.go
@@ -20,11 +20,11 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
)
// BlockValidator is responsible for validating block headers, uncles and
diff --git a/core/block_validator_test.go b/core/block_validator_test.go
index 7b5c06df2e..7f72173285 100644
--- a/core/block_validator_test.go
+++ b/core/block_validator_test.go
@@ -21,11 +21,11 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// Tests that simple header verification works, for both good and bad blocks.
diff --git a/core/blockchain.go b/core/blockchain.go
index a4c154bcd5..27aea3668c 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -27,20 +27,20 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/metrics"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
"github.com/hashicorp/golang-lru"
)
diff --git a/core/blockchain_test.go b/core/blockchain_test.go
index 35b32c100a..b697403d3d 100644
--- a/core/blockchain_test.go
+++ b/core/blockchain_test.go
@@ -24,14 +24,14 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// newTestBlockChain creates a blockchain without validation.
diff --git a/core/blocks.go b/core/blocks.go
index c48ce1c228..17d62dfa98 100644
--- a/core/blocks.go
+++ b/core/blocks.go
@@ -16,7 +16,7 @@
package core
-import "github.com/burnout/go-burnout/common"
+import "github.com/burnoutcoin/go-burnout/common"
// BadHashes represent a set of manually tracked bad hashes (usually hard forks)
var BadHashes = map[common.Hash]bool{
diff --git a/core/bloombits/generator.go b/core/bloombits/generator.go
index 66e5f54a66..f428bc334b 100644
--- a/core/bloombits/generator.go
+++ b/core/bloombits/generator.go
@@ -19,7 +19,7 @@ package bloombits
import (
"errors"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// errSectionOutOfBounds is returned if the user tried to add more bloom filters
diff --git a/core/bloombits/generator_test.go b/core/bloombits/generator_test.go
index 426cd36b93..acfcc3925d 100644
--- a/core/bloombits/generator_test.go
+++ b/core/bloombits/generator_test.go
@@ -21,7 +21,7 @@ import (
"math/rand"
"testing"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Tests that batched bloom bits are correctly rotated from the input bloom
diff --git a/core/bloombits/matcher.go b/core/bloombits/matcher.go
index cc80481ec9..1ed146c99f 100644
--- a/core/bloombits/matcher.go
+++ b/core/bloombits/matcher.go
@@ -25,8 +25,8 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common/bitutil"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common/bitutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// bloomIndexes represents the bit indexes inside the bloom filter that belong
diff --git a/core/bloombits/matcher_test.go b/core/bloombits/matcher_test.go
index 56a4bb1319..404d98b361 100644
--- a/core/bloombits/matcher_test.go
+++ b/core/bloombits/matcher_test.go
@@ -22,7 +22,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
const testSectionSize = 4096
diff --git a/core/chain_indexer.go b/core/chain_indexer.go
index 9024e9381f..ee24c718eb 100644
--- a/core/chain_indexer.go
+++ b/core/chain_indexer.go
@@ -23,11 +23,11 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
)
// ChainIndexerBackend defines the methods needed to process chain segments in
diff --git a/core/chain_indexer_test.go b/core/chain_indexer_test.go
index 39038415c3..96678d28d6 100644
--- a/core/chain_indexer_test.go
+++ b/core/chain_indexer_test.go
@@ -23,8 +23,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
// Runs multiple tests with randomized parameters.
diff --git a/core/chain_makers.go b/core/chain_makers.go
index 52297026f9..0251b11315 100644
--- a/core/chain_makers.go
+++ b/core/chain_makers.go
@@ -20,14 +20,14 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/consensus/misc"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/consensus/misc"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// So we can deterministically seed different blockchains
diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go
index 180ba00fb4..b1cce868a5 100644
--- a/core/chain_makers_test.go
+++ b/core/chain_makers_test.go
@@ -20,12 +20,12 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
func ExampleGenerateChain() {
diff --git a/core/dao_test.go b/core/dao_test.go
index 7bf6715424..53e9928635 100644
--- a/core/dao_test.go
+++ b/core/dao_test.go
@@ -20,10 +20,10 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// Tests that DAO-fork enabled clients can properly filter out fork-commencing
diff --git a/core/database_util.go b/core/database_util.go
index f1ca503595..5fb1bb2295 100644
--- a/core/database_util.go
+++ b/core/database_util.go
@@ -24,13 +24,13 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/metrics"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// DatabaseReader wraps the Get method of a backing data store.
diff --git a/core/database_util_test.go b/core/database_util_test.go
index 03234b70ae..ba70bd5236 100644
--- a/core/database_util_test.go
+++ b/core/database_util_test.go
@@ -21,11 +21,11 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Tests block header storage and retrieval operations.
diff --git a/core/events.go b/core/events.go
index 8bfb57e9ba..fb13a21006 100644
--- a/core/events.go
+++ b/core/events.go
@@ -17,8 +17,8 @@
package core
import (
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// TxPreEvent is posted when a transaction enters the transaction pool.
diff --git a/core/evm.go b/core/evm.go
index 173fe4ffd8..8b2577d191 100644
--- a/core/evm.go
+++ b/core/evm.go
@@ -19,10 +19,10 @@ package core
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
// ChainContext supports retrieving headers and consensus parameters from the
diff --git a/core/gen_genesis.go b/core/gen_genesis.go
index 12c81d535f..50ce0270f2 100644
--- a/core/gen_genesis.go
+++ b/core/gen_genesis.go
@@ -7,10 +7,10 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/params"
)
func (g Genesis) MarshalJSON() ([]byte, error) {
diff --git a/core/gen_genesis_account.go b/core/gen_genesis_account.go
index 6766f929f1..45c6a7389b 100644
--- a/core/gen_genesis_account.go
+++ b/core/gen_genesis_account.go
@@ -7,9 +7,9 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*genesisAccountMarshaling)(nil)
diff --git a/core/genesis.go b/core/genesis.go
index 7d016eaeb4..9e81d260d6 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -25,15 +25,15 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
//go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go
diff --git a/core/genesis_test.go b/core/genesis_test.go
index 989f2afef8..89e0f2438e 100644
--- a/core/genesis_test.go
+++ b/core/genesis_test.go
@@ -22,11 +22,11 @@ import (
"testing"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
func TestDefaultGenesisBlock(t *testing.T) {
diff --git a/core/headerchain.go b/core/headerchain.go
index ae08f18a36..c7b33d4a85 100644
--- a/core/headerchain.go
+++ b/core/headerchain.go
@@ -25,12 +25,12 @@ import (
mrand "math/rand"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
"github.com/hashicorp/golang-lru"
)
diff --git a/core/helper_test.go b/core/helper_test.go
index 7c70a893be..bf227d7f11 100644
--- a/core/helper_test.go
+++ b/core/helper_test.go
@@ -20,9 +20,9 @@ import (
"container/list"
"fmt"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
)
// Implement our EthTest Manager
diff --git a/core/mkalloc.go b/core/mkalloc.go
index baaedaab1a..11711ad63b 100644
--- a/core/mkalloc.go
+++ b/core/mkalloc.go
@@ -34,8 +34,8 @@ import (
"sort"
"strconv"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
type allocItem struct{ Addr, Balance *big.Int }
diff --git a/core/state/database.go b/core/state/database.go
index 2d64da9730..ca1494e9b7 100644
--- a/core/state/database.go
+++ b/core/state/database.go
@@ -20,9 +20,9 @@ import (
"fmt"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/trie"
lru "github.com/hashicorp/golang-lru"
)
diff --git a/core/state/dump.go b/core/state/dump.go
index 54ca883f1d..a571804e87 100644
--- a/core/state/dump.go
+++ b/core/state/dump.go
@@ -20,9 +20,9 @@ import (
"encoding/json"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
type DumpAccount struct {
diff --git a/core/state/iterator.go b/core/state/iterator.go
index 0ede778957..9ba52decdd 100644
--- a/core/state/iterator.go
+++ b/core/state/iterator.go
@@ -20,9 +20,9 @@ import (
"bytes"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
// NodeIterator is an iterator to traverse the entire state trie post-order,
diff --git a/core/state/iterator_test.go b/core/state/iterator_test.go
index 7bb80f86e1..1dc5a857fc 100644
--- a/core/state/iterator_test.go
+++ b/core/state/iterator_test.go
@@ -20,7 +20,7 @@ import (
"bytes"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// Tests that the node iterator indeed walks over the entire database contents.
diff --git a/core/state/journal.go b/core/state/journal.go
index 833b894483..36540036e5 100644
--- a/core/state/journal.go
+++ b/core/state/journal.go
@@ -19,7 +19,7 @@ package state
import (
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
type journalEntry interface {
diff --git a/core/state/managed_state.go b/core/state/managed_state.go
index 52db18e50a..d01d4e6171 100644
--- a/core/state/managed_state.go
+++ b/core/state/managed_state.go
@@ -19,7 +19,7 @@ package state
import (
"sync"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
type account struct {
diff --git a/core/state/managed_state_test.go b/core/state/managed_state_test.go
index 19bf603588..1629b449de 100644
--- a/core/state/managed_state_test.go
+++ b/core/state/managed_state_test.go
@@ -19,8 +19,8 @@ package state
import (
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
var addr = common.BytesToAddress([]byte("test"))
diff --git a/core/state/state_object.go b/core/state/state_object.go
index e692f15fe6..a89e829a11 100644
--- a/core/state/state_object.go
+++ b/core/state/state_object.go
@@ -22,10 +22,10 @@ import (
"io"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
var emptyCodeHash = crypto.Keccak256(nil)
diff --git a/core/state/state_test.go b/core/state/state_test.go
index b5cb1d36c3..abd2085238 100644
--- a/core/state/state_test.go
+++ b/core/state/state_test.go
@@ -21,9 +21,9 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
checker "gopkg.in/check.v1"
)
diff --git a/core/state/statedb.go b/core/state/statedb.go
index 00d32517d7..e69677e65a 100644
--- a/core/state/statedb.go
+++ b/core/state/statedb.go
@@ -23,12 +23,12 @@ import (
"sort"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
type revision struct {
diff --git a/core/state/statedb_test.go b/core/state/statedb_test.go
index cd7384b67a..6cf62c7ce5 100644
--- a/core/state/statedb_test.go
+++ b/core/state/statedb_test.go
@@ -30,9 +30,9 @@ import (
check "gopkg.in/check.v1"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
// Tests that updating a state trie does not leak any database writes prior to
diff --git a/core/state/sync.go b/core/state/sync.go
index 38224738fa..ccb8583bfd 100644
--- a/core/state/sync.go
+++ b/core/state/sync.go
@@ -19,9 +19,9 @@ package state
import (
"bytes"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
// NewStateSync create a new state trie download scheduler.
diff --git a/core/state/sync_test.go b/core/state/sync_test.go
index b0554e75d2..c059a48db3 100644
--- a/core/state/sync_test.go
+++ b/core/state/sync_test.go
@@ -21,10 +21,10 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/trie"
)
// testAccount is the data associated with an account used by the state tests.
diff --git a/core/state_processor.go b/core/state_processor.go
index 42f6d69718..4bca18aabf 100644
--- a/core/state_processor.go
+++ b/core/state_processor.go
@@ -19,14 +19,14 @@ package core
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/consensus/misc"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/consensus/misc"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
// StateProcessor is a basic Processor, which takes care of transitioning
diff --git a/core/state_transition.go b/core/state_transition.go
index d4653cb0a7..054f167190 100644
--- a/core/state_transition.go
+++ b/core/state_transition.go
@@ -20,11 +20,11 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/core/tx_journal.go b/core/tx_journal.go
index 8182c42e8d..e5479c21e2 100644
--- a/core/tx_journal.go
+++ b/core/tx_journal.go
@@ -21,10 +21,10 @@ import (
"io"
"os"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// errNoActiveJournal is returned if a transaction is attempted to be inserted
diff --git a/core/tx_list.go b/core/tx_list.go
index 18e43c9c23..f757dcfb7f 100644
--- a/core/tx_list.go
+++ b/core/tx_list.go
@@ -22,9 +22,9 @@ import (
"math/big"
"sort"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/log"
)
// nonceHeap is a heap.Interface implementation over 64bit unsigned integers for
diff --git a/core/tx_list_test.go b/core/tx_list_test.go
index 4e31f48941..766411dd69 100644
--- a/core/tx_list_test.go
+++ b/core/tx_list_test.go
@@ -21,8 +21,8 @@ import (
"math/rand"
"testing"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// Tests that transactions can be added to strict lists and list contents and
diff --git a/core/tx_pool.go b/core/tx_pool.go
index 0603b6443a..d9dcc788aa 100644
--- a/core/tx_pool.go
+++ b/core/tx_pool.go
@@ -25,13 +25,13 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/metrics"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/params"
"gopkg.in/karalabe/cookiejar.v2/collections/prque"
)
diff --git a/core/tx_pool_test.go b/core/tx_pool_test.go
index 9ea69a1c20..ae52c6f8d2 100644
--- a/core/tx_pool_test.go
+++ b/core/tx_pool_test.go
@@ -26,13 +26,13 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/params"
)
// testTxPoolConfig is a transaction pool configuration without stateful disk
diff --git a/core/types.go b/core/types.go
index bf157afbf2..6c6307ca78 100644
--- a/core/types.go
+++ b/core/types.go
@@ -19,9 +19,9 @@ package core
import (
"math/big"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
// Validator is an interface which defines the standard for block validation. It
diff --git a/core/types/block.go b/core/types/block.go
index cb374c6660..5785caab1d 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -26,10 +26,10 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var (
diff --git a/core/types/block_test.go b/core/types/block_test.go
index 8f634fe6c3..93e3fe32f8 100644
--- a/core/types/block_test.go
+++ b/core/types/block_test.go
@@ -23,8 +23,8 @@ import (
"reflect"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// from bcValidBlockTest.json, "SimpleTx"
diff --git a/core/types/bloom9.go b/core/types/bloom9.go
index 057ec065ff..7d919996e6 100644
--- a/core/types/bloom9.go
+++ b/core/types/bloom9.go
@@ -20,8 +20,8 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
type bytesBacked interface {
diff --git a/core/types/bloom9_test.go b/core/types/bloom9_test.go
index 531577a7ff..0f78d66dba 100644
--- a/core/types/bloom9_test.go
+++ b/core/types/bloom9_test.go
@@ -54,7 +54,7 @@ func TestBloom(t *testing.T) {
import (
"testing"
- "github.com/burnout/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/state"
)
func TestBloom9(t *testing.T) {
diff --git a/core/types/derive_sha.go b/core/types/derive_sha.go
index ad99bdc61a..759bc1568d 100644
--- a/core/types/derive_sha.go
+++ b/core/types/derive_sha.go
@@ -19,9 +19,9 @@ package types
import (
"bytes"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
type DerivableList interface {
diff --git a/core/types/gen_header_json.go b/core/types/gen_header_json.go
index 742bc6f0bf..f28e73321e 100644
--- a/core/types/gen_header_json.go
+++ b/core/types/gen_header_json.go
@@ -7,8 +7,8 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
func (h Header) MarshalJSON() ([]byte, error) {
diff --git a/core/types/gen_log_json.go b/core/types/gen_log_json.go
index 7324159619..670e4e10a6 100644
--- a/core/types/gen_log_json.go
+++ b/core/types/gen_log_json.go
@@ -6,8 +6,8 @@ import (
"encoding/json"
"errors"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
func (l Log) MarshalJSON() ([]byte, error) {
diff --git a/core/types/gen_receipt_json.go b/core/types/gen_receipt_json.go
index 178205127c..0e9f297bb1 100644
--- a/core/types/gen_receipt_json.go
+++ b/core/types/gen_receipt_json.go
@@ -7,8 +7,8 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
func (r Receipt) MarshalJSON() ([]byte, error) {
diff --git a/core/types/gen_tx_json.go b/core/types/gen_tx_json.go
index 5823ccf211..a7c0c6bfb8 100644
--- a/core/types/gen_tx_json.go
+++ b/core/types/gen_tx_json.go
@@ -7,8 +7,8 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
func (t txdata) MarshalJSON() ([]byte, error) {
diff --git a/core/types/log.go b/core/types/log.go
index 504f5bd099..bc57885a7a 100644
--- a/core/types/log.go
+++ b/core/types/log.go
@@ -20,9 +20,9 @@ import (
"fmt"
"io"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
//go:generate gencodec -type Log -field-override logMarshaling -out gen_log_json.go
diff --git a/core/types/log_test.go b/core/types/log_test.go
index c7ebf57a9c..1f84206434 100644
--- a/core/types/log_test.go
+++ b/core/types/log_test.go
@@ -23,8 +23,8 @@ import (
"testing"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
var unmarshalLogTests = map[string]struct {
diff --git a/core/types/receipt.go b/core/types/receipt.go
index 83600335e2..341bb29c3a 100644
--- a/core/types/receipt.go
+++ b/core/types/receipt.go
@@ -22,9 +22,9 @@ import (
"io"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
//go:generate gencodec -type Receipt -field-override receiptMarshaling -out gen_receipt_json.go
diff --git a/core/types/transaction.go b/core/types/transaction.go
index 5f4c7ba600..5315a501cd 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -24,10 +24,10 @@ import (
"math/big"
"sync/atomic"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
//go:generate gencodec -type txdata -field-override txdataMarshaling -out gen_tx_json.go
diff --git a/core/types/transaction_signing.go b/core/types/transaction_signing.go
index add7cfe6cc..9048caf490 100644
--- a/core/types/transaction_signing.go
+++ b/core/types/transaction_signing.go
@@ -22,9 +22,9 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/core/types/transaction_signing_test.go b/core/types/transaction_signing_test.go
index c9c0e5041f..77afc23d85 100644
--- a/core/types/transaction_signing_test.go
+++ b/core/types/transaction_signing_test.go
@@ -20,9 +20,9 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func TestEIP155Signing(t *testing.T) {
diff --git a/core/types/transaction_test.go b/core/types/transaction_test.go
index e6a8d9b11c..486c3dfe45 100644
--- a/core/types/transaction_test.go
+++ b/core/types/transaction_test.go
@@ -23,9 +23,9 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// The values in those tests are from the Transaction Tests
diff --git a/core/vm/analysis.go b/core/vm/analysis.go
index 2129a2d79f..d4fa1e6b40 100644
--- a/core/vm/analysis.go
+++ b/core/vm/analysis.go
@@ -19,7 +19,7 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// destinations stores one map per contract (keyed by hash of code).
diff --git a/core/vm/common.go b/core/vm/common.go
index 19c66fd529..cca247b8ee 100644
--- a/core/vm/common.go
+++ b/core/vm/common.go
@@ -19,8 +19,8 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
// calculates the memory size required for a step
diff --git a/core/vm/contract.go b/core/vm/contract.go
index 572c0b66bb..0b1239c699 100644
--- a/core/vm/contract.go
+++ b/core/vm/contract.go
@@ -19,7 +19,7 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// ContractRef is a reference to the contract's backing object
diff --git a/core/vm/contracts.go b/core/vm/contracts.go
index b4a7d5a31e..1138dec979 100644
--- a/core/vm/contracts.go
+++ b/core/vm/contracts.go
@@ -21,11 +21,11 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/bn256"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/bn256"
+ "github.com/burnoutcoin/go-burnout/params"
"golang.org/x/crypto/ripemd160"
)
diff --git a/core/vm/contracts_test.go b/core/vm/contracts_test.go
index dd8f796771..a9e920a806 100644
--- a/core/vm/contracts_test.go
+++ b/core/vm/contracts_test.go
@@ -5,7 +5,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// precompiledTest defines the input/output pairs for precompiled contract tests.
diff --git a/core/vm/evm.go b/core/vm/evm.go
index 04afcab03f..bcf41491c7 100644
--- a/core/vm/evm.go
+++ b/core/vm/evm.go
@@ -20,9 +20,9 @@ import (
"math/big"
"sync/atomic"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
// emptyCodeHash is used by create to ensure deployment is disallowed to already
diff --git a/core/vm/gas.go b/core/vm/gas.go
index 375976ab92..2081183205 100644
--- a/core/vm/gas.go
+++ b/core/vm/gas.go
@@ -19,7 +19,7 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
const (
diff --git a/core/vm/gas_table.go b/core/vm/gas_table.go
index 33a38a5f10..99bfd0f62a 100644
--- a/core/vm/gas_table.go
+++ b/core/vm/gas_table.go
@@ -19,9 +19,9 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/params"
)
// memoryGasCosts calculates the quadratic gas for memory expansion. It does so
diff --git a/core/vm/gen_structlog.go b/core/vm/gen_structlog.go
index b9bf62e54a..4ca6b9b219 100644
--- a/core/vm/gen_structlog.go
+++ b/core/vm/gen_structlog.go
@@ -6,9 +6,9 @@ import (
"encoding/json"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
func (s StructLog) MarshalJSON() ([]byte, error) {
diff --git a/core/vm/instructions.go b/core/vm/instructions.go
index 108fc54e71..6318b8f5e7 100644
--- a/core/vm/instructions.go
+++ b/core/vm/instructions.go
@@ -21,11 +21,11 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go
index 6ba9967af7..c5b4bb8f5e 100644
--- a/core/vm/instructions_test.go
+++ b/core/vm/instructions_test.go
@@ -4,8 +4,8 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/params"
)
func TestByteOp(t *testing.T) {
diff --git a/core/vm/interface.go b/core/vm/interface.go
index af3a2bd4ec..2e8cafe74a 100644
--- a/core/vm/interface.go
+++ b/core/vm/interface.go
@@ -19,8 +19,8 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// StateDB is an EVM database for full state querying.
diff --git a/core/vm/interpreter.go b/core/vm/interpreter.go
index b7ef843618..375f48e238 100644
--- a/core/vm/interpreter.go
+++ b/core/vm/interpreter.go
@@ -20,10 +20,10 @@ import (
"fmt"
"sync/atomic"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
// Config are the configuration options for the Interpreter
diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go
index 07d4ce54ae..77e48da8ec 100644
--- a/core/vm/jump_table.go
+++ b/core/vm/jump_table.go
@@ -20,7 +20,7 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
type (
diff --git a/core/vm/logger.go b/core/vm/logger.go
index ca264db3c7..d8c6af6aa4 100644
--- a/core/vm/logger.go
+++ b/core/vm/logger.go
@@ -23,10 +23,10 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
type Storage map[common.Hash]common.Hash
diff --git a/core/vm/logger_test.go b/core/vm/logger_test.go
index 8d6771eac7..3fb9e1a16c 100644
--- a/core/vm/logger_test.go
+++ b/core/vm/logger_test.go
@@ -20,8 +20,8 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/params"
)
type dummyContractRef struct {
diff --git a/core/vm/memory_table.go b/core/vm/memory_table.go
index 8c9108497d..0cf6c2fb32 100644
--- a/core/vm/memory_table.go
+++ b/core/vm/memory_table.go
@@ -19,7 +19,7 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
func memorySha3(stack *Stack) *big.Int {
diff --git a/core/vm/noop.go b/core/vm/noop.go
index eb714432e8..b67b77d056 100644
--- a/core/vm/noop.go
+++ b/core/vm/noop.go
@@ -19,8 +19,8 @@ package vm
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
func NoopCanTransfer(db StateDB, from common.Address, balance *big.Int) bool {
diff --git a/core/vm/runtime/env.go b/core/vm/runtime/env.go
index 3b369d7d5c..240e2adec1 100644
--- a/core/vm/runtime/env.go
+++ b/core/vm/runtime/env.go
@@ -19,9 +19,9 @@ package runtime
import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
func NewEnv(cfg *Config) *vm.EVM {
diff --git a/core/vm/runtime/runtime.go b/core/vm/runtime/runtime.go
index 2b45f690ae..891e263a95 100644
--- a/core/vm/runtime/runtime.go
+++ b/core/vm/runtime/runtime.go
@@ -21,12 +21,12 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// Config is a basic type specifying certain configuration flags for running
diff --git a/core/vm/runtime/runtime_example_test.go b/core/vm/runtime/runtime_example_test.go
index e1dbd63795..24b42ddbb2 100644
--- a/core/vm/runtime/runtime_example_test.go
+++ b/core/vm/runtime/runtime_example_test.go
@@ -19,8 +19,8 @@ package runtime_test
import (
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/vm/runtime"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/vm/runtime"
)
func ExampleExecute() {
diff --git a/core/vm/runtime/runtime_test.go b/core/vm/runtime/runtime_test.go
index 4ec2dfb5ca..4e29383ede 100644
--- a/core/vm/runtime/runtime_test.go
+++ b/core/vm/runtime/runtime_test.go
@@ -21,11 +21,11 @@ import (
"strings"
"testing"
- "github.com/burnout/go-burnout/accounts/abi"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/accounts/abi"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
func TestDefaults(t *testing.T) {
diff --git a/core/vm/stack_table.go b/core/vm/stack_table.go
index 759b90dfde..746d3b3bdf 100644
--- a/core/vm/stack_table.go
+++ b/core/vm/stack_table.go
@@ -19,7 +19,7 @@ package vm
import (
"fmt"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
func makeStackFunc(pop, push int) stackValidationFunc {
diff --git a/core/vm/vm_jit.go b/core/vm/vm_jit.go
index 35ef36cba0..6f3eca4ca2 100644
--- a/core/vm/vm_jit.go
+++ b/core/vm/vm_jit.go
@@ -38,9 +38,9 @@ import (
"math/big"
"unsafe"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/params"
)
type JitVm struct {
diff --git a/crypto/crypto.go b/crypto/crypto.go
index 505469b73c..1faf0ddad7 100644
--- a/crypto/crypto.go
+++ b/crypto/crypto.go
@@ -28,10 +28,10 @@ import (
"math/big"
"os"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var (
diff --git a/crypto/crypto_test.go b/crypto/crypto_test.go
index 03af9984ab..a9e14f9292 100644
--- a/crypto/crypto_test.go
+++ b/crypto/crypto_test.go
@@ -27,7 +27,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
var testAddrHex = "970e8128ab834e8eac17ab8e3812f010678cf791"
diff --git a/crypto/ecies/ecies_test.go b/crypto/ecies/ecies_test.go
index e89cc4926d..8a1aff7eeb 100644
--- a/crypto/ecies/ecies_test.go
+++ b/crypto/ecies/ecies_test.go
@@ -40,7 +40,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var dumpEnc bool
diff --git a/crypto/ecies/params.go b/crypto/ecies/params.go
index 24c60eba8a..bc04f73930 100644
--- a/crypto/ecies/params.go
+++ b/crypto/ecies/params.go
@@ -42,7 +42,7 @@ import (
"fmt"
"hash"
- ethcrypto "github.com/burnout/go-burnout/crypto"
+ ethcrypto "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/crypto/secp256k1/curve.go b/crypto/secp256k1/curve.go
index 61ee974e0a..9d14397534 100644
--- a/crypto/secp256k1/curve.go
+++ b/crypto/secp256k1/curve.go
@@ -37,7 +37,7 @@ import (
"sync"
"unsafe"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
/*
diff --git a/crypto/secp256k1/secp256_test.go b/crypto/secp256k1/secp256_test.go
index 6b40682f70..ad541dcafa 100644
--- a/crypto/secp256k1/secp256_test.go
+++ b/crypto/secp256k1/secp256_test.go
@@ -24,8 +24,8 @@ import (
"encoding/hex"
"testing"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto/randentropy"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto/randentropy"
)
const TestCount = 1000
diff --git a/crypto/signature_cgo.go b/crypto/signature_cgo.go
index c77219ac12..aef46a3b54 100644
--- a/crypto/signature_cgo.go
+++ b/crypto/signature_cgo.go
@@ -23,8 +23,8 @@ import (
"crypto/elliptic"
"fmt"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto/secp256k1"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto/secp256k1"
)
func Ecrecover(hash, sig []byte) ([]byte, error) {
diff --git a/event/example_feed_test.go b/event/example_feed_test.go
index 32f3783584..0c903357dc 100644
--- a/event/example_feed_test.go
+++ b/event/example_feed_test.go
@@ -19,7 +19,7 @@ package event_test
import (
"fmt"
- "github.com/burnout/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/event"
)
func ExampleFeed_acknowledgedEvents() {
diff --git a/event/example_scope_test.go b/event/example_scope_test.go
index 822c95a732..53b13e337d 100644
--- a/event/example_scope_test.go
+++ b/event/example_scope_test.go
@@ -20,7 +20,7 @@ import (
"fmt"
"sync"
- "github.com/burnout/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/event"
)
// This example demonstrates how SubscriptionScope can be used to control the lifetime of
diff --git a/event/example_subscription_test.go b/event/example_subscription_test.go
index 79ef119fee..383fb528bd 100644
--- a/event/example_subscription_test.go
+++ b/event/example_subscription_test.go
@@ -19,7 +19,7 @@ package event_test
import (
"fmt"
- "github.com/burnout/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/event"
)
func ExampleNewSubscription() {
diff --git a/event/subscription.go b/event/subscription.go
index 0815fe5f35..3b7e4f31a9 100644
--- a/event/subscription.go
+++ b/event/subscription.go
@@ -21,7 +21,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
// Subscription represents a stream of events. The carrier of the events is typically a
diff --git a/interfaces.go b/interfaces.go
index eca80ac27e..99209425d8 100644
--- a/interfaces.go
+++ b/interfaces.go
@@ -15,15 +15,15 @@
// along with the go-burnout library. If not, see .
// Package burnout defines interfaces for interacting with Burnout.
-package burnout
+package burnoutcoin
import (
"context"
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// NotFound is returned by API methods if the requested item does not exist.
diff --git a/internal/build/env.go b/internal/build/env.go
index 343c9e6a39..207df48b3b 100644
--- a/internal/build/env.go
+++ b/internal/build/env.go
@@ -81,7 +81,7 @@ func Env() Environment {
// LocalEnv returns build environment metadata gathered from git.
func LocalEnv() Environment {
- env := applyEnvFlags(Environment{Name: "local", Repo: "burnout/go-burnout"})
+ env := applyEnvFlags(Environment{Name: "local", Repo: "burnoutcoin/go-burnout"})
if _, err := os.Stat(".git"); err != nil {
return env
}
diff --git a/internal/debug/api.go b/internal/debug/api.go
index b46ee35be2..e3e8be4390 100644
--- a/internal/debug/api.go
+++ b/internal/debug/api.go
@@ -33,7 +33,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// Handler is the global debugging handler.
diff --git a/internal/debug/flags.go b/internal/debug/flags.go
index fd607073d7..41fd65a046 100644
--- a/internal/debug/flags.go
+++ b/internal/debug/flags.go
@@ -24,8 +24,8 @@ import (
"os"
"runtime"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/log/term"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log/term"
colorable "github.com/mattn/go-colorable"
"gopkg.in/urfave/cli.v1"
)
diff --git a/internal/debug/trace.go b/internal/debug/trace.go
index 1b0b241812..5d3cf80221 100644
--- a/internal/debug/trace.go
+++ b/internal/debug/trace.go
@@ -23,7 +23,7 @@ import (
"os"
"runtime/trace"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// StartGoTrace turns on tracing, writing to the given file.
diff --git a/internal/ethapi/addrlock.go b/internal/ethapi/addrlock.go
index c10c305929..9bfd781fae 100644
--- a/internal/ethapi/addrlock.go
+++ b/internal/ethapi/addrlock.go
@@ -19,7 +19,7 @@ package ethapi
import (
"sync"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
type AddrLocker struct {
diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go
index 6561ad0760..98ee3b0ebe 100644
--- a/internal/ethapi/api.go
+++ b/internal/ethapi/api.go
@@ -24,21 +24,21 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/util"
)
@@ -390,7 +390,7 @@ func signHash(data []byte) []byte {
//
// The key used to calculate the signature is decrypted with the given password.
//
-// https://github.com/burnout/go-burnout/wiki/Management-APIs#personal_sign
+// https://github.com/burnoutcoin/go-burnout/wiki/Management-APIs#personal_sign
func (s *PrivateAccountAPI) Sign(ctx context.Context, data hexutil.Bytes, addr common.Address, passwd string) (hexutil.Bytes, error) {
// Look up the wallet containing the requested signer
account := accounts.Account{Address: addr}
@@ -417,7 +417,7 @@ func (s *PrivateAccountAPI) Sign(ctx context.Context, data hexutil.Bytes, addr c
// Note, the signature must conform to the secp256k1 curve R, S and V values, where
// the V value must be be 27 or 28 for legacy reasons.
//
-// https://github.com/burnout/go-burnout/wiki/Management-APIs#personal_ecRecover
+// https://github.com/burnoutcoin/go-burnout/wiki/Management-APIs#personal_ecRecover
func (s *PrivateAccountAPI) EcRecover(ctx context.Context, data, sig hexutil.Bytes) (common.Address, error) {
if len(sig) != 65 {
return common.Address{}, fmt.Errorf("signature must be 65 bytes long")
diff --git a/internal/ethapi/backend.go b/internal/ethapi/backend.go
index ef3463e051..69bef09e1d 100644
--- a/internal/ethapi/backend.go
+++ b/internal/ethapi/backend.go
@@ -21,17 +21,17 @@ import (
"context"
"math/big"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// Backend interface provides the common API services (that are provided by
diff --git a/internal/ethapi/tracer.go b/internal/ethapi/tracer.go
index d687c0155e..b0ff5bac52 100644
--- a/internal/ethapi/tracer.go
+++ b/internal/ethapi/tracer.go
@@ -23,9 +23,9 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/core/vm"
"github.com/robertkrimen/otto"
)
diff --git a/internal/ethapi/tracer_test.go b/internal/ethapi/tracer_test.go
index 8112c90d57..859f5efacc 100644
--- a/internal/ethapi/tracer_test.go
+++ b/internal/ethapi/tracer_test.go
@@ -23,9 +23,9 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/params"
)
type account struct{}
diff --git a/internal/guide/guide_test.go b/internal/guide/guide_test.go
index eeb4523a8e..2db7524b64 100644
--- a/internal/guide/guide_test.go
+++ b/internal/guide/guide_test.go
@@ -30,8 +30,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Tests that the account management snippets work correctly.
diff --git a/internal/jsre/deps/web3.js b/internal/jsre/deps/web3.js
index 505dc2da8c..3c507d8ea6 100644
--- a/internal/jsre/deps/web3.js
+++ b/internal/jsre/deps/web3.js
@@ -5699,7 +5699,7 @@ module.exports = Shh;
* @author Alex Beregszaszi
* @date 2016
*
- * Reference: https://github.com/burnout/go-burnout/blob/swarm/internal/web3ext/web3ext.go#L33
+ * Reference: https://github.com/burnoutcoin/go-burnout/blob/swarm/internal/web3ext/web3ext.go#L33
*/
"use strict";
diff --git a/internal/jsre/jsre.go b/internal/jsre/jsre.go
index e4bfcda708..c3f6611a00 100644
--- a/internal/jsre/jsre.go
+++ b/internal/jsre/jsre.go
@@ -26,8 +26,8 @@ import (
"math/rand"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/internal/jsre/deps"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/internal/jsre/deps"
"github.com/robertkrimen/otto"
)
diff --git a/les/api_backend.go b/les/api_backend.go
index 970eb20fd2..1769919a80 100644
--- a/les/api_backend.go
+++ b/les/api_backend.go
@@ -20,21 +20,21 @@ import (
"context"
"math/big"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/bloombits"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brn/gasprice"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/bloombits"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brn/gasprice"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
type LesApiBackend struct {
diff --git a/les/backend.go b/les/backend.go
index 29e4b1c2ee..03321c698e 100644
--- a/les/backend.go
+++ b/les/backend.go
@@ -22,26 +22,26 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brn/filters"
- "github.com/burnout/go-burnout/brn/gasprice"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/internal/ethapi"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/params"
- rpc "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brn/filters"
+ "github.com/burnoutcoin/go-burnout/brn/gasprice"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/internal/ethapi"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/params"
+ rpc "github.com/burnoutcoin/go-burnout/rpc"
)
type LightBurnout struct {
diff --git a/les/fetcher.go b/les/fetcher.go
index 207c09528a..6408f2c3df 100644
--- a/les/fetcher.go
+++ b/les/fetcher.go
@@ -22,13 +22,13 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/les/flowcontrol/control.go b/les/flowcontrol/control.go
index 35648114da..c82d43167f 100644
--- a/les/flowcontrol/control.go
+++ b/les/flowcontrol/control.go
@@ -21,7 +21,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
const fcTimeConst = time.Millisecond
diff --git a/les/flowcontrol/manager.go b/les/flowcontrol/manager.go
index 4e9d861093..e6f6d795be 100644
--- a/les/flowcontrol/manager.go
+++ b/les/flowcontrol/manager.go
@@ -21,7 +21,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
const rcConst = 1000000
diff --git a/les/handler.go b/les/handler.go
index 7da880d173..0da197d903 100644
--- a/les/handler.go
+++ b/les/handler.go
@@ -26,22 +26,22 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
const (
diff --git a/les/handler_test.go b/les/handler_test.go
index 4e19ba2215..41ff638a8d 100644
--- a/les/handler_test.go
+++ b/les/handler_test.go
@@ -20,15 +20,15 @@ import (
"math/rand"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
func expectResponse(r p2p.MsgReader, msgcode, reqID, bv uint64, data interface{}) error {
diff --git a/les/helper_test.go b/les/helper_test.go
index d4d641327e..5fe6165f9d 100644
--- a/les/helper_test.go
+++ b/les/helper_test.go
@@ -25,19 +25,19 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/les/flowcontrol"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/les/flowcontrol"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/les/metrics.go b/les/metrics.go
index 21450a8997..5e2bdfc66b 100644
--- a/les/metrics.go
+++ b/les/metrics.go
@@ -17,8 +17,8 @@
package les
import (
- "github.com/burnout/go-burnout/metrics"
- "github.com/burnout/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/p2p"
)
var (
diff --git a/les/odr.go b/les/odr.go
index 6882f2d195..ff1ea3f54d 100644
--- a/les/odr.go
+++ b/les/odr.go
@@ -19,9 +19,9 @@ package les
import (
"context"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/log"
)
// LesOdr implements light.OdrBackend
diff --git a/les/odr_requests.go b/les/odr_requests.go
index 830e8485b6..2ba7679b47 100644
--- a/les/odr_requests.go
+++ b/les/odr_requests.go
@@ -23,15 +23,15 @@ import (
"errors"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
var (
diff --git a/les/odr_test.go b/les/odr_test.go
index d9768b710d..49046022c9 100644
--- a/les/odr_test.go
+++ b/les/odr_test.go
@@ -23,16 +23,16 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
type odrTestFn func(ctx context.Context, db brndb.Database, config *params.ChainConfig, bc *core.BlockChain, lc *light.LightChain, bhash common.Hash) []byte
diff --git a/les/peer.go b/les/peer.go
index da81e870d2..74f5fa202c 100644
--- a/les/peer.go
+++ b/les/peer.go
@@ -24,12 +24,12 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/les/flowcontrol"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/les/flowcontrol"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var (
diff --git a/les/protocol.go b/les/protocol.go
index 365830a778..f005a4ca92 100644
--- a/les/protocol.go
+++ b/les/protocol.go
@@ -22,8 +22,8 @@ import (
"io"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Constants to match up protocol versions and messages
diff --git a/les/request_test.go b/les/request_test.go
index 832143016e..8452ad1b07 100644
--- a/les/request_test.go
+++ b/les/request_test.go
@@ -21,11 +21,11 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/light"
)
var testBankSecureTrieKey = secAddr(testBankAddress)
diff --git a/les/retrieve.go b/les/retrieve.go
index 74d7b964e7..3651b51219 100644
--- a/les/retrieve.go
+++ b/les/retrieve.go
@@ -25,7 +25,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
var (
diff --git a/les/server.go b/les/server.go
index 85b2f8d23d..f8f736a4e5 100644
--- a/les/server.go
+++ b/les/server.go
@@ -23,18 +23,18 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/les/flowcontrol"
- "github.com/burnout/go-burnout/light"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/les/flowcontrol"
+ "github.com/burnoutcoin/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
type LesServer struct {
diff --git a/les/serverpool.go b/les/serverpool.go
index 23110fdb04..47bbac2e3a 100644
--- a/les/serverpool.go
+++ b/les/serverpool.go
@@ -27,13 +27,13 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const (
diff --git a/les/sync.go b/les/sync.go
index e623ba4c57..87118ae875 100644
--- a/les/sync.go
+++ b/les/sync.go
@@ -20,9 +20,9 @@ import (
"context"
"time"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/light"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/light"
)
const (
diff --git a/les/txrelay.go b/les/txrelay.go
index 504b26af43..62aaad2aa5 100644
--- a/les/txrelay.go
+++ b/les/txrelay.go
@@ -19,8 +19,8 @@ package les
import (
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
type ltrInfo struct {
diff --git a/light/lightchain.go b/light/lightchain.go
index 76441ff71f..30a6a40e42 100644
--- a/light/lightchain.go
+++ b/light/lightchain.go
@@ -23,15 +23,15 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
"github.com/hashicorp/golang-lru"
)
diff --git a/light/lightchain_test.go b/light/lightchain_test.go
index e2072e290d..ca459430f1 100644
--- a/light/lightchain_test.go
+++ b/light/lightchain_test.go
@@ -21,12 +21,12 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// So we can deterministically seed different blockchains
diff --git a/light/odr.go b/light/odr.go
index bc4f701557..475d647c1c 100644
--- a/light/odr.go
+++ b/light/odr.go
@@ -22,12 +22,12 @@ import (
"context"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// NoOdr is the default context passed to an ODR capable function when the ODR
diff --git a/light/odr_test.go b/light/odr_test.go
index e4bc430541..8b2e241f08 100644
--- a/light/odr_test.go
+++ b/light/odr_test.go
@@ -24,18 +24,18 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/trie"
)
var (
diff --git a/light/odr_util.go b/light/odr_util.go
index d7a32d984f..84b5361c4a 100644
--- a/light/odr_util.go
+++ b/light/odr_util.go
@@ -22,12 +22,12 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var sha3_nil = crypto.Keccak256Hash(nil)
diff --git a/light/trie.go b/light/trie.go
index 1d423b2d0d..ad8896f319 100644
--- a/light/trie.go
+++ b/light/trie.go
@@ -20,11 +20,11 @@ import (
"context"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/trie"
)
func NewState(ctx context.Context, head *types.Header, odr OdrBackend) *state.StateDB {
diff --git a/light/trie_test.go b/light/trie_test.go
index 2f89b44baa..adf07398f8 100644
--- a/light/trie_test.go
+++ b/light/trie_test.go
@@ -23,13 +23,13 @@ import (
"testing"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/trie"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/trie"
)
func TestNodeIterator(t *testing.T) {
diff --git a/light/txpool.go b/light/txpool.go
index a5876f57c3..626c57ec4a 100644
--- a/light/txpool.go
+++ b/light/txpool.go
@@ -22,15 +22,15 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const (
diff --git a/light/txpool_test.go b/light/txpool_test.go
index 5166aa601a..a77e2916ee 100644
--- a/light/txpool_test.go
+++ b/light/txpool_test.go
@@ -23,13 +23,13 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
type testTxRelay struct {
diff --git a/log/format.go b/log/format.go
index 811b789011..5f465544ca 100644
--- a/log/format.go
+++ b/log/format.go
@@ -22,7 +22,7 @@ const (
// locationTrims are trimmed for display to avoid unwieldy log lines.
var locationTrims = []string{
- "github.com/burnout/go-burnout/",
+ "github.com/burnoutcoin/go-burnout/",
}
// PrintOrigins sets or unsets log location (file:line) printing for terminal
diff --git a/metrics/metrics.go b/metrics/metrics.go
index 0b1b798cf7..5ee31ab4b5 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -23,7 +23,7 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"github.com/rcrowley/go-metrics"
"github.com/rcrowley/go-metrics/exp"
)
diff --git a/miner/agent.go b/miner/agent.go
index 4d988ec635..ef60012803 100644
--- a/miner/agent.go
+++ b/miner/agent.go
@@ -21,8 +21,8 @@ import (
"sync/atomic"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/log"
)
type CpuAgent struct {
diff --git a/miner/miner.go b/miner/miner.go
index 7bd8c3efae..ab0cd582cb 100644
--- a/miner/miner.go
+++ b/miner/miner.go
@@ -21,17 +21,17 @@ import (
"fmt"
"sync/atomic"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
)
// Backend wraps all methods required for mining.
diff --git a/miner/remote_agent.go b/miner/remote_agent.go
index 8b867c7373..5a2a3a2ef4 100644
--- a/miner/remote_agent.go
+++ b/miner/remote_agent.go
@@ -23,11 +23,11 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/log"
)
type hashrate struct {
diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go
index fc9ab76056..04a4a8d82f 100644
--- a/miner/unconfirmed.go
+++ b/miner/unconfirmed.go
@@ -20,9 +20,9 @@ import (
"container/ring"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/log"
)
// headerRetriever is used by the unconfirmed block set to verify whether a previously
diff --git a/miner/unconfirmed_test.go b/miner/unconfirmed_test.go
index a9a9bc3203..6f3b97a04a 100644
--- a/miner/unconfirmed_test.go
+++ b/miner/unconfirmed_test.go
@@ -19,8 +19,8 @@ package miner
import (
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// noopHeaderRetriever is an implementation of headerRetriever that always
diff --git a/miner/worker.go b/miner/worker.go
index fc538eb403..23ac4dd2ab 100644
--- a/miner/worker.go
+++ b/miner/worker.go
@@ -24,17 +24,17 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/consensus"
- "github.com/burnout/go-burnout/consensus/misc"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/consensus"
+ "github.com/burnoutcoin/go-burnout/consensus/misc"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/params"
"gopkg.in/fatih/set.v0"
)
diff --git a/mobile/accounts.go b/mobile/accounts.go
index 3bcd74fd0a..f402489032 100644
--- a/mobile/accounts.go
+++ b/mobile/accounts.go
@@ -23,10 +23,10 @@ import (
"errors"
"time"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
const (
diff --git a/mobile/android_test.go b/mobile/android_test.go
index 84c3f33b64..9f01a72147 100644
--- a/mobile/android_test.go
+++ b/mobile/android_test.go
@@ -25,7 +25,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/internal/build"
+ "github.com/burnoutcoin/go-burnout/internal/build"
)
// androidTestClass is a Java class to do some lightweight tests against the Android
@@ -40,7 +40,7 @@ import android.test.MoreAsserts;
import java.math.BigInteger;
import java.util.Arrays;
-import org.burnout.geth.*;
+import org.burnoutcoin.geth.*;
public class AndroidTest extends InstrumentationTestCase {
public AndroidTest() {}
@@ -202,7 +202,7 @@ func TestAndroid(t *testing.T) {
}
}
// Generate the mobile bindings for Geth and add the tester class
- gobind := exec.Command("gomobile", "bind", "-javapkg", "org.burnout", "github.com/burnout/go-burnout/mobile")
+ gobind := exec.Command("gomobile", "bind", "-javapkg", "org.burnout", "github.com/burnoutcoin/go-burnout/mobile")
if output, err := gobind.CombinedOutput(); err != nil {
t.Logf("%s", output)
t.Fatalf("failed to run gomobile bind: %v", err)
@@ -227,7 +227,7 @@ func TestAndroid(t *testing.T) {
const androidManifest = `
diff --git a/mobile/big.go b/mobile/big.go
index 4b84886946..95c9a7bbd9 100644
--- a/mobile/big.go
+++ b/mobile/big.go
@@ -22,7 +22,7 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// A BigInt represents a signed multi-precision integer.
diff --git a/mobile/bind.go b/mobile/bind.go
index 3c95228df5..9ce4dd6323 100644
--- a/mobile/bind.go
+++ b/mobile/bind.go
@@ -22,10 +22,10 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/accounts/abi"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/accounts/abi"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Signer is an interaface defining the callback when a contract requires a
diff --git a/mobile/common.go b/mobile/common.go
index c6ece175d3..94f46da7a1 100644
--- a/mobile/common.go
+++ b/mobile/common.go
@@ -24,7 +24,7 @@ import (
"fmt"
"strings"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// Hash represents the 32 byte Keccak256 hash of arbitrary data.
diff --git a/mobile/discover.go b/mobile/discover.go
index 46e0040080..724101974d 100644
--- a/mobile/discover.go
+++ b/mobile/discover.go
@@ -22,7 +22,7 @@ package geth
import (
"errors"
- "github.com/burnout/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
)
// Enode represents a host on the network.
diff --git a/mobile/ethclient.go b/mobile/ethclient.go
index ed55624b38..b80c130235 100644
--- a/mobile/ethclient.go
+++ b/mobile/ethclient.go
@@ -21,8 +21,8 @@ package geth
import (
"math/big"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/brnclient"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/brnclient"
)
// BurnoutClient provides access to the Burnout APIs.
diff --git a/mobile/ethereum.go b/mobile/ethereum.go
index c83dce73a0..1bd7164ff6 100644
--- a/mobile/ethereum.go
+++ b/mobile/ethereum.go
@@ -22,14 +22,14 @@ import (
"errors"
"math/big"
- burnout "github.com/burnout/go-burnout"
- "github.com/burnout/go-burnout/common"
+ burnoutcoin "github.com/burnoutcoin/go-burnout"
+ "github.com/burnoutcoin/go-burnout/common"
)
// Subscription represents an event subscription where events are
// delivered on a data channel.
type Subscription struct {
- sub burnout.Subscription
+ sub burnoutcoin.Subscription
}
// Unsubscribe cancels the sending of events to the data channel
@@ -40,7 +40,7 @@ func (s *Subscription) Unsubscribe() {
// CallMsg contains parameters for contract calls.
type CallMsg struct {
- msg burnout.CallMsg
+ msg burnoutcoin.CallMsg
}
// NewCallMsg creates an empty contract call parameter list.
@@ -75,7 +75,7 @@ func (msg *CallMsg) SetTo(address *Address) {
// SyncProgress gives progress indications when the node is synchronising with
// the Burnout network.
type SyncProgress struct {
- progress burnout.SyncProgress
+ progress burnoutcoin.SyncProgress
}
func (p *SyncProgress) GetStartingBlock() int64 { return int64(p.progress.StartingBlock) }
@@ -128,7 +128,7 @@ func (t *Topics) Append(topics *Hashes) {
// FilterQuery contains options for contact log filtering.
type FilterQuery struct {
- query burnout.FilterQuery
+ query burnoutcoin.FilterQuery
}
// NewFilterQuery creates an empty filter query for contact log filtering.
diff --git a/mobile/geth.go b/mobile/geth.go
index 9c380d09e1..f755d65116 100644
--- a/mobile/geth.go
+++ b/mobile/geth.go
@@ -24,17 +24,17 @@ import (
"fmt"
"path/filepath"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/brn"
- "github.com/burnout/go-burnout/brn/downloader"
- "github.com/burnout/go-burnout/brnclient"
- "github.com/burnout/go-burnout/brnstats"
- "github.com/burnout/go-burnout/les"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/params"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/brn"
+ "github.com/burnoutcoin/go-burnout/brn/downloader"
+ "github.com/burnoutcoin/go-burnout/brnclient"
+ "github.com/burnoutcoin/go-burnout/brnstats"
+ "github.com/burnoutcoin/go-burnout/les"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/params"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
)
// NodeConfig represents the collection of configuration values to fine tune the Geth
diff --git a/mobile/init.go b/mobile/init.go
index b0305028e1..30fe1226a8 100644
--- a/mobile/init.go
+++ b/mobile/init.go
@@ -22,7 +22,7 @@ import (
"os"
"runtime"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
func init() {
diff --git a/mobile/interface.go b/mobile/interface.go
index 292bd4e8a5..c064cf111a 100644
--- a/mobile/interface.go
+++ b/mobile/interface.go
@@ -22,7 +22,7 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// Interface represents a wrapped version of Go's interface{}, with the capacity
diff --git a/mobile/logger.go b/mobile/logger.go
index d6f0773ba5..632d1c56f4 100644
--- a/mobile/logger.go
+++ b/mobile/logger.go
@@ -19,7 +19,7 @@ package geth
import (
"os"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// SetVerbosity sets the global verbosity level (between 0 and 6 - see logger/verbosity.go).
diff --git a/mobile/p2p.go b/mobile/p2p.go
index 9caa099ea2..429abaa354 100644
--- a/mobile/p2p.go
+++ b/mobile/p2p.go
@@ -21,7 +21,7 @@ package geth
import (
"errors"
- "github.com/burnout/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p"
)
// NodeInfo represents pi short summary of the information known about the host.
diff --git a/mobile/params.go b/mobile/params.go
index 5f79393f3b..5932b69af8 100644
--- a/mobile/params.go
+++ b/mobile/params.go
@@ -21,9 +21,9 @@ package geth
import (
"encoding/json"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/params"
)
// MainnetGenesis returns the JSON spec to use for the main Burnout network. It
diff --git a/mobile/types.go b/mobile/types.go
index dd5de65604..09bb300b6b 100644
--- a/mobile/types.go
+++ b/mobile/types.go
@@ -23,9 +23,9 @@ import (
"errors"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// A Nonce is a 64-bit hash which proves (combined with the mix-hash) that
diff --git a/mobile/vm.go b/mobile/vm.go
index 03fd6dd400..190273331c 100644
--- a/mobile/vm.go
+++ b/mobile/vm.go
@@ -21,7 +21,7 @@ package geth
import (
"errors"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
// Log represents a contract log event. These events are generated by the LOG
diff --git a/node/api.go b/node/api.go
index 205920bb2e..77994cd84a 100644
--- a/node/api.go
+++ b/node/api.go
@@ -22,11 +22,11 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/rcrowley/go-metrics"
)
diff --git a/node/config.go b/node/config.go
index a6bf6b5fd9..eda9a6f9d3 100644
--- a/node/config.go
+++ b/node/config.go
@@ -25,14 +25,14 @@ import (
"runtime"
"strings"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/accounts/keystore"
- "github.com/burnout/go-burnout/accounts/usbwallet"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/accounts/keystore"
+ "github.com/burnoutcoin/go-burnout/accounts/usbwallet"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
const (
diff --git a/node/config_test.go b/node/config_test.go
index 177eee390d..e8c17898da 100644
--- a/node/config_test.go
+++ b/node/config_test.go
@@ -24,8 +24,8 @@ import (
"runtime"
"testing"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/p2p"
)
// Tests that datadirs can be successfully created, be them manually configured
diff --git a/node/defaults.go b/node/defaults.go
index 65e1f3a1e6..78b2d4bc13 100644
--- a/node/defaults.go
+++ b/node/defaults.go
@@ -22,8 +22,8 @@ import (
"path/filepath"
"runtime"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
)
const (
diff --git a/node/node.go b/node/node.go
index 4a27a58874..bd88fa7d2d 100644
--- a/node/node.go
+++ b/node/node.go
@@ -26,13 +26,13 @@ import (
"strings"
"sync"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/internal/debug"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/internal/debug"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/prometheus/prometheus/util/flock"
)
diff --git a/node/node_example_test.go b/node/node_example_test.go
index 94b9938c1f..94fe81f418 100644
--- a/node/node_example_test.go
+++ b/node/node_example_test.go
@@ -20,9 +20,9 @@ import (
"fmt"
"log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// SampleService is a trivial network service that can be attached to a node for
diff --git a/node/node_test.go b/node/node_test.go
index a96f116b3d..b9089295be 100644
--- a/node/node_test.go
+++ b/node/node_test.go
@@ -24,9 +24,9 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
var (
diff --git a/node/service.go b/node/service.go
index 44e021edc8..7a3d67d771 100644
--- a/node/service.go
+++ b/node/service.go
@@ -19,11 +19,11 @@ package node
import (
"reflect"
- "github.com/burnout/go-burnout/accounts"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/accounts"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// ServiceContext is a collection of service independent options inherited from
diff --git a/node/utils_test.go b/node/utils_test.go
index b944ee06cf..1f24f7a6ff 100644
--- a/node/utils_test.go
+++ b/node/utils_test.go
@@ -22,8 +22,8 @@ package node
import (
"reflect"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// NoopService is a trivial implementation of the Service interface.
diff --git a/p2p/dial.go b/p2p/dial.go
index 5a11d9fadd..665ed135f3 100644
--- a/p2p/dial.go
+++ b/p2p/dial.go
@@ -24,9 +24,9 @@ import (
"net"
"time"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
)
const (
diff --git a/p2p/dial_test.go b/p2p/dial_test.go
index d603f60bdc..56d34d5354 100644
--- a/p2p/dial_test.go
+++ b/p2p/dial_test.go
@@ -24,8 +24,8 @@ import (
"time"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
)
func init() {
diff --git a/p2p/discover/database.go b/p2p/discover/database.go
index 64602599aa..bfd8719761 100644
--- a/p2p/discover/database.go
+++ b/p2p/discover/database.go
@@ -27,9 +27,9 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/errors"
"github.com/syndtr/goleveldb/leveldb/iterator"
diff --git a/p2p/discover/node.go b/p2p/discover/node.go
index 7049baa433..f40f973f9f 100644
--- a/p2p/discover/node.go
+++ b/p2p/discover/node.go
@@ -30,9 +30,9 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/secp256k1"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/secp256k1"
)
const NodeIDBits = 512
diff --git a/p2p/discover/node_test.go b/p2p/discover/node_test.go
index 8827f8e30b..2aa32e7fe1 100644
--- a/p2p/discover/node_test.go
+++ b/p2p/discover/node_test.go
@@ -28,8 +28,8 @@ import (
"testing/quick"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
func ExampleNewNode() {
diff --git a/p2p/discover/ntp.go b/p2p/discover/ntp.go
index 872494ed19..590fd6c920 100644
--- a/p2p/discover/ntp.go
+++ b/p2p/discover/ntp.go
@@ -25,7 +25,7 @@ import (
"sort"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/p2p/discover/table.go b/p2p/discover/table.go
index 45d8683ba9..df98983bc2 100644
--- a/p2p/discover/table.go
+++ b/p2p/discover/table.go
@@ -32,9 +32,9 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/p2p/discover/table_test.go b/p2p/discover/table_test.go
index abe7380598..2bd0eaa9c8 100644
--- a/p2p/discover/table_test.go
+++ b/p2p/discover/table_test.go
@@ -27,8 +27,8 @@ import (
"testing/quick"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
func TestTable_pingReplace(t *testing.T) {
diff --git a/p2p/discover/udp.go b/p2p/discover/udp.go
index ba7e9b9cef..afe5023f69 100644
--- a/p2p/discover/udp.go
+++ b/p2p/discover/udp.go
@@ -25,11 +25,11 @@ import (
"net"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/p2p/netutil"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const Version = 4
diff --git a/p2p/discover/udp_test.go b/p2p/discover/udp_test.go
index ceb10f7b38..6f28d31bd7 100644
--- a/p2p/discover/udp_test.go
+++ b/p2p/discover/udp_test.go
@@ -34,9 +34,9 @@ import (
"time"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func init() {
diff --git a/p2p/discv5/database.go b/p2p/discv5/database.go
index 13ff32f538..97f5c2d6ff 100644
--- a/p2p/discv5/database.go
+++ b/p2p/discv5/database.go
@@ -28,9 +28,9 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/errors"
"github.com/syndtr/goleveldb/leveldb/iterator"
diff --git a/p2p/discv5/net.go b/p2p/discv5/net.go
index 6a6b1f10ed..dda95013df 100644
--- a/p2p/discv5/net.go
+++ b/p2p/discv5/net.go
@@ -24,14 +24,14 @@ import (
"net"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/p2p/netutil"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var (
diff --git a/p2p/discv5/net_test.go b/p2p/discv5/net_test.go
index 78b5204462..8330403c62 100644
--- a/p2p/discv5/net_test.go
+++ b/p2p/discv5/net_test.go
@@ -22,8 +22,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
func TestNetwork_Lookup(t *testing.T) {
diff --git a/p2p/discv5/node.go b/p2p/discv5/node.go
index 06c70b7e04..3fca400e34 100644
--- a/p2p/discv5/node.go
+++ b/p2p/discv5/node.go
@@ -30,8 +30,8 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// Node represents a host on the network.
diff --git a/p2p/discv5/node_test.go b/p2p/discv5/node_test.go
index 840308890f..d8f5cf7f71 100644
--- a/p2p/discv5/node_test.go
+++ b/p2p/discv5/node_test.go
@@ -27,8 +27,8 @@ import (
"testing/quick"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
func ExampleNewNode() {
diff --git a/p2p/discv5/ntp.go b/p2p/discv5/ntp.go
index 88ade120dc..bd4eb1f398 100644
--- a/p2p/discv5/ntp.go
+++ b/p2p/discv5/ntp.go
@@ -26,7 +26,7 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/p2p/discv5/sim_test.go b/p2p/discv5/sim_test.go
index 58427709a7..ccb324b642 100644
--- a/p2p/discv5/sim_test.go
+++ b/p2p/discv5/sim_test.go
@@ -28,7 +28,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// In this test, nodes try to randomly resolve each other.
diff --git a/p2p/discv5/table.go b/p2p/discv5/table.go
index d760961514..bf354bade7 100644
--- a/p2p/discv5/table.go
+++ b/p2p/discv5/table.go
@@ -29,7 +29,7 @@ import (
"net"
"sort"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
const (
diff --git a/p2p/discv5/table_test.go b/p2p/discv5/table_test.go
index 874211a1c2..1370a698c5 100644
--- a/p2p/discv5/table_test.go
+++ b/p2p/discv5/table_test.go
@@ -27,8 +27,8 @@ import (
"testing/quick"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
type nullTransport struct{}
diff --git a/p2p/discv5/ticket.go b/p2p/discv5/ticket.go
index 5e5971b9aa..0b75bda4ff 100644
--- a/p2p/discv5/ticket.go
+++ b/p2p/discv5/ticket.go
@@ -25,9 +25,9 @@ import (
"sort"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
const (
diff --git a/p2p/discv5/topic.go b/p2p/discv5/topic.go
index d937aa301e..01ca11a85f 100644
--- a/p2p/discv5/topic.go
+++ b/p2p/discv5/topic.go
@@ -23,7 +23,7 @@ import (
"math/rand"
"time"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
const (
diff --git a/p2p/discv5/topic_test.go b/p2p/discv5/topic_test.go
index 73b41f2e7b..c7af467dd2 100644
--- a/p2p/discv5/topic_test.go
+++ b/p2p/discv5/topic_test.go
@@ -21,8 +21,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
)
func TestTopicRadius(t *testing.T) {
diff --git a/p2p/discv5/udp.go b/p2p/discv5/udp.go
index 5d1d66386f..3ef50b2be5 100644
--- a/p2p/discv5/udp.go
+++ b/p2p/discv5/udp.go
@@ -24,12 +24,12 @@ import (
"net"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/p2p/netutil"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const Version = 4
diff --git a/p2p/discv5/udp_test.go b/p2p/discv5/udp_test.go
index 770a885476..ed4c3ed074 100644
--- a/p2p/discv5/udp_test.go
+++ b/p2p/discv5/udp_test.go
@@ -27,9 +27,9 @@ import (
"time"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func init() {
diff --git a/p2p/message.go b/p2p/message.go
index bb94817df0..3395503f14 100644
--- a/p2p/message.go
+++ b/p2p/message.go
@@ -27,9 +27,9 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Msg defines the structure of a p2p message.
diff --git a/p2p/metrics.go b/p2p/metrics.go
index faa48a85b6..3587b6dac6 100644
--- a/p2p/metrics.go
+++ b/p2p/metrics.go
@@ -21,7 +21,7 @@ package p2p
import (
"net"
- "github.com/burnout/go-burnout/metrics"
+ "github.com/burnoutcoin/go-burnout/metrics"
)
var (
diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go
index 3a211b61d6..b8da61993a 100644
--- a/p2p/nat/nat.go
+++ b/p2p/nat/nat.go
@@ -25,7 +25,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"github.com/jackpal/go-nat-pmp"
)
diff --git a/p2p/peer.go b/p2p/peer.go
index 042c0723d6..8caaaa4439 100644
--- a/p2p/peer.go
+++ b/p2p/peer.go
@@ -24,11 +24,11 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
const (
diff --git a/p2p/protocol.go b/p2p/protocol.go
index f38c2afe5c..61af97b387 100644
--- a/p2p/protocol.go
+++ b/p2p/protocol.go
@@ -19,7 +19,7 @@ package p2p
import (
"fmt"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
// Protocol represents a P2P subprotocol implementation.
diff --git a/p2p/rlpx.go b/p2p/rlpx.go
index 3de6816bdb..09b83f7bb7 100644
--- a/p2p/rlpx.go
+++ b/p2p/rlpx.go
@@ -35,12 +35,12 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/crypto/secp256k1"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/crypto/secp256k1"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rlp"
"github.com/golang/snappy"
)
diff --git a/p2p/rlpx_test.go b/p2p/rlpx_test.go
index 79b3aac55b..9642bc8709 100644
--- a/p2p/rlpx_test.go
+++ b/p2p/rlpx_test.go
@@ -31,11 +31,11 @@ import (
"time"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func TestSharedSecret(t *testing.T) {
diff --git a/p2p/server.go b/p2p/server.go
index 5c1821ce64..16bcecdbef 100644
--- a/p2p/server.go
+++ b/p2p/server.go
@@ -25,14 +25,14 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/mclock"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/discv5"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/mclock"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discv5"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
)
const (
diff --git a/p2p/server_test.go b/p2p/server_test.go
index 6b87298e87..d1a0024a80 100644
--- a/p2p/server_test.go
+++ b/p2p/server_test.go
@@ -25,9 +25,9 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
func init() {
diff --git a/p2p/simulations/adapters/docker.go b/p2p/simulations/adapters/docker.go
index a0b399bc3e..71932e64bc 100644
--- a/p2p/simulations/adapters/docker.go
+++ b/p2p/simulations/adapters/docker.go
@@ -28,8 +28,8 @@ import (
"strings"
"github.com/docker/docker/pkg/reexec"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
// DockerAdapter is a NodeAdapter which runs simulation nodes inside Docker
diff --git a/p2p/simulations/adapters/exec.go b/p2p/simulations/adapters/exec.go
index b300732a2a..0fdc453c9d 100644
--- a/p2p/simulations/adapters/exec.go
+++ b/p2p/simulations/adapters/exec.go
@@ -36,11 +36,11 @@ import (
"time"
"github.com/docker/docker/pkg/reexec"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
"golang.org/x/net/websocket"
)
diff --git a/p2p/simulations/adapters/inproc.go b/p2p/simulations/adapters/inproc.go
index 4d82385109..04b14d8312 100644
--- a/p2p/simulations/adapters/inproc.go
+++ b/p2p/simulations/adapters/inproc.go
@@ -23,11 +23,11 @@ import (
"net"
"sync"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// SimAdapter is a NodeAdapter which creates in-memory simulation nodes and
diff --git a/p2p/simulations/adapters/types.go b/p2p/simulations/adapters/types.go
index dd3818689d..aab7e09c85 100644
--- a/p2p/simulations/adapters/types.go
+++ b/p2p/simulations/adapters/types.go
@@ -25,11 +25,11 @@ import (
"os"
"github.com/docker/docker/pkg/reexec"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// Node represents a node in a simulation network which is created by a
diff --git a/p2p/simulations/examples/ping-pong.go b/p2p/simulations/examples/ping-pong.go
index e1014e6ff9..dbbe40aa25 100644
--- a/p2p/simulations/examples/ping-pong.go
+++ b/p2p/simulations/examples/ping-pong.go
@@ -25,13 +25,13 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/simulations"
- "github.com/burnout/go-burnout/p2p/simulations/adapters"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations/adapters"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
var adapterType = flag.String("adapter", "sim", `node adapter to use (one of "sim", "exec" or "docker")`)
diff --git a/p2p/simulations/http.go b/p2p/simulations/http.go
index 581ee96552..725134e762 100644
--- a/p2p/simulations/http.go
+++ b/p2p/simulations/http.go
@@ -28,11 +28,11 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/simulations/adapters"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations/adapters"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/julienschmidt/httprouter"
"golang.org/x/net/websocket"
)
diff --git a/p2p/simulations/http_test.go b/p2p/simulations/http_test.go
index b084e3887c..a90ab9c2ec 100644
--- a/p2p/simulations/http_test.go
+++ b/p2p/simulations/http_test.go
@@ -27,12 +27,12 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/simulations/adapters"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations/adapters"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// testService implements the node.Service interface and provides protocols
diff --git a/p2p/simulations/network.go b/p2p/simulations/network.go
index fcb63cba48..d7962d4a5e 100644
--- a/p2p/simulations/network.go
+++ b/p2p/simulations/network.go
@@ -23,11 +23,11 @@ import (
"fmt"
"sync"
- "github.com/burnout/go-burnout/event"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/simulations/adapters"
+ "github.com/burnoutcoin/go-burnout/event"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations/adapters"
)
// NetworkConfig defines configuration options for starting a Network
diff --git a/p2p/simulations/network_test.go b/p2p/simulations/network_test.go
index aeb7ec77e7..cf797f0e76 100644
--- a/p2p/simulations/network_test.go
+++ b/p2p/simulations/network_test.go
@@ -22,8 +22,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/simulations/adapters"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/simulations/adapters"
)
// TestNetworkSimulation creates a multi-node simulation network with each node
diff --git a/p2p/simulations/simulation.go b/p2p/simulations/simulation.go
index 45cd0e1bab..452118e1f7 100644
--- a/p2p/simulations/simulation.go
+++ b/p2p/simulations/simulation.go
@@ -20,7 +20,7 @@ import (
"context"
"time"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
// Simulation provides a framework for running actions in a simulated network
diff --git a/params/config.go b/params/config.go
index 73df58f213..a8bc6c0171 100644
--- a/params/config.go
+++ b/params/config.go
@@ -20,7 +20,7 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
var (
diff --git a/params/dao.go b/params/dao.go
index 8895acadf2..182d70cda8 100644
--- a/params/dao.go
+++ b/params/dao.go
@@ -19,7 +19,7 @@ package params
import (
"math/big"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// DAOForkBlockExtra is the block header extra-data field to set for the DAO fork
diff --git a/rpc/client.go b/rpc/client.go
index 8859acf26b..cb2d9538f3 100644
--- a/rpc/client.go
+++ b/rpc/client.go
@@ -32,7 +32,7 @@ import (
"sync/atomic"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
var (
diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go
index c571c6ab4d..1190c011bd 100644
--- a/rpc/client_example_test.go
+++ b/rpc/client_example_test.go
@@ -22,7 +22,7 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
// In this example, our client whishes to track the latest 'block number'
diff --git a/rpc/client_test.go b/rpc/client_test.go
index bab806383a..5ad8434f7e 100644
--- a/rpc/client_test.go
+++ b/rpc/client_test.go
@@ -31,7 +31,7 @@ import (
"time"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
func TestClientRequest(t *testing.T) {
diff --git a/rpc/ipc.go b/rpc/ipc.go
index cb57bd0013..3dac86dcd8 100644
--- a/rpc/ipc.go
+++ b/rpc/ipc.go
@@ -21,7 +21,7 @@ import (
"fmt"
"net"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// CreateIPCListener creates an listener, on Unix platforms this is a unix socket, on
diff --git a/rpc/json.go b/rpc/json.go
index 01d4283c31..0d25b12418 100644
--- a/rpc/json.go
+++ b/rpc/json.go
@@ -26,7 +26,7 @@ import (
"strings"
"sync"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/rpc/server.go b/rpc/server.go
index 508941b173..9eb2167488 100644
--- a/rpc/server.go
+++ b/rpc/server.go
@@ -25,7 +25,7 @@ import (
"sync"
"sync/atomic"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"gopkg.in/fatih/set.v0"
)
diff --git a/rpc/types.go b/rpc/types.go
index 9a3034fa0b..f484391a47 100644
--- a/rpc/types.go
+++ b/rpc/types.go
@@ -23,7 +23,7 @@ import (
"strings"
"sync"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
"gopkg.in/fatih/set.v0"
)
diff --git a/rpc/types_test.go b/rpc/types_test.go
index 016f3c79a0..9bf36576dc 100644
--- a/rpc/types_test.go
+++ b/rpc/types_test.go
@@ -20,7 +20,7 @@ import (
"encoding/json"
"testing"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
func TestBlockNumberJSONUnmarshal(t *testing.T) {
diff --git a/rpc/websocket.go b/rpc/websocket.go
index b27ba7446d..3e554929a7 100644
--- a/rpc/websocket.go
+++ b/rpc/websocket.go
@@ -27,7 +27,7 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
"golang.org/x/net/websocket"
"gopkg.in/fatih/set.v0"
)
diff --git a/swarm/api/api.go b/swarm/api/api.go
index 0448f0c0e9..73bc19bb32 100644
--- a/swarm/api/api.go
+++ b/swarm/api/api.go
@@ -29,9 +29,9 @@ import (
"path/filepath"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
var hashMatcher = regexp.MustCompile("^[0-9A-Fa-f]{64}")
diff --git a/swarm/api/api_test.go b/swarm/api/api_test.go
index 41caf65c87..19c88713be 100644
--- a/swarm/api/api_test.go
+++ b/swarm/api/api_test.go
@@ -24,9 +24,9 @@ import (
"os"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
func testApi(t *testing.T, f func(*Api)) {
diff --git a/swarm/api/client/client.go b/swarm/api/client/client.go
index ecaeeed16c..9b84094d0a 100644
--- a/swarm/api/client/client.go
+++ b/swarm/api/client/client.go
@@ -33,7 +33,7 @@ import (
"strconv"
"strings"
- "github.com/burnout/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
)
var (
diff --git a/swarm/api/client/client_test.go b/swarm/api/client/client_test.go
index 42a763a405..ab437bff03 100644
--- a/swarm/api/client/client_test.go
+++ b/swarm/api/client/client_test.go
@@ -25,8 +25,8 @@ import (
"sort"
"testing"
- "github.com/burnout/go-burnout/swarm/api"
- "github.com/burnout/go-burnout/swarm/testutil"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/testutil"
)
// TestClientUploadDownloadRaw test uploading and downloading raw data to swarm
diff --git a/swarm/api/config.go b/swarm/api/config.go
index 7f26da4112..86f4d4b068 100644
--- a/swarm/api/config.go
+++ b/swarm/api/config.go
@@ -24,12 +24,12 @@ import (
"os"
"path/filepath"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/contracts/ens"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/swarm/network"
- "github.com/burnout/go-burnout/swarm/services/swap"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/contracts/ens"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/swarm/network"
+ "github.com/burnoutcoin/go-burnout/swarm/services/swap"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
const (
diff --git a/swarm/api/config_test.go b/swarm/api/config_test.go
index 28492da882..d93e2fedef 100644
--- a/swarm/api/config_test.go
+++ b/swarm/api/config_test.go
@@ -23,8 +23,8 @@ import (
"strings"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var (
diff --git a/swarm/api/filesystem.go b/swarm/api/filesystem.go
index 7135440451..1cfec8c26c 100644
--- a/swarm/api/filesystem.go
+++ b/swarm/api/filesystem.go
@@ -26,9 +26,9 @@ import (
"path/filepath"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
const maxParallelFiles = 5
diff --git a/swarm/api/filesystem_test.go b/swarm/api/filesystem_test.go
index efaf7b0b74..a9b98d4e64 100644
--- a/swarm/api/filesystem_test.go
+++ b/swarm/api/filesystem_test.go
@@ -24,8 +24,8 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
var testDownloadDir, _ = ioutil.TempDir(os.TempDir(), "bzz-test")
diff --git a/swarm/api/http/error.go b/swarm/api/http/error.go
index 578607afa0..458d331795 100644
--- a/swarm/api/http/error.go
+++ b/swarm/api/http/error.go
@@ -27,7 +27,7 @@ import (
"net/http"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
//templateMap holds a mapping of an HTTP error code to a template
diff --git a/swarm/api/http/error_test.go b/swarm/api/http/error_test.go
index 1a74460f2d..6e16b94d13 100644
--- a/swarm/api/http/error_test.go
+++ b/swarm/api/http/error_test.go
@@ -24,7 +24,7 @@ import (
"strings"
"testing"
- "github.com/burnout/go-burnout/swarm/testutil"
+ "github.com/burnoutcoin/go-burnout/swarm/testutil"
)
func TestError(t *testing.T) {
diff --git a/swarm/api/http/roundtripper.go b/swarm/api/http/roundtripper.go
index 8098ff9d3a..ad297d62f5 100644
--- a/swarm/api/http/roundtripper.go
+++ b/swarm/api/http/roundtripper.go
@@ -20,17 +20,17 @@ import (
"fmt"
"net/http"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
/*
http roundtripper to register for bzz url scheme
-see https://github.com/burnout/go-burnout/issues/2040
+see https://github.com/burnoutcoin/go-burnout/issues/2040
Usage:
import (
- "github.com/burnout/go-burnout/common/httpclient"
- "github.com/burnout/go-burnout/swarm/api/http"
+ "github.com/burnoutcoin/go-burnout/common/httpclient"
+ "github.com/burnoutcoin/go-burnout/swarm/api/http"
)
client := httpclient.New()
// for (private) swarm proxy running locally
diff --git a/swarm/api/http/server.go b/swarm/api/http/server.go
index bb1c241ffb..08813720d2 100644
--- a/swarm/api/http/server.go
+++ b/swarm/api/http/server.go
@@ -35,10 +35,10 @@ import (
"strings"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/api"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
"github.com/rs/cors"
)
diff --git a/swarm/api/http/server_test.go b/swarm/api/http/server_test.go
index 5269104a6c..c6eb3952c6 100644
--- a/swarm/api/http/server_test.go
+++ b/swarm/api/http/server_test.go
@@ -26,11 +26,11 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/swarm/api"
- swarm "github.com/burnout/go-burnout/swarm/api/client"
- "github.com/burnout/go-burnout/swarm/storage"
- "github.com/burnout/go-burnout/swarm/testutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ swarm "github.com/burnoutcoin/go-burnout/swarm/api/client"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/swarm/testutil"
)
func TestBzzrGetPath(t *testing.T) {
diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go
index 42267e981b..2c89c7407f 100644
--- a/swarm/api/http/templates.go
+++ b/swarm/api/http/templates.go
@@ -20,7 +20,7 @@ import (
"html/template"
"path"
- "github.com/burnout/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
)
type htmlListData struct {
diff --git a/swarm/api/manifest.go b/swarm/api/manifest.go
index dfb3a0c066..ab1705c3c6 100644
--- a/swarm/api/manifest.go
+++ b/swarm/api/manifest.go
@@ -25,9 +25,9 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
const (
diff --git a/swarm/api/manifest_test.go b/swarm/api/manifest_test.go
index 7b8156c534..37d0f3258e 100644
--- a/swarm/api/manifest_test.go
+++ b/swarm/api/manifest_test.go
@@ -25,7 +25,7 @@ import (
"strings"
"testing"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
func manifest(paths ...string) (manifestReader storage.LazySectionReader) {
diff --git a/swarm/api/testapi.go b/swarm/api/testapi.go
index da2da446ed..03912d5f74 100644
--- a/swarm/api/testapi.go
+++ b/swarm/api/testapi.go
@@ -17,7 +17,7 @@
package api
import (
- "github.com/burnout/go-burnout/swarm/network"
+ "github.com/burnoutcoin/go-burnout/swarm/network"
)
type Control struct {
diff --git a/swarm/dev/Makefile b/swarm/dev/Makefile
index 6daddd8671..e6a9e8d873 100644
--- a/swarm/dev/Makefile
+++ b/swarm/dev/Makefile
@@ -3,12 +3,12 @@
default: build
build:
- go build -o bin/swarm github.com/burnout/go-burnout/cmd/swarm
- go build -o bin/geth github.com/burnout/go-burnout/cmd/geth
- go build -o bin/bootnode github.com/burnout/go-burnout/cmd/bootnode
+ go build -o bin/swarm github.com/burnoutcoin/go-burnout/cmd/swarm
+ go build -o bin/geth github.com/burnoutcoin/go-burnout/cmd/geth
+ go build -o bin/bootnode github.com/burnoutcoin/go-burnout/cmd/bootnode
cluster: build
scripts/boot-cluster.sh
test:
- go test -v github.com/burnout/go-burnout/swarm/...
+ go test -v github.com/burnoutcoin/go-burnout/swarm/...
diff --git a/swarm/dev/bashrc b/swarm/dev/bashrc
index 3358b1dc8a..d8058b9a03 100644
--- a/swarm/dev/bashrc
+++ b/swarm/dev/bashrc
@@ -1,4 +1,4 @@
-export ROOT="${GOPATH}/src/github.com/burnout/go-burnout"
+export ROOT="${GOPATH}/src/github.com/burnoutcoin/go-burnout"
export PATH="${ROOT}/swarm/dev/bin:${PATH}"
cd "${ROOT}/swarm/dev"
diff --git a/swarm/dev/run.sh b/swarm/dev/run.sh
index dbf7727890..69fa5744c4 100755
--- a/swarm/dev/run.sh
+++ b/swarm/dev/run.sh
@@ -80,7 +80,7 @@ run_image() {
--rm \
--hostname "${name}" \
--name "${name}" \
- --volume "${ROOT}:/go/src/github.com/burnout/go-burnout" \
+ --volume "${ROOT}:/go/src/github.com/burnoutcoin/go-burnout" \
--volume "/var/run/docker.sock:/var/run/docker.sock" \
${docker_args} \
"${name}" \
diff --git a/swarm/fuse/fuse_file.go b/swarm/fuse/fuse_file.go
index bcf70a70fd..6b663ebfe8 100644
--- a/swarm/fuse/fuse_file.go
+++ b/swarm/fuse/fuse_file.go
@@ -22,8 +22,8 @@ import (
"bazil.org/fuse"
"bazil.org/fuse/fs"
"errors"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
"golang.org/x/net/context"
"io"
"os"
diff --git a/swarm/fuse/swarmfs.go b/swarm/fuse/swarmfs.go
index 7d36658de8..11cb59a641 100644
--- a/swarm/fuse/swarmfs.go
+++ b/swarm/fuse/swarmfs.go
@@ -17,7 +17,7 @@
package fuse
import (
- "github.com/burnout/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
"sync"
"time"
)
diff --git a/swarm/fuse/swarmfs_test.go b/swarm/fuse/swarmfs_test.go
index 95f3dd190f..8a39099c0a 100644
--- a/swarm/fuse/swarmfs_test.go
+++ b/swarm/fuse/swarmfs_test.go
@@ -27,8 +27,8 @@ import (
"path/filepath"
"testing"
- "github.com/burnout/go-burnout/swarm/api"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
type fileInfo struct {
diff --git a/swarm/fuse/swarmfs_unix.go b/swarm/fuse/swarmfs_unix.go
index 2984f42979..4ec2a16b31 100644
--- a/swarm/fuse/swarmfs_unix.go
+++ b/swarm/fuse/swarmfs_unix.go
@@ -29,9 +29,9 @@ import (
"bazil.org/fuse"
"bazil.org/fuse/fs"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/api"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
)
var (
diff --git a/swarm/fuse/swarmfs_util.go b/swarm/fuse/swarmfs_util.go
index e4bc0fad2a..401d300f65 100644
--- a/swarm/fuse/swarmfs_util.go
+++ b/swarm/fuse/swarmfs_util.go
@@ -24,7 +24,7 @@ import (
"os/exec"
"runtime"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
func externalUnmount(mountPoint string) error {
diff --git a/swarm/network/depo.go b/swarm/network/depo.go
index 8e95e9a3f0..6711c3d777 100644
--- a/swarm/network/depo.go
+++ b/swarm/network/depo.go
@@ -22,8 +22,8 @@ import (
"fmt"
"time"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
// Handler for storage/retrieval related protocol requests
diff --git a/swarm/network/forwarding.go b/swarm/network/forwarding.go
index a09258e0e0..8dd4497c01 100644
--- a/swarm/network/forwarding.go
+++ b/swarm/network/forwarding.go
@@ -21,8 +21,8 @@ import (
"math/rand"
"time"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
const requesterCount = 3
diff --git a/swarm/network/hive.go b/swarm/network/hive.go
index de04242a24..2b14679f2d 100644
--- a/swarm/network/hive.go
+++ b/swarm/network/hive.go
@@ -22,12 +22,12 @@ import (
"path/filepath"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/netutil"
- "github.com/burnout/go-burnout/swarm/network/kademlia"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/netutil"
+ "github.com/burnoutcoin/go-burnout/swarm/network/kademlia"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
// Hive is the logistic manager of the swarm
diff --git a/swarm/network/kademlia/address.go b/swarm/network/kademlia/address.go
index 96d8cb5245..c0adf1d5b4 100644
--- a/swarm/network/kademlia/address.go
+++ b/swarm/network/kademlia/address.go
@@ -21,7 +21,7 @@ import (
"math/rand"
"strings"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
type Address common.Hash
diff --git a/swarm/network/kademlia/address_test.go b/swarm/network/kademlia/address_test.go
index fc24dff563..27958851c0 100644
--- a/swarm/network/kademlia/address_test.go
+++ b/swarm/network/kademlia/address_test.go
@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
func (Address) Generate(rand *rand.Rand, size int) reflect.Value {
diff --git a/swarm/network/kademlia/kaddb.go b/swarm/network/kademlia/kaddb.go
index 26f2b0f6b1..040e17d6dd 100644
--- a/swarm/network/kademlia/kaddb.go
+++ b/swarm/network/kademlia/kaddb.go
@@ -24,7 +24,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
type NodeData interface {
diff --git a/swarm/network/kademlia/kademlia.go b/swarm/network/kademlia/kademlia.go
index ed8c5e0a98..ddcaa94c48 100644
--- a/swarm/network/kademlia/kademlia.go
+++ b/swarm/network/kademlia/kademlia.go
@@ -23,7 +23,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/swarm/network/messages.go b/swarm/network/messages.go
index 259193b986..6c81180082 100644
--- a/swarm/network/messages.go
+++ b/swarm/network/messages.go
@@ -21,11 +21,11 @@ import (
"net"
"time"
- "github.com/burnout/go-burnout/contracts/chequebook"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/swarm/network/kademlia"
- "github.com/burnout/go-burnout/swarm/services/swap"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/swarm/network/kademlia"
+ "github.com/burnoutcoin/go-burnout/swarm/services/swap"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
/*
diff --git a/swarm/network/protocol.go b/swarm/network/protocol.go
index e0cf6facc8..edfe424e11 100644
--- a/swarm/network/protocol.go
+++ b/swarm/network/protocol.go
@@ -37,12 +37,12 @@ import (
"strconv"
"time"
- "github.com/burnout/go-burnout/contracts/chequebook"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- bzzswap "github.com/burnout/go-burnout/swarm/services/swap"
- "github.com/burnout/go-burnout/swarm/services/swap/swap"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ bzzswap "github.com/burnoutcoin/go-burnout/swarm/services/swap"
+ "github.com/burnoutcoin/go-burnout/swarm/services/swap/swap"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
const (
diff --git a/swarm/network/syncdb.go b/swarm/network/syncdb.go
index a8d279c4b3..3caaa7d24c 100644
--- a/swarm/network/syncdb.go
+++ b/swarm/network/syncdb.go
@@ -20,8 +20,8 @@ import (
"encoding/binary"
"fmt"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/iterator"
)
diff --git a/swarm/network/syncdb_test.go b/swarm/network/syncdb_test.go
index fe4fc4deae..a0a48f33e4 100644
--- a/swarm/network/syncdb_test.go
+++ b/swarm/network/syncdb_test.go
@@ -25,9 +25,9 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
func init() {
diff --git a/swarm/network/syncer.go b/swarm/network/syncer.go
index eaf7dc927f..cfe11c6408 100644
--- a/swarm/network/syncer.go
+++ b/swarm/network/syncer.go
@@ -22,8 +22,8 @@ import (
"fmt"
"path/filepath"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
// syncer parameters (global, not peer specific) default values
diff --git a/swarm/services/swap/swap.go b/swarm/services/swap/swap.go
index bb55924b90..8b1debafcf 100644
--- a/swarm/services/swap/swap.go
+++ b/swarm/services/swap/swap.go
@@ -26,14 +26,14 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/contracts/chequebook"
- "github.com/burnout/go-burnout/contracts/chequebook/contract"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/swarm/services/swap/swap"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook/contract"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/swarm/services/swap/swap"
)
// SwAP Swarm Accounting Protocol with
diff --git a/swarm/services/swap/swap/swap.go b/swarm/services/swap/swap/swap.go
index 9cc06dc710..afcfb2f725 100644
--- a/swarm/services/swap/swap/swap.go
+++ b/swarm/services/swap/swap/swap.go
@@ -22,7 +22,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
// SwAP Swarm Accounting Protocol with
diff --git a/swarm/services/swap/swap/swap_test.go b/swarm/services/swap/swap/swap_test.go
index 8403472c6c..29353d08e3 100644
--- a/swarm/services/swap/swap/swap_test.go
+++ b/swarm/services/swap/swap/swap_test.go
@@ -21,7 +21,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
type testInPayment struct {
diff --git a/swarm/storage/chunker_test.go b/swarm/storage/chunker_test.go
index a26df71417..faaefb99ed 100644
--- a/swarm/storage/chunker_test.go
+++ b/swarm/storage/chunker_test.go
@@ -27,7 +27,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
)
/*
diff --git a/swarm/storage/common_test.go b/swarm/storage/common_test.go
index 8cc4914ecc..a45806854e 100644
--- a/swarm/storage/common_test.go
+++ b/swarm/storage/common_test.go
@@ -24,7 +24,7 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
type brokenLimitedReader struct {
diff --git a/swarm/storage/database.go b/swarm/storage/database.go
index 2f444c2886..7f8a3b4359 100644
--- a/swarm/storage/database.go
+++ b/swarm/storage/database.go
@@ -22,7 +22,7 @@ package storage
import (
"fmt"
- "github.com/burnout/go-burnout/compression/rle"
+ "github.com/burnoutcoin/go-burnout/compression/rle"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/iterator"
"github.com/syndtr/goleveldb/leveldb/opt"
diff --git a/swarm/storage/dbstore.go b/swarm/storage/dbstore.go
index 3dd6e27c83..239de94554 100644
--- a/swarm/storage/dbstore.go
+++ b/swarm/storage/dbstore.go
@@ -32,8 +32,8 @@ import (
"io/ioutil"
"sync"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/iterator"
)
diff --git a/swarm/storage/dbstore_test.go b/swarm/storage/dbstore_test.go
index c1ae79eb8d..65836d2385 100644
--- a/swarm/storage/dbstore_test.go
+++ b/swarm/storage/dbstore_test.go
@@ -21,7 +21,7 @@ import (
"io/ioutil"
"testing"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
func initDbStore(t *testing.T) *DbStore {
diff --git a/swarm/storage/dpa.go b/swarm/storage/dpa.go
index 404b6509cd..41e54780f7 100644
--- a/swarm/storage/dpa.go
+++ b/swarm/storage/dpa.go
@@ -23,7 +23,7 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
/*
diff --git a/swarm/storage/memstore.go b/swarm/storage/memstore.go
index ebfe713b08..462ebb26ea 100644
--- a/swarm/storage/memstore.go
+++ b/swarm/storage/memstore.go
@@ -22,7 +22,7 @@ import (
"fmt"
"sync"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
const (
diff --git a/swarm/storage/netstore.go b/swarm/storage/netstore.go
index 82c687d4c1..4531857799 100644
--- a/swarm/storage/netstore.go
+++ b/swarm/storage/netstore.go
@@ -21,7 +21,7 @@ import (
"path/filepath"
"time"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/log"
)
/*
diff --git a/swarm/storage/types.go b/swarm/storage/types.go
index 2d77ee46cd..b86d296552 100644
--- a/swarm/storage/types.go
+++ b/swarm/storage/types.go
@@ -24,9 +24,9 @@ import (
"io"
"sync"
- "github.com/burnout/go-burnout/bmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/bmt"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
)
type Hasher func() hash.Hash
diff --git a/swarm/swarm.go b/swarm/swarm.go
index 483cf9db3f..2f43e32644 100644
--- a/swarm/swarm.go
+++ b/swarm/swarm.go
@@ -23,22 +23,22 @@ import (
"fmt"
"net"
- "github.com/burnout/go-burnout/accounts/abi/bind"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/contracts/chequebook"
- "github.com/burnout/go-burnout/contracts/ens"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brnclient"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/node"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
- "github.com/burnout/go-burnout/swarm/api"
- httpapi "github.com/burnout/go-burnout/swarm/api/http"
- "github.com/burnout/go-burnout/swarm/fuse"
- "github.com/burnout/go-burnout/swarm/network"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/accounts/abi/bind"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/contracts/chequebook"
+ "github.com/burnoutcoin/go-burnout/contracts/ens"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brnclient"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/node"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ httpapi "github.com/burnoutcoin/go-burnout/swarm/api/http"
+ "github.com/burnoutcoin/go-burnout/swarm/fuse"
+ "github.com/burnoutcoin/go-burnout/swarm/network"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
// the swarm stack
diff --git a/swarm/testutil/http.go b/swarm/testutil/http.go
index 1fd68fa7be..ffd6aad663 100644
--- a/swarm/testutil/http.go
+++ b/swarm/testutil/http.go
@@ -22,9 +22,9 @@ import (
"os"
"testing"
- "github.com/burnout/go-burnout/swarm/api"
- httpapi "github.com/burnout/go-burnout/swarm/api/http"
- "github.com/burnout/go-burnout/swarm/storage"
+ "github.com/burnoutcoin/go-burnout/swarm/api"
+ httpapi "github.com/burnoutcoin/go-burnout/swarm/api/http"
+ "github.com/burnoutcoin/go-burnout/swarm/storage"
)
func NewTestSwarmServer(t *testing.T) *TestSwarmServer {
diff --git a/tests/block_test_util.go b/tests/block_test_util.go
index adc039fafc..90041a9662 100644
--- a/tests/block_test_util.go
+++ b/tests/block_test_util.go
@@ -24,17 +24,17 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// A BlockTest checks handling of entire blocks.
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go
index 0f6965b680..b3aa3709e6 100644
--- a/tests/difficulty_test.go
+++ b/tests/difficulty_test.go
@@ -22,8 +22,8 @@ import (
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/tests/difficulty_test_util.go b/tests/difficulty_test_util.go
index a79c472738..5f9d620929 100644
--- a/tests/difficulty_test_util.go
+++ b/tests/difficulty_test_util.go
@@ -21,11 +21,11 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/consensus/ethash"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/consensus/ethash"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
)
//go:generate gencodec -type DifficultyTest -field-override difficultyTestMarshaling -out gen_difficultytest.go
diff --git a/tests/gen_btheader.go b/tests/gen_btheader.go
index 2d221dfba2..9c9e2567e1 100644
--- a/tests/gen_btheader.go
+++ b/tests/gen_btheader.go
@@ -6,10 +6,10 @@ import (
"encoding/json"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/types"
)
var _ = (*btHeaderMarshaling)(nil)
diff --git a/tests/gen_difficultytest.go b/tests/gen_difficultytest.go
index 42ce6db48b..7dca932601 100644
--- a/tests/gen_difficultytest.go
+++ b/tests/gen_difficultytest.go
@@ -6,8 +6,8 @@ import (
"encoding/json"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*difficultyTestMarshaling)(nil)
diff --git a/tests/gen_stenv.go b/tests/gen_stenv.go
index d0ff51724a..d6807a03f2 100644
--- a/tests/gen_stenv.go
+++ b/tests/gen_stenv.go
@@ -7,8 +7,8 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*stEnvMarshaling)(nil)
diff --git a/tests/gen_sttransaction.go b/tests/gen_sttransaction.go
index 67b8375d83..742e2be1e8 100644
--- a/tests/gen_sttransaction.go
+++ b/tests/gen_sttransaction.go
@@ -6,8 +6,8 @@ import (
"encoding/json"
"math/big"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*stTransactionMarshaling)(nil)
diff --git a/tests/gen_tttransaction.go b/tests/gen_tttransaction.go
index 53379e40ad..af01ee8af4 100644
--- a/tests/gen_tttransaction.go
+++ b/tests/gen_tttransaction.go
@@ -7,9 +7,9 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*ttTransactionMarshaling)(nil)
diff --git a/tests/gen_vmexec.go b/tests/gen_vmexec.go
index badd84bfdf..5ea5b9f711 100644
--- a/tests/gen_vmexec.go
+++ b/tests/gen_vmexec.go
@@ -7,9 +7,9 @@ import (
"errors"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
)
var _ = (*vmExecMarshaling)(nil)
diff --git a/tests/init.go b/tests/init.go
index 407fe462e5..3e7b09dc82 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -20,7 +20,7 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
// This table defines supported forks and their chain config.
diff --git a/tests/init_test.go b/tests/init_test.go
index ed723498e6..89c2e23b20 100644
--- a/tests/init_test.go
+++ b/tests/init_test.go
@@ -29,7 +29,7 @@ import (
"strings"
"testing"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
var (
diff --git a/tests/rlp_test_util.go b/tests/rlp_test_util.go
index 7df74bd45f..b5288c78ff 100644
--- a/tests/rlp_test_util.go
+++ b/tests/rlp_test_util.go
@@ -24,7 +24,7 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// RLPTest is the JSON structure of a single RLP test.
diff --git a/tests/state_test.go b/tests/state_test.go
index 4462010cd9..c82a692939 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -22,7 +22,7 @@ import (
"reflect"
"testing"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
func TestState(t *testing.T) {
diff --git a/tests/state_test_util.go b/tests/state_test_util.go
index 762bf27025..538f61239d 100644
--- a/tests/state_test_util.go
+++ b/tests/state_test_util.go
@@ -23,18 +23,18 @@ import (
"math/big"
"strings"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// StateTest checks transaction processing without block context.
diff --git a/tests/transaction_test.go b/tests/transaction_test.go
index ab2766a020..b4afebeace 100644
--- a/tests/transaction_test.go
+++ b/tests/transaction_test.go
@@ -20,7 +20,7 @@ import (
"math/big"
"testing"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/params"
)
func TestTransaction(t *testing.T) {
diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go
index bc07732209..61d4fda773 100644
--- a/tests/transaction_test_util.go
+++ b/tests/transaction_test_util.go
@@ -22,12 +22,12 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core/types"
- "github.com/burnout/go-burnout/params"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core/types"
+ "github.com/burnoutcoin/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// TransactionTest checks RLP decoding and sender derivation of transactions.
diff --git a/tests/vm_test.go b/tests/vm_test.go
index fd54ffe44e..1b0886c6fe 100644
--- a/tests/vm_test.go
+++ b/tests/vm_test.go
@@ -19,7 +19,7 @@ package tests
import (
"testing"
- "github.com/burnout/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/core/vm"
)
func TestVM(t *testing.T) {
diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go
index d6cd4e935e..19a3eb550b 100644
--- a/tests/vm_test_util.go
+++ b/tests/vm_test_util.go
@@ -22,15 +22,15 @@ import (
"fmt"
"math/big"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/core"
- "github.com/burnout/go-burnout/core/state"
- "github.com/burnout/go-burnout/core/vm"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
- "github.com/burnout/go-burnout/params"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/core"
+ "github.com/burnoutcoin/go-burnout/core/state"
+ "github.com/burnoutcoin/go-burnout/core/vm"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/params"
)
// VMTest checks EVM execution without block or transaction context.
diff --git a/trie/errors.go b/trie/errors.go
index 6e7df77d26..d59f1272b5 100644
--- a/trie/errors.go
+++ b/trie/errors.go
@@ -19,7 +19,7 @@ package trie
import (
"fmt"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// MissingNodeError is returned by the trie functions (TryGet, TryUpdate, TryDelete)
diff --git a/trie/hasher.go b/trie/hasher.go
index dfcb546478..f184ea8527 100644
--- a/trie/hasher.go
+++ b/trie/hasher.go
@@ -21,9 +21,9 @@ import (
"hash"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
type hasher struct {
diff --git a/trie/iterator.go b/trie/iterator.go
index fa2b74275f..fc1c12b88e 100644
--- a/trie/iterator.go
+++ b/trie/iterator.go
@@ -21,7 +21,7 @@ import (
"container/heap"
"errors"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
)
// Iterator is a key-value trie iterator that traverses a Trie.
diff --git a/trie/iterator_test.go b/trie/iterator_test.go
index 67c272b132..5a8a99f29d 100644
--- a/trie/iterator_test.go
+++ b/trie/iterator_test.go
@@ -22,8 +22,8 @@ import (
"math/rand"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
func TestIterator(t *testing.T) {
diff --git a/trie/node.go b/trie/node.go
index 6cf9bc538e..484805a1e9 100644
--- a/trie/node.go
+++ b/trie/node.go
@@ -21,8 +21,8 @@ import (
"io"
"strings"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
var indices = []string{"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "[17]"}
diff --git a/trie/proof.go b/trie/proof.go
index df0871f7f9..5019df95bd 100644
--- a/trie/proof.go
+++ b/trie/proof.go
@@ -21,10 +21,10 @@ import (
"errors"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Prove constructs a merkle proof for key. The result contains all
diff --git a/trie/proof_test.go b/trie/proof_test.go
index 301063455c..e5eae49027 100644
--- a/trie/proof_test.go
+++ b/trie/proof_test.go
@@ -23,8 +23,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func init() {
diff --git a/trie/secure_trie.go b/trie/secure_trie.go
index f7ea5e4888..f3b66c1e83 100644
--- a/trie/secure_trie.go
+++ b/trie/secure_trie.go
@@ -19,8 +19,8 @@ package trie
import (
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
)
var secureKeyPrefix = []byte("secure-key-")
diff --git a/trie/secure_trie_test.go b/trie/secure_trie_test.go
index 19e27b0ae6..3ee1a23f53 100644
--- a/trie/secure_trie_test.go
+++ b/trie/secure_trie_test.go
@@ -22,9 +22,9 @@ import (
"sync"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
func newEmptySecure() *SecureTrie {
diff --git a/trie/sync.go b/trie/sync.go
index 04280d31f3..6302318196 100644
--- a/trie/sync.go
+++ b/trie/sync.go
@@ -20,7 +20,7 @@ import (
"errors"
"fmt"
- "github.com/burnout/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common"
"gopkg.in/karalabe/cookiejar.v2/collections/prque"
)
diff --git a/trie/sync_test.go b/trie/sync_test.go
index 05ec680944..ee5a014c99 100644
--- a/trie/sync_test.go
+++ b/trie/sync_test.go
@@ -20,8 +20,8 @@ import (
"bytes"
"testing"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
// makeTestTrie create a sample test trie to test node-wise reconstruction.
diff --git a/trie/trie.go b/trie/trie.go
index 936f6cec82..c092439494 100644
--- a/trie/trie.go
+++ b/trie/trie.go
@@ -21,9 +21,9 @@ import (
"bytes"
"fmt"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto/sha3"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto/sha3"
+ "github.com/burnoutcoin/go-burnout/log"
"github.com/rcrowley/go-metrics"
)
diff --git a/trie/trie_test.go b/trie/trie_test.go
index 09eb9f9373..4ce7ae84aa 100644
--- a/trie/trie_test.go
+++ b/trie/trie_test.go
@@ -29,8 +29,8 @@ import (
"testing/quick"
"github.com/davecgh/go-spew/spew"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/brndb"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/brndb"
)
func init() {
diff --git a/vendor/vendor.json b/vendor/vendor.json
index d5bb320e73..fe54c49fcb 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -688,5 +688,5 @@
"revisionTime": "2017-08-11T01:42:03Z"
}
],
- "rootPath": "github.com/burnout/go-burnout"
+ "rootPath": "github.com/burnoutcoin/go-burnout"
}
diff --git a/whisper/mailserver/mailserver.go b/whisper/mailserver/mailserver.go
index 1e2a4877f2..24bf23e4a5 100644
--- a/whisper/mailserver/mailserver.go
+++ b/whisper/mailserver/mailserver.go
@@ -21,12 +21,12 @@ import (
"encoding/binary"
"fmt"
- "github.com/burnout/go-burnout/cmd/utils"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/rlp"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout/cmd/utils"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/rlp"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/util"
)
diff --git a/whisper/mailserver/server_test.go b/whisper/mailserver/server_test.go
index 3a93aa70ca..ed4a43c7ca 100644
--- a/whisper/mailserver/server_test.go
+++ b/whisper/mailserver/server_test.go
@@ -24,9 +24,9 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
)
const powRequirement = 0.00001
diff --git a/whisper/shhclient/client.go b/whisper/shhclient/client.go
index b3f0383a18..bfe307cf87 100644
--- a/whisper/shhclient/client.go
+++ b/whisper/shhclient/client.go
@@ -19,10 +19,10 @@ package shhclient
import (
"context"
- "github.com/burnout/go-burnout"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/rpc"
- whisper "github.com/burnout/go-burnout/whisper/whisperv5"
+ "github.com/burnoutcoin/go-burnout"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/rpc"
+ whisper "github.com/burnoutcoin/go-burnout/whisper/whisperv5"
)
// Client defines typed wrappers for the Whisper v5 RPC API.
@@ -168,7 +168,7 @@ func (sc *Client) Post(ctx context.Context, message whisper.NewMessage) error {
// SubscribeMessages subscribes to messages that match the given criteria. This method
// is only supported on bi-directional connections such as websockets and IPC.
// NewMessageFilter uses polling and is supported over HTTP.
-func (ec *Client) SubscribeMessages(ctx context.Context, criteria whisper.Criteria, ch chan<- *whisper.Message) (burnout.Subscription, error) {
+func (ec *Client) SubscribeMessages(ctx context.Context, criteria whisper.Criteria, ch chan<- *whisper.Message) (burnoutcoin.Subscription, error) {
return ec.c.ShhSubscribe(ctx, ch, "messages", criteria)
}
diff --git a/whisper/whisperv2/api.go b/whisper/whisperv2/api.go
index 8551a66913..31a38acdf0 100644
--- a/whisper/whisperv2/api.go
+++ b/whisper/whisperv2/api.go
@@ -22,9 +22,9 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// PublicWhisperAPI provides the whisper RPC service.
diff --git a/whisper/whisperv2/envelope.go b/whisper/whisperv2/envelope.go
index 3005d58c28..82bc3f4c74 100644
--- a/whisper/whisperv2/envelope.go
+++ b/whisper/whisperv2/envelope.go
@@ -26,11 +26,11 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Envelope represents a clear-text data packet to transmit through the Whisper
diff --git a/whisper/whisperv2/envelope_test.go b/whisper/whisperv2/envelope_test.go
index 9bb60801a9..82e7920c1a 100644
--- a/whisper/whisperv2/envelope_test.go
+++ b/whisper/whisperv2/envelope_test.go
@@ -21,8 +21,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
)
func TestEnvelopeOpen(t *testing.T) {
diff --git a/whisper/whisperv2/filter.go b/whisper/whisperv2/filter.go
index bdb1b27089..80701ef92d 100644
--- a/whisper/whisperv2/filter.go
+++ b/whisper/whisperv2/filter.go
@@ -21,7 +21,7 @@ package whisperv2
import (
"crypto/ecdsa"
- "github.com/burnout/go-burnout/event/filter"
+ "github.com/burnoutcoin/go-burnout/event/filter"
)
// Filter is used to subscribe to specific types of whisper messages.
diff --git a/whisper/whisperv2/main.go b/whisper/whisperv2/main.go
index a8dd725069..a5d6a2b233 100644
--- a/whisper/whisperv2/main.go
+++ b/whisper/whisperv2/main.go
@@ -27,12 +27,12 @@ import (
"os"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/logger"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/nat"
- "github.com/burnout/go-burnout/whisper"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/logger"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/whisper"
)
func main() {
diff --git a/whisper/whisperv2/message.go b/whisper/whisperv2/message.go
index 670d5c2260..213ac8c3c3 100644
--- a/whisper/whisperv2/message.go
+++ b/whisper/whisperv2/message.go
@@ -26,10 +26,10 @@ import (
"math/rand"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/log"
)
// Message represents an end-user data packet to transmit through the Whisper
diff --git a/whisper/whisperv2/message_test.go b/whisper/whisperv2/message_test.go
index 43fea54061..bf73865a88 100644
--- a/whisper/whisperv2/message_test.go
+++ b/whisper/whisperv2/message_test.go
@@ -22,7 +22,7 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
// Tests whether a message can be wrapped without any identity or encryption.
diff --git a/whisper/whisperv2/peer.go b/whisper/whisperv2/peer.go
index dc66767b7e..ba7b9fd711 100644
--- a/whisper/whisperv2/peer.go
+++ b/whisper/whisperv2/peer.go
@@ -20,10 +20,10 @@ import (
"fmt"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rlp"
"gopkg.in/fatih/set.v0"
)
diff --git a/whisper/whisperv2/peer_test.go b/whisper/whisperv2/peer_test.go
index cdef1e3038..4a837f6a1b 100644
--- a/whisper/whisperv2/peer_test.go
+++ b/whisper/whisperv2/peer_test.go
@@ -20,8 +20,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
type testPeer struct {
diff --git a/whisper/whisperv2/topic.go b/whisper/whisperv2/topic.go
index e3d9417185..300a50ace7 100644
--- a/whisper/whisperv2/topic.go
+++ b/whisper/whisperv2/topic.go
@@ -19,7 +19,7 @@
package whisperv2
-import "github.com/burnout/go-burnout/crypto"
+import "github.com/burnoutcoin/go-burnout/crypto"
// Topic represents a cryptographically secure, probabilistic partial
// classifications of a message, determined as the first (left) 4 bytes of the
diff --git a/whisper/whisperv2/whisper.go b/whisper/whisperv2/whisper.go
index 182ee7d930..c41442dab3 100644
--- a/whisper/whisperv2/whisper.go
+++ b/whisper/whisperv2/whisper.go
@@ -22,13 +22,13 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/event/filter"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/event/filter"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
"gopkg.in/fatih/set.v0"
)
diff --git a/whisper/whisperv2/whisper_test.go b/whisper/whisperv2/whisper_test.go
index e7919113ac..a9b0cf4a5b 100644
--- a/whisper/whisperv2/whisper_test.go
+++ b/whisper/whisperv2/whisper_test.go
@@ -20,8 +20,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
)
func startTestCluster(n int) []*Whisper {
diff --git a/whisper/whisperv5/api.go b/whisper/whisperv5/api.go
index 69b07686d1..6520a8fbae 100644
--- a/whisper/whisperv5/api.go
+++ b/whisper/whisperv5/api.go
@@ -24,12 +24,12 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/rpc"
)
const (
diff --git a/whisper/whisperv5/benchmarks_test.go b/whisper/whisperv5/benchmarks_test.go
index 81ab6efc68..7c656bd070 100644
--- a/whisper/whisperv5/benchmarks_test.go
+++ b/whisper/whisperv5/benchmarks_test.go
@@ -19,7 +19,7 @@ package whisperv5
import (
"testing"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
func BenchmarkDeriveKeyMaterial(b *testing.B) {
diff --git a/whisper/whisperv5/envelope.go b/whisper/whisperv5/envelope.go
index 21c0415f3b..b0380c5205 100644
--- a/whisper/whisperv5/envelope.go
+++ b/whisper/whisperv5/envelope.go
@@ -26,11 +26,11 @@ import (
"math/big"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/math"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/math"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
// Envelope represents a clear-text data packet to transmit through the Whisper
diff --git a/whisper/whisperv5/filter.go b/whisper/whisperv5/filter.go
index b6d927ae45..48d3352321 100644
--- a/whisper/whisperv5/filter.go
+++ b/whisper/whisperv5/filter.go
@@ -21,8 +21,8 @@ import (
"fmt"
"sync"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
)
type Filter struct {
diff --git a/whisper/whisperv5/filter_test.go b/whisper/whisperv5/filter_test.go
index e536b597c0..e475d1881f 100644
--- a/whisper/whisperv5/filter_test.go
+++ b/whisper/whisperv5/filter_test.go
@@ -22,8 +22,8 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
)
var seed int64
diff --git a/whisper/whisperv5/gen_criteria_json.go b/whisper/whisperv5/gen_criteria_json.go
index 02e19c6f4c..d2bf008d3b 100644
--- a/whisper/whisperv5/gen_criteria_json.go
+++ b/whisper/whisperv5/gen_criteria_json.go
@@ -5,7 +5,7 @@ package whisperv5
import (
"encoding/json"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
var _ = (*criteriaOverride)(nil)
diff --git a/whisper/whisperv5/gen_message_json.go b/whisper/whisperv5/gen_message_json.go
index 45df51fab5..2554872b36 100644
--- a/whisper/whisperv5/gen_message_json.go
+++ b/whisper/whisperv5/gen_message_json.go
@@ -5,7 +5,7 @@ package whisperv5
import (
"encoding/json"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
var _ = (*messageOverride)(nil)
diff --git a/whisper/whisperv5/gen_newmessage_json.go b/whisper/whisperv5/gen_newmessage_json.go
index 3a16bd4376..028bb50598 100644
--- a/whisper/whisperv5/gen_newmessage_json.go
+++ b/whisper/whisperv5/gen_newmessage_json.go
@@ -5,7 +5,7 @@ package whisperv5
import (
"encoding/json"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
var _ = (*newMessageOverride)(nil)
diff --git a/whisper/whisperv5/message.go b/whisper/whisperv5/message.go
index d5418d9e7a..d258bd980d 100644
--- a/whisper/whisperv5/message.go
+++ b/whisper/whisperv5/message.go
@@ -27,10 +27,10 @@ import (
"errors"
"strconv"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/crypto/ecies"
- "github.com/burnout/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/crypto/ecies"
+ "github.com/burnoutcoin/go-burnout/log"
)
// Options specifies the exact way a message should be wrapped into an Envelope.
diff --git a/whisper/whisperv5/message_test.go b/whisper/whisperv5/message_test.go
index 8424919e68..1941f1490f 100644
--- a/whisper/whisperv5/message_test.go
+++ b/whisper/whisperv5/message_test.go
@@ -21,8 +21,8 @@ import (
mrand "math/rand"
"testing"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/rlp"
)
func generateMessageParams() (*MessageParams, error) {
diff --git a/whisper/whisperv5/peer.go b/whisper/whisperv5/peer.go
index cad38d8ae7..dfa1537cf8 100644
--- a/whisper/whisperv5/peer.go
+++ b/whisper/whisperv5/peer.go
@@ -20,10 +20,10 @@ import (
"fmt"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rlp"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rlp"
set "gopkg.in/fatih/set.v0"
)
diff --git a/whisper/whisperv5/peer_test.go b/whisper/whisperv5/peer_test.go
index b6c0f9607e..47582d2638 100644
--- a/whisper/whisperv5/peer_test.go
+++ b/whisper/whisperv5/peer_test.go
@@ -25,11 +25,11 @@ import (
"testing"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/p2p/discover"
- "github.com/burnout/go-burnout/p2p/nat"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/p2p/discover"
+ "github.com/burnoutcoin/go-burnout/p2p/nat"
)
var keys []string = []string{
diff --git a/whisper/whisperv5/topic.go b/whisper/whisperv5/topic.go
index c6dc034e58..8120f32727 100644
--- a/whisper/whisperv5/topic.go
+++ b/whisper/whisperv5/topic.go
@@ -19,8 +19,8 @@
package whisperv5
import (
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/common/hexutil"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/common/hexutil"
)
// Topic represents a cryptographically secure, probabilistic partial
diff --git a/whisper/whisperv5/whisper.go b/whisper/whisperv5/whisper.go
index f86e9804e9..91e81e40a8 100644
--- a/whisper/whisperv5/whisper.go
+++ b/whisper/whisperv5/whisper.go
@@ -26,11 +26,11 @@ import (
"sync"
"time"
- "github.com/burnout/go-burnout/common"
- "github.com/burnout/go-burnout/crypto"
- "github.com/burnout/go-burnout/log"
- "github.com/burnout/go-burnout/p2p"
- "github.com/burnout/go-burnout/rpc"
+ "github.com/burnoutcoin/go-burnout/common"
+ "github.com/burnoutcoin/go-burnout/crypto"
+ "github.com/burnoutcoin/go-burnout/log"
+ "github.com/burnoutcoin/go-burnout/p2p"
+ "github.com/burnoutcoin/go-burnout/rpc"
"github.com/syndtr/goleveldb/leveldb/errors"
"golang.org/x/crypto/pbkdf2"
"golang.org/x/sync/syncmap"