Skip to content

Commit

Permalink
Merge pull request #750 from oasisprotocol/lw/named-accounts
Browse files Browse the repository at this point in the history
Add subcall precompile to named accounts (and copy faucet to paratime named accs)
  • Loading branch information
lukaw3d authored Sep 10, 2024
2 parents 18728af + bff7b2f commit 09ffeb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/750.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add subcall precompile to named accounts
5 changes: 5 additions & 0 deletions account-names/mainnet_paratime.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
"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."
},
{
"Name": "Subcall Precompile",
"Address": "oasis1qzr543mmela3xwflqtz3e0l8jzp8tupf3v59r6qn",
"Description": "Interacts with Oasis Runtime SDK modules. Some transactions are performed in two steps and emit event in the next block."
}
]
12 changes: 11 additions & 1 deletion account-names/testnet_paratime.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@
"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",
"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."
},
{
"Name": "Subcall Precompile",
"Address": "oasis1qzr543mmela3xwflqtz3e0l8jzp8tupf3v59r6qn",
"Description": "Interacts with Oasis Runtime SDK modules. Some transactions are performed in two steps and emit event in the next block."
},
{
"Name": "Faucet Address",
"Address": "oasis1qzna6nq9kuktjmxx2s84z38eysqyts84jc9lgdg2",
"Description": "This account contains TEST tokens distributed by the faucet."
}
]

0 comments on commit 09ffeb4

Please sign in to comment.