Commit graph

  • 56f9c17817 accounts/abi: Prevent recalculation of internal fields (#20895) Daniel Liu 2025-01-14 10:56:10 +0800
  • fd53a433aa accounts/abi: implement new fallback functions (#20764) Daniel Liu 2025-01-14 10:56:10 +0800
  • 296c052c02 accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) Daniel Liu 2025-01-14 10:56:10 +0800
  • f8b85afec5 accounts/abi/bind: Refactored topics (#20851) Daniel Liu 2025-01-14 10:56:10 +0800
  • 601d1c80ea accounts/scwallet: fix unnecessary use of fmt.Sprint Daniel Liu 2025-01-14 10:56:10 +0800
  • 6259ce565c accounts/abi faster unpacking of int256 (#20850) Daniel Liu 2025-01-14 10:56:10 +0800
  • 219b5ef883 accounts: add walletsNoLock to avoid double read lock (#20655) Daniel Liu 2025-01-14 10:56:10 +0800
  • 164d929307 accounts/abi/bind/backends: add support for historical state (#20644) Daniel Liu 2025-01-14 10:56:10 +0800
  • 8d4c290cce accounts/abi: fix method constant flag for solidity 6.0 (#20482) Daniel Liu 2025-01-14 10:56:10 +0800
  • 0350880af6 accounts/abi/backends/simulated: add more API methods (#5) (#20208) Daniel Liu 2025-01-14 10:56:10 +0800
  • f7b66c10b3 [#20266] Fix bugs decoding integers and fixed bytes in indexed event fields (#20269) Daniel Liu 2025-01-14 10:56:10 +0800
  • e9f9c19c52 accounts/abi/bind: fix destructive packing of *big.Int (#20412) Daniel Liu 2025-01-14 10:56:10 +0800
  • 193ee6d606 accounts/usbwallet: fix staticcheck warnings (#20372) Daniel Liu 2025-01-14 10:56:10 +0800
  • db708e7697 accounts/scwallet: fix staticcheck warnings (#20370) Daniel Liu 2025-01-14 10:56:10 +0800
  • 833c851361 accounts/keystore: fix staticcheck warnings (#20373) Daniel Liu 2025-01-14 10:56:10 +0800
  • f2fb9f8661 accounts/abi/bind: avoid reclaring structs (#20381) Daniel Liu 2025-01-14 10:56:10 +0800
  • eb628a4f02 accounts/abi: fix staticcheck warnings (#20358) Daniel Liu 2025-01-14 10:56:10 +0800
  • 575a5cb2e2 accounts/abi/bind/backends: remove unused assignment (#20359) Daniel Liu 2025-01-14 10:56:10 +0800
  • 3a320d2c6f accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244) Daniel Liu 2025-01-14 10:56:09 +0800
  • 32615fda97 accounts/abi: add internalType information and fix issues (#20179) Daniel Liu 2025-01-14 10:56:09 +0800
  • e90df44b43 accounts: replace passPHRASE with passWORD in any user interactions (#19932) Daniel Liu 2025-01-14 10:56:09 +0800
  • 6a7b539c0e accounts, internal/ethapi: use common Accounts method (#18428) Daniel Liu 2025-01-14 10:56:09 +0800
  • 5009a3df04 accounts/abi: fix incorrect signature (#19881) Daniel Liu 2025-01-14 10:56:09 +0800
  • 9340a81ce1 accounts/abi/bind: support closing a simulated backend (#19902) Daniel Liu 2025-01-14 10:56:09 +0800
  • 6d17a42edb all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) Daniel Liu 2025-01-14 10:56:09 +0800
  • f571689bab signer/core: fix reference issue in key derivation (#19827) Daniel Liu 2025-01-14 10:56:09 +0800
  • 587f6b3438 accounts/abi/bind: fix typo in comments (#19791) Daniel Liu 2025-01-14 10:56:09 +0800
  • 0050f84142 accounts/abi: enable struct golang binding generation (#18491) Daniel Liu 2025-01-14 10:56:09 +0800
  • 71e4c0609a accounts/abi: Fix method overwritten by same name methods (#17099) Daniel Liu 2025-01-14 10:56:09 +0800
  • f542e463d3 accounts: implement simple checkpoint syncing (#19543) Daniel Liu 2025-01-14 10:56:09 +0800
  • 894bed5b7e accounts/abi: adding the method EventById and its test (#19359) Daniel Liu 2025-01-14 10:56:09 +0800
  • 07ebb5ef12 accounts/keystore: fix #19707, avoid keyword as variable name (#19731) Daniel Liu 2025-01-14 10:56:09 +0800
  • 6aeab6a207 accounts/abi/bind: rename NewKeystoreTransactor (#19703) Daniel Liu 2025-01-14 10:56:09 +0800
  • 313018496f accounts: added transactorFromKeyStore (#19685) Daniel Liu 2025-01-14 10:56:09 +0800
  • e6df5f8798 account/usbwallet: abort usb enumeration after failures (#19671) Daniel Liu 2025-01-14 10:56:09 +0800
  • 2e21b96101 accounts/usbwallet: add webusb trezor support (#19588) Daniel Liu 2025-01-14 10:56:09 +0800
  • 100ea1c8e0 accounts/scwallet: add a switch to specify path to sc daemon (#19439) Daniel Liu 2025-01-14 10:56:09 +0800
  • fb35c54280 accounts/scwallet: change sc url scheme to keycard (#19632) Daniel Liu 2025-01-14 10:56:09 +0800
  • f80a00b6fa accounts/scwallet: display PUK retry count, validate PIN/PUK length (#19524) Daniel Liu 2025-01-14 10:56:09 +0800
  • 00fbe17f2e accounts/keystore: enable fallback for darwin,!cgo (#19614) Daniel Liu 2025-01-14 10:56:09 +0800
  • b2a9e1cb67 accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623) Daniel Liu 2025-01-14 10:56:09 +0800
  • 7c8707f03e accounts, p2p: make CGO_ENABLED=0 build again (#19593) Daniel Liu 2025-01-14 10:56:09 +0800
  • 316d2f8052 accounts/abi: fix TestUnpackMethodIntoMap (#19484) Daniel Liu 2025-01-14 10:56:09 +0800
  • b75f946081 accounts: better support for EIP-191 intended validator (#19523) Daniel Liu 2025-01-14 10:56:08 +0800
  • 44d58cb8dc accounts/abi: fix documentation (#19568) Daniel Liu 2025-01-14 10:56:08 +0800
  • b5ace99624 accounts/usbwallet: fix a comment typo in trezor driver (#19535) Daniel Liu 2025-01-14 10:56:08 +0800
  • fa35614784 accounts, cmd: add note about backing up the keystore (#19432) Daniel Liu 2025-01-14 10:56:08 +0800
  • 44b6b14685 accounts/scwallet: fix card pairing instruction message (#19436) Daniel Liu 2025-01-14 10:56:08 +0800
  • 194a77505f accounts: switch Ledger derivation path to canonical one (#19438) Daniel Liu 2025-01-14 10:56:08 +0800
  • 508ae8f155 accounts/scwallet: Update README for v2.2.1 support (#19425) Daniel Liu 2025-01-14 10:56:08 +0800
  • 2999bea17f accounts: smartcard wallet without the dependency on libpcsclite (#19273) Daniel Liu 2025-01-14 10:56:08 +0800
  • 1f9778bb9f accounts: disable unlock account on open HTTP (#17037) Daniel Liu 2025-01-14 10:56:08 +0800
  • 769a34bfb7 accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) Daniel Liu 2025-01-14 10:56:08 +0800
  • 36577396ec accounts/abi: add the original name as json-structtag for tuples (#19340) Daniel Liu 2025-01-14 10:56:08 +0800
  • e4d78ed594 accounts/abi/bind: static byte arrays should be right-padded (#19269) Daniel Liu 2025-01-14 10:56:08 +0800
  • e7d8247fda usbwallet: check error returned by driver close (#18057) Daniel Liu 2025-01-14 10:56:08 +0800
  • 4955476db4 accounts: prefer nil slices over zero-length slices (#19079) Daniel Liu 2025-01-14 10:56:08 +0800
  • 5d0dea852e accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) Daniel Liu 2025-01-14 10:56:08 +0800
  • dcc3fc3ec3 accounts/abi: fix error message format (#19122) Daniel Liu 2025-01-14 10:56:08 +0800
  • 4b32073331 accounts: fix typos (#19119) Daniel Liu 2025-01-14 10:56:08 +0800
  • 99092ac54f accounts/abi/bind/backends: add TransactionByHash to SimulatedBackend (#19026) Daniel Liu 2025-01-14 10:56:08 +0800
  • 43e6c8ecdc accounts: implemented EIP191/712 (#17789) Daniel Liu 2025-01-14 10:56:08 +0800
  • 07935ce124 accounts: support for external signer API (#18079) Daniel Liu 2025-01-14 10:56:08 +0800
  • fe14069bd7 accounts: support for external signer API (#18079) Daniel Liu 2025-01-14 10:56:08 +0800
  • f0ed12486a accounts/usbwallet/trezor: expose protobuf package (#17980) Daniel Liu 2025-01-14 10:56:08 +0800
  • e3c75c01c7 accounts/usbwallet: support trezor passphrases (#16503) Daniel Liu 2025-01-14 10:56:08 +0800
  • d44902a64a accounts/abi: allow interface as the destination (#18490) Daniel Liu 2025-01-14 10:56:08 +0800
  • e70bb4b119 accounts/abi: Add tests for reflection ahead of refactor (#18434) Daniel Liu 2025-01-14 10:56:08 +0800
  • 7d5953f972 accounts/abi: Extra slice tests (#18424) Daniel Liu 2025-01-14 10:56:07 +0800
  • 2d0047b4b8 accounts/abi: tuple support (#18406) Daniel Liu 2025-01-14 10:56:07 +0800
  • a81fe22903 accounts/keystore: small code simplification (#18394) Daniel Liu 2025-01-14 10:56:07 +0800
  • e4adf8e4eb accounts/keystore: fix comment typo (#18395) Daniel Liu 2025-01-14 10:56:07 +0800
  • 67fe815714 console: squash golint warnings (#16836) Daniel Liu 2025-01-14 10:56:07 +0800
  • 930ec9ba86 accounts/abi: allow abi tags when unpacking structs (#16648) Daniel Liu 2025-01-14 10:56:07 +0800
  • 48de514dd9 accounts/abi/bind: add optional block number for calls (#17942) Daniel Liu 2025-01-14 10:56:07 +0800
  • 9ec0b75eaf accounts/abi: fix string array unpack bug (#18364) Daniel Liu 2025-01-14 10:56:07 +0800
  • bb54f11c13 accounts/abi: brings out the msg defined at require statement in SC function (#17328) Daniel Liu 2025-01-14 10:56:07 +0800
  • 16e444c4f8 accounts/abi: add support for unpacking returned bytesN arrays (#15242) Daniel Liu 2025-01-14 10:56:07 +0800
  • 95d06922b7 accounts/abi: fix slice unpack bug (#18321) Daniel Liu 2025-01-14 10:56:07 +0800
  • 0bf459b979 accounts/abi: argument type and name were reversed (#17947) Daniel Liu 2025-01-14 10:56:07 +0800
  • 5e6fa602c9 usbwallet: check returned error when decoding hexstr (#18056) Daniel Liu 2025-01-14 10:56:07 +0800
  • 11519292cd accounts/abi: add packing for dynamic array and slice types (#18051) Daniel Liu 2025-01-14 10:56:07 +0800
  • f645cbc61d accounts/keystore: delete the redundant keystore in filename (#17930) Daniel Liu 2025-01-14 10:56:07 +0800
  • 25a6b59aca accounts: wallet derivation path comment is mistaken (#17934) Daniel Liu 2025-01-14 10:56:07 +0800
  • b469d70433 accounts/usbwallet: simplify code using -= operator (#17904) Daniel Liu 2025-01-14 10:56:07 +0800
  • c0acd9c3ad accounts/keystore: encrypt the master seed on disk (#17704) Daniel Liu 2025-01-14 10:56:07 +0800
  • e2ea9e87b5 accounts/abi: fix panic in MethodById lookup (#17798) Daniel Liu 2025-01-14 10:56:07 +0800
  • 2154607a5f accounts/keystore: double-check keystore file after creation (#17348) Daniel Liu 2025-01-14 10:56:07 +0800
  • de16c7571f accounts/abi: fix unpacking of negative int256 (#17583) Daniel Liu 2025-01-14 10:56:07 +0800
  • 002fac8b14 all: remove the duplicate 'the' in annotations (#17509) Daniel Liu 2025-01-14 10:56:07 +0800
  • 906551bfbd accounts: fixed typo (#17421) Daniel Liu 2025-01-14 10:56:07 +0800
  • eb90b2899f backends: increase gaslimit in order to allow tests of large contracts (#17358) Daniel Liu 2025-01-14 10:56:07 +0800
  • 165510daef accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the function purpose (#17290) Daniel Liu 2025-01-14 10:56:07 +0800
  • ed67fd4200 crypto/secp256k1: remove external LGPL dependencies (#17239) Daniel Liu 2025-01-14 10:56:07 +0800
  • c5c876a7e7 accounts/abi: refactor Method#Sig() to use index in range iterator directly (#17198) Daniel Liu 2025-01-14 10:56:07 +0800
  • b9f9de7b74 accounts: add unit tests for URL (#17182) Daniel Liu 2025-01-14 10:56:07 +0800
  • 8577f6913d accounts/abi: remove deadcode isSigned (#16990) Daniel Liu 2025-01-14 10:56:06 +0800
  • e5b484b63b accounts/usbwallet: correct comment typo (#16998) Daniel Liu 2025-01-14 10:56:06 +0800
  • 8d2fb8c280 accounts/usbwallet: correct comment typo (#17008) Daniel Liu 2025-01-14 10:56:06 +0800
  • 27725104b4 accounts/keystore: assign schema as const instead of var (#16985) Daniel Liu 2025-01-14 10:56:06 +0800