Commit graph

  • 44ac46f676 add local xdpos function wanwiset25 2024-06-26 11:52:06 +0400
  • f4e8e877f6
    internal/flags: update copyright year to 2025 (#30976) かげ 2025-01-02 09:48:25 +0800
  • fd2e6693f0
    internal/flags: update copyright year to 2025 ronething-bot 2025-01-01 11:12:59 +0800
  • c202f84969
    fix(core/txpool/legacypool): fix TestAllowedTxSize failing occasionally - it was failing because the maximum data length (previously dataSize) was set to txMaxSize - 213 but should had been txMaxSize - 103 and the last call dataSize+1+uint64(rand.Intn(10*txMaxSize))) would sometimes fail depending on rand.Intn. - Maximal transaction data size comment (invalid) replaced by code logic to find the maximum tx length without its data length - comments and variable naming improved for clarity - 3rd pool add test replaced to add just 1 above the maximum length, which is important to ensure the logic is correct Quentin Mc Gaw 2024-12-31 18:16:37 +0100
  • 22f8bcfc75
    crypto/bn256: fix MulScalar gitglorythegreat 2024-12-31 22:24:26 +0800
  • cfff729dfb eip-2537: update add and msm gas costs Sina Mahmoodi 2024-12-31 11:48:39 +0100
  • 85945c4fd0 eip-2537: update pairing check cost Sina Mahmoodi 2024-12-31 11:34:23 +0100
  • 4aad6aea1c eip-2537: remove mul precompiles Sina Mahmoodi 2024-12-31 11:12:40 +0100
  • dd0fb11fa3
    reduce gas limit for devnet to 50M (#785) benjamin202410 2024-12-30 18:31:47 -0800
  • ac3b44eebf
    remove devnet ecs terraform (#786) benjamin202410 2024-12-30 18:31:31 -0800
  • 6182650502 core/rawdb: fix panic in freezer Marius van der Wijden 2024-12-30 19:37:14 +0100
  • 4a51115fed
    triedb/pathdb: fix tester generator Ceyhun Onur 2024-12-30 21:18:15 +0300
  • 9e452f2960
    chore(github): issue template configuration and update issue templates (#96) Quentin McGaw 2024-12-30 18:00:05 +0100
  • 9a7bd8810b
    fix: revert update-license.go ronething-bot 2024-12-30 20:02:46 +0800
  • c3c95428ef
    fix: remove license header modification ronething-bot 2024-12-30 19:58:39 +0800
  • 6307460603
    update bootnode list (#783) benjamin202410 2024-12-29 21:50:28 -0800
  • f8decab061
    code refactor for performance (#782) benjamin202410 2024-12-29 21:47:14 -0800
  • b15bbd6e6f
    update printList georgehao 2024-12-30 01:16:13 +0800
  • 700ac412a1
    Update eest.go fuder.eth 2024-12-28 13:24:50 +0100
  • e3b2236689
    Update README.md fuder.eth 2024-12-28 13:22:46 +0100
  • acb59ecf0c
    Update rules.md fuder.eth 2024-12-28 13:22:23 +0100
  • 8ed195981d
    Update guide_test.go fuder.eth 2024-12-28 13:19:55 +0100
  • 6a5838b0f1
    Update skeleton.go fuder.eth 2024-12-28 13:17:42 +0100
  • 911fe219df
    Merge pull request #779 from gzliudan/core_blockchain Daniel Liu 2024-12-28 13:05:40 +0800
  • 3e62a4c611
    Merge pull request #778 from XinFinOrg/release-br-v2.4.6-beta1-dev-upgrade benjamin202410 2024-12-27 20:07:41 -0800
  • c8c39efb63 core: remove unnecessary log copy (#27475) Daniel Liu 2024-12-25 11:33:56 +0800
  • d03859d49e core: update the fast block on chain import at the end of the fast sync phase (#23576) Daniel Liu 2024-12-25 11:02:44 +0800
  • 2baadc6e87 core: improve shutdown synchronization in BlockChain (#22853) Daniel Liu 2024-12-24 23:30:33 +0800
  • 2d5dc550d0 core/rawdb: rename WriteTxLookupEntries to WriteTxLookupEntriesByBlock (#21480) Daniel Liu 2024-12-24 17:36:11 +0800
  • d7e0e9d734 core: write chain data in atomic way (#20287) Daniel Liu 2024-12-24 15:09:18 +0800
  • 1c555b2def core, light: get rid of the dual mutexes (#18436) Daniel Liu 2024-12-23 19:28:54 +0800
  • 3a0d5b6212
    Merge pull request #768 from gzliudan/upgrade_common Daniel Liu 2024-12-28 09:08:16 +0800
  • 6e33633d28 common: drop BigMin and BigMax, they pollute our dep graph (#30645) Daniel Liu 2024-12-19 15:38:22 +0800
  • 156de2bf90 common/math: delete some further dead code (#30639) Daniel Liu 2024-12-19 14:32:38 +0800
  • 6ec35b9644 all: get rid of custom MaxUint64 and MaxUint64 (#30636) Daniel Liu 2024-12-19 14:18:38 +0800
  • dff8e50085 common: using ParseUint instead of ParseInt (#30020) Halimao 2024-06-19 17:06:52 +0800
  • 6fda80ade8 common/math: fix out of bounds access in json unmarshalling (#30014) Dean Eigenmann 2024-06-17 21:53:00 +0200
  • b274a273b8 common/math: rename variable name int to n (#29890) tianyeyouyou 2024-05-31 15:25:49 +0800
  • 62afcf6b85 common/prque: fix godoc comments (#29460) georgehao 2024-04-06 17:09:30 +0800
  • 57eb92da1c common/prque: remove dependency on golang.org/exp (#29314) Daniel Liu 2024-12-19 13:23:40 +0800
  • 009542a92e accounts/usbwallet, common/bitutil: fix broken links in docs (#29078) Justin Dhillon 2024-03-12 23:54:40 -0700
  • f2cd7c082b common/math: copy result in Exp (#29233) Aaron Chen 2024-03-12 20:05:31 +0800
  • ff13d16fe5 core/vm: make structlog/json-log stack hex again (#28628) Daniel Liu 2024-12-19 12:43:49 +0800
  • 4cc2b2ea5f tests/fuzzers: move fuzzers into native packages (#28467) Daniel Liu 2024-12-19 11:57:47 +0800
  • 441f8ed70c common: add variable MaxHash (#28306) Daniel Liu 2024-12-19 11:01:21 +0800
  • f74cccd1cb beacon/types: add beacon chain data types (#27292) Felföldi Zsolt 2023-05-17 16:39:33 +0200
  • 59b14ed2cb internal/ethapi: make NewAccount return EIP-55 format (#26973) Daniel Liu 2024-12-18 19:02:48 +0800
  • 12111d30ea common: delete MakeName (#27023) lightclient 2023-04-03 01:51:31 -0600
  • b58802a402 common/math: allow HexOrDecimal to accept unquoted decimals too (#26758) Péter Szilágyi 2023-02-22 13:55:09 +0200
  • 39e9d8f94d common/prque: generic priority queue (#26290) Péter Szilágyi 2023-02-09 13:03:54 +0200
  • 5059114992 common/types: add Address.Big (#26132) Mark Tyneway 2022-11-08 03:14:11 -0800
  • 3eb2ec42b5 common/compiler: json unmarshalling error checks (#25449) Henry 2022-08-01 19:47:21 +0800
  • 32e033df3a common, p2p: use AbsTime.Add instead of conversion (#25417) Daniel Liu 2024-12-17 16:49:30 +0800
  • e3edcc8429 common/math: lint whitespace Daniel Liu 2024-12-17 16:30:54 +0800
  • 1bff428a39 common/prque: fix typo (#25206) Seungbae.yu 2022-06-30 13:24:04 +0900
  • a03e11186c common: increase StorageSize test coverage (#25188) Seungbae.yu 2022-06-29 19:13:00 +0900
  • febb456ddd common: improve pretty duration regex (#25073) Marius van der Wijden 2022-06-14 14:08:43 +0200
  • ebc036682e common/compiler, cmd/abigen: remove solc/vyper compiler integration (#24936) Daniel Liu 2024-12-17 16:05:35 +0800
  • d6d6906881 internal: add db operations to api (#24739) Daniel Liu 2024-12-17 15:31:54 +0800
  • 69ea5327b8 common/compiler: add extra include paths to solidity compiler (#24541) zhiqiangxu 2022-03-30 04:38:59 +0800
  • 49dc5e85e1 common/hexutil: improve performance of EncodeBig (#23780) lmittmann 2021-10-21 11:43:23 +0200
  • 4db72a0548 common: fixes format verb (#23495) Alexander Yastrebov 2021-08-31 10:22:20 +0200
  • fb17f56852 common: rename unused function with typo (#23025) Paul-Armand Verhaegen 2021-06-10 09:53:23 +0200
  • e2eb22dcac common/prque: make Prque wrap-around priority handling optional (#22495) Daniel Liu 2024-12-17 11:37:21 +0800
  • e52587df53 common: do not pass current time as param in priority funcs (#22183) Daniel Liu 2024-12-17 11:22:11 +0800
  • 6f19ace5e2 common/mclock: remove dependency on github.com/aristanetworks/goarista (#22211) Daniel Liu 2024-12-17 11:02:22 +0800
  • d852f8cf88 common/prque: pull in tests and benchmarks from upstream (#22157) Péter Szilágyi 2021-01-11 10:31:03 +0200
  • f01e639f6f common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092) Marius van der Wijden 2021-01-05 14:48:22 +0100
  • c2db0e42d7 common: improve printing of Hash and Address (#21834) Daniel Liu 2024-12-17 10:24:15 +0800
  • dd318fc563 common/hexutil: remove redundant conversion (#21903) Daniel Liu 2024-12-16 19:24:01 +0800
  • 28739d7863 common: remove usage of deprecated function (#21610) Daniel Liu 2024-12-16 19:19:30 +0800
  • cf0c5c8cd2 common/prque: refactor LazyQueue (#21236) Daniel Liu 2024-12-16 18:52:16 +0800
  • d3a943d0b3 common/math: use math/bits intrinsics for Safe* (#21316) Felix Lange 2020-07-09 17:45:49 +0200
  • 30f835c6a4 accounts/abi: common/math: moved U256Bytes (#21020) Daniel Liu 2024-12-19 13:57:52 +0800
  • f5e90eecff common: improve test (#20354) Daniel Liu 2024-12-16 17:41:47 +0800
  • 56e242b06c core/state: optimize some internals during encoding (#20038) Daniel Liu 2024-12-16 17:26:11 +0800
  • 7f63a690ee common: unify hex prefix check code (#19937) Daniel Liu 2024-12-16 17:14:34 +0800
  • 94b69fdf1e common/compiler: support relative import paths (#17374 #19967) shiqinfeng1 2019-08-15 16:33:06 +0800
  • 5a8110b292 common/bitutil: use result of TestBytes to prevent dead code elimination (#19846) David Chase 2019-07-17 04:23:43 -0400
  • 057a7dd780 cmd/abigen: refactor command line interface (#19797) Daniel Liu 2024-12-13 16:52:03 +0800
  • d6957d9283 accounts/abi/bind: remove test case UseLibrary Daniel Liu 2024-12-13 17:07:00 +0800
  • 993bc6963e accounts/abi/bind: link dependent libs in deploy (#19718) Daniel Liu 2024-12-13 12:03:12 +0800
  • 7455b91800 accounts/abi/bind: accept function ptr parameter (#19755) Daniel Liu 2024-12-12 17:11:08 +0800
  • 91570dce8a accounts/abi: fix mobile interface (#19180) Daniel Liu 2024-12-12 16:28:30 +0800
  • b711dc811d cmd/abigen: allow using abigen --pkg flag with standard input (#19207) Daniel Liu 2024-12-13 16:31:41 +0800
  • a747a9861d common: improve functions of StorageSize (#19244) Daniel Liu 2024-12-12 12:25:28 +0800
  • 66921899e9 cmd/abigen: support Vyper (#19120) Daniel Liu 2024-12-12 11:36:58 +0800
  • cd1ff5d322 common: remove function Big() for type Address (#19210) Daniel Liu 2024-12-11 18:46:00 +0800
  • f19422e1c7 cmd/utils: relinquish GC cache to read cache in archive mode (#18991) Daniel Liu 2024-12-11 17:53:29 +0800
  • 2772e096b4 common/compiler: fixed testSource (#18978) Javier Sagredo 2019-02-03 12:41:38 +0100
  • 75c14d2cdb accounts/abi: fix case of generated java functions (#18372) Daniel Liu 2024-12-12 16:14:00 +0800
  • e58441b317 accounts/abi: change unpacking of abi fields w/ underscores (#16513) Daniel Liu 2024-12-12 16:00:43 +0800
  • c0f547ca78 cmd/utils: fix bug when checking for flag value conflicts (#17803) Daniel Liu 2024-12-13 10:27:25 +0800
  • 7cd3e56d18 accounts/abi/bind: stop using goimports in the binding generator (#17768 #20311) Daniel Liu 2024-12-12 17:56:39 +0800
  • 89c51c5e69 common: improve documentation comments (#16701) Daniel Liu 2024-12-18 17:50:26 +0800
  • 43ad328487
    Merge pull request #774 from gzliudan/rm_SaveData Daniel Liu 2024-12-28 09:05:43 +0800
  • 240757a1ce all: remove empty function SaveData() Daniel Liu 2024-12-25 09:16:01 +0800
  • efa2605f26 accounts/abi/bind/backends: fix wrong gas returned by EstimateGas Daniel Liu 2024-12-21 15:56:24 +0800
  • 517f4a16a6 internal/ethapi: fix Call handle revert error JukLee0ira 2024-12-23 17:55:41 +0800
  • 48d1f22fde all: simplify function TransitionDb (#20830) JukLee0ira 2024-12-23 17:53:28 +0800