Skip to content

Commit

Permalink
Merge pull request #198 from InjectiveLabs/feat/add_wasm_and_token_fa…
Browse files Browse the repository at this point in the history
…ctory_endpoints

Feat/add wasm and token factory endpoints
  • Loading branch information
aarmoa committed Jan 8, 2024
2 parents 37f558e + ed3c1a5 commit d10fa53
Show file tree
Hide file tree
Showing 34 changed files with 4,134 additions and 2,082 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
exclude: |
(?x)^(
proto/.*|
exchange/.*
chain/.*|
exchange/.*|
proto/.*
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 2 additions & 0 deletions chain/exchange/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"github.com/ethereum/go-ethereum/common"
)

// Event type and attribute constants

func (e *EventOrderFail) AddOrderFail(orderHash common.Hash, flag uint32) {
e.Hashes = append(e.Hashes, orderHash.Bytes())
e.Flags = append(e.Flags, flag)
Expand Down
3 changes: 2 additions & 1 deletion chain/exchange/types/tx.pb.go

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

Loading

0 comments on commit d10fa53

Please sign in to comment.