Victor Castell
Victor Castell
Omit all plugins except the shell plugin that will be included in the main binary.
It's currently hardcoded https://github.com/distribworks/dkron/blob/master/builtin/bins/dkron-executor-rabbitmq/rabbitmq.go#L58
Replacing BoltDB with fast-store increased the speed of the Raft log operations enormously, allowing the user to choose the degree of duration in disk. Under my tests, with the same...
## Expected Behavior Return an error when overriding a non existing container. ## Actual Behavior The task run with the default container ## Steps to Reproduce the Problem 1. Create...
Some scripts are deprecated and doesn't work anymore, others are still useful, review them.
If it's nil, EstimateGas will return a "stack underflow" error.
According to `go.mod` it depends on https://github.com/centrifuge/go-substrate-rpc-client/blob/master/go.mod#L15 in the v4 but it's not working for me. It only works for me if I manually add dependency on github.com/vedhavyas/go-subkey/v2
# Description Please provide a detailed description of what was done in this PR # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ]...
# Description This PR implements transaction tracing that will be used by Zero for proving state transitions. # Changes include - [ ] Bugfix (non-breaking change that solves an issue)...