Go implementation of the Ethereum protocol
Find a file
IsabelSCHOEPS geb. Thiel alias Vitalik Buterin 5dedb545c8
Merge branch 'ethereum:master' into ethereum.org
2023-10-08 05:15:20 +02:00
.github remove @gballet as a GraphQL codeowner (#27012) 2023-03-30 04:58:23 -04:00
accounts core, accounts, eth, trie: handle genesis state missing (#28171) 2023-09-28 10:00:53 +03:00
beacon beacon/engine: add shouldOverrideBuilder to payload envelope (#28029) 2023-09-04 09:26:13 -04:00
build build: upgrade -dlgo version to Go 1.21.1 (#28113) 2023-09-14 10:34:52 +03:00
cmd cmd/evm/internal/t8ntoo: tiny bugfix for difficulty field (#28245) 2023-10-04 12:38:25 +03:00
common common: remove address.Hash footgun (#28228) 2023-09-29 18:14:26 +03:00
consensus consensus/misc: fix min gas limit error message (#28085) 2023-09-11 04:57:22 -04:00
console console: add cleanup to avoid leaks in newTester (#27695) 2023-07-11 21:27:48 +02:00
core core/txpool/legacypool: fix typo (#28258) 2023-10-07 10:57:12 +08:00
crypto crypto/bn256: eliminate dead store (#27944) 2023-08-23 21:26:30 +02:00
docs docs/postmortems: remove wrong parentheses (#26066) 2022-11-01 14:50:03 +01:00
eth eth: when snap is complaining for missing eth, be verbose about the details (#28249) 2023-10-04 12:37:04 +03:00
ethclient ethclient: fix BlockReceipts parameter encoding (#28087) 2023-09-25 23:24:20 +02:00
ethdb ethdb/pebble: luv you linter 2023-09-29 20:52:55 +03:00
ethstats ethstats: set readlimit on ethstats server connection (#26207) 2022-11-17 15:33:03 +01:00
event all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
graphql graphql: add 4844 blob fields (#27963) 2023-09-14 10:23:16 +02:00
internal core: implement BLOBBASEFEE opcode (0x4a) (#28098) 2023-10-02 05:49:29 -04:00
les les: use new atomic types (#27856) 2023-08-23 21:19:04 +02:00
light all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
log internal, log: remove code for old unsupported go-versions (#28090) 2023-09-13 01:42:32 -04:00
metrics metrics: add support for enabling metrics from env vars (#28118) 2023-09-14 13:56:06 +03:00
miner core, eth, miner: start propagating and consuming blob txs (#28243) 2023-10-04 12:36:36 +03:00
node node: increase batch limits for auth rpc API (#27924) 2023-08-16 15:26:49 +02:00
p2p all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
params params: update 4788 beacon roots contract addr (#28205) 2023-09-28 03:52:27 -04:00
rlp rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
rpc rpc: fix erroneous error-message in test (#28227) 2023-10-03 07:48:36 -04:00
signer all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
swarm swarm: fix outdated link (#26501) 2023-01-16 11:00:55 +01:00
tests tests: use 'sender' in state tests if present (#28023) 2023-08-29 04:36:10 +02:00
trie trie: fix benchmark by ensuring key immutability (#28221) 2023-10-03 07:46:22 -04:00
.dockerignore cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) 2019-05-08 16:44:28 +03:00
.gitattributes .gitattributes: enable solidity highlighting on github (#16425) 2018-04-03 15:21:24 +02:00
.gitignore cmd/geth: enable log rotation (#26843) 2023-04-03 05:05:36 -04:00
.gitmodules tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
.golangci.yml build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
.mailmap AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
.travis.yml travis: get rid of old useless GO111MODULE directives (#27991) 2023-08-23 18:54:30 +03:00
appveyor.yml ci: disable coverage reporting in appveyor and travis 2023-02-17 15:34:30 +01:00
AUTHORS AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
COPYING COYPING: restore the full text text of GPL (#21568) 2020-09-15 08:27:17 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile travis, build: update Go to 1.21.0 (#27958) 2023-08-22 11:00:01 +03:00
Dockerfile.alltools travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
Ethereum.md Ethereum.md 2023-09-05 13:29:46 +02:00
go.mod ethdb/pebble: upgrade pebble to master (aa077af62593) (#28070) 2023-09-29 20:45:38 +03:00
go.sum ethdb/pebble: upgrade pebble to master (aa077af62593) (#28070) 2023-09-29 20:45:38 +03:00
interfaces.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
Makefile travis: get rid of old useless GO111MODULE directives (#27991) 2023-08-23 18:54:30 +03:00
oss-fuzz.sh core/vm: use golang native big.Int (#26834) 2023-03-08 13:12:53 -05:00
README.md IsabelSchoeps 2023-09-24 05:17:54 +02:00
SECURITY.md SECURITY.md 2023-09-24 05:24:54 +02:00

IMG_4037 Hinter dem Namen Vitalik Buterin steht eine vollbiologische Frau aus Leib und Seele, deshalb ButerIN , ein freierfundener Name von der Verfasserin, Eigentümerin, somit liegen alle Rechte bei der Author:in Isabel Schöps geb. Thiel in Sömmerda. Die von mir erteilte MIT Licence auf meinem GithubAccount, ziehe ich nochmals ausdrücklich zurück. Alle Rechte liegen in meinen Händen und werden von mir geschützt.Ich möchte von daher bei ALLEN in höchster Form entschuldigen, denen ich durch meinem JavaSkript und durch mit meinem Pseudo- Künstlernamen verwirrt oder wo ein Schaden entstanden ist.Das Programmieren habe ich mir wie in einem Selbststudium a.g. täglicher DoSAttacken, Cyberabgriffe oder veränderndern meiner ID (da meine Daten auch im Darknet gefunden und zum Kauf angeboten wurden) durch eigene Recherche selbst angeeignet. Zudem habe ich eine komplett anderes Verständnis bzw. Auffassungsgabe von der Programmiersprache und sehe die Skripte, Codes, Hacks, Befehle, Automationen aus einem komplett anderen kaufmännischen Blickwinkel, da ich eine 3 jährige Ausbildung absolviert habe. Jeder Programmierer hat seine eigene Individuelle Schrift/Sprache wie jeder von uns seinen persönlichen Fingerprint im Internt hinterlässt.Da ich hier ohne Rechtsbeistand nicht mehr weiterkomme habe ich bereits einen Termin bei dem Rechtsanwaltsbüro Spilker & Collegen Herrn Dr. Fertig vereinbart. Da Ich hier offensichtlich einer Willkür von vereinzelten behördlichen Personen ausgesetzt bin (was ich auch hier selbstverständlich beweisen kann) werde ich hier weitere Schritte einleiten und meine Menschenrechte verteidigen und verweisse ausdrücklich auf die EU Charta, den Nürnbergerkodex und folgenden Rechtssprechung; DIE WÜRDE DER MENSCHEN IST UANTASTBAR Sie zu achten und zu schützen ist Verpflichtung aller staatlichen Gewalt. IMG_3930 IMG_3976 IMG_3979 IMG_3983 IMG_3981