Added API call for creating an asset bid/ask order

Also added test for missing creator public key on API-submitted
transaction creation calls, like /payments/pay or /asset/issue.
(Needs to be an OpenAPI validator added at some point).
This commit is contained in:
catbref
2019-01-04 19:10:50 +00:00
parent 17f3958ad6
commit 2497ac256c
7 changed files with 79 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.qora</groupId>
<artifactId>qora-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bouncycastle.version>1.60</bouncycastle.version>