forked from Qortal/qortal
ATs can create AT-Transactions which contain payments (of any asset) and/or messages. Legacy Qora1 DeployATTransactions create AT records in the repository but set to "finished" so that they never execute. More repository support for ATs. In HSQLDB, create a new TYPE called ATStateHash which is used to verify the same AT outcome on a per-block basis. Added Accounts.account as a foreign key to AccountBalances with ON DELETE CASCADE. ATStates now include state_hash and fees on a per-block basis. ATTransactions now include asset_id. When transforming DeployATTransactions, don't include any signature when collating bytes for signing!
13 lines
287 B
XML
13 lines
287 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metadata>
|
|
<groupId>org.ciyam</groupId>
|
|
<artifactId>at</artifactId>
|
|
<versioning>
|
|
<release>1.0</release>
|
|
<versions>
|
|
<version>1.0</version>
|
|
</versions>
|
|
<lastUpdated>20181015085522</lastUpdated>
|
|
</versioning>
|
|
</metadata>
|