erigon-pulse/.gitignore

93 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-01-23 19:14:01 +00:00
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
/tmp
*/**/*un~
2015-02-28 19:58:37 +00:00
*/**/*.test
2014-01-23 19:14:01 +00:00
*un~
.DS_Store
*/**/.DS_Store
2014-10-31 17:55:39 +00:00
.ethtest
2015-03-08 14:29:23 +00:00
*/**/*tx_database*
*/**/*dapps*
build/_vendor/pkg
/*.a
docs/readthedocs/build
#*
.#*
*#
*~
2015-01-22 17:00:15 +00:00
.project
.settings
2015-02-16 10:42:33 +00:00
# Used by mdbx Makefile
/ethdb/mdbx/dist/CMakeFiles/*
/ethdb/mdbx/dist/CMakeCache*
/ethdb/mdbx/dist/*.cmake
/ethdb/mdbx/dist/*.dll
/ethdb/mdbx/dist/*.exe
/ethdb/mdbx/dist/Makefile
# used by the Makefile
/build/_workspace/
/build/cache/
/build/bin/
/geth*.zip
2015-04-28 23:27:47 +00:00
# travis
profile.tmp
profile.cov
# IdeaIDE
.idea
# VS Code
.vscode
# dashboard
/dashboard/assets/flow-typed
/dashboard/assets/node_modules
/dashboard/assets/stats.json
/dashboard/assets/bundle.js
/dashboard/assets/bundle.js.map
/dashboard/assets/package-lock.json
**/yarn-error.log
/timings.txt
right_*.txt
root_*.txt
2020-08-11 02:28:14 +00:00
__pycache__
/build
2020-12-03 17:01:32 +00:00
*.tmp
/ethdb/*.fail
libmdbx/build/*
2021-12-26 05:28:36 +00:00
tests/testdata/*
2023-09-11 02:36:39 +00:00
go.work*
Withdrawals part 2 (#6180) Continuation of PR #6009. Storage and retrieval of withdrawals. - [x] storage of withdrawals on writeblock - [x] composite key (block number | block hash) - [x] value ([]withdrawal) - [x] retrieval of withdrawals with block - [x] tests around storing/retrieving withdrawals - [x] tested in hive - [x] commits tidied ## Hive Failures - [x] Withdrawals Fork on Block 2 - [x] Withdrawals Fork on Block 3 - [ ] Sync after 2 blocks - Withdrawals on Block 1 - Single Withdrawal Account - No Transactions ( Syncing client rejected valid chain) - [ ] Sync after 2 blocks - Withdrawals on Block 1 - Single Withdrawal Account (Timeout while waiting for secondary client to sync) - [ ] Sync after 2 blocks - Withdrawals on Genesis - Single Withdrawal Account (Timeout while waiting for secondary client to sync) - [ ] Sync after 2 blocks - Withdrawals on Block 2 - Single Withdrawal Account - No Transactions (Syncing client rejected valid chain) - [ ] Sync after 2 blocks - Withdrawals on Block 2 - Single Withdrawal Account (Timeout while waiting for secondary client to sync) - [ ] Sync after 128 blocks - Withdrawals on Block 2 - Multiple Withdrawal Accounts (Unexpected error on BalanceAt: Post "http://172.17.0.4:8545/": context deadline exceeded, expected=<None>) - [ ] Withdrawals Fork on Block 1 - 8 Block Re-Org, Sync (Expected no error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/": context deadline exceeded) - [ ] Withdrawals Fork on Block 8 - 10 Block Re-Org Sync (Expected no error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/": context deadline exceeded) - [ ] Withdrawals Fork on Canonical Block 8 / Side Block 7 - 10 Block Re-Org Sync (Expected no error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/": context deadline exceeded) - [ ] Withdrawals Fork on Canonical Block 8 / Side Block 9 - 10 Block Re-Org Sync (Expected no error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/": context deadline exceeded)
2022-12-20 09:09:04 +00:00
erigon-lib/
/goerli
docker-compose.*.yml
.env
coverage.out
dist
__debug_bin
*.exe
*.log
2023-06-04 23:52:55 +00:00
caplin-recordings
jwt.hex
2023-09-15 16:27:13 +00:00
.tool-versions