Skip to content

Releases: Indicio-tech/aries-framework-javascript

0.5.6-revocation

23 Jul 20:15
Compare
Choose a tag to compare
0.5.6-revocation Pre-release
Pre-release

TGZ's for Holdr+ 1.5.6 release with revocation, JSON-LD credential deletion & multi-use invitation fix.

Indy VDR Proxy Only

08 Feb 19:42
Compare
Choose a tag to compare
Indy VDR Proxy Only Pre-release
Pre-release

Custom version of AFJ that uses the fetch modules to interact with Indy-VDR Proxy servers to interact with ledgers instead of using Indy-React-Native.

How to setup proxy service:

const options = {
          config: { ... },
          dependencies: agentDependencies,
          modules: {
            ledger: new LedgerModule({
              vdrPoolConfigs: [
                {
                  id: 'Indicio Test Net',
                  url: 'url to proxy server',
                  isProduction: false,
                  indyNamespace: 'indicio:test',
                },
              ],
            }),
          },
        }
        
        

Async Ledger Calls 322

10 Dec 23:29
Compare
Choose a tag to compare
Pre-release

Will now open the ledger pools asynchronously on agent initialization unless said otherwise in the agent config.
Requires the use of this version of indy-sdk-react-native

SITA Async Ledger and Priority fix

10 Dec 23:22
Compare
Choose a tag to compare
Pre-release

Based off of feature/questionAnswer
Includes fixes for async ledger loading on agent initialization and receiving a message after reconnecting to internet.
requires the use of this version of indy-sdk-react-native

Updates AFJ to 0.0.5 with label usage

19 May 23:52
Compare
Choose a tag to compare
Pre-release

Updates AFJ to 0.0.5-unstable.0 with necessary peer labels and data transfer capabilities.

Add Peer Labels in Connection Records

28 Apr 03:45
Compare
Choose a tag to compare
Pre-release

Adds peer labels in connection records.
Adds tests.

Data Transfer Module Additions 1

26 Apr 23:43
Compare
Choose a tag to compare
Pre-release

Added feature to deny credential offers

Data Transfer Module Additions 0

15 Apr 23:00
Compare
Choose a tag to compare

Adds data transfer module to Aries Framework Javascript.

0.0.5-setlabel.0

25 Apr 01:26
04a3e3f
Compare
Choose a tag to compare
0.0.5-setlabel.0 Pre-release
Pre-release

Adds label setting capabilities. Primary contributor @TheTreek