Skip to content

Releases: overhide/ledgers.js

Web3.js included in ledgers.js again.

23 May 01:57
Compare
Choose a tag to compare

It's too cumbersome to expect users to include Web3.js despite it's size.

It's back in the ledgers.js module.

We'll patiently wait for Web3.js to get its size in order: web3/web3.js#1178

Support overhide-social for Microsoft and Google.

15 May 23:14
5c4e881
Compare
Choose a tag to compare

Allow users to not manage their own Eth creds for use with overhide-ledger.

They can keep them in overhide-social and login with their Microsoft and Google credentials.

This means credentials are stored in the cloud, and dependent on social login, but it's an option.

Adding Bitcoin support.

03 May 01:26
Compare
Choose a tag to compare
[1] add manual bitcoin imparter

[2] add liquality wallet (but don't enable, no change addresses)
[3] refactor use of iframes out of overhide_wallet into its own dom_fns.

Adding 'as-of' to transaction APIs, reducing number of back-end calls, fix to network-mode selection for ohledger.

25 Apr 22:56
Compare
Choose a tag to compare

[1] Return values from getTallyDollars(..), getTally(..), getTransactions(..) changed to return wrappers `{'tally':.., 'transactions':.., 'as-of';..}

This allows returning the new 'as-of' value which can be passed back into the GET /get-transactions remuneration API to get the same results. Use of the as-of leverages a cache which allows your back-end to hit it a lot more often at higher API rates.

[2] To further reduce traffic and load, the ledgers.js library no longer calls the https://rates.overhide.io service directly. The remuneration APIs have a new 'tally-dollars' query parameter that do the conversion in the back-end.

[3] A major bug introduced in 4.1.0 is fixed: ohledger or ohledger-web3 imparter could only create PROD Stripe.com transactions (not test).

2.1.0

09 May 14:53
Compare
Choose a tag to compare

setCredentials no longer requires address to be set for OHLEDGER imparter.

2.0.0

07 May 16:40
Compare
Choose a tag to compare