JimboJ

Results 35 issues of JimboJ

## Changes - Change how we construct extrinsics to support latest runtime version - Add gssmrLatestTxnQueue runtime to run integration tests with the latest runtime for maintaining the transaction pool...

## Issue summary - Have the strings/integers/etc in default files of runtimes be constants instead of variables for latest runtimes

Type: Enhancement
runtime
W3F Approved

## Describe the bug - When running multiple nodes on a local devnet on the 9.19 branch, submitting a transaction results in a root mismatch in the trie state. This...

Type: Bug
state
W3F Approved

## Issue summary - Depends on #2363 - Make transaction tests configurable (txns/sec, % invalid txns, etc) - Publish metrics to datadog - Add any final things to tie everything...

tests
CI
W3F Approved

## Issue summary - Dependent on #2362 - Build long running transaction tests that interact with the devnet - Come up with schema for sending transactions that is long running...

tests
CI
W3F Approved

## Changes Improved txnPool logic and added txn formatting based on txnQueueApiVersion to support the latest runtime. ## Tests ```sh go test ./dot/core ``` ## Issues https://github.com/ChainSafe/gossamer/issues/2462 ## Primary Reviewer...

## Issue summary - Currently, both the babe package and the runtime package have their own separate logic for handling invalid transaction (including unmarshalling). This probably can be better organized....

C-simple

## Issue summary - Currently integration tests being run as unit tests are greatly increasing the time it takes to run unit tests in CI. Specifically this is an issue...

tests
grandpa
network
W3F Approved

## Issue summary - Research substrate impl of politeness in grandpa - Create plan for implementing in gossamer - Create readme to document politeness in gossamer

grandpa
W3F Approved

## Changes - Create a file reputation.go (lib/grandpa) that defines how cost/benefits and cost calculation functions will be implemented. This is in comment form for now, as I am just...