Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
e8141e16
Unverified
Commit
e8141e16
authored
5 years ago
by
Péter Szilágyi
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19873 from karalabe/author-1.9.1
all: update author list and licenses
parents
82985075
b973eddd
Changes
93
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
93 changed files
with
593 additions
and
272 deletions
+593
-272
AUTHORS
AUTHORS
+221
-26
topics_test.go
accounts/abi/bind/topics_test.go
+1
-1
method_test.go
accounts/abi/method_test.go
+1
-1
accounts_test.go
accounts/accounts_test.go
+1
-1
backend.go
accounts/external/backend.go
+8
-8
url_test.go
accounts/url_test.go
+1
-1
trezor.go
accounts/usbwallet/trezor/trezor.go
+1
-1
update-license.go
build/update-license.go
+31
-13
main.go
cmd/abigen/main.go
+1
-1
common.go
cmd/checkpoint-admin/common.go
+1
-1
exec.go
cmd/checkpoint-admin/exec.go
+1
-1
main.go
cmd/checkpoint-admin/main.go
+1
-1
status.go
cmd/checkpoint-admin/status.go
+1
-1
testsigner.js
cmd/clef/tests/testsigner.js
+16
-0
changepassphrase.go
cmd/ethkey/changepassphrase.go
+16
-0
solidity.go
common/compiler/solidity.go
+1
-1
solidity_test.go
common/compiler/solidity_test.go
+1
-1
fdlimit_darwin.go
common/fdlimit/fdlimit_darwin.go
+1
-1
sealer_test.go
consensus/ethash/sealer_test.go
+16
-0
oracle.go
contracts/checkpointoracle/oracle.go
+1
-1
oracle_test.go
contracts/checkpointoracle/oracle_test.go
+1
-1
freezer.go
core/rawdb/freezer.go
+1
-1
freezer_table_test.go
core/rawdb/freezer_table_test.go
+1
-1
logger_json.go
core/vm/logger_json.go
+7
-7
webpack.config.common.js
dashboard/assets/webpack.config.common.js
+1
-1
webpack.config.dev.js
dashboard/assets/webpack.config.dev.js
+1
-1
webpack.config.prod.js
dashboard/assets/webpack.config.prod.js
+1
-1
geoip.go
dashboard/geoip.go
+1
-1
peers.go
dashboard/peers.go
+1
-1
system.go
dashboard/system.go
+1
-1
database.go
ethdb/database.go
+1
-1
leveldb.go
ethdb/leveldb/leveldb.go
+1
-1
memorydb.go
ethdb/memorydb/memorydb.go
+1
-1
memorydb_test.go
ethdb/memorydb/memorydb_test.go
+1
-1
graphql.go
graphql/graphql.go
+1
-1
graphql_test.go
graphql/graphql_test.go
+1
-1
schema.go
graphql/schema.go
+1
-1
testlog.go
internal/testlog/testlog.go
+1
-1
api.go
les/api.go
+1
-1
api_test.go
les/api_test.go
+1
-1
benchmark.go
les/benchmark.go
+1
-1
costtracker.go
les/costtracker.go
+2
-2
fetcher_test.go
les/fetcher_test.go
+16
-0
logger.go
les/flowcontrol/logger.go
+1
-1
manager.go
les/flowcontrol/manager.go
+1
-1
manager_test.go
les/flowcontrol/manager_test.go
+1
-1
freeclient.go
les/freeclient.go
+1
-1
freeclient_test.go
les/freeclient_test.go
+1
-1
peer_test.go
les/peer_test.go
+16
-0
servingqueue.go
les/servingqueue.go
+1
-1
sync_test.go
les/sync_test.go
+1
-1
ulc_test.go
les/ulc_test.go
+1
-1
shhclient.go
mobile/shhclient.go
+1
-1
table_util_test.go
p2p/discover/table_util_test.go
+1
-1
v4_udp.go
p2p/discover/v4_udp.go
+1
-1
metrics.go
p2p/discv5/metrics.go
+16
-0
nodedb.go
p2p/enode/nodedb.go
+1
-1
nodedb_test.go
p2p/enode/nodedb_test.go
+1
-1
addrutil.go
p2p/netutil/addrutil.go
+1
-1
inproc_test.go
p2p/simulations/adapters/inproc_test.go
+1
-1
pipes.go
p2p/simulations/pipes/pipes.go
+1
-1
test.go
p2p/simulations/test.go
+16
-0
peerpool.go
p2p/testing/peerpool.go
+1
-1
protocolsession.go
p2p/testing/protocolsession.go
+1
-1
protocoltester.go
p2p/testing/protocoltester.go
+1
-1
handler.go
rpc/handler.go
+1
-1
ipc_js.go
rpc/ipc_js.go
+1
-1
ipc_unix.go
rpc/ipc_unix.go
+1
-1
service.go
rpc/service.go
+1
-1
testservice_test.go
rpc/testservice_test.go
+1
-1
websocket_test.go
rpc/websocket_test.go
+1
-1
api.go
signer/core/api.go
+7
-7
api_test.go
signer/core/api_test.go
+8
-8
auditlog.go
signer/core/auditlog.go
+7
-7
cliui.go
signer/core/cliui.go
+7
-7
signed_data.go
signer/core/signed_data.go
+9
-9
signed_data_internal_test.go
signer/core/signed_data_internal_test.go
+8
-8
signed_data_test.go
signer/core/signed_data_test.go
+9
-9
stdioui.go
signer/core/stdioui.go
+7
-8
types.go
signer/core/types.go
+7
-7
uiapi.go
signer/core/uiapi.go
+7
-8
validation.go
signer/core/validation.go
+7
-7
validation_test.go
signer/core/validation_test.go
+7
-7
abi.go
signer/fourbyte/abi.go
+1
-1
abi_test.go
signer/fourbyte/abi_test.go
+1
-1
fourbyte_test.go
signer/fourbyte/fourbyte_test.go
+8
-8
validation.go
signer/fourbyte/validation.go
+8
-8
validation_test.go
signer/fourbyte/validation_test.go
+8
-8
rules.go
signer/rules/rules.go
+7
-7
rules_test.go
signer/rules/rules_test.go
+8
-8
aes_gcm_storage.go
signer/storage/aes_gcm_storage.go
+7
-8
aes_gcm_storage_test.go
signer/storage/aes_gcm_storage_test.go
+8
-8
storage.go
signer/storage/storage.go
+7
-8
No files found.
AUTHORS
View file @
e8141e16
This diff is collapsed.
Click to expand it.
accounts/abi/bind/topics_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
accounts/abi/method_test.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
accounts/accounts_test.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
accounts/external/backend.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
external
...
...
This diff is collapsed.
Click to expand it.
accounts/url_test.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
accounts/usbwallet/trezor/trezor.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
7
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
build/update-license.go
View file @
e8141e16
...
...
@@ -62,16 +62,22 @@ var (
skipPrefixes
=
[]
string
{
// boring stuff
"vendor/"
,
"tests/testdata/"
,
"build/"
,
// don't relicense vendored sources
"cmd/internal/browser"
,
"common/bitutil/bitutil"
,
"common/prque/"
,
"consensus/ethash/xor.go"
,
"crypto/bn256/"
,
"crypto/ecies/"
,
"crypto/secp256k1/curve.go"
,
"crypto/sha3/"
,
"graphql/graphiql.go"
,
"internal/jsre/deps"
,
"log/"
,
"common/bitutil/bitutil"
,
"metrics/"
,
"signer/rules/deps"
,
// skip special licenses
"crypto/secp256k1"
,
// Relicensed to BSD-3 via https://github.com/ethereum/go-ethereum/pull/17225
}
// paths with this prefix are licensed as GPL. all other files are LGPL.
...
...
@@ -144,6 +150,13 @@ func (i info) gpl() bool {
return
false
}
// authors implements the sort.Interface for strings in case-insensitive mode.
type
authors
[]
string
func
(
as
authors
)
Len
()
int
{
return
len
(
as
)
}
func
(
as
authors
)
Less
(
i
,
j
int
)
bool
{
return
strings
.
ToLower
(
as
[
i
])
<
strings
.
ToLower
(
as
[
j
])
}
func
(
as
authors
)
Swap
(
i
,
j
int
)
{
as
[
i
],
as
[
j
]
=
as
[
j
],
as
[
i
]
}
func
main
()
{
var
(
files
=
getFiles
()
...
...
@@ -262,27 +275,32 @@ func mailmapLookup(authors []string) []string {
}
func
writeAuthors
(
files
[]
string
)
{
merge
:=
make
(
map
[
string
]
bool
)
// Add authors that Git reports as contributorxs.
var
(
dedup
=
make
(
map
[
string
]
bool
)
list
[]
string
)
// Add authors that Git reports as contributors.
// This is the primary source of author information.
for
_
,
a
:=
range
gitAuthors
(
files
)
{
merge
[
a
]
=
true
if
la
:=
strings
.
ToLower
(
a
);
!
dedup
[
la
]
{
list
=
append
(
list
,
a
)
dedup
[
la
]
=
true
}
}
// Add existing authors from the file. This should ensure that we
// never lose authors, even if Git stops listing them. We can also
// add authors manually this way.
for
_
,
a
:=
range
readAuthors
()
{
merge
[
a
]
=
true
if
la
:=
strings
.
ToLower
(
a
);
!
dedup
[
la
]
{
list
=
append
(
list
,
a
)
dedup
[
la
]
=
true
}
}
// Write sorted list of authors back to the file.
var
result
[]
string
for
a
:=
range
merge
{
result
=
append
(
result
,
a
)
}
sort
.
Strings
(
result
)
sort
.
Sort
(
authors
(
list
))
content
:=
new
(
bytes
.
Buffer
)
content
.
WriteString
(
authorsFileHeader
)
for
_
,
a
:=
range
resul
t
{
for
_
,
a
:=
range
lis
t
{
content
.
WriteString
(
a
)
content
.
WriteString
(
"
\n
"
)
}
...
...
This diff is collapsed.
Click to expand it.
cmd/abigen/main.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
cmd/checkpoint-admin/common.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
cmd/checkpoint-admin/exec.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
cmd/checkpoint-admin/main.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
cmd/checkpoint-admin/status.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
cmd/clef/tests/testsigner.js
View file @
e8141e16
// Copyright 2019 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// go-ethereum is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// This file is a test-utility for testing clef-functionality
//
// Start clef with
...
...
This diff is collapsed.
Click to expand it.
cmd/ethkey/changepassphrase.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// go-ethereum is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
package
main
import
(
...
...
This diff is collapsed.
Click to expand it.
common/compiler/solidity.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
common/compiler/solidity_test.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
common/fdlimit/fdlimit_darwin.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
consensus/ethash/sealer_test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
ethash
import
(
...
...
This diff is collapsed.
Click to expand it.
contracts/checkpointoracle/oracle.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
contracts/checkpointoracle/oracle_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
core/rawdb/freezer.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
core/rawdb/freezer_table_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
core/vm/logger_json.go
View file @
e8141e16
// Copyright 2017 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
vm
...
...
This diff is collapsed.
Click to expand it.
dashboard/assets/webpack.config.common.js
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
dashboard/assets/webpack.config.dev.js
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
dashboard/assets/webpack.config.prod.js
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
dashboard/geoip.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
dashboard/peers.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
dashboard/system.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
ethdb/database.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
4
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
ethdb/leveldb/leveldb.go
View file @
e8141e16
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
ethdb/memorydb/memorydb.go
View file @
e8141e16
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
ethdb/memorydb/memorydb_test.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
graphql/graphql.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
graphql/graphql_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
graphql/schema.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
internal/testlog/testlog.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/api.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/api_test.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/benchmark.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/costtracker.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -9,7 +9,7 @@
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more detail
ct
.
// GNU Lesser General Public License for more detail
s
.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
...
...
This diff is collapsed.
Click to expand it.
les/fetcher_test.go
View file @
e8141e16
// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
les
import
(
...
...
This diff is collapsed.
Click to expand it.
les/flowcontrol/logger.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/flowcontrol/manager.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/flowcontrol/manager_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/freeclient.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/freeclient_test.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/peer_test.go
View file @
e8141e16
// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
les
import
(
...
...
This diff is collapsed.
Click to expand it.
les/servingqueue.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/sync_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
les/ulc_test.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
mobile/shhclient.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/discover/table_util_test.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/discover/v4_udp.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/discv5/metrics.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
discv5
import
"github.com/ethereum/go-ethereum/metrics"
...
...
This diff is collapsed.
Click to expand it.
p2p/enode/nodedb.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/enode/nodedb_test.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/netutil/addrutil.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/simulations/adapters/inproc_test.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/simulations/pipes/pipes.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/simulations/test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
simulations
import
(
...
...
This diff is collapsed.
Click to expand it.
p2p/testing/peerpool.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/testing/protocolsession.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
p2p/testing/protocoltester.go
View file @
e8141e16
// Copyright 201
7
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/handler.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/ipc_js.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/ipc_unix.go
View file @
e8141e16
// Copyright 201
9
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/service.go
View file @
e8141e16
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/testservice_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
rpc/websocket_test.go
View file @
e8141e16
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
8
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
signer/core/api.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/api_test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core_test
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/core/auditlog.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/cliui.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/signed_data.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/core/signed_data_internal_test.go
View file @
e8141e16
// Copyright 2019 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/core/signed_data_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core_test
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/core/stdioui.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/types.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/uiapi.go
View file @
e8141e16
// Copyright 2019 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/validation.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/core/validation_test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
core
...
...
This diff is collapsed.
Click to expand it.
signer/fourbyte/abi.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
signer/fourbyte/abi_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// Copyright 201
9
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
signer/fourbyte/fourbyte_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
fourbyte
...
...
This diff is collapsed.
Click to expand it.
signer/fourbyte/validation.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
fourbyte
...
...
This diff is collapsed.
Click to expand it.
signer/fourbyte/validation_test.go
View file @
e8141e16
// Copyright 201
8
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
9
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
fourbyte
...
...
This diff is collapsed.
Click to expand it.
signer/rules/rules.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// You should have received a copy of the GNU
Lesser
General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
rules
...
...
This diff is collapsed.
Click to expand it.
signer/rules/rules_test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
rules
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/storage/aes_gcm_storage.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
storage
...
...
This diff is collapsed.
Click to expand it.
signer/storage/aes_gcm_storage_test.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
storage
import
(
...
...
This diff is collapsed.
Click to expand it.
signer/storage/storage.go
View file @
e8141e16
// Copyright 2018 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum library
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
storage
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment