1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/mobile
Steven Roose ec8ee611ca core/types: remove String methods from struct types (#16205)
Most of these methods did not contain all the relevant information
inside the object and were not using a similar formatting type.
Moreover, the existence of a suboptimal String method breaks usage
with more advanced data dumping tools like go-spew.
2018-04-05 14:13:02 +02:00
..
accounts.go
android_test.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
big.go mobile: Add GetSign to BigInt (#15558) 2017-12-09 23:45:46 +01:00
bind.go Merge pull request #15776 from ProChain/master 2018-02-21 19:21:41 +01:00
common.go
context.go
discover.go
doc.go
ethclient.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
ethereum.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
geth.go whisper: some components are still using v5, switch to v6 2018-03-22 15:48:52 +01:00
geth_android.go
geth_ios.go
geth_other.go
init.go
interface.go build: enable unconvert linter (#15456) 2017-11-10 19:06:45 +02:00
logger.go
p2p.go
params.go mobile: add RinkebyGenesis method 2017-07-31 17:44:08 +09:00
primitives.go
types.go core/types: remove String methods from struct types (#16205) 2018-04-05 14:13:02 +02:00
vm.go