eosio-java
eosio-java copied to clipboard
EOSIO SDK for Java - API for integrating with EOSIO-based blockchains
How does eosio-java do signature check
Hi, I am looking for the equivalent logic of `convertDERSignatureToEOSFormat` in swift. I am dealing with signatures and validate signatures on the backend using eosjs. Best, David
We receive an error ``` one.block.eosiojava.error.session.TransactionCreateSignatureRequestAbiError: Error happened on getting abi for contract ``` Smart contract is OK. If we upload with EOSIO 2.1 and cleos 2.1 eosjs works great...
Hello, I assert a error in my contract` check(iterator != filelog.end(), "Record id does not exist");` How should I to get this error, I can see it in logs. But...
getBlock is used for nodeos chains under 2.1.0 and getBlockInfo is used for 2.1.0+ TransactionConfig has a new member called `chainVersionString` that contains the target chain ID that the transaction...
Depends on #117
I used bitcoin J and eosio Java in my project. How to solve this conflict? Here are the dependencies: https://github.com/bitcoinj/bitcoinj/blob/master/core/build.gradle dependencies { compile 'org.bouncycastle:bcprov-jdk15to18:1.64' } https://github.com/EOSIO/eosio-java/blob/master/eosiojava/build.gradle dependencies { api 'org.bouncycastle:bcprov-jdk15on:1.61'...
Hi guys, I want to create an eos transaction with custom expiration time e.g 1 day, but when I set expiration time more than 3600 sec I got this error...
When rekeying a permission on an EOSIO account, an `updateauth` action must be issued. Newcomers often make the mistake of thinking that an `updateauth` will add a given key to...