Skip to content

Commit

Permalink
chore: update seda wasm vm dep and remove shared lib file
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Jun 12, 2024
1 parent 76eaaee commit 5598d50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/hashicorp/go-plugin v1.6.0
github.com/ory/dockertest/v3 v3.10.0
github.com/pkg/errors v0.9.1
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240607220650-a7c367a7ac0c
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240611223853-672f0b27ae4d
github.com/sedaprotocol/vrf-go v0.0.0-20231211075603-e5a17bb0b87c
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,8 @@ github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240607210047-8fe029a70042
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240607210047-8fe029a70042/go.mod h1:AaX9uRy6qD2q+o1SapTRnGUe9HHZWTmBN2BVNAptq3U=
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240607220650-a7c367a7ac0c h1:NXFwGDgUqQfpLPNs2noygu0Ng9HuIB6DFKT40UOxdz4=
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240607220650-a7c367a7ac0c/go.mod h1:AaX9uRy6qD2q+o1SapTRnGUe9HHZWTmBN2BVNAptq3U=
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240611223853-672f0b27ae4d h1:8LEKQQgg1KIwQzdSr3PMFmSXol08hpjaGM4dQiwAiTk=
github.com/sedaprotocol/seda-wasm-vm/tallyvm v0.0.0-20240611223853-672f0b27ae4d/go.mod h1:AaX9uRy6qD2q+o1SapTRnGUe9HHZWTmBN2BVNAptq3U=
github.com/sedaprotocol/vrf-go v0.0.0-20231211075603-e5a17bb0b87c h1:PbSn7HpWeox6lqBu6Ba6YZS3On3euwn1BPz/egsnEgA=
github.com/sedaprotocol/vrf-go v0.0.0-20231211075603-e5a17bb0b87c/go.mod h1:DEIXHk41VUzOMVbZnIApssPXtZ+2zrETDP7kJjGc1RM=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
Expand Down
Binary file removed libseda_tally_vm.dylib
Binary file not shown.

0 comments on commit 5598d50

Please sign in to comment.