api.go 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387
  1. // Copyright 2015 The go-ethereum Authors
  2. // This file is part of the go-ethereum library.
  3. //
  4. // The go-ethereum library is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU Lesser General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // The go-ethereum library is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU Lesser General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU Lesser General Public License
  15. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
  16. package ethapi
  17. import (
  18. "bytes"
  19. "context"
  20. "errors"
  21. "fmt"
  22. "math/big"
  23. "strings"
  24. "time"
  25. "github.com/davecgh/go-spew/spew"
  26. "github.com/ethereum/go-ethereum/accounts"
  27. "github.com/ethereum/go-ethereum/accounts/abi"
  28. "github.com/ethereum/go-ethereum/accounts/keystore"
  29. "github.com/ethereum/go-ethereum/accounts/scwallet"
  30. "github.com/ethereum/go-ethereum/common"
  31. "github.com/ethereum/go-ethereum/common/gopool"
  32. "github.com/ethereum/go-ethereum/common/hexutil"
  33. "github.com/ethereum/go-ethereum/common/math"
  34. "github.com/ethereum/go-ethereum/consensus"
  35. "github.com/ethereum/go-ethereum/consensus/clique"
  36. "github.com/ethereum/go-ethereum/consensus/ethash"
  37. "github.com/ethereum/go-ethereum/core"
  38. "github.com/ethereum/go-ethereum/core/rawdb"
  39. "github.com/ethereum/go-ethereum/core/state"
  40. "github.com/ethereum/go-ethereum/core/types"
  41. "github.com/ethereum/go-ethereum/core/vm"
  42. "github.com/ethereum/go-ethereum/crypto"
  43. "github.com/ethereum/go-ethereum/log"
  44. "github.com/ethereum/go-ethereum/p2p"
  45. "github.com/ethereum/go-ethereum/params"
  46. "github.com/ethereum/go-ethereum/rlp"
  47. "github.com/ethereum/go-ethereum/rpc"
  48. "github.com/tyler-smith/go-bip39"
  49. )
  50. const UnHealthyTimeout = 5 * time.Second
  51. // PublicEthereumAPI provides an API to access Ethereum related information.
  52. // It offers only methods that operate on public data that is freely available to anyone.
  53. type PublicEthereumAPI struct {
  54. b Backend
  55. }
  56. // NewPublicEthereumAPI creates a new Ethereum protocol API.
  57. func NewPublicEthereumAPI(b Backend) *PublicEthereumAPI {
  58. return &PublicEthereumAPI{b}
  59. }
  60. // GasPrice returns a suggestion for a gas price.
  61. func (s *PublicEthereumAPI) GasPrice(ctx context.Context) (*hexutil.Big, error) {
  62. price, err := s.b.SuggestPrice(ctx)
  63. return (*hexutil.Big)(price), err
  64. }
  65. // Syncing returns false in case the node is currently not syncing with the network. It can be up to date or has not
  66. // yet received the latest block headers from its pears. In case it is synchronizing:
  67. // - startingBlock: block number this node started to synchronise from
  68. // - currentBlock: block number this node is currently importing
  69. // - highestBlock: block number of the highest block header this node has received from peers
  70. // - pulledStates: number of state entries processed until now
  71. // - knownStates: number of known state entries that still need to be pulled
  72. func (s *PublicEthereumAPI) Syncing() (interface{}, error) {
  73. progress := s.b.Downloader().Progress()
  74. // Return not syncing if the synchronisation already completed
  75. if progress.CurrentBlock >= progress.HighestBlock {
  76. return false, nil
  77. }
  78. // Otherwise gather the block sync stats
  79. return map[string]interface{}{
  80. "startingBlock": hexutil.Uint64(progress.StartingBlock),
  81. "currentBlock": hexutil.Uint64(progress.CurrentBlock),
  82. "highestBlock": hexutil.Uint64(progress.HighestBlock),
  83. "pulledStates": hexutil.Uint64(progress.PulledStates),
  84. "knownStates": hexutil.Uint64(progress.KnownStates),
  85. }, nil
  86. }
  87. // PublicTxPoolAPI offers and API for the transaction pool. It only operates on data that is non confidential.
  88. type PublicTxPoolAPI struct {
  89. b Backend
  90. }
  91. // NewPublicTxPoolAPI creates a new tx pool service that gives information about the transaction pool.
  92. func NewPublicTxPoolAPI(b Backend) *PublicTxPoolAPI {
  93. return &PublicTxPoolAPI{b}
  94. }
  95. // Content returns the transactions contained within the transaction pool.
  96. func (s *PublicTxPoolAPI) Content() map[string]map[string]map[string]*RPCTransaction {
  97. content := map[string]map[string]map[string]*RPCTransaction{
  98. "pending": make(map[string]map[string]*RPCTransaction),
  99. "queued": make(map[string]map[string]*RPCTransaction),
  100. }
  101. pending, queue := s.b.TxPoolContent()
  102. // Flatten the pending transactions
  103. for account, txs := range pending {
  104. dump := make(map[string]*RPCTransaction)
  105. for _, tx := range txs {
  106. dump[fmt.Sprintf("%d", tx.Nonce())] = newRPCPendingTransaction(tx)
  107. }
  108. content["pending"][account.Hex()] = dump
  109. }
  110. // Flatten the queued transactions
  111. for account, txs := range queue {
  112. dump := make(map[string]*RPCTransaction)
  113. for _, tx := range txs {
  114. dump[fmt.Sprintf("%d", tx.Nonce())] = newRPCPendingTransaction(tx)
  115. }
  116. content["queued"][account.Hex()] = dump
  117. }
  118. return content
  119. }
  120. // Status returns the number of pending and queued transaction in the pool.
  121. func (s *PublicTxPoolAPI) Status() map[string]hexutil.Uint {
  122. pending, queue := s.b.Stats()
  123. return map[string]hexutil.Uint{
  124. "pending": hexutil.Uint(pending),
  125. "queued": hexutil.Uint(queue),
  126. }
  127. }
  128. // Inspect retrieves the content of the transaction pool and flattens it into an
  129. // easily inspectable list.
  130. func (s *PublicTxPoolAPI) Inspect() map[string]map[string]map[string]string {
  131. content := map[string]map[string]map[string]string{
  132. "pending": make(map[string]map[string]string),
  133. "queued": make(map[string]map[string]string),
  134. }
  135. pending, queue := s.b.TxPoolContent()
  136. // Define a formatter to flatten a transaction into a string
  137. var format = func(tx *types.Transaction) string {
  138. if to := tx.To(); to != nil {
  139. return fmt.Sprintf("%s: %v wei + %v gas × %v wei", tx.To().Hex(), tx.Value(), tx.Gas(), tx.GasPrice())
  140. }
  141. return fmt.Sprintf("contract creation: %v wei + %v gas × %v wei", tx.Value(), tx.Gas(), tx.GasPrice())
  142. }
  143. // Flatten the pending transactions
  144. for account, txs := range pending {
  145. dump := make(map[string]string)
  146. for _, tx := range txs {
  147. dump[fmt.Sprintf("%d", tx.Nonce())] = format(tx)
  148. }
  149. content["pending"][account.Hex()] = dump
  150. }
  151. // Flatten the queued transactions
  152. for account, txs := range queue {
  153. dump := make(map[string]string)
  154. for _, tx := range txs {
  155. dump[fmt.Sprintf("%d", tx.Nonce())] = format(tx)
  156. }
  157. content["queued"][account.Hex()] = dump
  158. }
  159. return content
  160. }
  161. // PublicAccountAPI provides an API to access accounts managed by this node.
  162. // It offers only methods that can retrieve accounts.
  163. type PublicAccountAPI struct {
  164. am *accounts.Manager
  165. }
  166. // NewPublicAccountAPI creates a new PublicAccountAPI.
  167. func NewPublicAccountAPI(am *accounts.Manager) *PublicAccountAPI {
  168. return &PublicAccountAPI{am: am}
  169. }
  170. // Accounts returns the collection of accounts this node manages
  171. func (s *PublicAccountAPI) Accounts() []common.Address {
  172. return s.am.Accounts()
  173. }
  174. // PrivateAccountAPI provides an API to access accounts managed by this node.
  175. // It offers methods to create, (un)lock en list accounts. Some methods accept
  176. // passwords and are therefore considered private by default.
  177. type PrivateAccountAPI struct {
  178. am *accounts.Manager
  179. nonceLock *AddrLocker
  180. b Backend
  181. }
  182. // NewPrivateAccountAPI create a new PrivateAccountAPI.
  183. func NewPrivateAccountAPI(b Backend, nonceLock *AddrLocker) *PrivateAccountAPI {
  184. return &PrivateAccountAPI{
  185. am: b.AccountManager(),
  186. nonceLock: nonceLock,
  187. b: b,
  188. }
  189. }
  190. // listAccounts will return a list of addresses for accounts this node manages.
  191. func (s *PrivateAccountAPI) ListAccounts() []common.Address {
  192. return s.am.Accounts()
  193. }
  194. // rawWallet is a JSON representation of an accounts.Wallet interface, with its
  195. // data contents extracted into plain fields.
  196. type rawWallet struct {
  197. URL string `json:"url"`
  198. Status string `json:"status"`
  199. Failure string `json:"failure,omitempty"`
  200. Accounts []accounts.Account `json:"accounts,omitempty"`
  201. }
  202. // ListWallets will return a list of wallets this node manages.
  203. func (s *PrivateAccountAPI) ListWallets() []rawWallet {
  204. wallets := make([]rawWallet, 0) // return [] instead of nil if empty
  205. for _, wallet := range s.am.Wallets() {
  206. status, failure := wallet.Status()
  207. raw := rawWallet{
  208. URL: wallet.URL().String(),
  209. Status: status,
  210. Accounts: wallet.Accounts(),
  211. }
  212. if failure != nil {
  213. raw.Failure = failure.Error()
  214. }
  215. wallets = append(wallets, raw)
  216. }
  217. return wallets
  218. }
  219. // OpenWallet initiates a hardware wallet opening procedure, establishing a USB
  220. // connection and attempting to authenticate via the provided passphrase. Note,
  221. // the method may return an extra challenge requiring a second open (e.g. the
  222. // Trezor PIN matrix challenge).
  223. func (s *PrivateAccountAPI) OpenWallet(url string, passphrase *string) error {
  224. wallet, err := s.am.Wallet(url)
  225. if err != nil {
  226. return err
  227. }
  228. pass := ""
  229. if passphrase != nil {
  230. pass = *passphrase
  231. }
  232. return wallet.Open(pass)
  233. }
  234. // DeriveAccount requests a HD wallet to derive a new account, optionally pinning
  235. // it for later reuse.
  236. func (s *PrivateAccountAPI) DeriveAccount(url string, path string, pin *bool) (accounts.Account, error) {
  237. wallet, err := s.am.Wallet(url)
  238. if err != nil {
  239. return accounts.Account{}, err
  240. }
  241. derivPath, err := accounts.ParseDerivationPath(path)
  242. if err != nil {
  243. return accounts.Account{}, err
  244. }
  245. if pin == nil {
  246. pin = new(bool)
  247. }
  248. return wallet.Derive(derivPath, *pin)
  249. }
  250. // NewAccount will create a new account and returns the address for the new account.
  251. func (s *PrivateAccountAPI) NewAccount(password string) (common.Address, error) {
  252. ks, err := fetchKeystore(s.am)
  253. if err != nil {
  254. return common.Address{}, err
  255. }
  256. acc, err := ks.NewAccount(password)
  257. if err == nil {
  258. log.Info("Your new key was generated", "address", acc.Address)
  259. log.Warn("Please backup your key file!", "path", acc.URL.Path)
  260. log.Warn("Please remember your password!")
  261. return acc.Address, nil
  262. }
  263. return common.Address{}, err
  264. }
  265. // fetchKeystore retrieves the encrypted keystore from the account manager.
  266. func fetchKeystore(am *accounts.Manager) (*keystore.KeyStore, error) {
  267. if ks := am.Backends(keystore.KeyStoreType); len(ks) > 0 {
  268. return ks[0].(*keystore.KeyStore), nil
  269. }
  270. return nil, errors.New("local keystore not used")
  271. }
  272. // ImportRawKey stores the given hex encoded ECDSA key into the key directory,
  273. // encrypting it with the passphrase.
  274. func (s *PrivateAccountAPI) ImportRawKey(privkey string, password string) (common.Address, error) {
  275. key, err := crypto.HexToECDSA(privkey)
  276. if err != nil {
  277. return common.Address{}, err
  278. }
  279. ks, err := fetchKeystore(s.am)
  280. if err != nil {
  281. return common.Address{}, err
  282. }
  283. acc, err := ks.ImportECDSA(key, password)
  284. return acc.Address, err
  285. }
  286. // UnlockAccount will unlock the account associated with the given address with
  287. // the given password for duration seconds. If duration is nil it will use a
  288. // default of 300 seconds. It returns an indication if the account was unlocked.
  289. func (s *PrivateAccountAPI) UnlockAccount(ctx context.Context, addr common.Address, password string, duration *uint64) (bool, error) {
  290. // When the API is exposed by external RPC(http, ws etc), unless the user
  291. // explicitly specifies to allow the insecure account unlocking, otherwise
  292. // it is disabled.
  293. if s.b.ExtRPCEnabled() && !s.b.AccountManager().Config().InsecureUnlockAllowed {
  294. return false, errors.New("account unlock with HTTP access is forbidden")
  295. }
  296. const max = uint64(time.Duration(math.MaxInt64) / time.Second)
  297. var d time.Duration
  298. if duration == nil {
  299. d = 300 * time.Second
  300. } else if *duration > max {
  301. return false, errors.New("unlock duration too large")
  302. } else {
  303. d = time.Duration(*duration) * time.Second
  304. }
  305. ks, err := fetchKeystore(s.am)
  306. if err != nil {
  307. return false, err
  308. }
  309. err = ks.TimedUnlock(accounts.Account{Address: addr}, password, d)
  310. if err != nil {
  311. log.Warn("Failed account unlock attempt", "address", addr, "err", err)
  312. }
  313. return err == nil, err
  314. }
  315. // LockAccount will lock the account associated with the given address when it's unlocked.
  316. func (s *PrivateAccountAPI) LockAccount(addr common.Address) bool {
  317. if ks, err := fetchKeystore(s.am); err == nil {
  318. return ks.Lock(addr) == nil
  319. }
  320. return false
  321. }
  322. // signTransaction sets defaults and signs the given transaction
  323. // NOTE: the caller needs to ensure that the nonceLock is held, if applicable,
  324. // and release it after the transaction has been submitted to the tx pool
  325. func (s *PrivateAccountAPI) signTransaction(ctx context.Context, args *SendTxArgs, passwd string) (*types.Transaction, error) {
  326. // Look up the wallet containing the requested signer
  327. account := accounts.Account{Address: args.From}
  328. wallet, err := s.am.Find(account)
  329. if err != nil {
  330. return nil, err
  331. }
  332. // Set some sanity defaults and terminate on failure
  333. if err := args.setDefaults(ctx, s.b); err != nil {
  334. return nil, err
  335. }
  336. // Assemble the transaction and sign with the wallet
  337. tx := args.toTransaction()
  338. return wallet.SignTxWithPassphrase(account, passwd, tx, s.b.ChainConfig().ChainID)
  339. }
  340. // SendTransaction will create a transaction from the given arguments and
  341. // tries to sign it with the key associated with args.From. If the given passwd isn't
  342. // able to decrypt the key it fails.
  343. func (s *PrivateAccountAPI) SendTransaction(ctx context.Context, args SendTxArgs, passwd string) (common.Hash, error) {
  344. if args.Nonce == nil {
  345. // Hold the addresse's mutex around signing to prevent concurrent assignment of
  346. // the same nonce to multiple accounts.
  347. s.nonceLock.LockAddr(args.From)
  348. defer s.nonceLock.UnlockAddr(args.From)
  349. }
  350. signed, err := s.signTransaction(ctx, &args, passwd)
  351. if err != nil {
  352. log.Warn("Failed transaction send attempt", "from", args.From, "to", args.To, "value", args.Value.ToInt(), "err", err)
  353. return common.Hash{}, err
  354. }
  355. return SubmitTransaction(ctx, s.b, signed)
  356. }
  357. // SignTransaction will create a transaction from the given arguments and
  358. // tries to sign it with the key associated with args.From. If the given passwd isn't
  359. // able to decrypt the key it fails. The transaction is returned in RLP-form, not broadcast
  360. // to other nodes
  361. func (s *PrivateAccountAPI) SignTransaction(ctx context.Context, args SendTxArgs, passwd string) (*SignTransactionResult, error) {
  362. // No need to obtain the noncelock mutex, since we won't be sending this
  363. // tx into the transaction pool, but right back to the user
  364. if args.Gas == nil {
  365. return nil, fmt.Errorf("gas not specified")
  366. }
  367. if args.GasPrice == nil {
  368. return nil, fmt.Errorf("gasPrice not specified")
  369. }
  370. if args.Nonce == nil {
  371. return nil, fmt.Errorf("nonce not specified")
  372. }
  373. // Before actually sign the transaction, ensure the transaction fee is reasonable.
  374. if err := checkTxFee(args.GasPrice.ToInt(), uint64(*args.Gas), s.b.RPCTxFeeCap()); err != nil {
  375. return nil, err
  376. }
  377. signed, err := s.signTransaction(ctx, &args, passwd)
  378. if err != nil {
  379. log.Warn("Failed transaction sign attempt", "from", args.From, "to", args.To, "value", args.Value.ToInt(), "err", err)
  380. return nil, err
  381. }
  382. data, err := signed.MarshalBinary()
  383. if err != nil {
  384. return nil, err
  385. }
  386. return &SignTransactionResult{data, signed}, nil
  387. }
  388. // Sign calculates an Ethereum ECDSA signature for:
  389. // keccack256("\x19Ethereum Signed Message:\n" + len(message) + message))
  390. //
  391. // Note, the produced signature conforms to the secp256k1 curve R, S and V values,
  392. // where the V value will be 27 or 28 for legacy reasons.
  393. //
  394. // The key used to calculate the signature is decrypted with the given password.
  395. //
  396. // https://github.com/ethereum/go-ethereum/wiki/Management-APIs#personal_sign
  397. func (s *PrivateAccountAPI) Sign(ctx context.Context, data hexutil.Bytes, addr common.Address, passwd string) (hexutil.Bytes, error) {
  398. // Look up the wallet containing the requested signer
  399. account := accounts.Account{Address: addr}
  400. wallet, err := s.b.AccountManager().Find(account)
  401. if err != nil {
  402. return nil, err
  403. }
  404. // Assemble sign the data with the wallet
  405. signature, err := wallet.SignTextWithPassphrase(account, passwd, data)
  406. if err != nil {
  407. log.Warn("Failed data sign attempt", "address", addr, "err", err)
  408. return nil, err
  409. }
  410. signature[crypto.RecoveryIDOffset] += 27 // Transform V from 0/1 to 27/28 according to the yellow paper
  411. return signature, nil
  412. }
  413. // EcRecover returns the address for the account that was used to create the signature.
  414. // Note, this function is compatible with eth_sign and personal_sign. As such it recovers
  415. // the address of:
  416. // hash = keccak256("\x19Ethereum Signed Message:\n"${message length}${message})
  417. // addr = ecrecover(hash, signature)
  418. //
  419. // Note, the signature must conform to the secp256k1 curve R, S and V values, where
  420. // the V value must be 27 or 28 for legacy reasons.
  421. //
  422. // https://github.com/ethereum/go-ethereum/wiki/Management-APIs#personal_ecRecover
  423. func (s *PrivateAccountAPI) EcRecover(ctx context.Context, data, sig hexutil.Bytes) (common.Address, error) {
  424. if len(sig) != crypto.SignatureLength {
  425. return common.Address{}, fmt.Errorf("signature must be %d bytes long", crypto.SignatureLength)
  426. }
  427. if sig[crypto.RecoveryIDOffset] != 27 && sig[crypto.RecoveryIDOffset] != 28 {
  428. return common.Address{}, fmt.Errorf("invalid Ethereum signature (V is not 27 or 28)")
  429. }
  430. sig[crypto.RecoveryIDOffset] -= 27 // Transform yellow paper V from 27/28 to 0/1
  431. rpk, err := crypto.SigToPub(accounts.TextHash(data), sig)
  432. if err != nil {
  433. return common.Address{}, err
  434. }
  435. return crypto.PubkeyToAddress(*rpk), nil
  436. }
  437. // SignAndSendTransaction was renamed to SendTransaction. This method is deprecated
  438. // and will be removed in the future. It primary goal is to give clients time to update.
  439. func (s *PrivateAccountAPI) SignAndSendTransaction(ctx context.Context, args SendTxArgs, passwd string) (common.Hash, error) {
  440. return s.SendTransaction(ctx, args, passwd)
  441. }
  442. // InitializeWallet initializes a new wallet at the provided URL, by generating and returning a new private key.
  443. func (s *PrivateAccountAPI) InitializeWallet(ctx context.Context, url string) (string, error) {
  444. wallet, err := s.am.Wallet(url)
  445. if err != nil {
  446. return "", err
  447. }
  448. entropy, err := bip39.NewEntropy(256)
  449. if err != nil {
  450. return "", err
  451. }
  452. mnemonic, err := bip39.NewMnemonic(entropy)
  453. if err != nil {
  454. return "", err
  455. }
  456. seed := bip39.NewSeed(mnemonic, "")
  457. switch wallet := wallet.(type) {
  458. case *scwallet.Wallet:
  459. return mnemonic, wallet.Initialize(seed)
  460. default:
  461. return "", fmt.Errorf("specified wallet does not support initialization")
  462. }
  463. }
  464. // Unpair deletes a pairing between wallet and geth.
  465. func (s *PrivateAccountAPI) Unpair(ctx context.Context, url string, pin string) error {
  466. wallet, err := s.am.Wallet(url)
  467. if err != nil {
  468. return err
  469. }
  470. switch wallet := wallet.(type) {
  471. case *scwallet.Wallet:
  472. return wallet.Unpair([]byte(pin))
  473. default:
  474. return fmt.Errorf("specified wallet does not support pairing")
  475. }
  476. }
  477. // PublicBlockChainAPI provides an API to access the Ethereum blockchain.
  478. // It offers only methods that operate on public data that is freely available to anyone.
  479. type PublicBlockChainAPI struct {
  480. b Backend
  481. }
  482. // NewPublicBlockChainAPI creates a new Ethereum blockchain API.
  483. func NewPublicBlockChainAPI(b Backend) *PublicBlockChainAPI {
  484. return &PublicBlockChainAPI{b}
  485. }
  486. // ChainId is the EIP-155 replay-protection chain id for the current ethereum chain config.
  487. func (api *PublicBlockChainAPI) ChainId() (*hexutil.Big, error) {
  488. // if current block is at or past the EIP-155 replay-protection fork block, return chainID from config
  489. if config := api.b.ChainConfig(); config.IsEIP155(api.b.CurrentBlock().Number()) {
  490. return (*hexutil.Big)(config.ChainID), nil
  491. }
  492. return nil, fmt.Errorf("chain not synced beyond EIP-155 replay-protection fork block")
  493. }
  494. // BlockNumber returns the block number of the chain head.
  495. func (s *PublicBlockChainAPI) BlockNumber() hexutil.Uint64 {
  496. header, _ := s.b.HeaderByNumber(context.Background(), rpc.LatestBlockNumber) // latest header should always be available
  497. return hexutil.Uint64(header.Number.Uint64())
  498. }
  499. // GetBalance returns the amount of wei for the given address in the state of the
  500. // given block number. The rpc.LatestBlockNumber and rpc.PendingBlockNumber meta
  501. // block numbers are also allowed.
  502. func (s *PublicBlockChainAPI) GetBalance(ctx context.Context, address common.Address, blockNrOrHash rpc.BlockNumberOrHash) (*hexutil.Big, error) {
  503. state, _, err := s.b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  504. if state == nil || err != nil {
  505. return nil, err
  506. }
  507. return (*hexutil.Big)(state.GetBalance(address)), state.Error()
  508. }
  509. // Result structs for GetProof
  510. type AccountResult struct {
  511. Address common.Address `json:"address"`
  512. AccountProof []string `json:"accountProof"`
  513. Balance *hexutil.Big `json:"balance"`
  514. CodeHash common.Hash `json:"codeHash"`
  515. Nonce hexutil.Uint64 `json:"nonce"`
  516. StorageHash common.Hash `json:"storageHash"`
  517. StorageProof []StorageResult `json:"storageProof"`
  518. }
  519. type StorageResult struct {
  520. Key string `json:"key"`
  521. Value *hexutil.Big `json:"value"`
  522. Proof []string `json:"proof"`
  523. }
  524. // GetProof returns the Merkle-proof for a given account and optionally some storage keys.
  525. func (s *PublicBlockChainAPI) GetProof(ctx context.Context, address common.Address, storageKeys []string, blockNrOrHash rpc.BlockNumberOrHash) (*AccountResult, error) {
  526. state, _, err := s.b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  527. if state == nil || err != nil {
  528. return nil, err
  529. }
  530. storageTrie := state.StorageTrie(address)
  531. storageHash := types.EmptyRootHash
  532. codeHash := state.GetCodeHash(address)
  533. storageProof := make([]StorageResult, len(storageKeys))
  534. // if we have a storageTrie, (which means the account exists), we can update the storagehash
  535. if storageTrie != nil {
  536. storageHash = storageTrie.Hash()
  537. } else {
  538. // no storageTrie means the account does not exist, so the codeHash is the hash of an empty bytearray.
  539. codeHash = crypto.Keccak256Hash(nil)
  540. }
  541. // create the proof for the storageKeys
  542. for i, key := range storageKeys {
  543. if storageTrie != nil {
  544. proof, storageError := state.GetStorageProof(address, common.HexToHash(key))
  545. if storageError != nil {
  546. return nil, storageError
  547. }
  548. storageProof[i] = StorageResult{key, (*hexutil.Big)(state.GetState(address, common.HexToHash(key)).Big()), toHexSlice(proof)}
  549. } else {
  550. storageProof[i] = StorageResult{key, &hexutil.Big{}, []string{}}
  551. }
  552. }
  553. // create the accountProof
  554. accountProof, proofErr := state.GetProof(address)
  555. if proofErr != nil {
  556. return nil, proofErr
  557. }
  558. return &AccountResult{
  559. Address: address,
  560. AccountProof: toHexSlice(accountProof),
  561. Balance: (*hexutil.Big)(state.GetBalance(address)),
  562. CodeHash: codeHash,
  563. Nonce: hexutil.Uint64(state.GetNonce(address)),
  564. StorageHash: storageHash,
  565. StorageProof: storageProof,
  566. }, state.Error()
  567. }
  568. // GetHeaderByNumber returns the requested canonical block header.
  569. // * When blockNr is -1 the chain head is returned.
  570. // * When blockNr is -2 the pending chain head is returned.
  571. func (s *PublicBlockChainAPI) GetHeaderByNumber(ctx context.Context, number rpc.BlockNumber) (map[string]interface{}, error) {
  572. header, err := s.b.HeaderByNumber(ctx, number)
  573. if header != nil && err == nil {
  574. response := s.rpcMarshalHeader(ctx, header)
  575. if number == rpc.PendingBlockNumber {
  576. // Pending header need to nil out a few fields
  577. for _, field := range []string{"hash", "nonce", "miner"} {
  578. response[field] = nil
  579. }
  580. }
  581. return response, err
  582. }
  583. return nil, err
  584. }
  585. // GetHeaderByHash returns the requested header by hash.
  586. func (s *PublicBlockChainAPI) GetHeaderByHash(ctx context.Context, hash common.Hash) map[string]interface{} {
  587. header, _ := s.b.HeaderByHash(ctx, hash)
  588. if header != nil {
  589. return s.rpcMarshalHeader(ctx, header)
  590. }
  591. return nil
  592. }
  593. // GetBlockByNumber returns the requested canonical block.
  594. // * When blockNr is -1 the chain head is returned.
  595. // * When blockNr is -2 the pending chain head is returned.
  596. // * When fullTx is true all transactions in the block are returned, otherwise
  597. // only the transaction hash is returned.
  598. func (s *PublicBlockChainAPI) GetBlockByNumber(ctx context.Context, number rpc.BlockNumber, fullTx bool) (map[string]interface{}, error) {
  599. block, err := s.b.BlockByNumber(ctx, number)
  600. if block != nil && err == nil {
  601. response, err := s.rpcMarshalBlock(ctx, block, true, fullTx)
  602. if err == nil && number == rpc.PendingBlockNumber {
  603. // Pending blocks need to nil out a few fields
  604. for _, field := range []string{"hash", "nonce", "miner"} {
  605. response[field] = nil
  606. }
  607. }
  608. return response, err
  609. }
  610. return nil, err
  611. }
  612. // GetBlockByHash returns the requested block. When fullTx is true all transactions in the block are returned in full
  613. // detail, otherwise only the transaction hash is returned.
  614. func (s *PublicBlockChainAPI) GetBlockByHash(ctx context.Context, hash common.Hash, fullTx bool) (map[string]interface{}, error) {
  615. block, err := s.b.BlockByHash(ctx, hash)
  616. if block != nil {
  617. return s.rpcMarshalBlock(ctx, block, true, fullTx)
  618. }
  619. return nil, err
  620. }
  621. func (s *PublicBlockChainAPI) Health() bool {
  622. if rpc.RpcServingTimer != nil {
  623. return rpc.RpcServingTimer.Percentile(0.75) < float64(UnHealthyTimeout)
  624. }
  625. return true
  626. }
  627. // GetUncleByBlockNumberAndIndex returns the uncle block for the given block hash and index. When fullTx is true
  628. // all transactions in the block are returned in full detail, otherwise only the transaction hash is returned.
  629. func (s *PublicBlockChainAPI) GetUncleByBlockNumberAndIndex(ctx context.Context, blockNr rpc.BlockNumber, index hexutil.Uint) (map[string]interface{}, error) {
  630. block, err := s.b.BlockByNumber(ctx, blockNr)
  631. if block != nil {
  632. uncles := block.Uncles()
  633. if index >= hexutil.Uint(len(uncles)) {
  634. log.Debug("Requested uncle not found", "number", blockNr, "hash", block.Hash(), "index", index)
  635. return nil, nil
  636. }
  637. block = types.NewBlockWithHeader(uncles[index])
  638. return s.rpcMarshalBlock(ctx, block, false, false)
  639. }
  640. return nil, err
  641. }
  642. // GetUncleByBlockHashAndIndex returns the uncle block for the given block hash and index. When fullTx is true
  643. // all transactions in the block are returned in full detail, otherwise only the transaction hash is returned.
  644. func (s *PublicBlockChainAPI) GetUncleByBlockHashAndIndex(ctx context.Context, blockHash common.Hash, index hexutil.Uint) (map[string]interface{}, error) {
  645. block, err := s.b.BlockByHash(ctx, blockHash)
  646. if block != nil {
  647. uncles := block.Uncles()
  648. if index >= hexutil.Uint(len(uncles)) {
  649. log.Debug("Requested uncle not found", "number", block.Number(), "hash", blockHash, "index", index)
  650. return nil, nil
  651. }
  652. block = types.NewBlockWithHeader(uncles[index])
  653. return s.rpcMarshalBlock(ctx, block, false, false)
  654. }
  655. return nil, err
  656. }
  657. // GetUncleCountByBlockNumber returns number of uncles in the block for the given block number
  658. func (s *PublicBlockChainAPI) GetUncleCountByBlockNumber(ctx context.Context, blockNr rpc.BlockNumber) *hexutil.Uint {
  659. if block, _ := s.b.BlockByNumber(ctx, blockNr); block != nil {
  660. n := hexutil.Uint(len(block.Uncles()))
  661. return &n
  662. }
  663. return nil
  664. }
  665. // GetUncleCountByBlockHash returns number of uncles in the block for the given block hash
  666. func (s *PublicBlockChainAPI) GetUncleCountByBlockHash(ctx context.Context, blockHash common.Hash) *hexutil.Uint {
  667. if block, _ := s.b.BlockByHash(ctx, blockHash); block != nil {
  668. n := hexutil.Uint(len(block.Uncles()))
  669. return &n
  670. }
  671. return nil
  672. }
  673. // GetCode returns the code stored at the given address in the state for the given block number.
  674. func (s *PublicBlockChainAPI) GetCode(ctx context.Context, address common.Address, blockNrOrHash rpc.BlockNumberOrHash) (hexutil.Bytes, error) {
  675. state, _, err := s.b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  676. if state == nil || err != nil {
  677. return nil, err
  678. }
  679. code := state.GetCode(address)
  680. return code, state.Error()
  681. }
  682. // GetStorageAt returns the storage from the state at the given address, key and
  683. // block number. The rpc.LatestBlockNumber and rpc.PendingBlockNumber meta block
  684. // numbers are also allowed.
  685. func (s *PublicBlockChainAPI) GetStorageAt(ctx context.Context, address common.Address, key string, blockNrOrHash rpc.BlockNumberOrHash) (hexutil.Bytes, error) {
  686. state, _, err := s.b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  687. if state == nil || err != nil {
  688. return nil, err
  689. }
  690. res := state.GetState(address, common.HexToHash(key))
  691. return res[:], state.Error()
  692. }
  693. // CallArgs represents the arguments for a call.
  694. type CallArgs struct {
  695. From *common.Address `json:"from"`
  696. To *common.Address `json:"to"`
  697. Gas *hexutil.Uint64 `json:"gas"`
  698. GasPrice *hexutil.Big `json:"gasPrice"`
  699. Value *hexutil.Big `json:"value"`
  700. Data *hexutil.Bytes `json:"data"`
  701. AccessList *types.AccessList `json:"accessList"`
  702. }
  703. // ToMessage converts CallArgs to the Message type used by the core evm
  704. func (args *CallArgs) ToMessage(globalGasCap uint64) types.Message {
  705. // Set sender address or use zero address if none specified.
  706. var addr common.Address
  707. if args.From != nil {
  708. addr = *args.From
  709. }
  710. // Set default gas & gas price if none were set
  711. gas := globalGasCap
  712. if gas == 0 {
  713. gas = uint64(math.MaxUint64 / 2)
  714. }
  715. if args.Gas != nil {
  716. gas = uint64(*args.Gas)
  717. }
  718. if globalGasCap != 0 && globalGasCap < gas {
  719. log.Debug("Caller gas above allowance, capping", "requested", gas, "cap", globalGasCap)
  720. gas = globalGasCap
  721. }
  722. gasPrice := new(big.Int)
  723. if args.GasPrice != nil {
  724. gasPrice = args.GasPrice.ToInt()
  725. }
  726. value := new(big.Int)
  727. if args.Value != nil {
  728. value = args.Value.ToInt()
  729. }
  730. var data []byte
  731. if args.Data != nil {
  732. data = *args.Data
  733. }
  734. var accessList types.AccessList
  735. if args.AccessList != nil {
  736. accessList = *args.AccessList
  737. }
  738. msg := types.NewMessage(addr, args.To, 0, value, gas, gasPrice, data, accessList, false)
  739. return msg
  740. }
  741. // OverrideAccount indicates the overriding fields of account during the execution
  742. // of a message call.
  743. // Note, state and stateDiff can't be specified at the same time. If state is
  744. // set, message execution will only use the data in the given state. Otherwise
  745. // if statDiff is set, all diff will be applied first and then execute the call
  746. // message.
  747. type OverrideAccount struct {
  748. Nonce *hexutil.Uint64 `json:"nonce"`
  749. Code *hexutil.Bytes `json:"code"`
  750. Balance **hexutil.Big `json:"balance"`
  751. State *map[common.Hash]common.Hash `json:"state"`
  752. StateDiff *map[common.Hash]common.Hash `json:"stateDiff"`
  753. }
  754. // StateOverride is the collection of overridden accounts.
  755. type StateOverride map[common.Address]OverrideAccount
  756. // Apply overrides the fields of specified accounts into the given state.
  757. func (diff *StateOverride) Apply(state *state.StateDB) error {
  758. if diff == nil {
  759. return nil
  760. }
  761. for addr, account := range *diff {
  762. // Override account nonce.
  763. if account.Nonce != nil {
  764. state.SetNonce(addr, uint64(*account.Nonce))
  765. }
  766. // Override account(contract) code.
  767. if account.Code != nil {
  768. state.SetCode(addr, *account.Code)
  769. }
  770. // Override account balance.
  771. if account.Balance != nil {
  772. state.SetBalance(addr, (*big.Int)(*account.Balance))
  773. }
  774. if account.State != nil && account.StateDiff != nil {
  775. return fmt.Errorf("account %s has both 'state' and 'stateDiff'", addr.Hex())
  776. }
  777. // Replace entire state if caller requires.
  778. if account.State != nil {
  779. state.SetStorage(addr, *account.State)
  780. }
  781. // Apply state diff into specified accounts.
  782. if account.StateDiff != nil {
  783. for key, value := range *account.StateDiff {
  784. state.SetState(addr, key, value)
  785. }
  786. }
  787. }
  788. return nil
  789. }
  790. func DoCall(ctx context.Context, b Backend, args CallArgs, blockNrOrHash rpc.BlockNumberOrHash, overrides *StateOverride, vmCfg vm.Config, timeout time.Duration, globalGasCap uint64) (*core.ExecutionResult, error) {
  791. defer func(start time.Time) { log.Debug("Executing EVM call finished", "runtime", time.Since(start)) }(time.Now())
  792. state, header, err := b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  793. if state == nil || err != nil {
  794. return nil, err
  795. }
  796. if err := overrides.Apply(state); err != nil {
  797. return nil, err
  798. }
  799. // Setup context so it may be cancelled the call has completed
  800. // or, in case of unmetered gas, setup a context with a timeout.
  801. var cancel context.CancelFunc
  802. if timeout > 0 {
  803. ctx, cancel = context.WithTimeout(ctx, timeout)
  804. } else {
  805. ctx, cancel = context.WithCancel(ctx)
  806. }
  807. // Make sure the context is cancelled when the call has completed
  808. // this makes sure resources are cleaned up.
  809. defer cancel()
  810. // Get a new instance of the EVM.
  811. msg := args.ToMessage(globalGasCap)
  812. evm, vmError, err := b.GetEVM(ctx, msg, state, header, nil)
  813. if err != nil {
  814. return nil, err
  815. }
  816. // Wait for the context to be done and cancel the evm. Even if the
  817. // EVM has finished, cancelling may be done (repeatedly)
  818. gopool.Submit(func() {
  819. <-ctx.Done()
  820. evm.Cancel()
  821. })
  822. // Execute the message.
  823. gp := new(core.GasPool).AddGas(math.MaxUint64)
  824. result, err := core.ApplyMessage(evm, msg, gp)
  825. if err := vmError(); err != nil {
  826. return nil, err
  827. }
  828. // If the timer caused an abort, return an appropriate error message
  829. if evm.Cancelled() {
  830. return nil, fmt.Errorf("execution aborted (timeout = %v)", timeout)
  831. }
  832. if err != nil {
  833. return result, fmt.Errorf("err: %w (supplied gas %d)", err, msg.Gas())
  834. }
  835. return result, nil
  836. }
  837. func newRevertError(result *core.ExecutionResult) *revertError {
  838. reason, errUnpack := abi.UnpackRevert(result.Revert())
  839. err := errors.New("execution reverted")
  840. if errUnpack == nil {
  841. err = fmt.Errorf("execution reverted: %v", reason)
  842. }
  843. return &revertError{
  844. error: err,
  845. reason: hexutil.Encode(result.Revert()),
  846. }
  847. }
  848. // revertError is an API error that encompassas an EVM revertal with JSON error
  849. // code and a binary data blob.
  850. type revertError struct {
  851. error
  852. reason string // revert reason hex encoded
  853. }
  854. // ErrorCode returns the JSON error code for a revertal.
  855. // See: https://github.com/ethereum/wiki/wiki/JSON-RPC-Error-Codes-Improvement-Proposal
  856. func (e *revertError) ErrorCode() int {
  857. return 3
  858. }
  859. // ErrorData returns the hex encoded revert reason.
  860. func (e *revertError) ErrorData() interface{} {
  861. return e.reason
  862. }
  863. // Call executes the given transaction on the state for the given block number.
  864. //
  865. // Additionally, the caller can specify a batch of contract for fields overriding.
  866. //
  867. // Note, this function doesn't make and changes in the state/blockchain and is
  868. // useful to execute and retrieve values.
  869. func (s *PublicBlockChainAPI) Call(ctx context.Context, args CallArgs, blockNrOrHash rpc.BlockNumberOrHash, overrides *StateOverride) (hexutil.Bytes, error) {
  870. result, err := DoCall(ctx, s.b, args, blockNrOrHash, overrides, vm.Config{}, 5*time.Second, s.b.RPCGasCap())
  871. if err != nil {
  872. return nil, err
  873. }
  874. // If the result contains a revert reason, try to unpack and return it.
  875. if len(result.Revert()) > 0 {
  876. return nil, newRevertError(result)
  877. }
  878. return result.Return(), result.Err
  879. }
  880. func DoEstimateGas(ctx context.Context, b Backend, args CallArgs, blockNrOrHash rpc.BlockNumberOrHash, gasCap uint64) (hexutil.Uint64, error) {
  881. // Binary search the gas requirement, as it may be higher than the amount used
  882. var (
  883. lo uint64 = params.TxGas - 1
  884. hi uint64
  885. cap uint64
  886. )
  887. // Use zero address if sender unspecified.
  888. if args.From == nil {
  889. args.From = new(common.Address)
  890. }
  891. // Determine the highest gas limit can be used during the estimation.
  892. if args.Gas != nil && uint64(*args.Gas) >= params.TxGas {
  893. hi = uint64(*args.Gas)
  894. } else {
  895. // Retrieve the block to act as the gas ceiling
  896. block, err := b.BlockByNumberOrHash(ctx, blockNrOrHash)
  897. if err != nil {
  898. return 0, err
  899. }
  900. if block == nil {
  901. return 0, errors.New("block not found")
  902. }
  903. hi = block.GasLimit()
  904. }
  905. // Recap the highest gas limit with account's available balance.
  906. if args.GasPrice != nil && args.GasPrice.ToInt().BitLen() != 0 {
  907. state, _, err := b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  908. if err != nil {
  909. return 0, err
  910. }
  911. balance := state.GetBalance(*args.From) // from can't be nil
  912. available := new(big.Int).Set(balance)
  913. if args.Value != nil {
  914. if args.Value.ToInt().Cmp(available) >= 0 {
  915. return 0, errors.New("insufficient funds for transfer")
  916. }
  917. available.Sub(available, args.Value.ToInt())
  918. }
  919. allowance := new(big.Int).Div(available, args.GasPrice.ToInt())
  920. // If the allowance is larger than maximum uint64, skip checking
  921. if allowance.IsUint64() && hi > allowance.Uint64() {
  922. transfer := args.Value
  923. if transfer == nil {
  924. transfer = new(hexutil.Big)
  925. }
  926. log.Warn("Gas estimation capped by limited funds", "original", hi, "balance", balance,
  927. "sent", transfer.ToInt(), "gasprice", args.GasPrice.ToInt(), "fundable", allowance)
  928. hi = allowance.Uint64()
  929. }
  930. }
  931. // Recap the highest gas allowance with specified gascap.
  932. if gasCap != 0 && hi > gasCap {
  933. log.Debug("Caller gas above allowance, capping", "requested", hi, "cap", gasCap)
  934. hi = gasCap
  935. }
  936. cap = hi
  937. // Create a helper to check if a gas allowance results in an executable transaction
  938. executable := func(gas uint64) (bool, *core.ExecutionResult, error) {
  939. args.Gas = (*hexutil.Uint64)(&gas)
  940. result, err := DoCall(ctx, b, args, blockNrOrHash, nil, vm.Config{}, 0, gasCap)
  941. if err != nil {
  942. if errors.Is(err, core.ErrIntrinsicGas) {
  943. return true, nil, nil // Special case, raise gas limit
  944. }
  945. return true, nil, err // Bail out
  946. }
  947. return result.Failed(), result, nil
  948. }
  949. // Execute the binary search and hone in on an executable gas limit
  950. for lo+1 < hi {
  951. mid := (hi + lo) / 2
  952. failed, _, err := executable(mid)
  953. // If the error is not nil(consensus error), it means the provided message
  954. // call or transaction will never be accepted no matter how much gas it is
  955. // assigned. Return the error directly, don't struggle any more.
  956. if err != nil {
  957. return 0, err
  958. }
  959. if failed {
  960. lo = mid
  961. } else {
  962. hi = mid
  963. }
  964. }
  965. // Reject the transaction as invalid if it still fails at the highest allowance
  966. if hi == cap {
  967. failed, result, err := executable(hi)
  968. if err != nil {
  969. return 0, err
  970. }
  971. if failed {
  972. if result != nil && result.Err != vm.ErrOutOfGas {
  973. if len(result.Revert()) > 0 {
  974. return 0, newRevertError(result)
  975. }
  976. return 0, result.Err
  977. }
  978. // Otherwise, the specified gas cap is too low
  979. return 0, fmt.Errorf("gas required exceeds allowance (%d)", cap)
  980. }
  981. }
  982. return hexutil.Uint64(hi), nil
  983. }
  984. // EstimateGas returns an estimate of the amount of gas needed to execute the
  985. // given transaction against the current pending block.
  986. func (s *PublicBlockChainAPI) EstimateGas(ctx context.Context, args CallArgs, blockNrOrHash *rpc.BlockNumberOrHash) (hexutil.Uint64, error) {
  987. bNrOrHash := rpc.BlockNumberOrHashWithNumber(rpc.PendingBlockNumber)
  988. if blockNrOrHash != nil {
  989. bNrOrHash = *blockNrOrHash
  990. }
  991. return DoEstimateGas(ctx, s.b, args, bNrOrHash, s.b.RPCGasCap())
  992. }
  993. // GetDiffAccounts returns changed accounts in a specific block number.
  994. func (s *PublicBlockChainAPI) GetDiffAccounts(ctx context.Context, blockNr rpc.BlockNumber) ([]common.Address, error) {
  995. if s.b.Chain() == nil {
  996. return nil, fmt.Errorf("blockchain not support get diff accounts")
  997. }
  998. header, err := s.b.HeaderByNumber(ctx, blockNr)
  999. if err != nil {
  1000. return nil, fmt.Errorf("block not found for block number (%d): %v", blockNr, err)
  1001. }
  1002. return s.b.Chain().GetDiffAccounts(header.Hash())
  1003. }
  1004. // GetDiffAccountsWithScope returns detailed changes of some interested accounts in a specific block number.
  1005. func (s *PublicBlockChainAPI) GetDiffAccountsWithScope(ctx context.Context, blockNr rpc.BlockNumber, accounts []common.Address) (*types.DiffAccountsInBlock, error) {
  1006. if s.b.Chain() == nil {
  1007. return nil, fmt.Errorf("blockchain not support get diff accounts")
  1008. }
  1009. block, err := s.b.BlockByNumber(ctx, blockNr)
  1010. if err != nil {
  1011. return nil, fmt.Errorf("block not found for block number (%d): %v", blockNr, err)
  1012. }
  1013. parent, err := s.b.BlockByHash(ctx, block.ParentHash())
  1014. if err != nil {
  1015. return nil, fmt.Errorf("block not found for block number (%d): %v", blockNr-1, err)
  1016. }
  1017. statedb, err := s.b.Chain().StateAt(parent.Root())
  1018. if err != nil {
  1019. return nil, fmt.Errorf("state not found for block number (%d): %v", blockNr-1, err)
  1020. }
  1021. result := &types.DiffAccountsInBlock{
  1022. Number: uint64(blockNr),
  1023. BlockHash: block.Hash(),
  1024. Transactions: make([]types.DiffAccountsInTx, 0),
  1025. }
  1026. accountSet := make(map[common.Address]struct{}, len(accounts))
  1027. for _, account := range accounts {
  1028. accountSet[account] = struct{}{}
  1029. }
  1030. // Recompute transactions.
  1031. signer := types.MakeSigner(s.b.ChainConfig(), block.Number())
  1032. for _, tx := range block.Transactions() {
  1033. // Skip data empty tx and to is one of the interested accounts tx.
  1034. skip := false
  1035. if len(tx.Data()) == 0 {
  1036. skip = true
  1037. } else if to := tx.To(); to != nil {
  1038. if _, exists := accountSet[*to]; exists {
  1039. skip = true
  1040. }
  1041. }
  1042. diffTx := types.DiffAccountsInTx{
  1043. TxHash: tx.Hash(),
  1044. Accounts: make(map[common.Address]*big.Int, len(accounts)),
  1045. }
  1046. if !skip {
  1047. // Record account balance
  1048. for _, account := range accounts {
  1049. diffTx.Accounts[account] = statedb.GetBalance(account)
  1050. }
  1051. }
  1052. // Apply transaction
  1053. msg, _ := tx.AsMessage(signer)
  1054. txContext := core.NewEVMTxContext(msg)
  1055. context := core.NewEVMBlockContext(block.Header(), s.b.Chain(), nil)
  1056. vmenv := vm.NewEVM(context, txContext, statedb, s.b.ChainConfig(), vm.Config{})
  1057. if posa, ok := s.b.Engine().(consensus.PoSA); ok {
  1058. if isSystem, _ := posa.IsSystemTransaction(tx, block.Header()); isSystem {
  1059. balance := statedb.GetBalance(consensus.SystemAddress)
  1060. if balance.Cmp(common.Big0) > 0 {
  1061. statedb.SetBalance(consensus.SystemAddress, big.NewInt(0))
  1062. statedb.AddBalance(block.Header().Coinbase, balance)
  1063. }
  1064. }
  1065. }
  1066. if _, err := core.ApplyMessage(vmenv, msg, new(core.GasPool).AddGas(tx.Gas())); err != nil {
  1067. return nil, fmt.Errorf("transaction %#x failed: %v", tx.Hash(), err)
  1068. }
  1069. statedb.Finalise(vmenv.ChainConfig().IsEIP158(block.Number()))
  1070. if !skip {
  1071. // Compute account balance diff.
  1072. for _, account := range accounts {
  1073. diffTx.Accounts[account] = new(big.Int).Sub(statedb.GetBalance(account), diffTx.Accounts[account])
  1074. if diffTx.Accounts[account].Cmp(big.NewInt(0)) == 0 {
  1075. delete(diffTx.Accounts, account)
  1076. }
  1077. }
  1078. if len(diffTx.Accounts) != 0 {
  1079. result.Transactions = append(result.Transactions, diffTx)
  1080. }
  1081. }
  1082. }
  1083. return result, nil
  1084. }
  1085. // ExecutionResult groups all structured logs emitted by the EVM
  1086. // while replaying a transaction in debug mode as well as transaction
  1087. // execution status, the amount of gas used and the return value
  1088. type ExecutionResult struct {
  1089. Gas uint64 `json:"gas"`
  1090. Failed bool `json:"failed"`
  1091. ReturnValue string `json:"returnValue"`
  1092. StructLogs []StructLogRes `json:"structLogs"`
  1093. }
  1094. // StructLogRes stores a structured log emitted by the EVM while replaying a
  1095. // transaction in debug mode
  1096. type StructLogRes struct {
  1097. Pc uint64 `json:"pc"`
  1098. Op string `json:"op"`
  1099. Gas uint64 `json:"gas"`
  1100. GasCost uint64 `json:"gasCost"`
  1101. Depth int `json:"depth"`
  1102. Error error `json:"error,omitempty"`
  1103. Stack *[]string `json:"stack,omitempty"`
  1104. Memory *[]string `json:"memory,omitempty"`
  1105. Storage *map[string]string `json:"storage,omitempty"`
  1106. }
  1107. // FormatLogs formats EVM returned structured logs for json output
  1108. func FormatLogs(logs []vm.StructLog) []StructLogRes {
  1109. formatted := make([]StructLogRes, len(logs))
  1110. for index, trace := range logs {
  1111. formatted[index] = StructLogRes{
  1112. Pc: trace.Pc,
  1113. Op: trace.Op.String(),
  1114. Gas: trace.Gas,
  1115. GasCost: trace.GasCost,
  1116. Depth: trace.Depth,
  1117. Error: trace.Err,
  1118. }
  1119. if trace.Stack != nil {
  1120. stack := make([]string, len(trace.Stack))
  1121. for i, stackValue := range trace.Stack {
  1122. stack[i] = stackValue.Hex()
  1123. }
  1124. formatted[index].Stack = &stack
  1125. }
  1126. if trace.Memory != nil {
  1127. memory := make([]string, 0, (len(trace.Memory)+31)/32)
  1128. for i := 0; i+32 <= len(trace.Memory); i += 32 {
  1129. memory = append(memory, fmt.Sprintf("%x", trace.Memory[i:i+32]))
  1130. }
  1131. formatted[index].Memory = &memory
  1132. }
  1133. if trace.Storage != nil {
  1134. storage := make(map[string]string)
  1135. for i, storageValue := range trace.Storage {
  1136. storage[fmt.Sprintf("%x", i)] = fmt.Sprintf("%x", storageValue)
  1137. }
  1138. formatted[index].Storage = &storage
  1139. }
  1140. }
  1141. return formatted
  1142. }
  1143. // RPCMarshalHeader converts the given header to the RPC output .
  1144. func RPCMarshalHeader(head *types.Header) map[string]interface{} {
  1145. return map[string]interface{}{
  1146. "number": (*hexutil.Big)(head.Number),
  1147. "hash": head.Hash(),
  1148. "parentHash": head.ParentHash,
  1149. "nonce": head.Nonce,
  1150. "mixHash": head.MixDigest,
  1151. "sha3Uncles": head.UncleHash,
  1152. "logsBloom": head.Bloom,
  1153. "stateRoot": head.Root,
  1154. "miner": head.Coinbase,
  1155. "difficulty": (*hexutil.Big)(head.Difficulty),
  1156. "extraData": hexutil.Bytes(head.Extra),
  1157. "size": hexutil.Uint64(head.Size()),
  1158. "gasLimit": hexutil.Uint64(head.GasLimit),
  1159. "gasUsed": hexutil.Uint64(head.GasUsed),
  1160. "timestamp": hexutil.Uint64(head.Time),
  1161. "transactionsRoot": head.TxHash,
  1162. "receiptsRoot": head.ReceiptHash,
  1163. }
  1164. }
  1165. // RPCMarshalBlock converts the given block to the RPC output which depends on fullTx. If inclTx is true transactions are
  1166. // returned. When fullTx is true the returned block contains full transaction details, otherwise it will only contain
  1167. // transaction hashes.
  1168. func RPCMarshalBlock(block *types.Block, inclTx bool, fullTx bool) (map[string]interface{}, error) {
  1169. fields := RPCMarshalHeader(block.Header())
  1170. fields["size"] = hexutil.Uint64(block.Size())
  1171. if inclTx {
  1172. formatTx := func(tx *types.Transaction) (interface{}, error) {
  1173. return tx.Hash(), nil
  1174. }
  1175. if fullTx {
  1176. formatTx = func(tx *types.Transaction) (interface{}, error) {
  1177. return newRPCTransactionFromBlockHash(block, tx.Hash()), nil
  1178. }
  1179. }
  1180. txs := block.Transactions()
  1181. transactions := make([]interface{}, len(txs))
  1182. var err error
  1183. for i, tx := range txs {
  1184. if transactions[i], err = formatTx(tx); err != nil {
  1185. return nil, err
  1186. }
  1187. }
  1188. fields["transactions"] = transactions
  1189. }
  1190. uncles := block.Uncles()
  1191. uncleHashes := make([]common.Hash, len(uncles))
  1192. for i, uncle := range uncles {
  1193. uncleHashes[i] = uncle.Hash()
  1194. }
  1195. fields["uncles"] = uncleHashes
  1196. return fields, nil
  1197. }
  1198. // rpcMarshalHeader uses the generalized output filler, then adds the total difficulty field, which requires
  1199. // a `PublicBlockchainAPI`.
  1200. func (s *PublicBlockChainAPI) rpcMarshalHeader(ctx context.Context, header *types.Header) map[string]interface{} {
  1201. fields := RPCMarshalHeader(header)
  1202. fields["totalDifficulty"] = (*hexutil.Big)(s.b.GetTd(ctx, header.Hash()))
  1203. return fields
  1204. }
  1205. // rpcMarshalBlock uses the generalized output filler, then adds the total difficulty field, which requires
  1206. // a `PublicBlockchainAPI`.
  1207. func (s *PublicBlockChainAPI) rpcMarshalBlock(ctx context.Context, b *types.Block, inclTx bool, fullTx bool) (map[string]interface{}, error) {
  1208. fields, err := RPCMarshalBlock(b, inclTx, fullTx)
  1209. if err != nil {
  1210. return nil, err
  1211. }
  1212. if inclTx {
  1213. fields["totalDifficulty"] = (*hexutil.Big)(s.b.GetTd(ctx, b.Hash()))
  1214. }
  1215. return fields, err
  1216. }
  1217. // RPCTransaction represents a transaction that will serialize to the RPC representation of a transaction
  1218. type RPCTransaction struct {
  1219. BlockHash *common.Hash `json:"blockHash"`
  1220. BlockNumber *hexutil.Big `json:"blockNumber"`
  1221. From common.Address `json:"from"`
  1222. Gas hexutil.Uint64 `json:"gas"`
  1223. GasPrice *hexutil.Big `json:"gasPrice"`
  1224. Hash common.Hash `json:"hash"`
  1225. Input hexutil.Bytes `json:"input"`
  1226. Nonce hexutil.Uint64 `json:"nonce"`
  1227. To *common.Address `json:"to"`
  1228. TransactionIndex *hexutil.Uint64 `json:"transactionIndex"`
  1229. Value *hexutil.Big `json:"value"`
  1230. Type hexutil.Uint64 `json:"type"`
  1231. Accesses *types.AccessList `json:"accessList,omitempty"`
  1232. ChainID *hexutil.Big `json:"chainId,omitempty"`
  1233. V *hexutil.Big `json:"v"`
  1234. R *hexutil.Big `json:"r"`
  1235. S *hexutil.Big `json:"s"`
  1236. }
  1237. // newRPCTransaction returns a transaction that will serialize to the RPC
  1238. // representation, with the given location metadata set (if available).
  1239. func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber uint64, index uint64) *RPCTransaction {
  1240. // Determine the signer. For replay-protected transactions, use the most permissive
  1241. // signer, because we assume that signers are backwards-compatible with old
  1242. // transactions. For non-protected transactions, the homestead signer signer is used
  1243. // because the return value of ChainId is zero for those transactions.
  1244. var signer types.Signer
  1245. if tx.Protected() {
  1246. signer = types.LatestSignerForChainID(tx.ChainId())
  1247. } else {
  1248. signer = types.HomesteadSigner{}
  1249. }
  1250. from, _ := types.Sender(signer, tx)
  1251. v, r, s := tx.RawSignatureValues()
  1252. result := &RPCTransaction{
  1253. Type: hexutil.Uint64(tx.Type()),
  1254. From: from,
  1255. Gas: hexutil.Uint64(tx.Gas()),
  1256. GasPrice: (*hexutil.Big)(tx.GasPrice()),
  1257. Hash: tx.Hash(),
  1258. Input: hexutil.Bytes(tx.Data()),
  1259. Nonce: hexutil.Uint64(tx.Nonce()),
  1260. To: tx.To(),
  1261. Value: (*hexutil.Big)(tx.Value()),
  1262. V: (*hexutil.Big)(v),
  1263. R: (*hexutil.Big)(r),
  1264. S: (*hexutil.Big)(s),
  1265. }
  1266. if blockHash != (common.Hash{}) {
  1267. result.BlockHash = &blockHash
  1268. result.BlockNumber = (*hexutil.Big)(new(big.Int).SetUint64(blockNumber))
  1269. result.TransactionIndex = (*hexutil.Uint64)(&index)
  1270. }
  1271. if tx.Type() == types.AccessListTxType {
  1272. al := tx.AccessList()
  1273. result.Accesses = &al
  1274. result.ChainID = (*hexutil.Big)(tx.ChainId())
  1275. }
  1276. return result
  1277. }
  1278. // newRPCPendingTransaction returns a pending transaction that will serialize to the RPC representation
  1279. func newRPCPendingTransaction(tx *types.Transaction) *RPCTransaction {
  1280. return newRPCTransaction(tx, common.Hash{}, 0, 0)
  1281. }
  1282. // newRPCTransactionsFromBlockIndex returns transactions that will serialize to the RPC representation.
  1283. func newRPCTransactionsFromBlockIndex(b *types.Block) []*RPCTransaction {
  1284. txs := b.Transactions()
  1285. result := make([]*RPCTransaction, 0, len(txs))
  1286. for idx, tx := range txs {
  1287. result = append(result, newRPCTransaction(tx, b.Hash(), b.NumberU64(), uint64(idx)))
  1288. }
  1289. return result
  1290. }
  1291. // newRPCTransactionFromBlockIndex returns a transaction that will serialize to the RPC representation.
  1292. func newRPCTransactionFromBlockIndex(b *types.Block, index uint64) *RPCTransaction {
  1293. txs := b.Transactions()
  1294. if index >= uint64(len(txs)) {
  1295. return nil
  1296. }
  1297. return newRPCTransaction(txs[index], b.Hash(), b.NumberU64(), index)
  1298. }
  1299. // newRPCRawTransactionFromBlockIndex returns the bytes of a transaction given a block and a transaction index.
  1300. func newRPCRawTransactionFromBlockIndex(b *types.Block, index uint64) hexutil.Bytes {
  1301. txs := b.Transactions()
  1302. if index >= uint64(len(txs)) {
  1303. return nil
  1304. }
  1305. blob, _ := txs[index].MarshalBinary()
  1306. return blob
  1307. }
  1308. // newRPCTransactionFromBlockHash returns a transaction that will serialize to the RPC representation.
  1309. func newRPCTransactionFromBlockHash(b *types.Block, hash common.Hash) *RPCTransaction {
  1310. for idx, tx := range b.Transactions() {
  1311. if tx.Hash() == hash {
  1312. return newRPCTransactionFromBlockIndex(b, uint64(idx))
  1313. }
  1314. }
  1315. return nil
  1316. }
  1317. // accessListResult returns an optional accesslist
  1318. // Its the result of the `debug_createAccessList` RPC call.
  1319. // It contains an error if the transaction itself failed.
  1320. type accessListResult struct {
  1321. Accesslist *types.AccessList `json:"accessList"`
  1322. Error string `json:"error,omitempty"`
  1323. GasUsed hexutil.Uint64 `json:"gasUsed"`
  1324. }
  1325. // CreateAccessList creates a EIP-2930 type AccessList for the given transaction.
  1326. // Reexec and BlockNrOrHash can be specified to create the accessList on top of a certain state.
  1327. func (s *PublicBlockChainAPI) CreateAccessList(ctx context.Context, args SendTxArgs, blockNrOrHash *rpc.BlockNumberOrHash) (*accessListResult, error) {
  1328. bNrOrHash := rpc.BlockNumberOrHashWithNumber(rpc.PendingBlockNumber)
  1329. if blockNrOrHash != nil {
  1330. bNrOrHash = *blockNrOrHash
  1331. }
  1332. acl, gasUsed, vmerr, err := AccessList(ctx, s.b, bNrOrHash, args)
  1333. if err != nil {
  1334. return nil, err
  1335. }
  1336. result := &accessListResult{Accesslist: &acl, GasUsed: hexutil.Uint64(gasUsed)}
  1337. if vmerr != nil {
  1338. result.Error = vmerr.Error()
  1339. }
  1340. return result, nil
  1341. }
  1342. // AccessList creates an access list for the given transaction.
  1343. // If the accesslist creation fails an error is returned.
  1344. // If the transaction itself fails, an vmErr is returned.
  1345. func AccessList(ctx context.Context, b Backend, blockNrOrHash rpc.BlockNumberOrHash, args SendTxArgs) (acl types.AccessList, gasUsed uint64, vmErr error, err error) {
  1346. // Retrieve the execution context
  1347. db, header, err := b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  1348. if db == nil || err != nil {
  1349. return nil, 0, nil, err
  1350. }
  1351. // If the gas amount is not set, extract this as it will depend on access
  1352. // lists and we'll need to reestimate every time
  1353. nogas := args.Gas == nil
  1354. // Ensure any missing fields are filled, extract the recipient and input data
  1355. if err := args.setDefaults(ctx, b); err != nil {
  1356. return nil, 0, nil, err
  1357. }
  1358. var to common.Address
  1359. if args.To != nil {
  1360. to = *args.To
  1361. } else {
  1362. to = crypto.CreateAddress(args.From, uint64(*args.Nonce))
  1363. }
  1364. var input []byte
  1365. if args.Input != nil {
  1366. input = *args.Input
  1367. } else if args.Data != nil {
  1368. input = *args.Data
  1369. }
  1370. // Retrieve the precompiles since they don't need to be added to the access list
  1371. precompiles := vm.ActivePrecompiles(b.ChainConfig().Rules(header.Number))
  1372. // Create an initial tracer
  1373. prevTracer := vm.NewAccessListTracer(nil, args.From, to, precompiles)
  1374. if args.AccessList != nil {
  1375. prevTracer = vm.NewAccessListTracer(*args.AccessList, args.From, to, precompiles)
  1376. }
  1377. for {
  1378. // Retrieve the current access list to expand
  1379. accessList := prevTracer.AccessList()
  1380. log.Trace("Creating access list", "input", accessList)
  1381. // If no gas amount was specified, each unique access list needs it's own
  1382. // gas calculation. This is quite expensive, but we need to be accurate
  1383. // and it's convered by the sender only anyway.
  1384. if nogas {
  1385. args.Gas = nil
  1386. if err := args.setDefaults(ctx, b); err != nil {
  1387. return nil, 0, nil, err // shouldn't happen, just in case
  1388. }
  1389. }
  1390. // Copy the original db so we don't modify it
  1391. statedb := db.Copy()
  1392. msg := types.NewMessage(args.From, args.To, uint64(*args.Nonce), args.Value.ToInt(), uint64(*args.Gas), args.GasPrice.ToInt(), input, accessList, false)
  1393. // Apply the transaction with the access list tracer
  1394. tracer := vm.NewAccessListTracer(accessList, args.From, to, precompiles)
  1395. config := vm.Config{Tracer: tracer, Debug: true}
  1396. vmenv, _, err := b.GetEVM(ctx, msg, statedb, header, &config)
  1397. if err != nil {
  1398. return nil, 0, nil, err
  1399. }
  1400. res, err := core.ApplyMessage(vmenv, msg, new(core.GasPool).AddGas(msg.Gas()))
  1401. if err != nil {
  1402. return nil, 0, nil, fmt.Errorf("failed to apply transaction: %v err: %v", args.toTransaction().Hash(), err)
  1403. }
  1404. if tracer.Equal(prevTracer) {
  1405. return accessList, res.UsedGas, res.Err, nil
  1406. }
  1407. prevTracer = tracer
  1408. }
  1409. }
  1410. // PublicTransactionPoolAPI exposes methods for the RPC interface
  1411. type PublicTransactionPoolAPI struct {
  1412. b Backend
  1413. nonceLock *AddrLocker
  1414. signer types.Signer
  1415. }
  1416. // NewPublicTransactionPoolAPI creates a new RPC service with methods specific for the transaction pool.
  1417. func NewPublicTransactionPoolAPI(b Backend, nonceLock *AddrLocker) *PublicTransactionPoolAPI {
  1418. // The signer used by the API should always be the 'latest' known one because we expect
  1419. // signers to be backwards-compatible with old transactions.
  1420. signer := types.LatestSigner(b.ChainConfig())
  1421. return &PublicTransactionPoolAPI{b, nonceLock, signer}
  1422. }
  1423. // GetBlockTransactionCountByNumber returns the number of transactions in the block with the given block number.
  1424. func (s *PublicTransactionPoolAPI) GetBlockTransactionCountByNumber(ctx context.Context, blockNr rpc.BlockNumber) *hexutil.Uint {
  1425. if block, _ := s.b.BlockByNumber(ctx, blockNr); block != nil {
  1426. n := hexutil.Uint(len(block.Transactions()))
  1427. return &n
  1428. }
  1429. return nil
  1430. }
  1431. // GetBlockTransactionCountByHash returns the number of transactions in the block with the given hash.
  1432. func (s *PublicTransactionPoolAPI) GetBlockTransactionCountByHash(ctx context.Context, blockHash common.Hash) *hexutil.Uint {
  1433. if block, _ := s.b.BlockByHash(ctx, blockHash); block != nil {
  1434. n := hexutil.Uint(len(block.Transactions()))
  1435. return &n
  1436. }
  1437. return nil
  1438. }
  1439. // GetTransactionsByBlockNumber returns all the transactions for the given block number.
  1440. func (s *PublicTransactionPoolAPI) GetTransactionsByBlockNumber(ctx context.Context, blockNr rpc.BlockNumber) []*RPCTransaction {
  1441. if block, _ := s.b.BlockByNumber(ctx, blockNr); block != nil {
  1442. return newRPCTransactionsFromBlockIndex(block)
  1443. }
  1444. return nil
  1445. }
  1446. // GetTransactionByBlockNumberAndIndex returns the transaction for the given block number and index.
  1447. func (s *PublicTransactionPoolAPI) GetTransactionByBlockNumberAndIndex(ctx context.Context, blockNr rpc.BlockNumber, index hexutil.Uint) *RPCTransaction {
  1448. if block, _ := s.b.BlockByNumber(ctx, blockNr); block != nil {
  1449. return newRPCTransactionFromBlockIndex(block, uint64(index))
  1450. }
  1451. return nil
  1452. }
  1453. // GetTransactionByBlockHashAndIndex returns the transaction for the given block hash and index.
  1454. func (s *PublicTransactionPoolAPI) GetTransactionByBlockHashAndIndex(ctx context.Context, blockHash common.Hash, index hexutil.Uint) *RPCTransaction {
  1455. if block, _ := s.b.BlockByHash(ctx, blockHash); block != nil {
  1456. return newRPCTransactionFromBlockIndex(block, uint64(index))
  1457. }
  1458. return nil
  1459. }
  1460. // GetRawTransactionByBlockNumberAndIndex returns the bytes of the transaction for the given block number and index.
  1461. func (s *PublicTransactionPoolAPI) GetRawTransactionByBlockNumberAndIndex(ctx context.Context, blockNr rpc.BlockNumber, index hexutil.Uint) hexutil.Bytes {
  1462. if block, _ := s.b.BlockByNumber(ctx, blockNr); block != nil {
  1463. return newRPCRawTransactionFromBlockIndex(block, uint64(index))
  1464. }
  1465. return nil
  1466. }
  1467. // GetRawTransactionByBlockHashAndIndex returns the bytes of the transaction for the given block hash and index.
  1468. func (s *PublicTransactionPoolAPI) GetRawTransactionByBlockHashAndIndex(ctx context.Context, blockHash common.Hash, index hexutil.Uint) hexutil.Bytes {
  1469. if block, _ := s.b.BlockByHash(ctx, blockHash); block != nil {
  1470. return newRPCRawTransactionFromBlockIndex(block, uint64(index))
  1471. }
  1472. return nil
  1473. }
  1474. // GetTransactionCount returns the number of transactions the given address has sent for the given block number
  1475. func (s *PublicTransactionPoolAPI) GetTransactionCount(ctx context.Context, address common.Address, blockNrOrHash rpc.BlockNumberOrHash) (*hexutil.Uint64, error) {
  1476. // Ask transaction pool for the nonce which includes pending transactions
  1477. if blockNr, ok := blockNrOrHash.Number(); ok && blockNr == rpc.PendingBlockNumber {
  1478. nonce, err := s.b.GetPoolNonce(ctx, address)
  1479. if err != nil {
  1480. return nil, err
  1481. }
  1482. return (*hexutil.Uint64)(&nonce), nil
  1483. }
  1484. // Resolve block number and use its state to ask for the nonce
  1485. state, _, err := s.b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
  1486. if state == nil || err != nil {
  1487. return nil, err
  1488. }
  1489. nonce := state.GetNonce(address)
  1490. return (*hexutil.Uint64)(&nonce), state.Error()
  1491. }
  1492. // GetTransactionByHash returns the transaction for the given hash
  1493. func (s *PublicTransactionPoolAPI) GetTransactionByHash(ctx context.Context, hash common.Hash) (*RPCTransaction, error) {
  1494. // Try to return an already finalized transaction
  1495. tx, blockHash, blockNumber, index, err := s.b.GetTransaction(ctx, hash)
  1496. if err != nil {
  1497. return nil, err
  1498. }
  1499. if tx != nil {
  1500. return newRPCTransaction(tx, blockHash, blockNumber, index), nil
  1501. }
  1502. // No finalized transaction, try to retrieve it from the pool
  1503. if tx := s.b.GetPoolTransaction(hash); tx != nil {
  1504. return newRPCPendingTransaction(tx), nil
  1505. }
  1506. // Transaction unknown, return as such
  1507. return nil, nil
  1508. }
  1509. // GetRawTransactionByHash returns the bytes of the transaction for the given hash.
  1510. func (s *PublicTransactionPoolAPI) GetRawTransactionByHash(ctx context.Context, hash common.Hash) (hexutil.Bytes, error) {
  1511. // Retrieve a finalized transaction, or a pooled otherwise
  1512. tx, _, _, _, err := s.b.GetTransaction(ctx, hash)
  1513. if err != nil {
  1514. return nil, err
  1515. }
  1516. if tx == nil {
  1517. if tx = s.b.GetPoolTransaction(hash); tx == nil {
  1518. // Transaction not found anywhere, abort
  1519. return nil, nil
  1520. }
  1521. }
  1522. // Serialize to RLP and return
  1523. return tx.MarshalBinary()
  1524. }
  1525. // GetTransactionReceipt returns the transaction receipt for the given transaction hash.
  1526. func (s *PublicTransactionPoolAPI) GetTransactionReceiptsByBlockNumber(ctx context.Context, blockNr rpc.BlockNumber) ([]map[string]interface{}, error) {
  1527. blockNumber := uint64(blockNr.Int64())
  1528. blockHash := rawdb.ReadCanonicalHash(s.b.ChainDb(), blockNumber)
  1529. receipts, err := s.b.GetReceipts(ctx, blockHash)
  1530. if err != nil {
  1531. return nil, err
  1532. }
  1533. block, err := s.b.BlockByHash(ctx, blockHash)
  1534. if err != nil {
  1535. return nil, err
  1536. }
  1537. txs := block.Transactions()
  1538. if len(txs) != len(receipts) {
  1539. return nil, fmt.Errorf("txs length doesn't equal to receipts' length")
  1540. }
  1541. txReceipts := make([]map[string]interface{}, 0, len(txs))
  1542. for idx, receipt := range receipts {
  1543. tx := txs[idx]
  1544. var signer types.Signer = types.FrontierSigner{}
  1545. if tx.Protected() {
  1546. signer = types.NewEIP155Signer(tx.ChainId())
  1547. }
  1548. from, _ := types.Sender(signer, tx)
  1549. fields := map[string]interface{}{
  1550. "blockHash": blockHash,
  1551. "blockNumber": hexutil.Uint64(blockNumber),
  1552. "transactionHash": tx.Hash(),
  1553. "transactionIndex": hexutil.Uint64(idx),
  1554. "from": from,
  1555. "to": tx.To(),
  1556. "gasUsed": hexutil.Uint64(receipt.GasUsed),
  1557. "cumulativeGasUsed": hexutil.Uint64(receipt.CumulativeGasUsed),
  1558. "contractAddress": nil,
  1559. "logs": receipt.Logs,
  1560. "logsBloom": receipt.Bloom,
  1561. }
  1562. // Assign receipt status or post state.
  1563. if len(receipt.PostState) > 0 {
  1564. fields["root"] = hexutil.Bytes(receipt.PostState)
  1565. } else {
  1566. fields["status"] = hexutil.Uint(receipt.Status)
  1567. }
  1568. if receipt.Logs == nil {
  1569. fields["logs"] = [][]*types.Log{}
  1570. }
  1571. // If the ContractAddress is 20 0x0 bytes, assume it is not a contract creation
  1572. if receipt.ContractAddress != (common.Address{}) {
  1573. fields["contractAddress"] = receipt.ContractAddress
  1574. }
  1575. txReceipts = append(txReceipts, fields)
  1576. }
  1577. return txReceipts, nil
  1578. }
  1579. // GetTransactionDataAndReceipt returns the original transaction data and transaction receipt for the given transaction hash.
  1580. func (s *PublicTransactionPoolAPI) GetTransactionDataAndReceipt(ctx context.Context, hash common.Hash) (map[string]interface{}, error) {
  1581. tx, blockHash, blockNumber, index := rawdb.ReadTransaction(s.b.ChainDb(), hash)
  1582. if tx == nil {
  1583. return nil, nil
  1584. }
  1585. receipts, err := s.b.GetReceipts(ctx, blockHash)
  1586. if err != nil {
  1587. return nil, err
  1588. }
  1589. if len(receipts) <= int(index) {
  1590. return nil, nil
  1591. }
  1592. receipt := receipts[index]
  1593. var signer types.Signer = types.FrontierSigner{}
  1594. if tx.Protected() {
  1595. signer = types.NewEIP155Signer(tx.ChainId())
  1596. }
  1597. from, _ := types.Sender(signer, tx)
  1598. rpcTransaction := newRPCTransaction(tx, blockHash, blockNumber, index)
  1599. txData := map[string]interface{}{
  1600. "blockHash": rpcTransaction.BlockHash.String(),
  1601. "blockNumber": rpcTransaction.BlockNumber.String(),
  1602. "from": rpcTransaction.From.String(),
  1603. "gas": rpcTransaction.Gas.String(),
  1604. "gasPrice": rpcTransaction.GasPrice.String(),
  1605. "hash": rpcTransaction.Hash.String(),
  1606. "input": rpcTransaction.Input.String(),
  1607. "nonce": rpcTransaction.Nonce.String(),
  1608. "to": rpcTransaction.To.String(),
  1609. "transactionIndex": rpcTransaction.TransactionIndex.String(),
  1610. "value": rpcTransaction.Value.String(),
  1611. "v": rpcTransaction.V.String(),
  1612. "r": rpcTransaction.R.String(),
  1613. "s": rpcTransaction.S.String(),
  1614. }
  1615. fields := map[string]interface{}{
  1616. "blockHash": blockHash,
  1617. "blockNumber": hexutil.Uint64(blockNumber),
  1618. "transactionHash": hash,
  1619. "transactionIndex": hexutil.Uint64(index),
  1620. "from": from,
  1621. "to": tx.To(),
  1622. "gasUsed": hexutil.Uint64(receipt.GasUsed),
  1623. "cumulativeGasUsed": hexutil.Uint64(receipt.CumulativeGasUsed),
  1624. "contractAddress": nil,
  1625. "logs": receipt.Logs,
  1626. "logsBloom": receipt.Bloom,
  1627. }
  1628. // Assign receipt status or post state.
  1629. if len(receipt.PostState) > 0 {
  1630. fields["root"] = hexutil.Bytes(receipt.PostState)
  1631. } else {
  1632. fields["status"] = hexutil.Uint(receipt.Status)
  1633. }
  1634. if receipt.Logs == nil {
  1635. fields["logs"] = [][]*types.Log{}
  1636. }
  1637. // If the ContractAddress is 20 0x0 bytes, assume it is not a contract creation
  1638. if receipt.ContractAddress != (common.Address{}) {
  1639. fields["contractAddress"] = receipt.ContractAddress
  1640. }
  1641. result := map[string]interface{}{
  1642. "txData": txData,
  1643. "receipt": fields,
  1644. }
  1645. return result, nil
  1646. }
  1647. // GetTransactionReceipt returns the transaction receipt for the given transaction hash.
  1648. func (s *PublicTransactionPoolAPI) GetTransactionReceipt(ctx context.Context, hash common.Hash) (map[string]interface{}, error) {
  1649. tx, blockHash, blockNumber, index, err := s.b.GetTransaction(ctx, hash)
  1650. if err != nil {
  1651. return nil, nil
  1652. }
  1653. receipts, err := s.b.GetReceipts(ctx, blockHash)
  1654. if err != nil {
  1655. return nil, err
  1656. }
  1657. if len(receipts) <= int(index) {
  1658. return nil, nil
  1659. }
  1660. receipt := receipts[index]
  1661. // Derive the sender.
  1662. bigblock := new(big.Int).SetUint64(blockNumber)
  1663. signer := types.MakeSigner(s.b.ChainConfig(), bigblock)
  1664. from, _ := types.Sender(signer, tx)
  1665. fields := map[string]interface{}{
  1666. "blockHash": blockHash,
  1667. "blockNumber": hexutil.Uint64(blockNumber),
  1668. "transactionHash": hash,
  1669. "transactionIndex": hexutil.Uint64(index),
  1670. "from": from,
  1671. "to": tx.To(),
  1672. "gasUsed": hexutil.Uint64(receipt.GasUsed),
  1673. "cumulativeGasUsed": hexutil.Uint64(receipt.CumulativeGasUsed),
  1674. "contractAddress": nil,
  1675. "logs": receipt.Logs,
  1676. "logsBloom": receipt.Bloom,
  1677. "type": hexutil.Uint(tx.Type()),
  1678. }
  1679. // Assign receipt status or post state.
  1680. if len(receipt.PostState) > 0 {
  1681. fields["root"] = hexutil.Bytes(receipt.PostState)
  1682. } else {
  1683. fields["status"] = hexutil.Uint(receipt.Status)
  1684. }
  1685. if receipt.Logs == nil {
  1686. fields["logs"] = [][]*types.Log{}
  1687. }
  1688. // If the ContractAddress is 20 0x0 bytes, assume it is not a contract creation
  1689. if receipt.ContractAddress != (common.Address{}) {
  1690. fields["contractAddress"] = receipt.ContractAddress
  1691. }
  1692. return fields, nil
  1693. }
  1694. // sign is a helper function that signs a transaction with the private key of the given address.
  1695. func (s *PublicTransactionPoolAPI) sign(addr common.Address, tx *types.Transaction) (*types.Transaction, error) {
  1696. // Look up the wallet containing the requested signer
  1697. account := accounts.Account{Address: addr}
  1698. wallet, err := s.b.AccountManager().Find(account)
  1699. if err != nil {
  1700. return nil, err
  1701. }
  1702. // Request the wallet to sign the transaction
  1703. return wallet.SignTx(account, tx, s.b.ChainConfig().ChainID)
  1704. }
  1705. // SendTxArgs represents the arguments to sumbit a new transaction into the transaction pool.
  1706. type SendTxArgs struct {
  1707. From common.Address `json:"from"`
  1708. To *common.Address `json:"to"`
  1709. Gas *hexutil.Uint64 `json:"gas"`
  1710. GasPrice *hexutil.Big `json:"gasPrice"`
  1711. Value *hexutil.Big `json:"value"`
  1712. Nonce *hexutil.Uint64 `json:"nonce"`
  1713. // We accept "data" and "input" for backwards-compatibility reasons. "input" is the
  1714. // newer name and should be preferred by clients.
  1715. Data *hexutil.Bytes `json:"data"`
  1716. Input *hexutil.Bytes `json:"input"`
  1717. // For non-legacy transactions
  1718. AccessList *types.AccessList `json:"accessList,omitempty"`
  1719. ChainID *hexutil.Big `json:"chainId,omitempty"`
  1720. }
  1721. // setDefaults fills in default values for unspecified tx fields.
  1722. func (args *SendTxArgs) setDefaults(ctx context.Context, b Backend) error {
  1723. if args.GasPrice == nil {
  1724. price, err := b.SuggestPrice(ctx)
  1725. if err != nil {
  1726. return err
  1727. }
  1728. args.GasPrice = (*hexutil.Big)(price)
  1729. }
  1730. if args.Value == nil {
  1731. args.Value = new(hexutil.Big)
  1732. }
  1733. if args.Nonce == nil {
  1734. nonce, err := b.GetPoolNonce(ctx, args.From)
  1735. if err != nil {
  1736. return err
  1737. }
  1738. args.Nonce = (*hexutil.Uint64)(&nonce)
  1739. }
  1740. if args.Data != nil && args.Input != nil && !bytes.Equal(*args.Data, *args.Input) {
  1741. return errors.New(`both "data" and "input" are set and not equal. Please use "input" to pass transaction call data`)
  1742. }
  1743. if args.To == nil {
  1744. // Contract creation
  1745. var input []byte
  1746. if args.Data != nil {
  1747. input = *args.Data
  1748. } else if args.Input != nil {
  1749. input = *args.Input
  1750. }
  1751. if len(input) == 0 {
  1752. return errors.New(`contract creation without any data provided`)
  1753. }
  1754. }
  1755. // Estimate the gas usage if necessary.
  1756. if args.Gas == nil {
  1757. // For backwards-compatibility reason, we try both input and data
  1758. // but input is preferred.
  1759. input := args.Input
  1760. if input == nil {
  1761. input = args.Data
  1762. }
  1763. callArgs := CallArgs{
  1764. From: &args.From, // From shouldn't be nil
  1765. To: args.To,
  1766. GasPrice: args.GasPrice,
  1767. Value: args.Value,
  1768. Data: input,
  1769. AccessList: args.AccessList,
  1770. }
  1771. pendingBlockNr := rpc.BlockNumberOrHashWithNumber(rpc.PendingBlockNumber)
  1772. estimated, err := DoEstimateGas(ctx, b, callArgs, pendingBlockNr, b.RPCGasCap())
  1773. if err != nil {
  1774. return err
  1775. }
  1776. args.Gas = &estimated
  1777. log.Trace("Estimate gas usage automatically", "gas", args.Gas)
  1778. }
  1779. if args.ChainID == nil {
  1780. id := (*hexutil.Big)(b.ChainConfig().ChainID)
  1781. args.ChainID = id
  1782. }
  1783. return nil
  1784. }
  1785. // toTransaction converts the arguments to a transaction.
  1786. // This assumes that setDefaults has been called.
  1787. func (args *SendTxArgs) toTransaction() *types.Transaction {
  1788. var input []byte
  1789. if args.Input != nil {
  1790. input = *args.Input
  1791. } else if args.Data != nil {
  1792. input = *args.Data
  1793. }
  1794. var data types.TxData
  1795. if args.AccessList == nil {
  1796. data = &types.LegacyTx{
  1797. To: args.To,
  1798. Nonce: uint64(*args.Nonce),
  1799. Gas: uint64(*args.Gas),
  1800. GasPrice: (*big.Int)(args.GasPrice),
  1801. Value: (*big.Int)(args.Value),
  1802. Data: input,
  1803. }
  1804. } else {
  1805. data = &types.AccessListTx{
  1806. To: args.To,
  1807. ChainID: (*big.Int)(args.ChainID),
  1808. Nonce: uint64(*args.Nonce),
  1809. Gas: uint64(*args.Gas),
  1810. GasPrice: (*big.Int)(args.GasPrice),
  1811. Value: (*big.Int)(args.Value),
  1812. Data: input,
  1813. AccessList: *args.AccessList,
  1814. }
  1815. }
  1816. return types.NewTx(data)
  1817. }
  1818. // SubmitTransaction is a helper function that submits tx to txPool and logs a message.
  1819. func SubmitTransaction(ctx context.Context, b Backend, tx *types.Transaction) (common.Hash, error) {
  1820. // If the transaction fee cap is already specified, ensure the
  1821. // fee of the given transaction is _reasonable_.
  1822. if err := checkTxFee(tx.GasPrice(), tx.Gas(), b.RPCTxFeeCap()); err != nil {
  1823. return common.Hash{}, err
  1824. }
  1825. if !b.UnprotectedAllowed() && !tx.Protected() {
  1826. // Ensure only eip155 signed transactions are submitted if EIP155Required is set.
  1827. return common.Hash{}, errors.New("only replay-protected (EIP-155) transactions allowed over RPC")
  1828. }
  1829. if err := b.SendTx(ctx, tx); err != nil {
  1830. return common.Hash{}, err
  1831. }
  1832. // Print a log with full tx details for manual investigations and interventions
  1833. signer := types.MakeSigner(b.ChainConfig(), b.CurrentBlock().Number())
  1834. from, err := types.Sender(signer, tx)
  1835. if err != nil {
  1836. return common.Hash{}, err
  1837. }
  1838. if tx.To() == nil {
  1839. addr := crypto.CreateAddress(from, tx.Nonce())
  1840. log.Info("Submitted contract creation", "hash", tx.Hash().Hex(), "from", from, "nonce", tx.Nonce(), "contract", addr.Hex(), "value", tx.Value())
  1841. } else {
  1842. log.Info("Submitted transaction", "hash", tx.Hash().Hex(), "from", from, "nonce", tx.Nonce(), "recipient", tx.To(), "value", tx.Value())
  1843. }
  1844. return tx.Hash(), nil
  1845. }
  1846. // SendTransaction creates a transaction for the given argument, sign it and submit it to the
  1847. // transaction pool.
  1848. func (s *PublicTransactionPoolAPI) SendTransaction(ctx context.Context, args SendTxArgs) (common.Hash, error) {
  1849. // Look up the wallet containing the requested signer
  1850. account := accounts.Account{Address: args.From}
  1851. wallet, err := s.b.AccountManager().Find(account)
  1852. if err != nil {
  1853. return common.Hash{}, err
  1854. }
  1855. if args.Nonce == nil {
  1856. // Hold the addresse's mutex around signing to prevent concurrent assignment of
  1857. // the same nonce to multiple accounts.
  1858. s.nonceLock.LockAddr(args.From)
  1859. defer s.nonceLock.UnlockAddr(args.From)
  1860. }
  1861. // Set some sanity defaults and terminate on failure
  1862. if err := args.setDefaults(ctx, s.b); err != nil {
  1863. return common.Hash{}, err
  1864. }
  1865. // Assemble the transaction and sign with the wallet
  1866. tx := args.toTransaction()
  1867. signed, err := wallet.SignTx(account, tx, s.b.ChainConfig().ChainID)
  1868. if err != nil {
  1869. return common.Hash{}, err
  1870. }
  1871. return SubmitTransaction(ctx, s.b, signed)
  1872. }
  1873. // FillTransaction fills the defaults (nonce, gas, gasPrice) on a given unsigned transaction,
  1874. // and returns it to the caller for further processing (signing + broadcast)
  1875. func (s *PublicTransactionPoolAPI) FillTransaction(ctx context.Context, args SendTxArgs) (*SignTransactionResult, error) {
  1876. // Set some sanity defaults and terminate on failure
  1877. if err := args.setDefaults(ctx, s.b); err != nil {
  1878. return nil, err
  1879. }
  1880. // Assemble the transaction and obtain rlp
  1881. tx := args.toTransaction()
  1882. data, err := tx.MarshalBinary()
  1883. if err != nil {
  1884. return nil, err
  1885. }
  1886. return &SignTransactionResult{data, tx}, nil
  1887. }
  1888. // SendRawTransaction will add the signed transaction to the transaction pool.
  1889. // The sender is responsible for signing the transaction and using the correct nonce.
  1890. func (s *PublicTransactionPoolAPI) SendRawTransaction(ctx context.Context, input hexutil.Bytes) (common.Hash, error) {
  1891. tx := new(types.Transaction)
  1892. if err := tx.UnmarshalBinary(input); err != nil {
  1893. return common.Hash{}, err
  1894. }
  1895. return SubmitTransaction(ctx, s.b, tx)
  1896. }
  1897. // Sign calculates an ECDSA signature for:
  1898. // keccack256("\x19Ethereum Signed Message:\n" + len(message) + message).
  1899. //
  1900. // Note, the produced signature conforms to the secp256k1 curve R, S and V values,
  1901. // where the V value will be 27 or 28 for legacy reasons.
  1902. //
  1903. // The account associated with addr must be unlocked.
  1904. //
  1905. // https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
  1906. func (s *PublicTransactionPoolAPI) Sign(addr common.Address, data hexutil.Bytes) (hexutil.Bytes, error) {
  1907. // Look up the wallet containing the requested signer
  1908. account := accounts.Account{Address: addr}
  1909. wallet, err := s.b.AccountManager().Find(account)
  1910. if err != nil {
  1911. return nil, err
  1912. }
  1913. // Sign the requested hash with the wallet
  1914. signature, err := wallet.SignText(account, data)
  1915. if err == nil {
  1916. signature[64] += 27 // Transform V from 0/1 to 27/28 according to the yellow paper
  1917. }
  1918. return signature, err
  1919. }
  1920. // SignTransactionResult represents a RLP encoded signed transaction.
  1921. type SignTransactionResult struct {
  1922. Raw hexutil.Bytes `json:"raw"`
  1923. Tx *types.Transaction `json:"tx"`
  1924. }
  1925. // SignTransaction will sign the given transaction with the from account.
  1926. // The node needs to have the private key of the account corresponding with
  1927. // the given from address and it needs to be unlocked.
  1928. func (s *PublicTransactionPoolAPI) SignTransaction(ctx context.Context, args SendTxArgs) (*SignTransactionResult, error) {
  1929. if args.Gas == nil {
  1930. return nil, fmt.Errorf("gas not specified")
  1931. }
  1932. if args.GasPrice == nil {
  1933. return nil, fmt.Errorf("gasPrice not specified")
  1934. }
  1935. if args.Nonce == nil {
  1936. return nil, fmt.Errorf("nonce not specified")
  1937. }
  1938. if err := args.setDefaults(ctx, s.b); err != nil {
  1939. return nil, err
  1940. }
  1941. // Before actually sign the transaction, ensure the transaction fee is reasonable.
  1942. if err := checkTxFee(args.GasPrice.ToInt(), uint64(*args.Gas), s.b.RPCTxFeeCap()); err != nil {
  1943. return nil, err
  1944. }
  1945. tx, err := s.sign(args.From, args.toTransaction())
  1946. if err != nil {
  1947. return nil, err
  1948. }
  1949. data, err := tx.MarshalBinary()
  1950. if err != nil {
  1951. return nil, err
  1952. }
  1953. return &SignTransactionResult{data, tx}, nil
  1954. }
  1955. // PendingTransactions returns the transactions that are in the transaction pool
  1956. // and have a from address that is one of the accounts this node manages.
  1957. func (s *PublicTransactionPoolAPI) PendingTransactions() ([]*RPCTransaction, error) {
  1958. pending, err := s.b.GetPoolTransactions()
  1959. if err != nil {
  1960. return nil, err
  1961. }
  1962. accounts := make(map[common.Address]struct{})
  1963. for _, wallet := range s.b.AccountManager().Wallets() {
  1964. for _, account := range wallet.Accounts() {
  1965. accounts[account.Address] = struct{}{}
  1966. }
  1967. }
  1968. transactions := make([]*RPCTransaction, 0, len(pending))
  1969. for _, tx := range pending {
  1970. from, _ := types.Sender(s.signer, tx)
  1971. if _, exists := accounts[from]; exists {
  1972. transactions = append(transactions, newRPCPendingTransaction(tx))
  1973. }
  1974. }
  1975. return transactions, nil
  1976. }
  1977. // Resend accepts an existing transaction and a new gas price and limit. It will remove
  1978. // the given transaction from the pool and reinsert it with the new gas price and limit.
  1979. func (s *PublicTransactionPoolAPI) Resend(ctx context.Context, sendArgs SendTxArgs, gasPrice *hexutil.Big, gasLimit *hexutil.Uint64) (common.Hash, error) {
  1980. if sendArgs.Nonce == nil {
  1981. return common.Hash{}, fmt.Errorf("missing transaction nonce in transaction spec")
  1982. }
  1983. if err := sendArgs.setDefaults(ctx, s.b); err != nil {
  1984. return common.Hash{}, err
  1985. }
  1986. matchTx := sendArgs.toTransaction()
  1987. // Before replacing the old transaction, ensure the _new_ transaction fee is reasonable.
  1988. var price = matchTx.GasPrice()
  1989. if gasPrice != nil {
  1990. price = gasPrice.ToInt()
  1991. }
  1992. var gas = matchTx.Gas()
  1993. if gasLimit != nil {
  1994. gas = uint64(*gasLimit)
  1995. }
  1996. if err := checkTxFee(price, gas, s.b.RPCTxFeeCap()); err != nil {
  1997. return common.Hash{}, err
  1998. }
  1999. // Iterate the pending list for replacement
  2000. pending, err := s.b.GetPoolTransactions()
  2001. if err != nil {
  2002. return common.Hash{}, err
  2003. }
  2004. for _, p := range pending {
  2005. wantSigHash := s.signer.Hash(matchTx)
  2006. pFrom, err := types.Sender(s.signer, p)
  2007. if err == nil && pFrom == sendArgs.From && s.signer.Hash(p) == wantSigHash {
  2008. // Match. Re-sign and send the transaction.
  2009. if gasPrice != nil && (*big.Int)(gasPrice).Sign() != 0 {
  2010. sendArgs.GasPrice = gasPrice
  2011. }
  2012. if gasLimit != nil && *gasLimit != 0 {
  2013. sendArgs.Gas = gasLimit
  2014. }
  2015. signedTx, err := s.sign(sendArgs.From, sendArgs.toTransaction())
  2016. if err != nil {
  2017. return common.Hash{}, err
  2018. }
  2019. if err = s.b.SendTx(ctx, signedTx); err != nil {
  2020. return common.Hash{}, err
  2021. }
  2022. return signedTx.Hash(), nil
  2023. }
  2024. }
  2025. return common.Hash{}, fmt.Errorf("transaction %#x not found", matchTx.Hash())
  2026. }
  2027. // PublicDebugAPI is the collection of Ethereum APIs exposed over the public
  2028. // debugging endpoint.
  2029. type PublicDebugAPI struct {
  2030. b Backend
  2031. }
  2032. // NewPublicDebugAPI creates a new API definition for the public debug methods
  2033. // of the Ethereum service.
  2034. func NewPublicDebugAPI(b Backend) *PublicDebugAPI {
  2035. return &PublicDebugAPI{b: b}
  2036. }
  2037. // GetBlockRlp retrieves the RLP encoded for of a single block.
  2038. func (api *PublicDebugAPI) GetBlockRlp(ctx context.Context, number uint64) (string, error) {
  2039. block, _ := api.b.BlockByNumber(ctx, rpc.BlockNumber(number))
  2040. if block == nil {
  2041. return "", fmt.Errorf("block #%d not found", number)
  2042. }
  2043. encoded, err := rlp.EncodeToBytes(block)
  2044. if err != nil {
  2045. return "", err
  2046. }
  2047. return fmt.Sprintf("%x", encoded), nil
  2048. }
  2049. // TestSignCliqueBlock fetches the given block number, and attempts to sign it as a clique header with the
  2050. // given address, returning the address of the recovered signature
  2051. //
  2052. // This is a temporary method to debug the externalsigner integration,
  2053. // TODO: Remove this method when the integration is mature
  2054. func (api *PublicDebugAPI) TestSignCliqueBlock(ctx context.Context, address common.Address, number uint64) (common.Address, error) {
  2055. block, _ := api.b.BlockByNumber(ctx, rpc.BlockNumber(number))
  2056. if block == nil {
  2057. return common.Address{}, fmt.Errorf("block #%d not found", number)
  2058. }
  2059. header := block.Header()
  2060. header.Extra = make([]byte, 32+65)
  2061. encoded := clique.CliqueRLP(header)
  2062. // Look up the wallet containing the requested signer
  2063. account := accounts.Account{Address: address}
  2064. wallet, err := api.b.AccountManager().Find(account)
  2065. if err != nil {
  2066. return common.Address{}, err
  2067. }
  2068. signature, err := wallet.SignData(account, accounts.MimetypeClique, encoded)
  2069. if err != nil {
  2070. return common.Address{}, err
  2071. }
  2072. sealHash := clique.SealHash(header).Bytes()
  2073. log.Info("test signing of clique block",
  2074. "Sealhash", fmt.Sprintf("%x", sealHash),
  2075. "signature", fmt.Sprintf("%x", signature))
  2076. pubkey, err := crypto.Ecrecover(sealHash, signature)
  2077. if err != nil {
  2078. return common.Address{}, err
  2079. }
  2080. var signer common.Address
  2081. copy(signer[:], crypto.Keccak256(pubkey[1:])[12:])
  2082. return signer, nil
  2083. }
  2084. // PrintBlock retrieves a block and returns its pretty printed form.
  2085. func (api *PublicDebugAPI) PrintBlock(ctx context.Context, number uint64) (string, error) {
  2086. block, _ := api.b.BlockByNumber(ctx, rpc.BlockNumber(number))
  2087. if block == nil {
  2088. return "", fmt.Errorf("block #%d not found", number)
  2089. }
  2090. return spew.Sdump(block), nil
  2091. }
  2092. // SeedHash retrieves the seed hash of a block.
  2093. func (api *PublicDebugAPI) SeedHash(ctx context.Context, number uint64) (string, error) {
  2094. block, _ := api.b.BlockByNumber(ctx, rpc.BlockNumber(number))
  2095. if block == nil {
  2096. return "", fmt.Errorf("block #%d not found", number)
  2097. }
  2098. return fmt.Sprintf("0x%x", ethash.SeedHash(number)), nil
  2099. }
  2100. // PrivateDebugAPI is the collection of Ethereum APIs exposed over the private
  2101. // debugging endpoint.
  2102. type PrivateDebugAPI struct {
  2103. b Backend
  2104. }
  2105. // NewPrivateDebugAPI creates a new API definition for the private debug methods
  2106. // of the Ethereum service.
  2107. func NewPrivateDebugAPI(b Backend) *PrivateDebugAPI {
  2108. return &PrivateDebugAPI{b: b}
  2109. }
  2110. // ChaindbProperty returns leveldb properties of the key-value database.
  2111. func (api *PrivateDebugAPI) ChaindbProperty(property string) (string, error) {
  2112. if property == "" {
  2113. property = "leveldb.stats"
  2114. } else if !strings.HasPrefix(property, "leveldb.") {
  2115. property = "leveldb." + property
  2116. }
  2117. return api.b.ChainDb().Stat(property)
  2118. }
  2119. // ChaindbCompact flattens the entire key-value database into a single level,
  2120. // removing all unused slots and merging all keys.
  2121. func (api *PrivateDebugAPI) ChaindbCompact() error {
  2122. for b := byte(0); b < 255; b++ {
  2123. log.Info("Compacting chain database", "range", fmt.Sprintf("0x%0.2X-0x%0.2X", b, b+1))
  2124. if err := api.b.ChainDb().Compact([]byte{b}, []byte{b + 1}); err != nil {
  2125. log.Error("Database compaction failed", "err", err)
  2126. return err
  2127. }
  2128. }
  2129. return nil
  2130. }
  2131. // SetHead rewinds the head of the blockchain to a previous block.
  2132. func (api *PrivateDebugAPI) SetHead(number hexutil.Uint64) {
  2133. api.b.SetHead(uint64(number))
  2134. }
  2135. // PublicNetAPI offers network related RPC methods
  2136. type PublicNetAPI struct {
  2137. net *p2p.Server
  2138. networkVersion uint64
  2139. }
  2140. // NewPublicNetAPI creates a new net API instance.
  2141. func NewPublicNetAPI(net *p2p.Server, networkVersion uint64) *PublicNetAPI {
  2142. return &PublicNetAPI{net, networkVersion}
  2143. }
  2144. // Listening returns an indication if the node is listening for network connections.
  2145. func (s *PublicNetAPI) Listening() bool {
  2146. return true // always listening
  2147. }
  2148. // PeerCount returns the number of connected peers
  2149. func (s *PublicNetAPI) PeerCount() hexutil.Uint {
  2150. return hexutil.Uint(s.net.PeerCount())
  2151. }
  2152. // Version returns the current ethereum protocol version.
  2153. func (s *PublicNetAPI) Version() string {
  2154. return fmt.Sprintf("%d", s.networkVersion)
  2155. }
  2156. // checkTxFee is an internal function used to check whether the fee of
  2157. // the given transaction is _reasonable_(under the cap).
  2158. func checkTxFee(gasPrice *big.Int, gas uint64, cap float64) error {
  2159. // Short circuit if there is no cap for transaction fee at all.
  2160. if cap == 0 {
  2161. return nil
  2162. }
  2163. feeEth := new(big.Float).Quo(new(big.Float).SetInt(new(big.Int).Mul(gasPrice, new(big.Int).SetUint64(gas))), new(big.Float).SetInt(big.NewInt(params.Ether)))
  2164. feeFloat, _ := feeEth.Float64()
  2165. if feeFloat > cap {
  2166. return fmt.Errorf("tx fee (%.2f ether) exceeds the configured cap (%.2f ether)", feeFloat, cap)
  2167. }
  2168. return nil
  2169. }
  2170. // toHexSlice creates a slice of hex-strings based on []byte.
  2171. func toHexSlice(b [][]byte) []string {
  2172. r := make([]string, len(b))
  2173. for i := range b {
  2174. r[i] = hexutil.Encode(b[i])
  2175. }
  2176. return r
  2177. }