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
d04a2e75
Commit
d04a2e75
authored
Apr 14, 2016
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: update license information
parent
728ad6f4
Changes
60
Show whitespace changes
Inline
Side-by-side
Showing
60 changed files
with
357 additions
and
82 deletions
+357
-82
.mailmap
.mailmap
+4
-0
AUTHORS
AUTHORS
+12
-0
event_test.go
accounts/abi/event_test.go
+16
-0
key_store_plain.go
accounts/key_store_plain.go
+1
-1
main.go
cmd/abigen/main.go
+7
-7
js.go
cmd/geth/js.go
+1
-1
client.go
cmd/utils/client.go
+7
-7
jeth.go
cmd/utils/jeth.go
+7
-7
natspec.go
common/natspec/natspec.go
+1
-1
natspec_e2e_test.go
common/natspec/natspec_e2e_test.go
+1
-1
natspec_test.go
common/natspec/natspec_test.go
+1
-1
block_validator.go
core/block_validator.go
+1
-1
default_genesis.go
core/default_genesis.go
+1
-1
gaspool.go
core/gaspool.go
+1
-1
headerchain.go
core/headerchain.go
+1
-0
iterator_test.go
core/state/iterator_test.go
+1
-1
statedb_test.go
core/state/statedb_test.go
+1
-1
state_processor.go
core/state_processor.go
+16
-0
types.go
core/types.go
+1
-1
contract.go
core/vm/contract.go
+1
-1
doc.go
core/vm/doc.go
+1
-1
instructions.go
core/vm/instructions.go
+1
-1
jit.go
core/vm/jit.go
+1
-1
jit_optimiser.go
core/vm/jit_optimiser.go
+16
-0
jit_test.go
core/vm/jit_test.go
+2
-1
jit_util.go
core/vm/jit_util.go
+1
-1
jit_util_test.go
core/vm/jit_util_test.go
+1
-1
jump_table.go
core/vm/jump_table.go
+16
-0
jump_table_test.go
core/vm/jump_table_test.go
+16
-0
env.go
core/vm/runtime/env.go
+1
-1
runtime.go
core/vm/runtime/runtime.go
+1
-1
segments.go
core/vm/segments.go
+16
-0
util_test.go
core/vm/util_test.go
+16
-0
api.go
eth/api.go
+7
-7
backend_test.go
eth/backend_test.go
+16
-0
cpu_mining.go
eth/cpu_mining.go
+1
-1
api.go
eth/downloader/api.go
+7
-7
api.go
eth/filters/api.go
+7
-7
filter.go
eth/filters/filter.go
+1
-1
filter_system.go
eth/filters/filter_system.go
+1
-1
filter_system_test.go
eth/filters/filter_system_test.go
+16
-0
filter_test.go
eth/filters/filter_test.go
+16
-0
gpu_mining.go
eth/gpu_mining.go
+1
-1
handler_test.go
eth/handler_test.go
+16
-0
helper_test.go
eth/helper_test.go
+16
-0
completion.go
jsre/completion.go
+1
-1
completion_test.go
jsre/completion_test.go
+1
-1
state_object.go
light/state_object.go
+1
-1
config.go
node/config.go
+1
-1
decode_tail_test.go
rlp/decode_tail_test.go
+16
-0
json_test.go
rpc/json_test.go
+16
-0
notification_test.go
rpc/notification_test.go
+1
-0
init.go
tests/init.go
+1
-1
state_test_util.go
tests/state_test_util.go
+1
-1
util.go
tests/util.go
+1
-1
vm_test_util.go
tests/vm_test_util.go
+1
-1
errors.go
trie/errors.go
+1
-1
proof.go
trie/proof.go
+16
-0
proof_test.go
trie/proof_test.go
+16
-0
api.go
whisper/api.go
+7
-7
No files found.
.mailmap
View file @
d04a2e75
...
@@ -59,3 +59,7 @@ Jason Carver <jacarver@linkedin.com> <ut96caarrs@snkmail.com>
...
@@ -59,3 +59,7 @@ Jason Carver <jacarver@linkedin.com> <ut96caarrs@snkmail.com>
Joseph Chow <ethereum@outlook.com>
Joseph Chow <ethereum@outlook.com>
Joseph Chow <ethereum@outlook.com> ethers <TODO>
Joseph Chow <ethereum@outlook.com> ethers <TODO>
Enrique Fynn <enriquefynn@gmail.com>
Vincent G <caktux@gmail.com>
\ No newline at end of file
AUTHORS
View file @
d04a2e75
...
@@ -3,22 +3,34 @@
...
@@ -3,22 +3,34 @@
Alex Leverington <alex@ethdev.com>
Alex Leverington <alex@ethdev.com>
Alexandre Van de Sande <alex.vandesande@ethdev.com>
Alexandre Van de Sande <alex.vandesande@ethdev.com>
Bas van Kervel <bas@ethdev.com>
Bas van Kervel <bas@ethdev.com>
Christoph Jentzsch <jentzsch.software@gmail.com>
Daniel A. Nagy <nagy.da@gmail.com>
Daniel A. Nagy <nagy.da@gmail.com>
Drake Burroughs <wildfyre@hotmail.com>
Enrique Fynn <enriquefynn@gmail.com>
Ethan Buchman <ethan@coinculture.info>
Ethan Buchman <ethan@coinculture.info>
Fabian Vogelsteller <fabian@frozeman.de>
Fabian Vogelsteller <fabian@frozeman.de>
Felix Lange <fjl@twurst.com>
Felix Lange <fjl@twurst.com>
Gustav Simonsson <gustav.simonsson@gmail.com>
Gustav Simonsson <gustav.simonsson@gmail.com>
Isidoro Ghezzi <isidoro.ghezzi@icloud.com>
Jae Kwon <jkwon.work@gmail.com>
Jae Kwon <jkwon.work@gmail.com>
Jason Carver <jacarver@linkedin.com>
Jason Carver <jacarver@linkedin.com>
Jeff R. Allen <jra@nella.org>
Jeffrey Wilcke <jeffrey@ethereum.org>
Jeffrey Wilcke <jeffrey@ethereum.org>
Joseph Chow <ethereum@outlook.com>
Joseph Chow <ethereum@outlook.com>
Kobi Gurkan <kobigurk@gmail.com>
Kobi Gurkan <kobigurk@gmail.com>
Lefteris Karapetsas <lefteris@refu.co>
Leif Jurvetson <leijurv@gmail.com>
Maran Hidskes <maran.hidskes@gmail.com>
Maran Hidskes <maran.hidskes@gmail.com>
Marek Kotewicz <marek.kotewicz@gmail.com>
Marek Kotewicz <marek.kotewicz@gmail.com>
Matthew Wampler-Doty <matthew.wampler.doty@gmail.com>
Matthew Wampler-Doty <matthew.wampler.doty@gmail.com>
Nick Dodson <silentcicero@outlook.com>
Nick Dodson <silentcicero@outlook.com>
Peter Pratscher <pratscher@gmail.com>
Péter Szilágyi <peterke@gmail.com>
Péter Szilágyi <peterke@gmail.com>
Ramesh Nair <ram@hiddentao.com>
Ricardo Catalinas Jiménez <r@untroubled.be>
Rémy Roy <remyroy@remyroy.com>
Taylor Gerring <taylor.gerring@gmail.com>
Taylor Gerring <taylor.gerring@gmail.com>
Viktor Trón <viktor.tron@gmail.com>
Viktor Trón <viktor.tron@gmail.com>
Vincent G <caktux@gmail.com>
Vitalik Buterin <v@buterin.com>
Vitalik Buterin <v@buterin.com>
Zsolt Felföldi <zsfelfoldi@gmail.com>
Zsolt Felföldi <zsfelfoldi@gmail.com>
accounts/abi/event_test.go
View file @
d04a2e75
// Copyright 2016 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
abi
package
abi
import
(
import
(
...
...
accounts/key_store_plain.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
cmd/abigen/main.go
View file @
d04a2e75
// Copyright 2016 The go-ethereum Authors
// Copyright 2016 The go-ethereum Authors
// This file is part of
the go-ethereum library
.
// This file is part of
go-ethereum
.
//
//
//
The go-ethereum library
is free software: you can redistribute it and/or modify
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (at your option) any later version.
//
//
//
The go-ethereum library
is distributed in the hope that it will be useful,
//
go-ethereum
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU
Lesser
General Public License for more details.
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU
Lesser
General Public License
// You should have received a copy of the GNU General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
package
main
package
main
...
...
cmd/geth/js.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of go-ethereum.
// This file is part of go-ethereum.
//
//
// go-ethereum is free software: you can redistribute it and/or modify
// go-ethereum is free software: you can redistribute it and/or modify
...
...
cmd/utils/client.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 The go-ethereum Authors
// This file is part of
the go-ethereum library
.
// This file is part of
go-ethereum
.
//
//
//
The go-ethereum library
is free software: you can redistribute it and/or modify
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (at your option) any later version.
//
//
//
The go-ethereum library
is distributed in the hope that it will be useful,
//
go-ethereum
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU
Lesser
General Public License for more details.
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU
Lesser
General Public License
// You should have received a copy of the GNU General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
package
utils
package
utils
...
...
cmd/utils/jeth.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 The go-ethereum Authors
// This file is part of
the go-ethereum library
.
// This file is part of
go-ethereum
.
//
//
//
The go-ethereum library
is free software: you can redistribute it and/or modify
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU
Lesser
General Public License as published by
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (at your option) any later version.
//
//
//
The go-ethereum library
is distributed in the hope that it will be useful,
//
go-ethereum
is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU
Lesser
General Public License for more details.
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU
Lesser
General Public License
// You should have received a copy of the GNU General Public License
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
package
utils
package
utils
...
...
common/natspec/natspec.go
View file @
d04a2e75
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//
// +build ignore
// +build ignore
package
natspec
package
natspec
...
...
common/natspec/natspec_e2e_test.go
View file @
d04a2e75
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//
// +build ignore
// +build ignore
package
natspec
package
natspec
...
...
common/natspec/natspec_test.go
View file @
d04a2e75
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//
// +build ignore
// +build ignore
package
natspec
package
natspec
...
...
core/block_validator.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/default_genesis.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/gaspool.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/headerchain.go
View file @
d04a2e75
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
core
package
core
import
(
import
(
...
...
core/state/iterator_test.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/state/statedb_test.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/state_processor.go
View file @
d04a2e75
// Copyright 2015 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
core
package
core
import
(
import
(
...
...
core/types.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/contract.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/doc.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/instructions.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/jit.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/jit_optimiser.go
View file @
d04a2e75
// Copyright 2015 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
vm
package
vm
import
(
import
(
...
...
core/vm/jit_test.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
vm
package
vm
import
(
import
(
...
...
core/vm/jit_util.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/jit_util_test.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/jump_table.go
View file @
d04a2e75
// Copyright 2015 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
vm
package
vm
import
"math/big"
import
"math/big"
...
...
core/vm/jump_table_test.go
View file @
d04a2e75
// Copyright 2016 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
vm
package
vm
import
(
import
(
...
...
core/vm/runtime/env.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/runtime/runtime.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/vm/segments.go
View file @
d04a2e75
// Copyright 2015 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
vm
package
vm
import
"math/big"
import
"math/big"
...
...
core/vm/util_test.go
View file @
d04a2e75
// Copyright 2016 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
vm
package
vm
import
"math/big"
import
"math/big"
...
...
eth/api.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 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
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// 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
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (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
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// 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
// You should have received a copy of the GNU
Lesser
General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
eth
package
eth
...
...
eth/backend_test.go
View file @
d04a2e75
// Copyright 2015 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
eth
package
eth
import
(
import
(
...
...
eth/cpu_mining.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/downloader/api.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 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
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// 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
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (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
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// 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
// You should have received a copy of the GNU
Lesser
General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
downloader
package
downloader
...
...
eth/filters/api.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 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
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// 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
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (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
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// 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
// You should have received a copy of the GNU
Lesser
General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
filters
package
filters
...
...
eth/filters/filter.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
4
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/filters/filter_system.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/filters/filter_system_test.go
View file @
d04a2e75
// Copyright 2016 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
filters
package
filters
import
(
import
(
...
...
eth/filters/filter_test.go
View file @
d04a2e75
// Copyright 2015 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
filters
package
filters
import
(
import
(
...
...
eth/gpu_mining.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/handler_test.go
View file @
d04a2e75
// Copyright 2015 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
eth
package
eth
import
(
import
(
...
...
eth/helper_test.go
View file @
d04a2e75
// Copyright 2015 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/>.
// This file contains some shares testing functionality, common to multiple
// This file contains some shares testing functionality, common to multiple
// different files and modules being tested.
// different files and modules being tested.
...
...
jsre/completion.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
jsre/completion_test.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
light/state_object.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
node/config.go
View file @
d04a2e75
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
4
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
rlp/decode_tail_test.go
View file @
d04a2e75
// Copyright 2015 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
rlp
package
rlp
import
(
import
(
...
...
rpc/json_test.go
View file @
d04a2e75
// Copyright 2015 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
rpc
package
rpc
import
(
import
(
...
...
rpc/notification_test.go
View file @
d04a2e75
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
//
//
// You should have received a copy of the GNU Lesser General Public License
// 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/>.
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package
rpc
package
rpc
import
(
import
(
...
...
tests/init.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
tests/state_test_util.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
tests/util.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
tests/vm_test_util.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
trie/errors.go
View file @
d04a2e75
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the go-ethereum library.
//
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
trie/proof.go
View file @
d04a2e75
// Copyright 2015 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
trie
package
trie
import
(
import
(
...
...
trie/proof_test.go
View file @
d04a2e75
// Copyright 2015 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
trie
package
trie
import
(
import
(
...
...
whisper/api.go
View file @
d04a2e75
// Copyright 2015 The go-ethereum Authors
// Copyright 2015 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
//
The go-ethereum library
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// 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
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// (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
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// 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
// You should have received a copy of the GNU
Lesser
General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// along with
the go-ethereum library
. If not, see <http://www.gnu.org/licenses/>.
package
whisper
package
whisper
...
...
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