mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
bbb2235ba0
* add initial auction migration from Levi's work * reserve bid_duration field name as well * refactor auction specifc migration code to legacy v0_17 pkg * Add auction migration specific test. Delete v016 migration files. Add makefile target for running migration tests. Co-authored-by: galxy25 <levismschoen@gmail.com>
27 lines
318 B
Plaintext
27 lines
318 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Exclude build files
|
|
vendor
|
|
build
|
|
|
|
# IDE files
|
|
*.vscode
|
|
*.idea
|
|
node_modules
|
|
docs/node_modules
|
|
docs/.vuepress/dist
|
|
|
|
# Ignore macOS file system metadata
|
|
.DS_Store
|