Benjamin Schulte

Results 44 issues of Benjamin Schulte

Example: https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30 Transaction with id c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717 should be included when call is done with concise=true, but it is not. https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30&concise=true

When a transaction is made, unconfirmed balance returned by `v0/addresses/{id}` of the sender is the sum of current balance and expected new balance, therefore to high. The unconfirmed balance of...

The APIs getExpectedWaitTime/getRecommendedFee return invalid values for some weeks on some nodes. By the time of writing this, calling `http://213.239.193.208:9053/transactions/waitTime?txSize=1000&fee=1000000` returns `10700421007` This means, a tx with min fee and...

B-500 SigUSD

From ergoplatform/ergo-appkit#187 this is needed to have exposed to Appkit for client applications to adopt Nipopows: * move NipopowProof, NipopowVerifier, and all dependent types from node code into a lib...

Follow-up of #174 To be merged when 5.0 is activated

AgeUSD implementation to get information about current RSV price, circulating supplies, and to build exchange transactions.

Ergo Wallet app should use node blockchain API - [x] Add info on node detection stating if node supports blockchain API - [x] Add check box to prefer using node...

enhancement

To support EIP-41 multisig wallets, following steps have to be done: **Prerequisites** - [ ] Appkit implementation - [x] Add a new type field to walletconfig db with type enum...

**Motivation** Right now, lightweight clients can fetch unspent boxes for an address by using the blockchain API. For different reasons, it would be beneficial if the set of unspent boxes...