-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(evm): update deps #579
Merged
Merged
Conversation
This file contains 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
* Ignore eslint in scripts * Use async calls * Ignore tests * Show testonly dependencies * Calculate deps * Add docs * Implement methods on Package * Cleanup * Rename deps to imports * Fix exceptions * Pass method * Go trough all packages * Improve logs * Rename file * Remove old scripts * Exit with 1 if failing * Fix validator-set-vote-weighted * Validator set static * Fix validator * Fix utils * Fix transaction pool * Fix test-framework * Fix packages * Add deps check * style: resolve style guide violations * Fix ci * Fix api * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* Check stored commit * Empty commit
* Remove console logs * Remove forger errors * Remove UnexpectedError * Remove extra exceptions * Add ValidatorExceptions * Handler throws errors * Improve logs * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* Add banner jpeg * Remove png version * Update readme
* release: 0.0.1-alpha.8 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
…stered validators (#466) * Mak method private * Build validators * Local variable * Use for of loop * Check active validators * Fix tests
* Add pg:reset * Decrease vote balance * Include fee * Remove unused line * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* release: 0.0.1-alpha.9 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* Run on pull request * No git checks * set token * Revert to original build conditions --------- Co-authored-by: oXtxNt9U <[email protected]>
…rs (#472) * refactor transfer amount deduction * cleanup * update schema tests
* Clear plugins & exports * Clear data * Remove variables * Add paths to contracts * Remove config paths * Cache cache, log, temp * Cleanup * Add command to api * Add clear all * Fix case
* release: 0.0.1-alpha.10 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
… by sender in pool (#475) * Rename variable * Fix text * Check transaction already in the pool
* Inject * Print method * Print on bootstrap * Rename method * Execute after state check * Improve text * Log 0 validators * Determine activa & standby * Wallet to string
* Add sizeOfIndex * Add initial implementation * Wallet repository clone * Implement on wallet repo clone * Add missing attribute * FIx validator resignation
* release: 0.0.1-alpha.11 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* initial browser support * add package link script * port api-common * port api-database * port api-development * port api-http * port api-sync * port api-transaction-pool * port api * port bootstrap * port cli * port configuration-generator * port consensus * port webhooks * port validator * port validator-set-vote-weighted * port validator-set-static * port validation * port utils * port transactions * port transaction-pool * port test-framework * port state * port serializer * port proposer * port processor * port p2p * port networking-ntp * port networking-dns * port logger-winston * port logger-pino * port kernel * port fees * port fees-static * port fees-managed * port fees-burn * port database * port crypto-worker * port crypto-wif * port crypto-validation * port crypto-transaction * port crypto-transaction-vote * port crypto-transaction-validator-resignation * port crypto-transaction-validator-registration * port crypto-transaction-username-resignation * port crypto-transaction-username-registration * port crypto-transaction-transfer * port crypto-transaction-multi-signature-registration * port crypto-transaction-multi-payment * port crypto-signature-schnorr * port crypto-signature-schnorr-secp256k1 * port crypto-signature-ed25519 * port crypto-signature-ecdsa * port crypto-signature-bls12-381 * port crypto-messages * port crypto-key-pair-schnorr * port crypto-key-pair-ed25519 * port crypto-key-pair-ecdsa * port crypto-key-pair-bls12-381 * port crypto-hash-wasm * port crypto-hash-noble * port crypto-hash-bcrypto * port crypto-consensus-bls12-381 * port crypto-config * port crypto-commit * port crypto-block * port crypto-address-ss58 * port crypto-address-keccak256 * port crypto-address-bech32m * port crypto-address-bech32 * port crypto-address-base58 * port core * port contracts * port container * update tsconfig to nodenext * fix kleur/color * update core/bin/run.js * command fixes * lmdb import fixes * p2p fixes * ajv fix * get __dirname * update pnpm-lock.yaml * remove unused @pm2/io dependency * replace fileURLToPath * use filesystem service inside kernel * cleanup * update TypeScript to 5.4.2 * move __dirname into local scope * replace fast-memoize with memoizee * test-runner packacge * re-export test-runner * tests: utils * tests: validation * tests: crypto-config * tests: container * tests: kernel * tests: transactions * style: resolve style guide violations * fix more tests * fix transaction dependency lookup * fix p2p tests * more fixes * fix cli and configuration-generator * cli fixes * kernel fixes * transaction-pool * all pass * commit dirty * style: resolve style guide violations * fix api-http integration tests * fix deps:check * runtime fixes --------- Co-authored-by: oXtxNt9U <[email protected]> Co-authored-by: sebastijankuzner <[email protected]>
* fix api entrypoint * fix more commands
* return tx indexes as integers * fix compile error
* update dependencies * Empyt commit --------- Co-authored-by: sebastijankuzner <[email protected]>
* fix create genesis block script * Empty commit --------- Co-authored-by: sebastijankuzner <[email protected]>
* ensure run script has explicit file extension fixes ERR_UNKNOWN_FILE_EXTENSION * empty commit
* Fix start commands * Fix package.json * Fix tests
* release: 0.0.1-alpha.12 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* Fix package manifest * Skip tests
* release: 0.0.1-alpha.13 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* Add setup class * Fix setup * Bind * Fixes * Use setup paths * Use in api * Remove logs * Fix tests * Cleanup tests
* sort delegates by rank asc by default * empty commit
* network with 3 nodes * add check for target block height * workflow * revert me * exclude e2e directory * style: resolve style guide violations * docker fixes * test * add timeout * test * wait for checks to finish * run detached * show logs * style: resolve style guide violations * increase sleep * increase target height * revert trigger condition * revert changes to defaults * style: resolve style guide violations * reply with 200 * Update tests/e2e/consensus/checks/index.mjs Co-authored-by: Sebastijan K. <[email protected]> * reduce timeout for now --------- Co-authored-by: oXtxNt9U <[email protected]> Co-authored-by: Sebastijan K. <[email protected]>
* release: 0.0.1-alpha.16 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* remove skipValidation flag * write validator keystore * support validator with encrypted passphrase * update commands * update tests * optional keystore * style: resolve style guide violations * support --password * review * style: resolve style guide violations --------- Co-authored-by: oXtxNt9U <[email protected]>
* Rename ProposedBlock to ProposedData * Remove ProposedBlockJson * Rename proposal.block to proposal.data * Fix consensus tests * Fix crypto-message tests * Add getData and isDataDeserialized * Fix consensus tests * Test proposal * Rename method * Make makeProposedDataFromBytes public * Make proposal injectable * Fix tests * Add deserialize to proposal * Check status before returning data * Include deserializer * Fix tests * Pass only serialized data to proposal * Deserialize in proposal processor * Deserialize in handler * Remove todo * Fix tests * Fix header * Verify lock proof after deserialization * Fix functional tests * Fix proposal types * Fix proposal creation
* Set pending jobs * Remove key * Reduce complexity
* dispatch BlockEvent.Forged again * dispatch only block instead of whole commit * fix * test * update e2e check
* upgrade pnpm v9 * empty commit
* restore webhooks on boot * skip events during bootstrap * skip all but kernel events * style: resolve style guide violations * review --------- Co-authored-by: oXtxNt9U <[email protected]>
* check minimum commit count * style: resolve style guide violations * rename --------- Co-authored-by: oXtxNt9U <[email protected]>
* release: 0.0.1-alpha.17 * style: resolve style guide violations --------- Co-authored-by: sebastijankuzner <[email protected]>
* upsert version on bootstrap * empty commit
* Add blockPrepareTime * Nest * Scheduler * Sync * Fix generator * Test config generator * Test crypto config * Fix scheduler * Add test * Fix functional tests * stageTime to stageTimeout * Fix api-http tests
* Implement getSyncIntervalMs on abstractListener * Add syncInterval defaults * Use configuration
…locks (#572) * sync transactions in chunks * style: resolve style guide violations --------- Co-authored-by: oXtxNt9U <[email protected]>
* Log on round start * Propose after commit * Use timestamp * Rename methods * Fix tests * Rename method * Fix tests * Deps * Fix consensus tests * Fix tests * Update packages/validator/source/validator.ts Co-authored-by: oXtxNt9U <[email protected]> * style: resolve style guide violations --------- Co-authored-by: oXtxNt9U <[email protected]> Co-authored-by: sebastijankuzner <[email protected]>
* Return scheduler status * Test scheduler * Skip multiple dispatches * Tests
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.
Summary
Checklist