Skip to content

Commit

Permalink
Merge pull request #687 from oasisprotocol/csillag/account-names
Browse files Browse the repository at this point in the history
Add data about known addresses
  • Loading branch information
csillag authored May 5, 2024
2 parents c37d7a0 + 2d25c66 commit c9c7bf8
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/2663.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add data about known addresses
37 changes: 37 additions & 0 deletions account-names/mainnet_consensus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"Name": "Common Pool",
"Address": "oasis1qrmufhkkyyf79s5za2r8yga9gnk4t446dcy3a5zm",
"Description": "This account contains pre-mined and confiscated tokens due to slashing and is used to reward token stakers."
},
{
"Name": "Fee Accumulator",
"Address": "oasis1qqnv3peudzvekhulf8v3ht29z4cthkhy7gkxmph5",
"Description": "This account collects transaction fees of each consensus block that are distributed among the validators."
},
{
"Name": "Governance Escrow",
"Address": "oasis1qp65laz8zsa9a305wxeslpnkh9x4dv2h2qhjz0ec",
"Description": "Contains deposited tokens required for confirming the governance transactions of the validators."
},
{
"Name": "Burn Address",
"Address": "oasis1qzq8u7xs328puu2jy524w3fygzs63rv3u5967970",
"Description": "Reserved address for all irreversibly burnt tokens."
},
{
"Name": "Sapphire",
"Address": "oasis1qrd3mnzhhgst26hsp96uf45yhq6zlax0cuzdgcfc",
"Description": "Address of the Sapphire account on consensus."
},
{
"Name": "Emerald",
"Address": "oasis1qzvlg0grjxwgjj58tx2xvmv26era6t2csqn22pte",
"Description": "Address of the Emerald account on consensus."
},
{
"Name": "Cipher",
"Address": "oasis1qrnu9yhwzap7rqh6tdcdcpz0zf86hwhycchkhvt8",
"Description": "Address of the Cipher account on consensus."
}
]
32 changes: 32 additions & 0 deletions account-names/mainnet_paratime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"Name": "Common Pool",
"Address": "oasis1qz78phkdan64g040cvqvqpwkplfqf6tj6uwcsh30",
"Description": "ParaTime account for rewarding token stakers."
},
{
"Name": "Fee Accumulator",
"Address": "oasis1qp3r8hgsnphajmfzfuaa8fhjag7e0yt35cjxq0u4",
"Description": "This account collects transaction fees of each ParaTime block that are distributed among the validators."
},
{
"Name": "Rewards Account",
"Address": "oasis1qp7x0q9qahahhjas0xde8w0v04ctp4pqzu5mhjav",
"Description": "ParaTime account for rewarding the compute nodes."
},
{
"Name": "Pending Withdrawal Account",
"Address": "oasis1qr677rv0dcnh7ys4yanlynysvnjtk9gnsyhvm6ln",
"Description": "Withdrawal from the ParaTime is performed in two steps. This account holds the tokens that are still waiting for the consensus transaction to be confirmed."
},
{
"Name": "Pending Delegation Account",
"Address": "oasis1qzcdegtf7aunxr5n5pw7n5xs3u7cmzlz9gwmq49r",
"Description": "Delegation from the ParaTime is performed in two steps. This account holds the tokens that are still waiting for the consensus transaction to be confirmed."
},
{
"Name": "Zero Address",
"Address": "oasis1qq2v39p9fqk997vk6742axrzqyu9v2ncyuqt8uek",
"Description": "This address is the oasis-standard derivation/counterpart of the Ethereum address 0x0. Sometimes used in internal data representations to indicate the absence of an account. For example, token mints are encoded as transfers from this address, and token burns as transfers to this address."
}
]
5 changes: 5 additions & 0 deletions account-names/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This directory contains lists of data for known addresses, to be used by Explorer (and other other frontends) to display names and such.

Source is https://docs.google.com/spreadsheets/d/1F9CuAqjo4BT8W8JMvogZk-20SO5TgFd8SojgZr2zFCE/edit?usp=sharing

(Downloaded and converted on the 30th of April, 2024.)
37 changes: 37 additions & 0 deletions account-names/testnet_consensus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"Name": "Common Pool",
"Address": "oasis1qrmufhkkyyf79s5za2r8yga9gnk4t446dcy3a5zm",
"Description": "This account contains pre-mined and confiscated tokens due to slashing and is used to reward token stakers."
},
{
"Name": "Fee Accumulator",
"Address": "oasis1qqnv3peudzvekhulf8v3ht29z4cthkhy7gkxmph5",
"Description": "This account collects transaction fees of each consensus block that are distributed among the validators."
},
{
"Name": "Governance Escrow",
"Address": "oasis1qp65laz8zsa9a305wxeslpnkh9x4dv2h2qhjz0ec",
"Description": "Contains deposited tokens required for confirming the governance transactions of the validators."
},
{
"Name": "Burn Address",
"Address": "oasis1qzq8u7xs328puu2jy524w3fygzs63rv3u5967970",
"Description": "Reserved address for all irreversibly burnt tokens."
},
{
"Name": "Sapphire",
"Address": "oasis1qqczuf3x6glkgjuf0xgtcpjjw95r3crf7y2323xd",
"Description": "Address of the Sapphire account on consensus."
},
{
"Name": "Emerald",
"Address": "oasis1qr629x0tg9gm5fyhedgs9lw5eh3d8ycdnsxf0run",
"Description": "Address of the Emerald account on consensus."
},
{
"Name": "Cipher",
"Address": "oasis1qqdn25n5a2jtet2s5amc7gmchsqqgs4j0qcg5k0t",
"Description": "Address of the Cipher account on consensus."
}
]
32 changes: 32 additions & 0 deletions account-names/testnet_paratime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"Name": "Common Pool",
"Address": "oasis1qz78phkdan64g040cvqvqpwkplfqf6tj6uwcsh30",
"Description": "ParaTime account for rewarding token stakers."
},
{
"Name": "Fee Accumulator",
"Address": "oasis1qp3r8hgsnphajmfzfuaa8fhjag7e0yt35cjxq0u4",
"Description": "This account collects transaction fees of each ParaTime block that are distributed among the validators."
},
{
"Name": "Rewards Account",
"Address": "oasis1qp7x0q9qahahhjas0xde8w0v04ctp4pqzu5mhjav",
"Description": "ParaTime account for rewarding the compute nodes."
},
{
"Name": "Pending Withdrawal Account",
"Address": "oasis1qr677rv0dcnh7ys4yanlynysvnjtk9gnsyhvm6ln",
"Description": "Withdrawal from the ParaTime is performed in two steps. This account holds the tokens that are still waiting for the consensus transaction to be confirmed."
},
{
"Name": "Pending Delegation Account",
"Address": "oasis1qzcdegtf7aunxr5n5pw7n5xs3u7cmzlz9gwmq49r",
"Description": "Delegation from the ParaTime is performed in two steps. This account holds the tokens that are still waiting for the consensus transaction to be confirmed."
},
{
"Name": "Zero Address",
"Address": "oasis1qq2v39p9fqk997vk6742axrzqyu9v2ncyuqt8uek",
"Description": "This address is the oasis-standard derivation/counterpart of the Ethereum address 0x0. Sometimes used in internal data representations to indicate the absence of an account. For example, token mints are encoded as transfers from this address, and token burns as transfers to this address."
}
]

0 comments on commit c9c7bf8

Please sign in to comment.