Commit graph

  • 80f3eaac01 accounts/usbwallet: support Ledger Nano S Plus and FTS (#25933) Daniel Liu 2025-01-14 10:56:14 +0800
  • c241fc3574 eth/filters: fix for eth_getLogs failing with tag (#25922) Daniel Liu 2025-01-14 10:56:14 +0800
  • 98c67ab2d9 accounts/abi: return toGoType error immediately (#25565) Daniel Liu 2025-01-14 10:56:14 +0800
  • 73947f03b7 accounts/abi/bind/backends: fix AdjustTime to respect Fork (#25225) Daniel Liu 2025-01-14 10:56:14 +0800
  • 06394ca3c8 cmd/abigen: change --exc to exclude by type name (#22620) Daniel Liu 2025-01-14 10:56:14 +0800
  • fde9a7e270 cmd/abigen: redefine appp (#25851) Daniel Liu 2025-01-14 10:56:14 +0800
  • 0389524da8 accounts/abi: fix typo in error message (#25742) Daniel Liu 2025-01-14 10:56:14 +0800
  • e2b5a03ce8 accounts: lint comments (#25726) Daniel Liu 2025-01-14 10:56:14 +0800
  • bdf80d77e4 accounts/abi/bind: add const for tx fee elasticity multiplier (#25504) Daniel Liu 2025-01-14 10:56:14 +0800
  • aec9d767cc accounts/abi: fix set function (#25477) Daniel Liu 2025-01-14 10:56:14 +0800
  • b6be9c181c accounts/abi/bind/backends: typo fix (#25549) Daniel Liu 2025-01-14 10:56:14 +0800
  • c046f36afd accounts: fix some typos (#25551) Daniel Liu 2025-01-14 10:56:14 +0800
  • 08fedbb503 accounts/abi: display name in "method/event not found" error (#25512) Daniel Liu 2025-01-14 10:56:14 +0800
  • 78a35f1dc3 accounts: lint whitespace (#25312) Daniel Liu 2025-01-14 10:56:14 +0800
  • b3d89c0d84 accounts/abi: substitude arg%d to the range keyword (#25307) Daniel Liu 2025-01-14 10:56:14 +0800
  • c5eecc5522 accounts/abi/bind/backends: return hash of new blocks (#25163) Daniel Liu 2025-01-14 10:56:14 +0800
  • b62913b54f accounts/scwallet: change format 0x%x to %#x (#25221) Daniel Liu 2025-01-14 10:56:14 +0800
  • 53ea297d6a accounts/abi: replace fmt.Errorf with errors.New in abi argument (#25181) Daniel Liu 2025-01-14 10:56:14 +0800
  • d9b4f0f2c3 accounts/abi: prefer new(big.Int) over big.NewInt(0) (#25087) Daniel Liu 2025-01-14 10:56:14 +0800
  • 9dda5b9819 accounts: more linters (#24783) Daniel Liu 2025-01-14 10:56:14 +0800
  • 13eef32998 accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) Daniel Liu 2025-01-14 10:56:13 +0800
  • c4308f0fbc cmd/abigen: accept combined-json via stdin (#24960) Daniel Liu 2025-01-14 10:56:13 +0800
  • 04fabd63a4 accounts/abi: validate fieldnames, fixes #24930 (#24932) Daniel Liu 2025-01-14 10:56:13 +0800
  • 16cdf8f4ec accounts/abi: eplace strings.Replace with string.ReplaceAll (#24835) Daniel Liu 2025-01-14 10:56:13 +0800
  • a09fd97b11 abi: fix checks when all fields are indexed (#24792) Daniel Liu 2025-01-14 10:56:13 +0800
  • 98629d0c4b accounts: fix typo in comments (#24805) Daniel Liu 2025-01-14 10:56:13 +0800
  • 206b61420f abi/base: return error for pending call error (#24649) Daniel Liu 2025-01-14 10:56:13 +0800
  • 5b10b2441c all: use T.TempDir to create temporary test directories (#24633) Daniel Liu 2025-01-14 10:56:13 +0800
  • ab6d1d291e p2p/nat: remove the "default" string pengzhen 2025-01-24 16:26:37 +0800
  • 8b9138521e accounts/abi/bind: improve WaitMined error handling (#24321) Daniel Liu 2025-01-14 10:56:13 +0800
  • f22046701f accounts: correct spelling mistake (#24323) Daniel Liu 2025-01-14 10:56:13 +0800
  • c78cc1e8f8 accounts/abi: simplify Arguments.Unpack (#24277) Daniel Liu 2025-01-14 10:56:13 +0800
  • c55d8c8bab accounts: fix typo in errors.go (#24270) Daniel Liu 2025-01-14 10:56:13 +0800
  • 4f7123c3c0 accounts/abi/bind/backends: return errors instead of panic (#24242) Daniel Liu 2025-01-14 10:56:13 +0800
  • 9e82b201c7 accouts/scwallet: typo fix (#24207) Daniel Liu 2025-01-14 10:56:13 +0800
  • 78fd3b44d7 accounts: corrected spelling mistakes (#24194) Daniel Liu 2025-01-14 10:56:13 +0800
  • d89e2d6734 accounts: fix comments (#24186) Daniel Liu 2025-01-14 10:56:13 +0800
  • c5acd6822d accounts/abi: avoid unnecessary alloc (#24128) Daniel Liu 2025-01-14 10:56:13 +0800
  • b33307eaea accounts/abi/bind: correctly handle structs used only as constructor params (#23940) Daniel Liu 2025-01-14 10:56:13 +0800
  • bdf9d80b56 accounts/abi/bind/backends: fix race condition in simulated backend (#23898) Daniel Liu 2025-01-14 10:56:13 +0800
  • 65c3ad5cba accounts/abi/bin/backends: return basefee in suggestGasPrice (#23838) Daniel Liu 2025-01-14 10:56:13 +0800
  • 7fb05b7c16 accounts/abi: add basic support for error types (#23161) Daniel Liu 2025-01-14 10:56:13 +0800
  • 0c9babc95c accounts/abi/bind: refactor transact method (#23719) Daniel Liu 2025-01-14 10:56:13 +0800
  • 46a16f9149 accounts/abi: fix some go-critic linter warnings (#23709) Daniel Liu 2025-01-14 10:56:13 +0800
  • 2af78feca0 accounts/abi/bind: check event signature before parsing (#23230) Daniel Liu 2025-01-14 10:56:13 +0800
  • 2b396f29ad accounts/abi: fix resolving single struct argument (#23573) Daniel Liu 2025-01-14 10:56:12 +0800
  • bcae4205e4 accounts/keystore: fix flaky tests (#23599) Daniel Liu 2025-01-14 10:56:12 +0800
  • f74eacd2cd node: remove dependency on wallet backend packages (#23019) Daniel Liu 2025-01-14 10:56:12 +0800
  • e33909649b cmd/utils: don't enumerate usb when --usb isn't set (#22130) Daniel Liu 2025-01-14 10:56:12 +0800
  • 83b7c0eacb accounts/keystore: add go:build lines (#23468) Daniel Liu 2025-01-14 10:56:12 +0800
  • 36d3e7dcc2 accounts/abi/bind: set Context in TransactOpts (#23188) Daniel Liu 2025-01-14 10:56:12 +0800
  • 92d9f7e13a accounts/abi/bind: parse ABI only once, create metadata struct (#22583) Daniel Liu 2025-01-14 10:56:12 +0800
  • 74ec7022c2 accounts/abi/bind: replace context.TODO with context.Background (#23088) Daniel Liu 2025-01-14 10:56:12 +0800
  • e26b70e5cc accounts/abi/bind: fix sim backend test for 1559 (#23038) Daniel Liu 2025-01-14 10:56:12 +0800
  • c2e71efd65 accounts/abi/bind/backends: add simulated reorgs (#22624) Daniel Liu 2025-01-14 10:56:12 +0800
  • da6675f05c accounts: documentation fixes (#22645) Daniel Liu 2025-01-14 10:56:12 +0800
  • 345ed3dc36 accounts: eip-712 signing for ledger (#22378) Daniel Liu 2025-01-14 10:56:12 +0800
  • c75ba99267 accounts/keystore: use github.com/google/uuid (#22217) Daniel Liu 2025-01-14 10:56:12 +0800
  • 146ea8ba78 accounts: EIP-2718: Typed Transaction Envelope + EIP-2930 (#21502) Daniel Liu 2025-01-14 10:56:12 +0800
  • 01d3be7eb8 accounts/abi/bind: fixed unpacking error (#22230) Daniel Liu 2025-01-14 10:56:12 +0800
  • 2ffdb94855 accounts/keystore: remove uneeded syntax (#21921) Daniel Liu 2025-01-14 10:56:12 +0800
  • 4e23f7b607 accounts/scwallet: update documentation (#22242) Daniel Liu 2025-01-14 10:56:12 +0800
  • f8c67edb64 accounts/scwallet: use go-ethereum crypto instead of go-ecdh (#22212) Daniel Liu 2025-01-14 10:56:12 +0800
  • cebdb44051 accounts/abi/bind: fix erroneous test (#22053) Daniel Liu 2025-01-14 10:56:12 +0800
  • f87376535d cmd/abigen: clarify abigen alias flag usage (#21875) Daniel Liu 2025-01-14 10:56:12 +0800
  • 54e0d6c093 abi/bind: fix error-handling in generated wrappers for functions returning structs (#22005) Daniel Liu 2025-01-14 10:56:12 +0800
  • fb85aca8d8 accounts/abi/bind: allow specifying signer on transactOpts (#21356) Daniel Liu 2025-01-14 10:56:12 +0800
  • 2ff9f336ed core: improve contextual information on core errors (#21869) Daniel Liu 2025-01-14 10:56:12 +0800
  • 05e9dc0def accounts/keystore: add missing function doc for SignText (#21914) Daniel Liu 2025-01-14 10:56:12 +0800
  • ddea01dc9c accounts: fix Ledger Live account derivation path (clef) (#21757) Daniel Liu 2025-01-14 10:56:12 +0800
  • 25284155d8 accounts: remove redundant conversions and import names (#21903) Daniel Liu 2025-01-14 10:56:11 +0800
  • 7f2ae32933 accounts/abi: template: set events Raw field in Parse methods (#21807) Daniel Liu 2025-01-14 10:56:11 +0800
  • c7efbcd9fd accounts/abi/bind: restore error functionality (#21743) Daniel Liu 2025-01-14 10:56:11 +0800
  • 3946405983 accounts/usbwallet: fix ledger version check (#21733) Daniel Liu 2025-01-14 10:56:11 +0800
  • d02ba1db81 accounts/keystore: fix flaky test (#21703) Daniel Liu 2025-01-14 10:56:11 +0800
  • d8c9ad3c9f all: replace RWMutex with Mutex in places where RLock is not used (#21622) Daniel Liu 2025-01-14 10:56:11 +0800
  • 5b48621c36 accouts, core: fix some comments (#21617) Daniel Liu 2025-01-14 10:56:11 +0800
  • b0063d39b9 accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) Daniel Liu 2025-01-14 10:56:11 +0800
  • 22df50c77a accounts/abi: improve documentation and names (#21540) Daniel Liu 2025-01-14 10:56:11 +0800
  • 7c3c703559 tests/fuzzers/abi: add fuzzer for fuzzing package accounts/abi (#21217) Daniel Liu 2025-01-14 10:56:11 +0800
  • 321bcff620 accounts/usbwallet, signer/core: show accounts from ledger legacy derivation paths (#21517) Daniel Liu 2025-01-14 10:56:11 +0800
  • c9643e9c90 accounts/abi/bind/backends: clean doc errors (#21514) Daniel Liu 2025-01-14 10:56:11 +0800
  • f4feaebb40 accounts/abi: fix a bug in getTypeSize method (#21501) Daniel Liu 2025-01-14 10:56:11 +0800
  • 089242bb39 accounts/abi/bind/backends: Disallow AdjustTime for non-empty blocks (#21334) Daniel Liu 2025-01-14 10:56:11 +0800
  • 25d42fef2c accounts/abi: make GetType public again (#21157) Daniel Liu 2025-01-14 10:56:11 +0800
  • 9c5dff2554 accounts/keystore: fix typo in error message (#21200) Daniel Liu 2025-01-14 10:56:11 +0800
  • 593fe53519 internal/ethapi: return revert reason for eth_call (#21083) Daniel Liu 2025-01-14 10:56:11 +0800
  • ef80645f90 accounts/abi/bind: fix test Daniel Liu 2025-01-14 10:56:11 +0800
  • 5e3755c46a accounts/keystore, cmd/faucet: return old account to allow unlock (#21173) Daniel Liu 2025-01-14 10:56:11 +0800
  • d918e53c8a acounts/keystore, cmd/faucet: fix faucet double import (#21172) Daniel Liu 2025-01-14 10:56:11 +0800
  • afc814b00d accounts: fix typos in comments (#21118) Daniel Liu 2025-01-14 10:56:11 +0800
  • e28727e2c9 accounts: add blockByNumberNoLock() to avoid double-lock (#20983) Daniel Liu 2025-01-14 10:56:10 +0800
  • b9bcf17694 accounts/abi: simplify reflection logic (#21058) Daniel Liu 2025-01-14 10:56:10 +0800
  • e836f32ba4 accounts/abi: allow overloaded argument names (#21060) Daniel Liu 2025-01-14 10:56:10 +0800
  • 7e3079cedc accounts/abi: move topics to abi package (#21057) Daniel Liu 2025-01-14 10:56:10 +0800
  • f6b6a24093 account/abi: remove superfluous type checking (#21022) Daniel Liu 2025-01-14 10:56:10 +0800
  • dabda3335a accounts/abi: removed Kind from Type struct (#21009) Daniel Liu 2025-01-14 10:56:10 +0800
  • bca20a692a accounts/abi: added abi test cases, minor bug fixes (#20903) Daniel Liu 2025-01-14 10:56:10 +0800
  • 0d1cd42dc2 accounts/keystore: fix double import race (#20915) Daniel Liu 2025-01-14 10:56:10 +0800
  • 91f6259135 accounts/abi: remove function Unpack2 (#20830) Daniel Liu 2025-01-14 10:56:10 +0800