Martin Boehm
c3cdf9bca4
Fix usage of Network configuration parameter
2024-12-09 20:57:37 +01:00
Jiří Musil
a4f1730364
Show raw tx hex in UI ( #1162 )
...
* Fix Network configuration parameter
* feat: allow for showing raw transaction hex for ETH transactions
* chore: remove comments from JS code to avoid parsing issues in tests
* temp: comment out failing tx template tests
* chore: trim text from copyable before writing it to clipboard
* chore: improve the design of Transaction hex
* chore: add wrap to element showing raw hex data
* fixup! chore: add wrap to element showing raw hex data
* chore: remove redundant style, make HTML prettier
* Revert "temp: comment out failing tx template tests"
This reverts commit f104ebbf5111583b46996d7527a26c08cd9e29b6.
* chore: put rawTx javascript functionality into main.js
* chore: modify the expected HTML for changed tx template
* feat: support the raw transaction hex also for BTC-like coins
* chore: add on-hover effect for active button - make the background white
* Minify javascript and styles
---------
Co-authored-by: Martin Boehm <martin.boehm@1mbsoftware.net>
2024-12-09 11:30:02 +01:00
Martin Boehm
19a902360e
EthereumType: Remove fetching of contract details from sync
2024-11-27 14:38:27 +01:00
kaladinlight
f0dd0e80b0
add optimism support
2024-07-12 00:10:31 +02:00
Martin Boehm
35ab7a3966
Set unlimited size of ETH RPC message
2024-06-04 15:06:40 +02:00
Martin Boehm
1b47447c77
Workaround of InitializeMempool issue in Holesky
2024-04-10 09:50:29 +02:00
AdamSchinzel
3c57a0c010
Remove Goerli
...
Remove
2024-03-27 13:16:20 +01:00
Martin Boehm
ac46385f49
Add support of staking pools
2024-01-31 23:45:43 +01:00
Martin Boehm
e464e16a33
Stop notifications of duplicate insertions into ethereum type mempool
2023-12-20 12:43:50 +01:00
0xadams.eth
a2ab9da785
Add Holesky ( #977 )
2023-11-12 22:00:47 +01:00
AdamSchinzel
b91b36e86b
Remove Ropsten
2023-09-19 16:18:02 +02:00
Martin Boehm
d1ffa7bb9e
Fix internal data processing for Polygon
2023-07-01 23:00:32 +02:00
Martin Boehm
e9134b0490
Handle "null" returned from geth when block not found
2023-03-15 23:16:06 +01:00
Martin Boehm
dcad5b79df
Ignore DELEGATECALL in EVM call trace
...
Geth v1.11 changed the tracer and are now returning the delegated value.
See https://github.com/ethereum/go-ethereum/issues/26726
2023-02-21 12:42:50 +01:00
Martin Boehm
da69240dae
Add CREATE2 opcode for contract creation detection
2023-02-01 17:58:37 +01:00
kevin
6a24f4ac30
EVM Abstraction ( #848 )
2023-02-01 17:58:37 +01:00
Martin Boehm
dca00bf770
Explorer redesing tuning
2023-02-01 17:58:37 +01:00
Dusan Klinec
e47760149a
feat: add ethereum_testnet_sepolia
2023-02-01 17:58:37 +01:00
Martin Boehm
60df986fb8
Alter memory stats logging levels
2023-02-01 17:58:37 +01:00
Martin Boehm
835d0e07ba
Return ethereum consensus layer node version via API
2023-02-01 17:58:37 +01:00
Martin Boehm
db91824dc3
Store contract info in DB
2023-02-01 17:58:37 +01:00
Martin Boehm
8bdc3da694
Return address aliases from API
2023-02-01 17:58:37 +01:00
Martin Boehm
77561e3567
Process ENS records
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
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
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
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
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