rust icon indicating copy to clipboard operation
rust copied to clipboard

Rust work for nomad actors

Results 52 rust issues
Sort by recently updated
recently updated
newest added

currently reverts in certain actions are not caught in pre-flight because we no longer estimate gas. We should run an eth_call to see if they would cause a revert and...

good first issue
fix

## Motivation Killswitch is functional but takes too long to configure. Configuration should be handled automatically and require only local AWS credentials to run. ## Solution - AWS credentials are...

enhancement

## Motivation Minor fixes to get Avail demo up and running ## Solution - Copy configs into docker image root - Switch db path to `/usr/share/nomad` - Lower page size...

## Motivation Currently Substrate only supports local signing, which is a security issue ## Solution Add a signer for nomad-substrate that works with AWS credentials. More specifically, build an AWS...

enhancement

## Motivation We want a clear distinction between EVM and others networks (ie Substrate). ## Solution Added an enum into domain, which specifies whether the network is EVM (with info...

## Motivation Prevent agent from accidentally being run with different contract addresses that previous invocations. This will prevent manual config wrangling from accidentally triggering severe agent issues ## Solution Add...

enhancement
configuration

## Motivation Prevent false positive double-updates Prevent watcher from using an old configuration after an updater rotation ## Solution Prevent false positives on double updates by checking that the 2...

bug
touches-critical-code

## Motivation An operator running a watcher is typically an app owner or L1 partner (chain-centric). In the current, home-centric agent design, they must currently run N watcher instances for...

enhancement
refactor

Health monitor daemon ## Motivation ## Solution ## PR Checklist - [ ] Added Tests - [ ] Updated Documentation - [ ] Updated CHANGELOG.md for the appropriate package

enhancement

Currently all we have is [generic error message](https://github.com/nomad-xyz/rust/blob/main/nomad-base/src/settings/macros.rs#L100). Want to bubble up what caused function to return `None` for `AgentSecrets`.

fix