Commit Graph

2108 Commits (84145676775f39d65f25218928ea15a9cf4cdb54)

Author SHA1 Message Date
Victor Baranov ec80543038 Remove line for debugging 4 years ago
Victor Baranov d91ce12fae Fix view for read contract 4 years ago
Victor Baranov 024823cd3b Fix read contract bytes array type 4 years ago
Victor Baranov 572dff25f4 Process GraphQL internal server error for address -> transactions query without first/last params 4 years ago
Victor Baranov 9600f3d23d Add CHANGELOG entry 4 years ago
Victor Baranov abc381af58 Improve get mined blocks query performance: remove grouping by number, timestamp 4 years ago
Victor Baranov 406a6003fa Fix verification with experimental features enabled 4 years ago
Victor Baranov 0a0bd31abc Show compilation error at conntract verification 4 years ago
Victor Baranov 20f3aab0cb Address logs decoding fix 4 years ago
Victor Baranov ac854e6989 Transaction page: decoding logs from called contracts 4 years ago
Victor Baranov 3fda980e67 eip1967 update: handle different size response from eth_getStorageAt for implementation address 4 years ago
Victor Baranov 5be42bb438 EIP-1967 support 4 years ago
Victor Baranov 3877fb170d Add tests 4 years ago
Victor Baranov ed30893226 Exclude constructors from Write contract page 4 years ago
Victor Baranov da8aaaf53e Add tests 4 years ago
Victor Baranov 2842f2405e Import accounts from Geth geenesis 4 years ago
Victor Baranov d82b48f924 Fix for verification of contracts from genesis block 4 years ago
Victor Baranov 1f8bda8a37 Fix for acocunts page with token-bridge supply and inexistent bridge contracts 4 years ago
Victor Baranov 568eaf02ef Write proxy contract feature 4 years ago
Victor Baranov fe78cbfe39 Write contracts: a new tab with the list of write methods 4 years ago
Victor Baranov be69a0ce17 Proxy reader: handle function with params 4 years ago
Victor Baranov 7adf3f4220 Read proxy 5 years ago
Victor Baranov ffa8d3c9cc Add tests 5 years ago
Victor Baranov 102b80fada Decode log in proxy contracts 5 years ago
Victor Baranov 485a262d91 Check if implementation is verified 5 years ago
Victor Baranov a801cfae39 Proxy contracts: decoding using implementation ABI 5 years ago
Victor Baranov 7b079ee10e Fix contract compilation tests for old versions of compiler: change compiler version since nightly versions of some older versions were removed 5 years ago
Victor Baranov 27964a5e3d Add unit tests 5 years ago
Victor Baranov ff183cb17a Add tests 5 years ago
Victor Baranov 0404df18b9 Display and store revert reason on demand 5 years ago
Victor Baranov 42896e7661 Fix coin balance history page if no balance changes 5 years ago
Victor Baranov 8604b91f2b Pending txs per address API endpoint 5 years ago
Victor Baranov 2fce8616db Deps update: initial commit 5 years ago
Victor Baranov ac37938e7d Speedup last coin balance timestamp query 5 years ago
Victor Baranov a7f0af53e0 Speedup last coin balance timestamp query 5 years ago
Victor Baranov 5d65fc4c57 Replace lag function with lead to calculate coin balance deltas 5 years ago
Victor Baranov b1a71d37c3 Change order in lag function for calculating deltas of coin balance change 5 years ago
Victor Baranov 4cd5568bb5 Fix performance of the balance changing history under the chart 5 years ago
Victor Baranov 75145508b1 Refine processing of balance by day 5 years ago
Victor Baranov 83156769f6 Balances by day processing: orrering by day 5 years ago
Victor Baranov 536f78cacc Remove orderinng by day in the query 5 years ago
Victor Baranov c6693596d5 Finalize coin balance history chart update 5 years ago
Victor Baranov 61d9f2dc61 Return for last fetched counnter if no rows inn the DB 5 years ago
Victor Baranov 0e20429ec4 Last values of fetched counters from DB if cache is empty 5 years ago
Victor Baranov e07f2a3b28 Fix coinn supply query: Or the value is incompatible or it must be interpolated (using ^) so it may be cast accordingly in query 5 years ago
Victor Baranov 1b3a80b448 Fix performance of coin supply API endpoints 5 years ago
Victor Baranov fb38c8ac6b Fix JSONN structure 5 years ago
Victor Baranov 0eb253dd2f Token instance metadata retriever refinement: process metadata if only image URL is passed to tokenURI 5 years ago
Victor Baranov 14fbf27606 Store ddresses coin balances changes daily 5 years ago
Ayrat Badykov 79b0f6f9ac
remove IO.inspect 5 years ago