Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Conversation

@NiQuan
Copy link
Contributor

@NiQuan NiQuan commented May 7, 2021

Adds a new features that allows you to display aliases for addresses.
The file aliases.csv is a csv file containing address, name pairs.

If an address is in the list, then the name will be displayed instead of the address, otherwise it will display the address as usual.
If aliases.csv is not present or is empty then the program will work as usual.

Example of aliases.csv contents:
0xa48ee028dee3e4c691381a9bae7f16e710cd7154, RelayThief
0x0d18e30e252008d83f51dae00d36873ddd9e24a6, Mr Chicken

PolyTrader and others added 7 commits April 8, 2021 14:07
Adds a watchlist.txt file.

If the file is empty then tradescroller shows all trades. If there are question names in the watchlist , then only trades in questions in the watchlist will be displayed.

The watchlist is the market question names seperated by newlines.
Adds aliases.csv which is a list of aliases for different addresses in the format:

address, alias

These replace the address that is displayed to make it easier to recognize.
@NiQuan
Copy link
Contributor Author

NiQuan commented May 7, 2021

Oh, I think I accidentally re-copied the whole commit history here. Sorry I'm a git beginner.

@PolyTrader
Copy link
Owner

Oh, I think I accidentally re-copied the whole commit history here. Sorry I'm a git beginner.

No worries, I'll take a look and figure it out. Sorry for the delay in responding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants