Results 127 issues of Will Winder

A shortcut that pops up a dialog and allows sending a payment. [Shortcuts tab](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/bubbles/about/utils.go#L11).

good first issue
help wanted

Refactor the styles so that they can be swapped out for different themes. Most of the colors are hard coded in the [Style object](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/style/style.go#L16). The rest are scattered about in...

good first issue
help wanted

Option for dynamically adding and removing accounts from the accounts tab.

good first issue
help wanted

We should deprecate support for Java 7 and move to Java 8. Java 7 has almost no market share these days, especially in the security conscious crypto space. If that...

Team Lamprey

There are a number of examples for bundling a JVM: http://wiki.netbeans.org/NBIBundledJVM https://dzone.com/articles/including-jre-in-nbi https://blogs.oracle.com/geertjan/installing-the-jre-via-an-applications-installer-via-windows https://platform.netbeans.org/tutorials/nbm-nbi.html#bundling-jre But most assume the ANT build scripts are being used. Are there any examples of bundling...

*Need more info* When implementing participationRegistry.go I did not add a call to Record for the compact certificate key usage. I think it would go in node.BroadcastSignedTxGroup and look for...

blocked
Team Carbon-11

## Motivation Reusing the HashLeaf function in a separate repository. It also allows re-using the HashLeaf function in [the manual-execution app](https://github.com/smartcontractkit/ccip/blob/6ec74ddc55a5ee8d6618aa714101d777f1bddcde/core/scripts/ccip/manual-execution/helpers/execReport.go). ## Solution A factory function to provide access to...

These are utilities that CCIP uses across several projects that should not depend on each other. Currently they are copy/pasted several times, so putting them here should be a nicer...

These utilities are used widely for CCIP security. They are also useful in general for applications that need to validate or create CCIP execution proofs.

### Subject of the issue If you override the target round to some point in the distant future, the algod importer will appear to stall at the init stage waiting...

bug
Team Lamprey