Tom Langer

Results 11 issues of Tom Langer

It's not the prettiest thing in the world, but it works. fixes #628 Example output (**notice how for one of the messages there are errors instead of decrypted text**): ```json...

dev
IBC

In holodeck, running the following command fails: ``` secretcli tx compute instantiate 30303 '{"reward_token":{"address":"secret12q2c5s5we5zn9pq43l0rlsygtql6646my0sqfm", "contract_hash":"c7fe67b243dfedc625a28ada303434d6f5a46a3086e7d2b5063a814e9f9a379d"},"inc_token":{"address":"secret1pt60eq9hh3c4rk3gj9nus9ahjn948ccx7p2ghs", "contract_hash":"f86b5c3ca0381ce7edfffa534789501ae17cf6b21515213693baf980765729c2"},"reward_sources":[{"address":"secret13hqxweum28nj0c53nnvrpd23ygguhteqggf852", "contract_hash":"c8555c2de49967ca484ba21cf563c2b27227a39ad6f32ff3de9758f20159d2d2"}],"viewing_key":"123","token_info":{"name":"bulk-rewards","symbol":"BULKRWRDS"},"prng_seed":"YWE="}' --from test --label sdss --gas 2000000 ``` It fails because code `30303` tries...

bug
debt

Fix the docs, mainly `secretcli` usage.

documentation
IBC

Hey guys! Looks like the live demo [here](https://metamask.github.io/Add-Token) is not working. Gives me a blank page.

Currently supporting decrypting only input blobs.

bug
dev
p-low

https://github.com/enigmampc/SecretNetwork/blob/master/x/compute/client/cli/query.go#L297-L301

good first issue
dev
p-medium

SCRT token (already approved for [ERC20](https://github.com/trustwallet/assets/pull/5801/files) and [BEP20](https://github.com/trustwallet/assets/pull/6901/files))

Payment Status: Requested

Hi. I am using this library, version 2 (socketIO-client 2). I had trouble emitting binary files in chunks. this is the code: ``` progress = 0 dumpSize = os.stat(s_dummyDumpPath).st_size dumpFile...

HI 👋🏼 ### What went wrong? When trying to decode (in tendermint-rs) a proto encoded ValidatorSet (encoded in tendermint) you get the following error: ``` StringTracer: error converting message type...

bug