More work on QORT-BTC ACCT

Requires fix in CIYAM AT v1.3.2

New version of Qortal cross-trade AT code.

Change how Qortal addresses are managed in QortalATAPI from using
base58 strings (that are too long) to using hex form (25 bytes)
as they need to fix into 32 byte A/B register.

Generate AT addresses using DeployAtTransaction's signature instead
of convoluted hash of AT data like name, description, etc.

Add startTime as arg to GetTransaction test app.

Add missing fields (name, description, ATType, tags) to DeployAT test app.
This commit is contained in:
catbref
2020-04-08 18:10:24 +01:00
parent 7ded8954c6
commit 3eaeb927ec
10 changed files with 192 additions and 92 deletions

View File

@@ -406,7 +406,7 @@
<dependency>
<groupId>org.ciyam</groupId>
<artifactId>at</artifactId>
<version>1.3</version>
<version>1.3.2</version>
</dependency>
<!-- Bitcoin support -->
<dependency>