-
Each smart contract should have their own directory, according to Soroban.
Create a folder for each smart contract, at the moment we only have 3 (Group, Verifier, SemaphoreKeyPts).
Following t…
-
We are discussing with Soroban Domains (Enrique) to add link metadata to a domain. See this discussion:
https://discord.com/channels/897514728459468821/1213642853339766805/1293795340515934230
``…
tupui updated
4 weeks ago
-
As part of the core contracts we need to migrate the `SemaphoreVerifierKeyPts` to Soroban.
Follow this resource: https://github.com/ZencypherSolutions/semaphore-stellar-docs/blob/main/research/Sema…
-
Similar to #203, it seems like the `1.4.1` releases are still making assumptions about items in the current space that weren't prior, which is a breaking change, and fails to build on projects who wer…
-
Versions can be defined in a virtual workspace, by specifying `version.workspace = true`, and those shouldn't be overriden.
Currently the tool is overwriting the `version.workspace = true` and repl…
-
### What version are you using?
`21.7.6`
`22.0.0-rc.3`
### What did you do?
```rust
#![no_std]
use soroban_sdk::contracttype;
#[contracttype]
#[derive(Clone)]
pub struct Struct1(pub ());
#[cont…
-
Soroban protocol 21 did not support constructors (functions exposed by the contract, which the Vm calls upon contract deployment).
That means that a developer would have to call `init` manually from …
-
The Semaphore verifier contract for Soroban requires zk-SNARK proof verification using BLS12-381 pairing-based cryptography. With the introduction of CAP-0059, Soroban now provides native host functio…
-
### Problem
Running `cargo package --no-verify` successfully packages crates in a workspace using the `[patch.crates-io]` entries when validating the Cargo.toml file.
Running the same command fa…
-
Make a cron job in CI to monitor an underlying contract. We could also track the project with Tansu and use this instead. But later I would think.
```
stellar contract fetch --id CAP52ERGUZ65UNPHP36C…
tupui updated
1 month ago