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

release: prepare for v0.0.4 #222

Merged
merged 26 commits into from
Oct 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
81e3818
tree: introduce lazy init wrapper
MatusKysel Sep 14, 2022
643bf9f
chore: LRU cache with init functions
MatusKysel Sep 16, 2022
5e905c2
tree: improve commit and rollback for asset trees
MatusKysel Sep 20, 2022
f9a605e
Merge branch 'develop' into tree-lazy-init
MatusKysel Sep 20, 2022
b393c21
tree: cache small improvements
MatusKysel Sep 21, 2022
0512614
tree: performance improvements for asset tree cache based on review
MatusKysel Sep 21, 2022
390f9f6
tree: move cache size to config and small improvment
MatusKysel Sep 23, 2022
86cb183
Merge branch 'develop' into tree-lazy-init
MatusKysel Sep 26, 2022
7c1737a
Merge pull request #186 from MatusKysel/tree-lazy-init
MatusKysel Sep 27, 2022
1770831
refactor: prune amm related txs and types (#205)
yutianwu Sep 29, 2022
c58af93
feat(api.server): add `Size` member to `Block struct` for fullnode (#…
cosinlink Sep 29, 2022
c840eef
feat: add icon url for assets (#210)
forcodedancing Sep 29, 2022
885f6f9
committer: add priority operation metric and check the logic of reque…
carlcarl Sep 30, 2022
456637a
fix deploy local script (#208)
keefel Sep 30, 2022
b063c9b
update zkbnb-crypto version (#212)
keefel Sep 30, 2022
43535ae
feat: Replace apiserver gocache with ristretto cache (#207)
carlcarl Oct 4, 2022
c5a5f53
refactor: prohibit native l1 nft deposits (#213)
yutianwu Oct 8, 2022
18c0aad
fix bug when there are mintNft/registerAccount and other txs which us…
lightning-li Oct 10, 2022
a636b56
feat: add totalAssetValue in GetAccount API response (#214)
carlcarl Oct 11, 2022
5050fa5
executor: fix full exit nft (#220)
keefel Oct 12, 2022
af706f4
core: move gas to block level (#206)
forcodedancing Oct 12, 2022
c10d96e
refactor: reduce public inputs of block constraints (#218)
yutianwu Oct 12, 2022
a51fdc2
core, dao: merge new update map for account and nft (#219)
keefel Oct 12, 2022
81f9eac
add golangci-lint install to Makefile (#216)
bnb-tw Oct 12, 2022
8a0cd45
sender: fix corner case in case the rollup tx is timeout (#221)
lightning-li Oct 12, 2022
d23d52d
dep: bump the version of zkbnb-crypto to v0.0.7
unclezoro Oct 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add golangci-lint install to Makefile (#216)
  • Loading branch information
bnb-tw authored Oct 12, 2022
commit 81f9eac7c5f6b9cdfa68817d55fd75d247428666
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tools:
build: api-server build-only

lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.0
golangci-lint run ./...

build-only:
Expand Down