Murisi Tarusenga
Murisi Tarusenga
An attempt to resolve https://github.com/anoma/anoma/issues/1426 . This PR expands the existing repository actions to build Anoma releases for macOS, Windows, and Linux. These release artifacts would have names like `anoma-v5-Linux-X64.tar.gz`...
customer: performer: deadline: estimated: started: actual: completed: confirmed: dependencies: - [ ] supersedes: - --- Somehow package Anoma into a single binary for each platform that can be run without...
customer: performer: deadline: estimated: started: actual: completed: confirmed: dependencies: - [ ] supersedes: - --- The issue https://github.com/anoma/anoma/issues/1265 concerns providing a way for Anoma developers to manually build release binaries...
An attempt to address #1511 . Added an Anoma client executable script to the release archive that works by using the Erlang emulator to directly execute BEAM files in the...
An attempt to resolve #1427 based on #1448. This PR does not produce a single binary because there are drawbacks to launching these on macOS and Linux. However this PR...
customer: performer: deadline: estimated: started: actual: completed: confirmed: dependencies: - [ ] supersedes: - --- Currently the Anoma release binary only exposes subcommands like `start` and `remote` for starting and...
## Describe your changes This PR extends the CI to generate random transactions and simulate displaying and signing them in the Zemu emulator. More specifically, the following changes have been...
## Describe your changes This PR is an attempt to slightly mitigate https://github.com/anoma/namada/issues/4372 by reducing the amount of unclaimable rewards created by the rewards algorithm. The approach taken is to...
## Describe your changes This PR attempts to address issue #4304 by distributing rewards only among the dated assets. Doing this involved tracking the balance of dated/undated assets in the...
## Describe your changes Based on #4303 . Implemented a version of MASP rewards where rewards do not compound. More precisely, the NAM received for locking tokens in the MASP...