burrow icon indicating copy to clipboard operation
burrow copied to clipboard

https://wiki.hyperledger.org/display/burrow

Results 53 burrow issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. Commits 4e156b6 2.8.2 43c272d Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [ejs](https://github.com/mde/ejs) from 2.6.2 to 3.1.7. Release notes Sourced from ejs's releases. v3.1.7 Version 3.1.7 v3.1.6 Version 3.1.6 v3.1.5 Version 3.1.5 v3.0.2 No release notes provided. v2.7.4 Bug fixes Fixed...

dependencies

**Describe the Bug** The signature to be passed to btcec.RecoverCompact must have the structure `[v, r, s]`, but the current implementation of ecrecover has the structure `[r, s, v]`, which...

can burrow support the solidity tuple type , i have not find in evm/abi for example: pragma solidity >=0.0.0; pragma experimental ABIEncoderV2; contract A{ struct S{ string para1; int para2;...

Please include in your bug report: - [x] `burrow version` (0.24.2+ 2019-03-01T16:43:24Z) - [x] `go version` (go1.11.3 linux/amd64) - [x] `operating system` (Ubuntu 16.04.1.) ### Expected to happen Nodes will...

bug/unconfirmed
area/consensus

IAVL lacks a maintainer and has fundamental performance issues (see https://github.com/cosmos/cosmos-sdk/discussions/829 and https://github.com/cosmos/cosmos-sdk/issues/7100) The Cosmos SDK team are planning to replace their use of IAVL with https://github.com/lazyledger/smt but need to...

Currently contract metadata consists of the ABI, it is stored within a JSON blob that isn't explicitly represented in any GRPC schema. This is probably mistake and provides less certainty...