forest icon indicating copy to clipboard operation
forest copied to clipboard

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!

Results 18 forest issues
Sort by recently updated
recently updated
newest added

The python implementation of the protobuf decoding contained in mc_utils needs to be updated (for block version 2?)

it would be helpful to be able to op people without having to restart

when I run `cargo build --release`, follow error happens: error: failed to select a version for the requirement `curve25519-dalek = "^2.0.0"` candidate versions found which didn't match: 3.2.1 location searched:...

Hey, i'm a bit new to all this. Just trying to work with the basic hellobot.py from forest.core import Bot, Message, run_bot class HelloBot(Bot): async def do_hello(self, _: Message) ->...

``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', auxin_cli/src/main.rs:174:14 note: run with `RUST_BACKTRACE=1` environment...

bug

it's currently dangerous to have multiple bots in the same group: they can get into loops with each other, multiple bots respond to the same command, etc. add a `do_toggle_strict`...

use https://github.com/exquo/signal-libs-build/issues/3 https://gitlab.com/packaging/signal-cli#support ? idem for auxin

https://github.com/mobilecoinofficial/forest/blob/68a86b818ed2dd52c5bb78a6ef0163058050b539/forest/core.py#L1244