Commit Graph

1569 Commits (4b82c0c524cee5f39363a991cd479e4f22237f5e)

Author SHA1 Message Date
Luke Imhoff b79d361909 Fix phrasing when genesis task completes 6 years ago
Luke Imhoff d368159a09 Remove unused start_block_number in BlockFetcher state 6 years ago
Luke Imhoff a6be2924b2 Running realtime task on interval 6 years ago
Luke Imhoff 3e09353d62 Fix typo 6 years ago
Luke Imhoff f1e3c9e376 Use Task.Supervisor.async_nolink 6 years ago
Luke Imhoff 75e2bfccc0 realtime_interval -> block_interval / 2 6 years ago
Luke Imhoff fe49a753d3 block_rate -> block_interval 6 years ago
jimmay5469 3164e6d3a3 Disable EventHandler because of memory leak 6 years ago
Andrew Cravenho 79e48cd529 gettext messages 6 years ago
Andrew Cravenho 2ec650ecfb Fix social media links 6 years ago
Luke Imhoff 69a6bb65c8 Increase timeout for flaky test 6 years ago
Luke Imhoff e3f7581572 Historical Address Balances 6 years ago
Amanda Sposito 3335817d90 Fix prod config file to use prod config instead of dev 6 years ago
Sebastian Abondano 86de475385 Add optional params to account txlist API endpoint 6 years ago
Stamates 9b69c218b3 Add default port setup for postgres in test.example and include optional setup in README. 6 years ago
Stamates bc9a566e42 Gettext 6 years ago
Stamates 51ce0c1123 Code cleanup 6 years ago
Stamates c736f89f33 Fix issue with balance card live update styling 6 years ago
Tim Mecklem 7508576fe5 Check address hashes for equality instead of associations 6 years ago
Tim Mecklem 2313d8d976 to_address and to_address_hash can be nil 6 years ago
Tim Mecklem ee0e726fb4 Return addresses from bulk insert instead of address_hashes 6 years ago
Stamates 5d280ce4ee Credo appeasement 6 years ago
jimmay5469 4d612d59f0 Setup live updates for address balance 6 years ago
jimmay5469 e51e6c42b5 Missing gettext in template 6 years ago
jimmay5469 e8f7037de4 Update transaction count on client 6 years ago
jimmay5469 477e01c993 Extract logic from event_handler to notifier 6 years ago
Tim Mecklem 9ce3f3d9e4 Hook up block confirmations to subscribed indexer update 6 years ago
Tim Mecklem 89c1416b2c Allow test environment configuration to be overridden similar to dev 6 years ago
katibest 09ef88e245 Internationalization 6 years ago
katibest adc9ce0eb0 Fixed text for the changes made on block details 6 years ago
Ryan Arthur 0122454f54 Implement new design style to the transactions section of the block details page 6 years ago
Ryan Arthur 154c53ecfe Implement new design on the overview portion of the block details page 6 years ago
Alex Garibay a49acfea10 Add token transfer schema 6 years ago
Amanda Sposito dae9ff2f10 Add support to Pluggable Transport and HTTP transport modules 6 years ago
Amanda Sposito b8a8f083d2 Add parser function to handle addresses arguments when calling the blockchain 6 years ago
Amanda Sposito e545841407 Add error treatment to the 'ex_abi' lib 6 years ago
Amanda Sposito f772e1a56f Increase db timeout at dev enviroment 6 years ago
Amanda Sposito 01472cb353 Add 'Read Smart Contract' page 6 years ago
Tim Mecklem 7392b84fb1 Restore factory needed by tests 6 years ago
Luke Imhoff 3432fe4c51 Disable logging debug_count at regular intervals 6 years ago
Tim Mecklem e42a7cfb10 Set up contract verification test with `create` internal transaction 6 years ago
Amanda Sposito 73856a72df Add read only functions to 'SmartContract.Reader' 6 years ago
Amanda Sposito 9532c6e9fe Remove 'abi' lib in favor of the 'ex_abi' one 6 years ago
Amanda Sposito 421b8df68c Add treatment to decode string values from blockchain 6 years ago
Lucas Narciso 537f090597 Create Explorer.SmartContract.Reader 6 years ago
Lucas Narciso e914bf1065 Add the EthereumJSONRPC dependency on Explorer 6 years ago
Lucas Narciso 4b9bc4a69f Create EthereumJSONRPC.Encoder 6 years ago
Lucas Narciso 8a8f2bb20b Add the ABI lib to handle encoding and decoding 6 years ago
Amanda Sposito 2b57b537c7 Add address_hash_to_smart_contract/1 function 6 years ago
Lucas Narciso e81281edf6 Fix typo in etheream_jsonrpc_test.exs 6 years ago