Greg
Greg
> > I think for 3) having the blockID in transaction result would be sufficient @bfbachmann > > hi, does the transaction result currently include blockID? thanks! It doesn't, the...
Should we move this to the AN github?
Feel free to close this it was just something I encountered when using SDK in CLI and I had to solve it by sanitizing input and removing prefix (similar to...
I would need a validation the implementation actually produces a valid output cc @ramtinms @smnzhu Since I can't really compare it to the previous result as it changed, it should...
Can we get this merged so it doesn't get outdated 🙏 cc @ramtinms @smnzhu
@psiemens can you help review this?
Do you mean the proto files should be updated here: https://github.com/onflow/flow-go-sdk/blob/master/go.mod#L11 to the latest 0.2.3?
@MrDSGC @alse can you look into this if it's still relevant to our current work?
@smnzhu the only problem I have with this is that go-sdk does not include flow-go which makes it hard to reuse the Patricia merkle tree. I don't want to reimplement...
Does the interface has to keep the signature or it can change? I'm asking because the Merkle tree root hash is returned as identifiers and it might be a good...