-
Notifications
You must be signed in to change notification settings - Fork 33
[Core] Consolidate all node configurations into a new configs package - (Issue #396) #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
122 commits
Select commit
Hold shift + click to select a range
80eb15b
refactor(shared): centralized config_protos
deblasis 35b128a
feat(test_artifacts): deterministic keygen
deblasis df5c92e
refactor(runtime): refactored to use centralized configs
deblasis 97803dd
refactor(Consensus): refactored to use centralized config
deblasis d439459
refactor(logger): refactored to use centralized logging
deblasis 807086f
refactor(P2P): refactored to use centralized configs
deblasis 774e9fd
refactor(Persistence): refactored to use centralized configs
deblasis c88f455
refactor(RPC): refactored to use centralized configs
deblasis d2f3ba7
refactor(telemetry): refactored to use centralized configs
deblasis ab115f6
refactor(Utility): refactored to use centralized configs
deblasis 80a7ba2
refactor(shared): refactored to use centralized configs
deblasis 6187b29
style(shared): 🧹
deblasis fe88719
refactor(config): removed baseconfig, added max_mempool_count
deblasis 375fcac
refactor(config): removed base_config
deblasis 2ea6b95
refactor(genesis): single genesis
deblasis f599882
refactor(core): core types
deblasis 43c560f
refactor(shared): core types
deblasis f60517b
refactor(genesis): centralized genesis
deblasis a689e90
refactor(consensus): removed converter
deblasis b4a5fd9
refactor(persistence): removed converter
deblasis 535130d
chore(go.mod): tidy
deblasis 00de795
refactor(consensus): centralized genesis + core types
deblasis 0165bd4
refactor(persistence): centralized genesis + core types
deblasis 2248e74
refactor(p2p): centralized genesis + core types
deblasis fa09298
refactor(runtime): centralized genesis + core types
deblasis f71d831
refactor(utility): centralized genesis + core types
deblasis 910b20e
refactor(shared): centralized genesis + core types
deblasis 4da6cbb
chore(telemetry): simplified interface
deblasis 75fa712
refactor(makefile): updated to handle relocated protos
deblasis 31a4013
wip new RPC endpoints
deblasis 0b56298
test(consensus): fixes
deblasis f52182f
chore(consensus): 🧹
deblasis 8e02599
chore(runtime): 🧹
deblasis 04c75d4
chore(Makefile): | | |
deblasis b54cc52
refactor(persistence): genesis stakedActorsInsertConfigs
deblasis 052c491
style(persistence): nit
deblasis 01a1fb2
style(persistence): nits
deblasis b6d86fd
style(persistence): nits
deblasis 27db554
style(persistence): nits
deblasis 20f862d
style(runtime): nits
deblasis 7396e81
docs(runtime): changelog
deblasis f37f02a
docs(consensus): changelog
deblasis b50bd6a
docs(persistence): changelog
deblasis 2b04333
chore(persistence): 🧹
deblasis a49a8cd
chore(utility): spacing
deblasis cf55682
docs(utility): changelog
deblasis 285932f
docs(P2P): changelog
deblasis 4e2cc72
chore(P2P): nits
deblasis 829e2ff
docs(RPC): changelog
deblasis a89f218
docs(shared): changelog
deblasis 9dfafb9
refactor(consensus): ValidatorMap pointers vs values
deblasis 7cb47dc
chore(persistence): cleanup
deblasis a09c234
chore(runtime): nits
deblasis 7b576df
chore(runtime): fixed issue reference
deblasis 0a9f151
chore(core): added todo reference
deblasis eb685fb
refactor(core): protos using core, utilTypes phased out
deblasis ceb768e
refactor(CLI): updated to use coreTypes instead of utilTypes
deblasis 82e463c
refactor(runtime): updated to use coreTypes instead of utilTypes
deblasis 555bdc2
refactor(core): ActorType.GetName()
deblasis b8b6674
refactor(utility): updated to use coreTypes instead of utilTypes
deblasis c7d1326
fix(core): pool_names value fix
deblasis 469635a
refactor(core): enum simplification, removed trailing _POOL
deblasis d9da996
Update Makefile
deblasis 5bef1b1
Update persistence/genesis.go
deblasis 8ceecb3
refactor(runtime): factoring instead of sync.Once
deblasis 8561177
chore(runtime): cleanup
deblasis 5df685c
refactor(runtime): parseGenesisJSON -> parseGenesis
deblasis f5694ab
refactor(shared): node -> serviceNode
deblasis 196845e
refactor(runtime): simplified keygen
deblasis d16a455
fix(persistence): genesis pool handling
deblasis 7f64ccb
Update runtime/test_artifacts/generator.go
deblasis ece9cf8
fix(persistence): added missing actortype to queries
deblasis 8305e6e
fix(P2P): ActorsToAddrBook considers only validators
deblasis 048ebbc
fix(core): PoolNames FriendlyName()
deblasis 0db801d
docs(demos): iteration 3 demo keys management
deblasis 5bacd1b
fix(P2P): added missing ActorType in tests
deblasis 8a9c0ae
fix(utility): poolName friendlyName
deblasis 505a104
test(persistence): updated statehash in deterministic test
deblasis 3cfd657
refactor(runtime): default config handling and separation
deblasis 2c420c7
feat(genesis): params are not hardcoded anymore
deblasis 0d62c5b
test(utility): defaults from test_artifacts
deblasis 10e04cc
fix(config): removed redundant cfg (now we have defaults logic)
deblasis e9cc6e8
Update utility/types/proto/stake_status.proto
deblasis 1e6ceab
Revert "Update utility/types/proto/stake_status.proto"
deblasis 623999f
docs(utility): linked issue #258 to todo item
deblasis e9ebc6e
refactor(test_artifacts): DRY config generation logic
deblasis 4e24c6a
docs(build): CHANGELOG
deblasis b26663f
docs(build): typo
deblasis be6ba7d
docs(logger): CHANGELOG
deblasis df13c44
docs(telemetry): CHANGELOG
deblasis c47ddfa
docs(consensus): CHANGELOG
deblasis 31c79db
docs(P2P): CHANGELOG
deblasis 00dc7f4
docs(persistence): CHANGELOG
deblasis ea999af
docs(RPC): CHANGELOG
deblasis 9edd1e4
docs(runtime): CHANGELOG
deblasis 2d58822
docs(shared): CHANGELOG
deblasis 834b885
docs(utility): CHANGELOG
deblasis f6100ad
docs(persistence): CHANGELOG consolidation
deblasis c91a7ad
Merge remote-tracking branch 'upstream/main' into issue/396-consolida…
deblasis a4fa535
docs(CLI): CHANGELOG
deblasis 8d02ad5
fix(CLI): CHANGELOG versioning
deblasis ff57847
Update docs/demos/iteration_3_end_to_end_tx.md
deblasis 4bddf5f
Update docs/demos/iteration_3_end_to_end_tx.md
deblasis 0532b07
Update persistence/docs/CHANGELOG.md
deblasis c86f8c5
refactor(persistence): s/InitParams/InitGenesisParams
deblasis 69cb8eb
docs(runtime): config options godoc
deblasis 00ae143
refactor(runtime): default values in defaults package
deblasis 5b237f2
refactor(core): poolNames -> pools
deblasis 8d9cb1a
docs(P2P): added TODO
deblasis d7a521e
refactor(persistence): actorType from schema
deblasis b8d1946
chore(shared): CHANGELOG 📆
deblasis fb42810
test(persistence): added test for GetAllStakedActors
deblasis 6ff3c3a
refactor(persistence): actorType set in getActorForRow
deblasis 414276a
chore(persistence): argument types in InsertFn
deblasis d82b018
docs(shared): CHANGELOGs dates
deblasis 6dea794
chore(shared): rm val keys
deblasis 52b500b
chore(gitignore): added validator keys
deblasis ac0e99d
docs(iteration3demo): updated to source keys from /tmp/
deblasis 3524dc9
docs(P2P): added todo #426
deblasis 636638f
docs(CLI): updated README
deblasis 2f73d5e
docs(runtime): updated README
deblasis 26ef163
docs(development): README
deblasis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.