Commit Graph

  • 02004b8d44 Merge remote-tracking branch 'origin/master' into evm/algorand chanhle 2023-10-25 22:34:08 -04:00
  • 80f06a930b
    Merge pull request #1 from letonchanh/ci Chanh Le 2023-10-25 22:30:54 -04:00
  • 77f81fd8d5
    Update go.yml Chanh Le 2023-10-25 22:26:07 -04:00
  • 1ed247ec97
    Create go.yml for CI Chanh Le 2023-10-25 22:11:42 -04:00
  • 99c6358695
    Create go.yml for CI Chanh Le 2023-10-25 22:08:32 -04:00
  • f778e8b1fc add Client interface and MockClient for unit tests chanhle 2023-10-25 22:03:47 -04:00
  • 8243e3beb1 graphql: test content-type jsvisa 2023-10-26 08:32:45 +08:00
  • c0aec5a05f graphql: set Content-Type before writeHeader jsvisa 2023-10-26 08:32:38 +08:00
  • fc32f40bd3 graphql: fix an issue of nil pointer panic jsvisa 2023-10-26 08:24:43 +08:00
  • ba928796db cmd/evm: Add --single-test option to blocktest Mario Vega 2023-10-25 23:58:47 +00:00
  • 3f4159bbbf
    proofs: remove post-values in Multiproof (#297) Ignacio Hagopian 2023-10-25 15:56:06 -03:00
  • 36f0df45f4
    feat(consensus): update AnchorGasLimit && update genesis JSONs (#128) David 2023-10-26 02:11:42 +08:00
  • b59a5a629e
    Merge pull request #29 from astriaorg/joroshiba/implement-v1alpha2-api Jordan Oroshiba 2023-10-25 09:32:48 -07:00
  • 58ae1df684
    cmd/geth: test for logging-output (#28373) Martin Holst Swende 2023-10-25 17:57:12 +02:00
  • 1202a3b64d
    fix payload building (#11) Moon Shiesty 2023-10-25 10:06:52 -05:00
  • d8c6ae054c
    rpc: use correct stringer-method for serializing BlockNumberOrHash (#28358) Adrian Sutton 2023-10-25 23:52:42 +10:00
  • 494d69c269 add precompiled contract to get info from Algorand chain chanhle 2023-10-25 09:50:04 -04:00
  • f7b62e5506
    graphql: logs return error if from block > to (#28412) Delweng 2023-10-25 21:20:23 +08:00
  • 157b0651a9
    cmd/geth: fix test to use new filename Martin Holst Swende 2023-10-25 15:08:33 +02:00
  • 96b75033c0
    trie: use explicit errors in stacktrie (instead of panic) (#28361) Martin Holst Swende 2023-10-25 14:53:50 +02:00
  • 8eb2786762
    cmd/geth: fix capitalization log messages Martin Holst Swende 2023-10-25 14:52:14 +02:00
  • 997eb2eb2c
    cmd/geth: add gz support, improve error messages Martin Holst Swende 2023-10-25 14:45:13 +02:00
  • 300df874d7
    cmd/evm: make t8ntool handle transaction decoding errors better (#28397) Martin Holst Swende 2023-10-25 14:08:52 +02:00
  • 441be09a2b
    cmd/geth: move logtest cmd under build-tag Martin Holst Swende 2023-10-25 12:31:51 +02:00
  • bbf42042e2
    fix: eth_estimateGas error in zero balance address (#537) colin 2023-10-25 17:52:40 +08:00
  • 75bb71ad08
    Update cmd/evm/internal/t8ntool/tx_iterator.go Martin Holst Swende 2023-10-25 11:13:25 +02:00
  • f4722b3a4d
    accounts, core: fix lint issues Martin Holst Swende 2023-10-25 10:57:10 +02:00
  • 9f9579262e fix influx testdata Jared Wasinger 2023-10-25 16:14:04 +08:00
  • f4743ad29b
    rollup: add rollup/circuitcapacitychecker package (#544) HAOYUatHZ 2023-10-25 15:55:54 +08:00
  • adde9ce118
    fix (libzkp): free Rust CString by from_raw (potential memory leak) (#539) Steven 2023-10-25 15:04:13 +08:00
  • c98e422faa fmt file bnovil 2023-10-25 11:08:25 +08:00
  • ed378218a6 rename types Sina Mahmoodi 2023-10-24 18:26:03 +02:00
  • 0136aa5ccc remove unused dependency Jordan Oroshiba 2023-10-24 09:16:52 -07:00
  • e4eb56a4a9 add error code for blocks length check Sina Mahmoodi 2023-10-24 18:14:04 +02:00
  • c02d29d8e4 limit number of blocks Sina Mahmoodi 2023-10-24 17:53:14 +02:00
  • f3ab484304 Zero transaction tracer created Samuel Furter 2023-10-24 17:13:23 +02:00
  • 05ecfb3938
    Merge pull request #284 from gzliudan/fix-issue-280 wgr523 2023-10-24 22:56:40 +08:00
  • ed51166a05 eth/filters: check in rpc level jsvisa 2023-10-24 22:10:13 +08:00
  • aac7d4e524 Revert "eth/filter: check begin/end inside rangeFilter" jsvisa 2023-10-24 22:07:53 +08:00
  • 328b97af1d Revert "eth/filters: testcase" jsvisa 2023-10-24 22:05:45 +08:00
  • b57eac7975 Revert "graphql: check filter" jsvisa 2023-10-24 22:05:25 +08:00
  • 0dcc1d5d21 Revert "accounts/abi: typo" jsvisa 2023-10-24 22:04:34 +08:00
  • 598468bd35 test case jsvisa 2023-10-20 20:36:11 +08:00
  • 257c935e82 inner error jsvisa 2023-10-20 20:34:39 +08:00
  • a15f45ca84 accounts/abi: typo jsvisa 2023-10-20 12:47:25 +08:00
  • 4bd99083fc graphql: check filter jsvisa 2023-10-20 12:47:12 +08:00
  • aa501006a4 eth/filters: testcase jsvisa 2023-10-20 12:46:55 +08:00
  • ed3b1e61cf eth/filter: check begin/end inside rangeFilter jsvisa 2023-10-20 12:46:40 +08:00
  • 1ad1f59b06 eth/filters: getLogs fast exit if from>to jsvisa 2023-10-20 12:22:29 +08:00
  • 4c1f0233e8 graphql: eth_getLogs return error if from block > to jsvisa 2023-10-24 21:59:37 +08:00
  • 2fdb845a0b core/rawdb: un-specify the size limit when calling AncientRange function. Jakub Pajek 2023-10-24 21:40:01 +09:00
  • 7642dd8e7a
    trie: undo changes to insert Martin Holst Swende 2023-10-24 14:13:11 +02:00
  • e7a1de66cc also apply overrides before genesis commit with new block Guillaume Ballet 2023-10-24 13:28:04 +02:00
  • e7ed73f0fe fix channel init Guillaume Ballet 2023-10-24 13:19:58 +02:00
  • 2fdc0da8b8 review feedback Guillaume Ballet 2023-10-24 12:43:40 +02:00
  • f786e6f4f4
    core/types: add rlp-fuzzer Martin Holst Swende 2023-10-24 12:17:23 +02:00
  • bc823f4689
    cmd/evm: fix flaw in blob gas calculation Martin Holst Swende 2023-10-24 12:37:13 +02:00
  • 263464485c cmd/geth: add ability to init from an http server islishude 2023-10-24 18:10:55 +08:00
  • 4ba891112e
    core/vm/runtime, core/vm: fuzzers Martin Holst Swende 2023-10-24 11:38:43 +02:00
  • 2f8cdf2042
    tests, common/bitutil: move bitutil fuzzer to native package Martin Holst Swende 2023-10-24 10:56:30 +02:00
  • ae52202831
    deps: upgrade google/gofuzz Martin Holst Swende 2023-10-24 10:40:34 +02:00
  • cc71811b7d
    tests, accounts/abi: move fuzzer to accounts/abi Martin Holst Swende 2023-10-24 10:38:08 +02:00
  • a6ac896a2e
    rollup: add rollup/withdrawtrie package (#543) HAOYUatHZ 2023-10-24 16:06:16 +08:00
  • 803286714a
    rollup: add rollup/fees package (#541) HAOYUatHZ 2023-10-24 16:05:10 +08:00
  • bbe71acf87
    rollup: add rollup/rcfg package (#542) HAOYUatHZ 2023-10-24 16:03:01 +08:00
  • f820914bf1
    trie: fix typo Martin Holst Swende 2023-10-24 09:17:27 +02:00
  • 80768aae8a
    trie: update markers prior to insert (stacktrie) Martin Holst Swende 2023-10-24 09:15:31 +02:00
  • 570059fc72
    Merge branch 'master' into gethclient_tracing_api Brandon Liu 2023-10-24 15:00:41 +08:00
  • f32c66ebc1 check slashed status in GetCandidateStatus Daniel Liu 2023-07-14 16:30:47 +08:00
  • e17a0869e5 check masternode before candidate in GetCandidateStatus Daniel Liu 2023-07-14 16:04:44 +08:00
  • 745e097040 sort candidates in function GetCandidateStatus Daniel Liu 2023-07-14 14:22:20 +08:00
  • 8ed9a754b2 return more slashed nodes in GetCandidates Daniel Liu 2023-07-14 15:30:13 +08:00
  • 6e7d7f5002 return non-candidate masternode in GetCandidates Daniel Liu 2023-07-14 15:10:19 +08:00
  • 5d24dfdf7e not sort candidates in getCandidatesFromSmartContract Daniel Liu 2023-07-14 14:50:16 +08:00
  • 7dc5ffe45a fix topCandidates in function GetCandidates Daniel Liu 2023-07-14 14:47:38 +08:00
  • 3214bbeeba sort candidates in function GetCandidates Daniel Liu 2023-07-14 14:36:42 +08:00
  • ebf1002c67 fix function GetPreviousCheckpointFromEpoch Daniel Liu 2023-07-17 11:53:56 +08:00
  • f4154d0479 remove lendingstate.EmptyAddress Daniel Liu 2023-07-14 13:45:35 +08:00
  • fbb8c54d86 remove 0x0000000000000000000000000000000000000000 Daniel Liu 2023-07-14 12:04:24 +08:00
  • 2c02ddc2d9 remove xdc0000000000000000000000000000000000000000 Daniel Liu 2023-07-14 11:55:07 +08:00
  • e2359d9b8c filter zero address in function GetCandidates Daniel Liu 2023-07-14 11:46:36 +08:00
  • 4a59bdf15a add function IsZero for type Address Daniel Liu 2023-07-14 11:23:08 +08:00
  • 8339e133ee add function IsZero for type Hash Daniel Liu 2023-07-14 11:25:22 +08:00
  • e9b5599403 logging Jordan Oroshiba 2023-10-23 15:11:57 -07:00
  • 2530c4a3e6 expose GetWitness endpoint on Trie objects jstr1121 2023-10-24 01:04:24 +08:00
  • c0ae61fa15
    trie: do error-checks prior to setting last/first in stacktrie Martin Holst Swende 2023-10-23 18:34:21 +02:00
  • 566818c629
    trie: avoid panic in stacktrie, return errors instead Martin Holst Swende 2023-10-17 09:14:11 +02:00
  • 29123c5d28 bump go to 1.21 in go.mod & go.sum Wang Gerui 2023-10-23 23:43:43 +08:00
  • a8617c6d4d
    txpool/legacypool: remove already known error in legacypool (#28400) moomin 2023-10-24 00:36:11 +09:00
  • ab04aeb855
    core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327) rjl493456442 2023-10-23 23:31:56 +08:00
  • 43e6a3c196
    graphql: return error if block from>to (#28393) Delweng 2023-10-23 23:25:26 +08:00
  • 0b06bc3a5d not compare strings in func CompareSignersLists Daniel Liu 2023-10-20 14:53:53 +08:00
  • 320b358830 replace package sort with common/sort Daniel Liu 2023-10-20 14:52:27 +08:00
  • 4bbe5a0443 common: implement old version of func sort.Slice Daniel Liu 2023-10-20 14:50:48 +08:00
  • 66ad9be879
    Update go-verkle (#296) Ignacio Hagopian 2023-10-23 11:39:34 -03:00
  • 3fdff6e5d3
    cmd/evm/internal/t8ntool: add missing blobgas max-check Martin Holst Swende 2023-10-23 15:21:13 +02:00
  • 9d6adab8fb bump go to 1.21 in makefile and ci.go Wang Gerui 2023-10-23 21:56:09 +08:00
  • 3853f50082
    trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198) rjl493456442 2023-10-23 21:46:39 +08:00
  • 367f98703d
    website: fix out-of-date tracing docs (#28406) Sina Mahmoodi 2023-10-23 15:42:30 +02:00
  • d9d2231fd5 Update out-of-date tracing docs Sina Mahmoodi 2023-10-23 15:28:23 +02:00