Martin Boehm
|
f57bd2e6c3
|
Download ETH 4byte signatures
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
72e0ac23bc
|
Return internal data and ERC721 and ERC1155 tokens from API and explorer
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
9a0790a71d
|
Process ERC721 and ERC1155 tokens
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
45a53e41a1
|
Process ETH transaction failure reasons
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
91031715f7
|
Bulk import ETH internal transactions
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
c374ef86fd
|
Update types in preparation for eth internal transactions,
bump dbVersion to 6
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
5818ce8aa2
|
Ethereum: process call trace to extract internal transactions
|
2023-02-01 17:58:37 +01:00 |
|
Martin Boehm
|
e143215288
|
Fix linting issues
|
2021-11-28 21:27:16 +01:00 |
|
Martin Boehm
|
f0fe08a054
|
Make parsing of ETH numeric properties more robust #623
|
2021-06-02 16:51:56 +02:00 |
|
Martin Boehm
|
0ae8ba57a2
|
Update for geth version 1.10
- remove workaround for to low maxRequestContentLength
- stop using obsolete eth_protocolVersion RPC call
|
2021-03-09 11:37:35 +01:00 |
|
Yusaku Senga
|
5fdc26bc14
|
feat: Support Ethereum Goerli testnet (#550)
|
2021-01-21 21:39:37 +01:00 |
|
Martin Boehm
|
636167c72a
|
Store to txcache old eth transactions without status
|
2020-12-04 11:57:11 +01:00 |
|
Martin Boehm
|
576b8b57b7
|
Upgrade to go 1.15.6, rocksdb 6.13.3 and other dependecies
|
2020-12-04 11:57:11 +01:00 |
|
Martin
|
a1993173ab
|
Go ethereum v1.9.20 (#482) issue #481
Handle different behavior of geth from v1.9.15
Bump go-ethereum dependecy to v1.9.20
|
2020-09-03 10:11:37 +02:00 |
|
Martin Boehm
|
17c9080135
|
Include eth transactions in unknown status into balance history
|
2020-07-30 16:02:08 +02:00 |
|
Martin Boehm
|
0a3ea6e225
|
Send websocket notification on new tx for input addresses
|
2020-05-24 17:58:29 +02:00 |
|
Martin Boehm
|
e60c320ae7
|
Allow parameters value, gasPrice and gas to be passed to ETH estimateFee
|
2020-05-21 18:05:16 +02:00 |
|
Martin Boehm
|
ee3217aba8
|
Use common.JSONNumber instead of json.Number
|
2020-05-10 00:14:14 +02:00 |
|
hewigovens
|
3ba7289587
|
Add data field to EthereumSpecific
|
2020-05-09 21:43:33 +02:00 |
|
Martin Boehm
|
997fa661e7
|
Merge branch 'master' into gomod
|
2020-05-09 01:50:51 +02:00 |
|
Martin Boehm
|
828e10b629
|
Parsing of ERC20 name, symbol and decimals in different format #400
|
2020-05-02 17:24:56 +02:00 |
|
David Hill
|
13527bda06
|
build: go module support
|
2020-03-05 11:54:42 -05:00 |
|
Martin Boehm
|
53cc6237a7
|
Format all ethereum addresses as EIP55
|
2020-03-04 10:17:47 +01:00 |
|
Martin Boehm
|
7e35bac99c
|
Remove etc specific code after upgrade to multi-geth backend
|
2020-02-11 12:08:03 +01:00 |
|
Martin Boehm
|
6f294a6241
|
Add get balance history for ethereum type coins
|
2019-12-10 21:08:27 +01:00 |
|
Martin Boehm
|
4eff57189d
|
Fix ETH address API - some tokens are missing #271
|
2019-09-30 17:28:10 +02:00 |
|
Martin Boehm
|
ac9a721cc6
|
Format Ethereum addresses with EIP55 checksum
|
2019-09-30 17:11:17 +02:00 |
|
Martin Boehm
|
d52bd0352d
|
Handle error on ethereum openRPC
|
2019-06-11 16:30:21 +02:00 |
|
Martin Boehm
|
c4487ac94b
|
Try to reconnect ethereum RPC in case of network failure
|
2019-06-10 16:48:31 +02:00 |
|
Martin Boehm
|
34e5599362
|
Try to reconnect ethereum RPC in case of network failure
|
2019-06-10 13:48:46 +02:00 |
|
Martin Boehm
|
c409a350c9
|
Try to reconnect ethereum RPC
|
2019-06-03 17:48:09 +02:00 |
|
Martin Boehm
|
7c4e8c5750
|
Log error on eth subscription resubscribe
|
2019-05-07 12:23:50 +02:00 |
|
Martin Boehm
|
add504b57e
|
Make ethereum type mempool parameters configurable
|
2019-04-08 14:39:29 +02:00 |
|
Martin Boehm
|
3f973bf47d
|
Implement new ethereum mempool sync with tx timeout
|
2019-04-04 23:35:38 +02:00 |
|
Martin Boehm
|
4435dbbfb4
|
Pass correct blockchain object to mempool
|
2019-04-03 22:08:32 +02:00 |
|
Martin Boehm
|
f2dc4a56d8
|
Store time of mempool transaction
|
2019-04-01 17:00:53 +02:00 |
|
Martin Boehm
|
c813f76336
|
Try to load mempool inputs from db to speed up mempool sync
|
2019-03-29 17:01:20 +01:00 |
|
Martin Boehm
|
ce3c7c5e66
|
Extract mempool interface from blockchain
|
2019-03-25 16:43:57 +01:00 |
|
Martin Boehm
|
499d65460f
|
Fix coding style and formatting issues
|
2019-01-24 15:24:56 +01:00 |
|
Martin Boehm
|
210652328f
|
Avoid showing already confirmed txs as mempool txs
|
2019-01-13 23:32:28 +01:00 |
|
Martin Boehm
|
3ca593aff1
|
Handle error tx not found #94
|
2019-01-10 16:39:36 +01:00 |
|
Martin Boehm
|
8c4fcf4441
|
Stop indexing contracts of ETH zero address
|
2019-01-10 12:38:16 +01:00 |
|
Martin Boehm
|
e12641ae7d
|
Use txids returned from pendingTransactions subscriptionfor mempool
|
2018-12-19 12:03:19 +01:00 |
|
Martin Boehm
|
9288a12f1d
|
Fix unit and integration tests
|
2018-12-19 10:35:22 +01:00 |
|
Martin Boehm
|
bab500d3f8
|
Notify on mempool erc20 transfer transaction
|
2018-12-19 10:06:25 +01:00 |
|
Martin Boehm
|
2e9f87e39d
|
Parse ERC20 transfer from tx payload data
|
2018-12-18 13:14:07 +01:00 |
|
Martin Boehm
|
7edea80209
|
Add estimateFee method to websocket interface
|
2018-12-18 09:52:46 +01:00 |
|
Martin Boehm
|
35a13e0647
|
Handle old style ethereum transactions that do not set status
|
2018-12-14 12:08:06 +01:00 |
|
Martin Boehm
|
9c142663ce
|
Add type api.Amount for proper formatting of amounts in json
|
2018-12-13 00:41:58 +01:00 |
|
Martin Boehm
|
70559ab9e0
|
Update api.GetAddress to return more ethereum specific data
|
2018-12-06 13:14:46 +01:00 |
|