graphcast-sdk icon indicating copy to clipboard operation
graphcast-sdk copied to clipboard

Graphcast SDK allows you to build gossip-powered Radios

Results 13 graphcast-sdk issues
Sort by recently updated
recently updated
newest added

Create repo Create more detailed specs Metamask sdk to sign and boardcast messages to Graphcast network

size:medium
p2
meta:triaged

Bumps [slack-morphism](https://github.com/abdolence/slack-morphism-rust) from 1.14.3 to 1.15.1. Release notes Sourced from slack-morphism's releases. v1.15.1 What's Changed Removed confusing duplicate field on Slack User model by @​abdolence in abdolence/slack-morphism-rust#218 Apparently Slack accidentally...

Bumps [async-graphql-axum](https://github.com/async-graphql/async-graphql) from 4.0.16 to 6.0.9. Release notes Sourced from async-graphql-axum's releases. 5.0 Add support for dynamic schema Add support to federation(v2) for dynamic schema Add tempfile feature, enabled by...

Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.27.0 to 0.28.0. Changelog Sourced from secp256k1's changelog. 0.28.0 - 2023-10-23 Add bindings to the ElligatorSwift implementation #627 Depend on recent release of bitcoin_hashes v0.13.0 #621 Add...

**Problem statement** Currently Eth addresses are used for identifying entities **Expectation proposal** - Add a query field to get GNS for human readable addresses (Indexer and subgraph) - Add field...

type:feature
size:medium
p3

**Problem statement** On the relay network, all nodes should eventually receive all messages, which might cause too much work for certain nodes. To alleviate network traffic from participating nodes, we...

type:feature
size:large
p3

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

`RadioPayloadMessage` should be a trait, not a struct This trait need to require: 1. Everything on `GraphcastMessage` currently 2. Set of required functions - `decode` - `validity_check` - `build` 3....

**Describe the bug** If a radio is connected to multiple peers and the peers are gossiping some of the same messages, the radio experiences multiple instances of those messages. Currently...

type:refactor
size:small
p3
meta:triaged