artemkolodko
47f8c7ff2b
Show "tx contains message" only for regular transactions
3 years ago
artemkolodko
4d6b46945f
Improve parse text from hex
3 years ago
artemkolodko
41e8a56c2f
Fix regex for attached messages
3 years ago
Artem
7c26b64dde
Revert "Revert "Add link to Metrics DAO ( #159 )"" ( #161 )
...
This reverts commit 4ae19222c3
.
3 years ago
Artem
17c1ebbcf0
Merge pull request #160 from ArtemKolodko/revert_metrics_dao
...
Revert "Add link to Metrics DAO (#159 )"
3 years ago
artemkolodko
4ae19222c3
Revert "Add link to Metrics DAO ( #159 )"
...
This reverts commit f874c7b2e2
.
3 years ago
Artem
f874c7b2e2
Add link to Metrics DAO ( #159 )
3 years ago
Artem
f5219c6a1e
Merge pull request #156 from victaphu/master
...
update: fixed #118 by restricting contract source only when its a contract
3 years ago
Victa Kwok Wai Phu
0f391b258c
update: fixed #118 by restricting contract source only when its a contract address. Also fixed issue where the ONE price not updating
3 years ago
Artem
8314df2ad4
Add check hrc ( #150 )
...
* Add Check HRC methods tool
* Add contract methods list
* Remove log
* Change success status icon
3 years ago
Artem
2ec6c3d9be
Merge pull request #148 from ArtemKolodko/feature/address_full_history
...
Feature/address full history
3 years ago
artemkolodko
d54fa4e621
Add txs count cache
3 years ago
artemkolodko
fd54da4767
Merge branch 'master' into feature/address_full_history
...
# Conflicts:
# src/pages/AddressPage/tabs/Transactions.tsx
3 years ago
Artem
463361257d
Merge pull request #147 from ArtemKolodko/filter_rpc_txs
...
Filter incoming RPC txs
3 years ago
artemkolodko
d5bda2314c
Filter incoming RPC txs
3 years ago
artemkolodko
4bb9668814
Show export to csv only for transactions
3 years ago
artemkolodko
2db6afa629
Add txs count params for internal txs
3 years ago
artemkolodko
c7e5654730
Merge branch 'master' into feature/address_full_history
3 years ago
Artem
5c972a5c45
Merge pull request #146 from victaphu/master
...
#126 Harmony Approval Tool
3 years ago
Victa Kwok Wai Phu
0730321b6e
Merge branch 'master' of github.com:victaphu/explorer-v2-frontend
3 years ago
Victa Kwok Wai Phu
5657f76f6a
update: fixed typo etc based on inputs from Artem
3 years ago
Victa Kwok Wai Phu
1faab1c73d
Merge branch 'harmony-one:master' into master
3 years ago
Victa Kwok Wai Phu
bdef64c3ad
update: #126 revoke manager
3 years ago
artemkolodko
570ebba0bb
Add export transactions to CSV
3 years ago
artemkolodko
20588720dc
Merge branch 'master' into feature/address_full_history
3 years ago
Artem
6f53035ab9
Add ellipsis short view for Address and Method ( #132 )
...
* Add ellipsis short view for Address and Method in transactions history table
* Add ellipsis txs hash column
* Add ellipsis short to erc20 hash
3 years ago
Artem
8c8fc22ad6
Merge pull request #141 from victaphu/master
...
update: fixed #140 - did not enable button when abi not a view
3 years ago
Artem
907d8c5b71
Fix tx page error with any GET param; add useQuery hook ( #143 )
3 years ago
Victa Kwok Wai Phu
57e1279ae1
update: fixed #140 - did not enable button when abi not a view and does not have inputs
3 years ago
Artem
3b842f8df0
Merge pull request #139 from victaphu/master
...
update: added tab focus support #118 , fixed chart display #137
3 years ago
Victa Kwok Wai Phu
59de37c6b4
update: fixed error on launch of website
3 years ago
Victa Kwok Wai Phu
f7d28248da
update: added updates based on comments from Artem K
3 years ago
Victa Kwok Wai Phu
ad3cad22d7
update: added tab focus support #118 , fixed chart display #137
3 years ago
artemkolodko
f451e51e79
Merge branch 'master' into feature/address_full_history
3 years ago
Artem
ac53dd3cfa
Feature/bridged token indicator ( #138 )
...
* Add script to retrieve bridget tokens list; add bridged token indicator to HRC20, HRC721, HRC1155 tokens list
* Set isBridged flag on erc tokens updates
3 years ago
artemkolodko
369363b407
Add txs count to address txs page
3 years ago
artemkolodko
1505703503
Merge branch 'master' into feature/address_full_history
3 years ago
Artem
a4f22389a9
Merge pull request #135 from victaphu/master
...
PR for #119 , #133 and #134
3 years ago
Victa Kwok Wai Phu
420abed46d
update: left devnet shard 2 and 3 empty
3 years ago
Victa Kwok Wai Phu
94b3cafa67
update: left devnet shard 2 and 3 empty
3 years ago
Victa Kwok Wai Phu
79b6514b5b
Merge branch 'harmony-one:master' into master
3 years ago
Victa Kwok Wai Phu
c07846b915
Merge branch 'master' of github.com:victaphu/explorer-v2-frontend
3 years ago
Victa Kwok Wai Phu
cdded1324d
update: added different environments for loading, fixed #133 , fixed #119
3 years ago
Victa Kwok Wai Phu
438a737a31
Merge pull request #128 from Zil-B/master
...
Fix AbiMethodView to allow reading/writing to contracts via explorer
3 years ago
artemkolodko
3ff114fb76
Merge branch 'master' into feature/address_full_history
3 years ago
Victa Kwok Wai Phu
174870b5ea
Merge branch 'harmony-one:master' into master
3 years ago
Victa Kwok Wai Phu
46c8306150
Fixed large files issue, and added support for multi-file uploads ( #125 )
...
* update: added multi-file support
* update: fixed display issue with single vs multi-file
* update: merge from latest changes in explorer
* update: .env file for testing purpose
* update: fixed issue with language parameter supplying wrong values to backend service
* update: added support for proxy
* update: fixed env for testing
* update: enabled contract verification on front end and added metamask button for proxy writes
* update: added beacon contract support and fixed issue with proxy contracts
* update: fixed .env
3 years ago
Artem
eeeba2470b
Add holders percentage ( #131 )
3 years ago
Victa Kwok Wai Phu
4e64b1aa32
Merge branch 'master' of github.com:victaphu/explorer-v2-frontend
3 years ago
Victa Kwok Wai Phu
98ff419535
update: fixed .env
3 years ago