solidity-protobuf icon indicating copy to clipboard operation
solidity-protobuf copied to clipboard

A generator of protobuf encoders compliant with ADR-27 (This is a fork of https://github.com/nutsfinance/solidity-protobuf)

Results 10 solidity-protobuf issues
Sort by recently updated
recently updated
newest added

This is the PR for the issue #42 It works for me.

"_get_real_size" function fails when sz == 0 The problem is in ProtoBufRuntime.sol while getting size of number to be encoded in probuf. Because realSize(sz) is zero, it runs (base

and added nix shell to get to build quickly, one liner. package builds, but needs more patches so. retained for next attempt

resolves null error when calling gen_runtime=ProtoBufRuntime.sol instead of gen_runtime=./ProtoBufRuntime.sol

to avoid empty location in extract_npm_package_name_and_directory_path

There are several issues to be fixed in testing. - Some of the test cases fail. - The content of `package.json` is too old. - JavaScript is used only for...

At the moment, specifying `solc_version=x.y.z` results in `pragma solidity ^x.y.z;`. But other styles of specification, like `pragma solidity >=0.6.0

As an extension of MessageOptions. ### Input (.proto) ```proto package very.long.package.name; message Foo { string x = 1; int64 y = 2; } message Bar { option (.solidity.sol_structname) = "Bar";...

The PR changes should be tested thoroughly before merging. This PR includes only combined dependabot recommended version updates and does not include a full build of the repo. Merging the...