Deployer permission override - #1007
Closed
pathornteng wants to merge 2875 commits into
Closed
Conversation
Testing & Candidate Updates
Golangcilint
Golangcilint
golangcilint configuration file
fix compilations
Really the current validator set should be available through Validators() on the contract context, but that doesn't appear to be hooked up to DPOSv2, only v1, so we have to make a direct call into the DPOSv2 contract for now.
* Restrict line length to 120 chars * Lower linter error threshold to 136
dPoS docs & referral improvements
Load dposv3 when set in the loom.yml
* Fix cluster readiness check in e2e test runner Previous implementation didn't actually work properly. * Increase max retries to 5 while waiting for nodes to start up coin-2 really doesn't like starting up in timely fashion sometimes.
* Compress and move test data * Only include logs * Reorder
enlight
requested changes
Apr 17, 2019
Wrong file name for OSX.
Force the ChainConfigManager to panic if it tries to enable a feature that's not supported by the current build. This should safely prevent the node from processing any further blocks in case a feature it doesn't support is activated by the rest of the chain. To make this work features now have a minimum build number associated with them, which must be specified by the ChainConfig contract owner when adding new features. The new functionality is not behind a feature flag, so once this is deployed to production new features can't be added until the whole cluster upgrades to a new build.
* URI support in e2e test runner * URI support in coin tests * Coin command migration to go-loom * URI FLag support in sendtx * URI support in util.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #981
go-loom: loomnetwork/go-loom#355