Samuel Kirton
Samuel Kirton
Please see https://github.com/memtrip/eos-jvm, the key generation is based off bitcoinJ.
Migrate to Maven Central for jar distribution, Jcenter and Bintray are being shut down by May 1 2021
bump only a couple of days left until the dependency is not available
Yeah this is a nice feature
Hi mate, This class uses the nodeos api to push the transactions: https://github.com/memtrip/eos-jvm/blob/master/eos-chain-actions/src/main/kotlin/com/memtrip/eos/chain/actions/transaction/ChainTransaction.kt The annotation preprocessor from the eos-abi-writer module is used to generate boiler plate code for the packed...
I will write a step by step guide also, but I hope the above helps for now
Can you post the code of the class that you have annotated with `@Abi`? I will need this to reproduce the issue.
This would require a separate API to be maintained for issuing accounts on Jungle net. This isn't something we plan to support at this time.
Hi Adrian, I merged this fix into master, I will make a new release to maven central tonight with the latest changes. Cheers, Sam
Hi Adrian, I have made a new release that fixes these issues, use these dependencies: `dependencies {` `apt 'com.memtrip.sqlking:preprocessor:1.0.6'` `compile 'com.memtrip.sqlking:client:1.0.6'` `}` Cheers, Sam
Are you sure that you are using the latest dependency? On master line 60 is white space: https://github.com/memtrip/SQLKing/blob/master/preprocessor/src/main/java/com/memtrip/sqlking/preprocessor/processor/model/Column.java#L60