Logan Saether

Results 72 issues of Logan Saether

I'm looking for a data feed that can give me the total unlocked tokens at any given block. Essentially this would be the total issuance which can be queried from...

It appears that something in this library isn't working with recent versions of solidity, truffle and ganache-cli. Trying to run the example in the README goes okay until I try...

Nice tutorial! You might have noticed but `ink!` is still super new. Some features are not fully implemented and there will likely be breaking changes. Have you thought about how...

Using Travis CI it should be possible to build the pdf from the `.tex` souce on every commit to `master` branch and pop up the updated `pdf` on a publicly...

Add some documentation to explain how everything works.

Right now this tool is pretty simple and just monitors what events happened and when without much additional data. To make it more useful we should include: - [X] Which...

So right now this just acts as a monitor for the on-chain events whenever a validator has _already_ been reported of an offence. But I was thinking that this would...

Comments in the code show that this was an intended example but never completed. Was this on purpose or is there no plan to add an example IPFS data store?

In the config the default chain is `kusama cc3` however Telemetry feed expects exactly cased names. The name for the actually Kusama chain should be `Kusama CC3`. I had to...

help wanted