Skip to content
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

builder/multiarch #2480

Draft
wants to merge 248 commits into
base: master
Choose a base branch
from
Draft

builder/multiarch #2480

wants to merge 248 commits into from

Conversation

rjonczy
Copy link
Contributor

@rjonczy rjonczy commented May 17, 2023

  • rename bootnode yaml files
  • fix: peer chain size
  • chore: fix segfault on network test
  • chore: set min. delegationt o 1k TARA and starting validators delegation to 10k TARA on devnet
  • chore: set default delegation for our validators to 100k
  • ignore helm stuff
  • wip: enable to deploy different images
  • fix yaml to json
  • added taraxa-indexer
  • fix indexer image keys
  • ws
  • temp chage of tag
  • enable indexer
  • fix volume name
  • chore: fix incorrect error log in rewards distribution
  • deploy specific version
  • changed tag of indexer
  • changed indexer image
  • fix args for taraxa-indexer
  • set nodeSelector for nodes in prnet
  • added ingress for indexer
  • fix name for indexer
  • add annotation for indexer ingress
  • add missing port
  • fix port
  • added indexer to github comment
  • removed temp tag
  • remove tag from indexer on ci pipeline
  • fix pullPolicy key
  • added affinity-mode as annotation
  • move part of .gitignore helm chart folder
  • chore: use old version of conan
  • chore: update dependencies
  • chore: vote sync error log remove
  • chore: add ValidatorExists flag into Undelegation struct returned from dpos contract
  • fix: update evm submodule with correct address in dpos_contract logs
  • chore: adds cors config for indexer
  • chore: fix transfer_lot_of_blocks test
  • chore: refactor transaction exceptions
  • feat: add transactions hashes to newHead event
  • feat: add taraxa_getChainStats moethod to RPC
  • added changelog entry for chart
  • changed db_path to data_dir
  • bump chart version
  • updated changelog for helm-chart
  • chore: implement claimAllRewards function in dpos contract
  • chore: update evm
  • chore: update evm
  • chore: update do cpp-check 2.10
  • chore: cppcheck useStlAlgorithm
  • chore: cppcheck remove cstyled casts
  • fix: missing tip block on tips selection
  • chore: random light node prune interval
  • remove disabled test
  • chore: remove HF functionality
  • chore: apart from previous period cert votes and previous round next votes process only votes with period >= current period & round >= current round
  • fix: process votes bundle even if some of the votes were already processed before
  • Empty-Commit
  • chore: optimize prune
  • feat: remove duplicated columns from DB
  • chore: asynchronous prune of state_db
  • chore: remove unrelevant test + other code related to this test
  • chore: wait 100ms before going into second finishing steo
  • refactor: rename variables and remove unsued code
  • chore: trigger exponentail backoff only if node is too far behind the rest of the network so it can catch up
  • chore: fix round_determine_from_next_votes test
  • fix: build on arm macs that was broken after update of cppcheck
  • chore: fix building instructions
  • chore: optimize rewards votes handling
  • feat: implement eip-1898
  • fix: do not broadcast votes that were not processed + request pbft syncing only vote sender is also vote author
  • fix: request votes syncing only if packet sender == vote author
  • chore: introduce HACK for json-rpc function params overloading
  • chore: disable gen_rpc_stubs
  • chore: modify rest of the API calls to accept int for block num
  • remove rpc nodes
  • chore: fix replacing nodes from table
  • fix processVote return value check
  • fix: cpp-check warnings on build
  • chore: fix rebuilding db columns
  • fix: RLP InvalidEncodingSize inherits from RLPException
  • fix: formating for clang-format
  • added kubemonkey labels
  • parametrize kubemonkey
  • fix keys
  • updated changelod
  • scrape from taraxa-indexer
  • added quotes to labels' values
  • chore: adds transaction generating script
  • bump version
  • chore: update evm
  • do not use @channel in slack notifications
  • rename files
  • move bootnode loadbalancer service to one file
  • move nodePort and loadBalancer for rpc node into 1 files
  • port-check cm not used
  • rename transaction generation file name manifests
  • added configmap suffix
  • rename configmaps
  • fix with right chain-in values in comment
  • added consensusLight node
  • fix consensusnodeLight statefeulset
  • update changelog
  • rename configmap for light node
  • env vars for existing secrets
  • add default keys for consensusLight node
  • chore: minor improvements + fixes
  • fix: save own votes and gossip them in case network get stalled
  • use rebroadcast flag in onNewPbftVote method
  • chore: adjust mac building compilation
  • chore: correct check for duplicate reward votes
  • chore: fix logs
  • fix: add revert reason to execution error
  • fix: network_test.transfer_lot_of_blocks
  • chore: change name of the function
  • fix: gas estimations for transactions with internal calls
  • feat: implement db migrations
  • feat: add TransactionHashes migration
  • chore: resolve PR discussions
  • fix: add batch to migration base class
  • fix: remove conan bincrafters repo and add jsonrpccpp with external_project
  • chore: remove prove() code that did nothing
  • chore: optimize copies on state prune
  • chore: remove old structs
  • chore: remove old cmake files
  • chore: prune state_db manually
  • feat: change how we process db versions changes
  • fix: update db version only if rebuild_db or all migrations was applied
  • do not regenerate genesis
  • chore: check state root on syncing
  • fix: use of all passed gas on reverts. add check to revert_reason test
  • fix: setting reward votes period
  • empty commit to trigger ci
  • feat: implement trace_replayTransaction
  • feat: add support for tracking blocks
  • chore: add check for block 0
  • chore: simplify code
  • chore: update evm
  • chore: improve prune
  • feat: parallel execution of state pruing
  • chore: update evm repo
  • refactor: rewards stats passing
  • refector: move process rewards stats functionality to separate class
  • feat: add option to change rewards distribution frequency with hardfork
  • feat: clean LOG.old* files on db start
  • chore: increase timers for more stable test runs
  • chore: rework how Host is destroyed
  • chore: transaction pool overflow improvements
  • chore: improve sync-gossip transition
  • improvement to build process
  • fix to docker tags
  • couple fixes
  • changed based image of builder
  • build multiarch builder

Purpose

How does the solution address the problem

Changes made

rjonczy and others added 30 commits February 16, 2023 16:10
chore: set min. delegationt o 1k TARA and starting validators delegat…
chore: set default delegation for our validators to 100k
chore: fix incorrect error log in rewards distribution
MatusKysel and others added 30 commits May 11, 2023 08:06
feat: parallel execution of state pruing
chore: transaction pool overflow improvements
fix crash in p2p test + stabilization for other tests
feat: clean LOG.old* files on db start
…build-process

builder/improvements to build process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants