Tom

Results 38 issues of Tom

There is an error parsing functional interfaces. For example (from kotlinlang.org): ```kotlin fun interface IntPredicate { fun accept(i: Int): Boolean } ``` The node which should represent the body/`accept` method...

bug
grammar

## Feature Description Incorporate SSI from PyDentity to the PryVote notebooks (prioritise Shamir Secret Sharing, as it is the more robust voting protocol), to verify that voters have the right...

Type: New Feature :heavy_plus_sign:
pryvote

## Description The notebook demonstrating Shamir Secret Sharing used quick-and-dirty code to en/decrypt the votes. This process should be made more robust and general by turning it into functions which...

Type: Improvement :chart_with_upwards_trend:
pryvote

## Description The current `docker-compose/manage/create_connection.py` setup spins-up two agents. We should generalise this process so that any number of agents can be created and connected with each other. To add...

Type: Improvement :chart_with_upwards_trend:

## Description Unit test the simple behaviour of aries-basic-controller. Create a `tests` folder to store them in ## Type of Test - [X] **Unit test** (e.g. checking a loop, method,...

Good first issue :mortar_board:
Type: Testing :test_tube:
hacktoberfest

## Feature Description The current manage and compose files for the PryVote demo environment are based on the 'alice' and 'bob' dockerfiles. We need more agents to demonstrate voting The...

Type: New Feature :heavy_plus_sign:

## Description Use github actions to setup unit testing of branches ## Type of Test - [] **Unit test** (e.g. checking a loop, method, or function is working as intended)...

Type: Testing :test_tube:

ISIS SANS has a new reduction workflow, where events are kept for as long as possible. Because there is a slight discrepancy between data reduced the old and new ways,...

SANS
Maintenance
ISIS Team: LSS
Awaiting User Response