sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

Client Event Emission Failing #95

Closed 4meta5 closed 4 years ago

4meta5 commented 4 years ago

I have a feeling that I am not using the subxt macro correctly. In particular, I suspect that there are some naming conventions that I am not following. cc @dvc94ch

A recent commit will show the often return EventNotFound error if you run cargo run --example org in the client directory while the node is running...

    Finished dev [unoptimized + debuginfo] target(s) in 2m 28s
     Running `/Users/4meta5/sunshine-protocol/sunshine-node/target/debug/examples/org`
Error: EventNotFound
dvc94ch commented 4 years ago

Solved