Sarabraj Singh

Results 11 comments of Sarabraj Singh

hey @nasjomach can you copy/paste the output of the API details for this inventory update? endpoint: `/api/v2/inventory_updates/` where `` is the id number of the job corresponding to the inventory...

might be a duplicate of - https://github.com/ansible/awx/issues/12530

https://github.com/ansible/awx/pull/12888 - needs to be scoped in here as well

@WhoNeedszZz - is this issue still open?

hey @joshklop - just to be clear, you'd like to see a `uint128` type implementation similar to this implementation in the `net` package? https://go.dev/src/net/netip/uint128.go

@joshklop - i threw up a quick wip pr - https://github.com/NethermindEth/juno/pull/1452 - let me know if this is the direction you'd like to see from the implementation. if it's good...

both casts work for compilation on f39.

@joshklop - i don't know the pattern around this but we might need to regenerate the transaction hashes in the `core` package, specifically in the `transaction_test.go` file. this is the...

> In `core.ResourceBounds.Bytes`, replace `maxPriceBytes[16:]` with `maxPriceBytes`. We needed to explicitly grab the last 128 bits when we were using the 252-bit felt, but that doesn't apply anymore. ah man...

lastly, im not sure if we should be changing between `felt.Felt` objects and `uint128`. the underlying implementation of `felt.Felt` uses a 32-bit `[4]uint64` slice array (4 slots) and `uint128` is...