Luke Frisken
Luke Frisken
```rust #[derive(Component)] struct Bar { foo: (String, String) } ``` or ```rust #[derive(Component)] struct Bar { foo: (String) } ``` I get the following error message: ```text unexpected type in...
Running `cargo check --all-features` on master currently produces the following errors: ``` error[E0119]: conflicting implementations of trait `ext::ArgumentResolver` for type `ext::PathOperations` --> utoipa-gen/src/ext/rocket.rs:23:1 | 23 | impl ArgumentResolver for PathOperations...
It would be good to have support for [eyre](https://github.com/yaahc/eyre)/[color-eyre](https://github.com/yaahc/color-eyre) too along with #180
## 💥 Proposal Someone using `snarkos-rpc` for the client portion, doesn't want to pull in all the server dependencies, and vice versa. Also it would be nice if the `rpc_types`...
## 💥 Proposal The RPC endpoint has a function for creating transactions, it would be nice to have this functionality exposed as a rust library, with native snarkOS types as...
## 📚 Documentation https://developer.aleo.org/autogen/testnet/private_endpoints/createrawtransaction It would be good to have some more description about each of the inputs and how they relate to each other, and a detailed example for...
## 🐛 Bug Report While making the following rpc request: ```json { "jsonrpc":"2.0", "id": "1", "method": "createrawtransaction", "params": [ { "old_records": [ "ac4fc76cfc377565bd81488e5a1d9980946aba053d3366012ae63556b0820b0b0080d1f008000000000000000000000000000000000000000000000000000000000000000000000000304e7ae3ef9577877ddcef8f8c5d9b5e3bf544c78c50c51213857f35c33c3502df12f0fb72a0d7c56ccd31a87dada92b00304e7ae3ef9577877ddcef8f8c5d9b5e3bf544c78c50c51213857f35c33c3502df12f0fb72a0d7c56ccd31a87dada92b00cd9ad790e0d0fc4c4a5775242f1ca044f2c54354c9850b0039ae745490c94610af0768daad7b206bed8c0ef1c740184f3cf17a4edaa36dd40510e3ccb6a5d905d4f32f9e417157cd1af583377782b1989b78de51424d068c0b44972f4665f901" ], "old_account_private_keys": [ "APrivateKey1uGUHJeUGBxBB85SruKgP75krMKo7X686LqsjSCZttLWANBo" ], "recipients": [{...
## 🚀 Feature A new RPC method to efficiently query whether a record serial number has been published in a transaction, and which transaction that was. Input: + Record serial...
## 🐛 Describe the Bug `snarkos-toolkit`'s `PrivateKey` type prints out what I presume to be sensitive information in its `Display` trait implementation. e.g.: > AKey1NASMyhNcGYNHnRjABiBWpUxiFrq78UXmuZxebxJa5dL7aY9FQLNKyxVHeVmSDTNcdSucwh6VUTkwQ1LfTCD7eTtkdo3mByneAgNvxGurwK1kqqk4MRRHYH8pKLBxzNE6JXcm3szZP85andaMwNiWeiy6PY3L4XNP8MN5A3VfgEFhQN3 It also prints out what...
https://developer.aleo.org/aleo/concepts/blocks#timestamp https://developer.aleo.org/autogen/testnet/public_endpoints/getblock#response Is it seconds, milliseconds, microseconds or nanoseconds since epoch?