weave icon indicating copy to clipboard operation
weave copied to clipboard

Easy-to-use SDK to build Tendermint ABCI applications

Results 22 weave issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.2.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Release v1.3.1 Tested versions: go...

dependencies

Resolves https://github.com/iov-one/weave/issues/1174

do not merge

## Dependency line: github.com/iov-one/weave --> [github.com/tendermint/tendermint v0.31.12](https://github.com/iov-one/weave/blob/master/go.mod#L26) --> [github.com/etcd-io/bbolt](https://github.com/iov-one/weave/blob/master/go.mod#L7) ## Background The `etcd-io/bbolt` has already renamed it’s import path from "github.com/etcd-io/bbolt" to "go.etcd.io/bbolt". As [etcd-io/bbolt README.md](https://github.com/etcd-io/bbolt/blob/v1.3.3/README.md) said, downstream repos should...

[This code piece](http://github.com/iov-one/weave/blob/0e96d0f20851a34f1d6389fdaed826ed13ad31e4/cmd/bnscli/cmd_query.go#L235-L318) contains query key, ID encryption, and decryption functions. If this code is provided in Weave as accessible, bnsapi could benefit it in terms of code quality. Also...

Goal: it would be vital to filter out any breaks when changes are made to bnsapi. eg. the endpoints /escrow/escrows and /multsig/contracts both return empty arrays when queried against mainnet....

Format: `cosmos:emoney-1` http://docs.iov.one/docs/iov-name-service/clients/chain-ids

## bnscli - Blocked by https://github.com/iov-one/bns/pull/47 - Blocked by https://github.com/iov-one/weave/pull/1157 - [ ] remove bnsd installation from travis on bns repo ## bnsd

Knowing the version of bnsd that a node is running is very useful, particularly for weave's migration capabilities.

Adding documentation to the REST API: - [ ] we need an example of a query of each endpoint using `curl`

We need a smart contract (on chain, in bnsd entity) that, when sent tokens, reads the `termdeposit` configuration, performs some calculations, and sends tokens based on the calculations. The flow...