Skip to content

Commit

Permalink
Costs of RIDE functions transactionHeightByID and blockInfoByHeight r…
Browse files Browse the repository at this point in the history
…educed for version 4 of standard library (#406)
  • Loading branch information
alexeykiselev authored Jan 4, 2021
1 parent 96d3970 commit 87a4b6a
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 78 deletions.
152 changes: 76 additions & 76 deletions pkg/ride/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/ride/functions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/ride/generate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ func catalogueV4() map[string]int {
m["800"] = 2700 // BLS12
m["801"] = 1650 // BN256
m["900"] = 70
m["1001"] = 20
m["1004"] = 15
m["1005"] = 5
m["1006"] = 60
m["1007"] = 10
m["1008"] = 10
Expand Down

0 comments on commit 87a4b6a

Please sign in to comment.