Nicolas Gotchac
Nicolas Gotchac
Okay so actually I tried and there's only a last piece missing here... So for Gitlab, `gorelease` uses the Release link API right now to add the assets to a...
> would #2993 help? Hey! Thanks for the update, I think it's going in the right direction, but it's still not working :/ This is mostly on Gitlab's end, since...
So I found a way to do that with templates: ```yaml pipeline_stages: - json: expressions: level: ts: - labels: level: - template: source: message template: '{{ omit (mustFromJson .Entry) "ts"...
> @ngotchac I'd love to get this working, but have been unable to get better than '[inspect: template stage]: none' and completely unmodified output from the above. I've tried with...
> > I'm not sure I get your question about injecting new k:v pairs. This snippet is to remove some k:v pairs > > It's the flip side of the...
Had the same issue, and we mostly see it (I think) using Go's `go-ethereum` lib since it does check for `v, r, s` validity when parsing a full block from...
I added a 2nd commit that fixes invalid (from geth's PoV) dummy signatures. The issue was that it was using `v == 0`, while this snippet in geth'd code: https://github.com/ethereum/go-ethereum/blob/d2f00cb54edc4486314c25d9e6c5b739009c2201/core/types/transaction.go#L234-L238...
OK and one last commit, to actually use the provided signature when creating a transaction. This resolves an issue where the computed transaction hash in `anvil` (computed once, reused everywhere...