Commit graph

13631 commits

Author SHA1 Message Date
Your Name
e5a24bdf69 all: fix packages and comments 2024-04-23 12:32:40 +09:00
siddharth0a
c2fc306206 cmd/devp2p: update chainConfig for worldland testnet and mainnet 2024-04-03 16:05:17 +09:00
siddharth0a
b18a771de3 cmd/clef: fix chainid for worldland 2024-04-03 16:03:24 +09:00
siddharth0a
0dc1ddc77a build: change client name from geth to worldland 2024-04-03 15:59:52 +09:00
siddharth0a
0d5be10e1d CONTRIBUTING.md: fix gitter channel 2024-04-03 15:42:44 +09:00
siddharth0a
e052aad950 tests: delete legacy folder 2024-04-03 11:12:37 +09:00
siddharth0a
9551b26a89 fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
siddharth0a
0609871abd SECURITY.md: delete legacy 2024-04-02 20:32:11 +09:00
siddharth0a
2cd6cadab7 build: change nsi from geth to worldland 2024-04-02 20:30:59 +09:00
siddharth0a
579cd739bc README: legacy tutorial for client connect to worldland mainnet 2024-04-02 20:29:33 +09:00
siddharth0a
3414a72ed4 tests/evm-benchmarks: delete legacy 2024-04-02 20:27:33 +09:00
siddharth0a
b24fc412e9 docs: delete legacy 2024-04-02 20:25:32 +09:00
siddharth0a
b0d07b3a2d cmd/worldland: add worldland cmd 2024-04-02 20:23:59 +09:00
siddharth0a
ede90e5ef4 cmd/geth: delete geth cmd 2024-04-02 20:22:40 +09:00
siddharth0a
50a300ebcb dashboard: maintain legacy 2024-04-02 20:21:06 +09:00
siddharth0a
22965ba57e whiseper: maintain legacy 2024-04-02 20:19:49 +09:00
siddharth0a
43660826fa consensus/eccpow: add api and sealer 2024-04-02 20:17:33 +09:00
siddharth0a
4fa7eb674e consenus/eccpow: add algorithm 2024-04-02 20:16:26 +09:00
siddharth0a
8094fc1d87 consensus/eccpow: add consensus algorithm and apply block reward 2024-04-02 20:15:37 +09:00
siddharth0a
d926a5d9f2 consensus/eccpow: add LDPCDifficulty function 2024-04-02 20:14:28 +09:00
siddharth0a
69983932fa consensus/eccpow: add LDPCDecoder 2024-04-02 20:13:46 +09:00
siddharth0a
4cbeacd254 README: fork to WorldLand 2024-04-02 19:59:03 +09:00
aaronbuchwald
3d68bb03c3
trie: fix grammar in comment (#25648) 2022-08-31 16:26:39 +02:00
Sina Mahmoodi
8cfcb41e57
graphql: return correct logs for tx (#25612)
* graphql: fix tx logs

* minor

* Use optimized search for selecting tx logs
2022-08-31 16:14:53 +02:00
Jakub Freebit
279afd7947
mobile: close node on error (#25643) 2022-08-31 13:31:16 +03:00
Martin Holst Swende
362256ebff
eth/catalyst: adjust eta for themerge (#25601)
* eth/catalyst: adjust eta for themerge

* squash

* squash

* eth/catalyst: address review concerns
2022-08-31 13:28:35 +03:00
rjl493456442
d10c280309
all: move genesis initialization to blockchain (#25523)
* all: move genesis initialization to blockchain

* core: add one more check

* core: fix tests
2022-08-30 18:22:28 +02:00
Felix Lange
2b6df280de
node: fix regression in TestJWT (#25635) 2022-08-30 16:41:09 +02:00
Seungbae Yu
7813b675f5
node: change JWT error status to 401 Unauthorized (#25629) 2022-08-30 15:25:02 +02:00
Rachel Bousfield
8df8eb4e7a
ethclient: add 'finalized' and 'safe' block number support (#25580) 2022-08-30 14:56:39 +02:00
Marius Kjærstad
44b36a0cdd
docs: specify execution client (#25566)
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-30 14:48:04 +02:00
uji
6d882a51e0
build: fix ignored errors (#25591) 2022-08-30 14:40:15 +02:00
Sina Mahmoodi
6e6b5087f1
cmd/geth: fix legacy receipt detection for empty db (#25609) 2022-08-30 14:38:35 +02:00
Abirdcfly
c394c308e6
all: remove duplicate word in comments (#25618)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-08-29 11:16:34 +03:00
xinbenlv
f03c37b73e
accounts/abi/bind: add const for tx fee elasticity multiplier (#25504)
Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2022-08-25 10:59:50 +02:00
lightclient
70e1e65b1d
internal/ethapi: rename debug getters to match spec (#25176)
Some small fixes to get the existing debug methods to conform to the spec. Mainly dropping the encoding information from the method name as it should be deduced from the debug context and allowing the method to be invoked by either block number or block hash. It also adds the method debug_getTransaction which returns the raw tx bytes by tx hash. This is pretty much equivalent to the eth_getRawTransactionByHash method.
2022-08-25 10:41:37 +02:00
Felix Lange
6c40aed146 params: begin go-ethereum v1.11 release cycle 2022-08-25 10:37:04 +02:00
Péter Szilágyi
57896d6fbe
params: begin v1.10.24 release cycle 2022-08-24 12:11:17 +03:00
Péter Szilágyi
d901d85377
params: release Geth v1.10.23 2022-08-24 12:09:02 +03:00
Péter Szilágyi
4c114af502
Merge pull request #25582 from holiman/err_handling
consensus/beacon: don't ignore errors
2022-08-23 22:26:33 +03:00
Péter Szilágyi
9ed10b9e48
Merge pull request #25581 from karalabe/triedb-fix-flush-order
core/state, trie: fix trie flush order for proper pruning
2022-08-23 22:13:33 +03:00
Martin Holst Swende
45a660a4f2
consensus/beacon: don't ignore errors 2022-08-23 20:48:50 +02:00
Péter Szilágyi
5758d1fb11
core/state, trie: fix trie flush order for proper pruning 2022-08-23 21:17:12 +03:00
Péter Szilágyi
81bd998353
core, eth/downloader: handle spurious junk bodies from racey rollbacks (#25578)
* eth/downloader: handle junkbodies/receipts in the beacon sync

* core: check for header presence when checking for blocks
2022-08-23 14:02:51 +03:00
Felix Lange
6d711f0c00 params: begin v1.10.23 release cycle 2022-08-22 10:39:52 +02:00
Felix Lange
2de49b04e5 params: release go-ethereum v1.10.22 2022-08-22 10:36:39 +02:00
Péter Szilágyi
395f3d4bf6
eth/catalyst: warn less frequently if no beacon client is available (#25569)
* eth/catalyst: warn less frequently if no beacon client is available

* eth/catalyst: tweak warning frequency a bit

* eth/catalyst: some more tweaks

* Update api.go

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-22 11:27:39 +03:00
Péter Szilágyi
02418c2fa9
Revert "eth/fetcher: don't spend too much time on transaction inclusion" (#25567)
Revert "eth/fetcher: don't spend too much time on transaction inclusion (#25524)"

This reverts commit 0ce494b60c.
2022-08-22 10:14:56 +03:00
Martin Holst Swende
0ce494b60c
eth/fetcher: don't spend too much time on transaction inclusion (#25524)
* eth/fetcher: introduce some lag in tx fetching

* eth/fetcher: change conditions a bit

* eth/fetcher: use per-batch quota check

* eth/fetcher: fix some comments

* eth/fetcher: address review concerns

* eth/fetcher: fix panic + add warn log

* eth/fetcher: fix log

* eth/fetcher: fix log

* cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests

* cmd/devp2p/internal/ethtest: fix TestLargeTxRequest

This increases the number of tx relay messages the test waits for. Since
go-ethereum now processes incoming txs in smaller batches, the
announcement messages it sends are also smaller.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-19 16:59:36 +03:00
Felix Lange
ac7ad811b4
internal/ethapi: fix build regression (#25555) 2022-08-19 14:48:49 +02:00