Lucas Narciso
46998b5afb
Create query to count transfers
...
This query needs a token and an address, and will return how many times
that address has interacted with that token.
Also, fix some minor indentation issues and typos on chain_test.
6 years ago
Lucas Narciso
b19db4bf1b
Add css for the token card
6 years ago
Lucas Narciso
83b3c77ced
Change tile-type-token to tile-type-token-transfer
...
tile-type-token-transfer is more accurate and a tile-type-token is
needed for token tiles.
6 years ago
Jimmy Lauzau
4dbddbfeff
Merge pull request #689 from poanetwork/672-txn-copy-button
...
672 txn copy button
6 years ago
jimmay5469
8d1f6fd58d
i18n
6 years ago
katibest
30d65eb5ce
Added gettext to aria-label
6 years ago
katibest
c6a6cf5fa3
Added copy button to transaction overview to copy txn hash
6 years ago
Jimmy Lauzau
10dd88d7ed
Merge pull request #691 from poanetwork/update-search-button
...
Update search button
6 years ago
jimmay5469
5f7595eda9
i18n
6 years ago
katibest
62c7d4cd9f
Fixed weird margin on input
6 years ago
katibest
4385ff6fab
Moved search button to the right side
6 years ago
Andrew Cravenho
9fae3ee00c
Merge pull request #694 from poanetwork/673
...
Temporary work-around for #673 value-only transactions
6 years ago
mulili
276d80d48f
changes requested
6 years ago
mulili
5dc9f9693b
changes requested
6 years ago
mulili
9e918c3b8a
changes requested
6 years ago
Mulili Nzuki
3bf915ee05
Merge branch 'master' into master
6 years ago
Luke Imhoff
ded4ec4246
Disable tests for Geth that timeout on Infura
...
Infura experiencing timeouts with 50 second timeout set.
6 years ago
Luke Imhoff
b7d7ceaaa0
Temporary work-around for #673 value-only transactions
...
The gas_used == gas heuristic means failures pre-Byzantium (and on ETC)
is only a heuristic: it fails for value-only transactions where ETC
submitters are using exactly the transaction base fee (21,000 gas)
often. Because this is so common, we'll use this work-around now until
we can restructure EthereumJSONRPC and Indexer to verify pre-Byzantium
status using Internal Transactions.
6 years ago
Andrew Cravenho
d106a2c2ee
Merge pull request #685 from poanetwork/frg-ignore-invalid-names-and-symbol-in-token-indexer
...
Ignore tokens that have the name and/or symbols with special characters
6 years ago
Andrew Cravenho
0a4b378c05
Merge branch 'master' into frg-ignore-invalid-names-and-symbol-in-token-indexer
6 years ago
Luke Imhoff
98679a2097
Merge pull request #649 from poanetwork/sa-api-account-txlist-filterby-from
...
API account#txlist filterby=from support
6 years ago
Felipe Renan
6148658f61
Store tokens with invalid strings in Token indexer.
...
It's a temp fix for https://github.com/poanetwork/blockscout/issues/669 .
For now, we are going to store those tokens that have names and/or
symbols invalids considering:
- the first 6 characters from the contract address hash for the name.
- nil for the symbol.
6 years ago
Sebastian Abondano
a07998547f
API account#txlist filterby=from support
...
Why:
* For API users to be able to get a list of transactions in which a
given address is the 'sender' (address is the 'from' in transaction).
Example usage:
```
/api?module=account&action&txlist&address={someAddress}&filterby=from
```
* Issue link: https://github.com/poanetwork/blockscout/issues/635
This change addresses the need by:
* Editing `where_address_match/3` in `Explorer.Etherscan` to support
`filter_by: "from"` option.
* Editing `put_filter_by/2` in `API.RPC.AddressController` to support
'from' as an allowed value of the `filterby` parameter.
* Editing API docs page per changes mentioned above.
6 years ago
Jimmy Lauzau
1f26961e59
Merge pull request #680 from poanetwork/token-details-page-design-cleanup
...
Token Details Design Clean Up
6 years ago
jimmay5469
dededf5869
i18n
6 years ago
katibest
6338627e79
Updated tile and added type, copy, qr code
6 years ago
Andrew Cravenho
a2a80cbec3
Merge pull request #683 from poanetwork/552-fix-button-hover-text
...
Fix copy contract source code tooltip text
6 years ago
jimmay5469
fae2453579
i18n
6 years ago
Ryan Arthur
3e8ad3a2e9
Remove tooltip default text so that it only says 'Copied' when clicked
6 years ago
Ryan Arthur
8320dcd270
Fix copy contract source code tooltip text
6 years ago
Jimmy Lauzau
9502908440
Merge pull request #682 from poanetwork/update-sokol-logo
...
Updated sokol logo
6 years ago
katibest
82a849fe9e
Updated sokol logo
6 years ago
Jimmy Lauzau
409d8a2c2e
Merge pull request #674 from poanetwork/refactor-buttons
...
Refactor button class names
6 years ago
Ryan Arthur
ac221f9da6
Remove commented code
6 years ago
Ryan Arthur
41761fd029
Remove address token index template
6 years ago
Ryan Arthur
d0b064ba85
Refactor button class names
6 years ago
John Stamates
1ddb84ac51
Merge pull request #678 from poanetwork/fix-circle-test-reporting
...
Fix circle test reporting
6 years ago
Stamates
18380efe0a
fix broken tests
...
Co-authored-by: Luke Imhoff <luke.imhoff@dockyard.com>
6 years ago
jimmay5469
a2aa282fba
Fix circle test reporting
...
Co-authored-by: Stamates <stamates@hotmail.com>
Co-authored-by: Luke Imhoff <luke.imhoff@dockyard.com>
6 years ago
Andrew Cravenho
5fca850d55
Merge pull request #615 from poanetwork/312-live-update-internal-transactions-on-address-page
...
312 live update internal transactions on address page
6 years ago
Mulili Nzuki
92c7ec207c
Merge branch 'master' into master
6 years ago
Stamates
113e242296
fix channel issues
6 years ago
Stamates
d494036e56
Internationalization
6 years ago
Stamates
8740a49d0f
Don’t subscribe to list updates when beyond page one
6 years ago
Stamates
0309478140
Coveralls cleanup
6 years ago
jimmay5469
e55906ce04
Make sure to load token balances when account balance is updated
6 years ago
Stamates
15f566f8b1
Add disconnect and batching messages to internal_transactions live update
6 years ago
Stamates
4e05488136
Send internal_transaction ids on Pub-Sub and Repo fetch with preloads of internal_transaction in Notifier
...
Co-authored-by: Timothy Mecklem <timothy@mecklem.com>
6 years ago
Stamates
3f571aa4bb
Live updates for internal_transactions on address page
...
Co-authored-by: Tim Mecklem <timothy@mecklem.com>
6 years ago
Andrew Cravenho
869425df0a
Merge pull request #671 from poanetwork/iff-remove-i18n
...
Remove I18n locales from URL
6 years ago