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

Update test-vectors #3645

Merged
merged 1 commit into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion extern/test-vectors
Submodule test-vectors updated 97 files
+14 −18 chaos/actor.go
+27 −12 chaos/cbor_gen.go
+4 −4 corpus/actor_creation/addresses--sequential-10.json
+5 −5 corpus/actor_creation/on_transfer--fail-bls-insufficient-balance.json
+5 −5 corpus/actor_creation/on_transfer--fail-secp256k1-insufficient-balance.json
+5 −5 corpus/actor_creation/on_transfer--ok-create-bls.json
+5 −5 corpus/actor_creation/on_transfer--ok-create-secp256k1.json
+5 −5 corpus/actor_creation/x--params--fails-unparsable-constructor-params-via-init-actor.json
+5 −5 corpus/actor_creation/x--params--fails-unparsable-init-actor-exec-msg.json
+4 −4 corpus/actor_deletion/beneficiary--delete-w-balance-and-beneficiary.json
+4 −4 corpus/actor_deletion/no_beneficiary--delete-w-zero-balance.json
+4 −4 corpus/actor_deletion/x--beneficiary--fail-delete-w-balance-and-self-beneficiary.json
+4 −4 corpus/msg_application/actor_exec--msg-apply-fail-actor-execution-illegal-arg.json
+5 −5 corpus/msg_application/duplicates--messages-deduplicated.json
+5 −5 corpus/msg_application/gas_cost--msg-apply-fail-onchainsize-gas.json
+5 −5 corpus/msg_application/gas_cost--msg-apply-fail-receipt-gas.json
+4 −4 corpus/msg_application/gas_cost--msg-apply-fail-transfer-accountcreation-gas.json
+5 −5 corpus/msg_application/gas_cost--msg-ok-secp-bls-gas-costs.json
+5 −5 corpus/msg_application/invalid_msgs--msg-apply-fail-invalid-nonce.json
+5 −5 corpus/msg_application/invalid_msgs--msg-apply-fail-invalid-receiver-method.json
+5 −5 corpus/msg_application/unknown_actors--msg-apply-fail-unknown-receiver.json
+5 −5 corpus/msg_application/unknown_actors--msg-apply-fail-unknown-sender.json
+5 −5 corpus/multisig/basic--ok-add-signer.json
+5 −5 corpus/multisig/basic--ok-create.json
+5 −5 corpus/multisig/basic--ok-propose-and-approve.json
+5 −5 corpus/multisig/basic--ok-propose-and-cancel.json
+5 −5 corpus/nested/nested_sends--fail-aborted-exec.json
+5 −5 corpus/nested/nested_sends--fail-inner-abort.json
+4 −4 corpus/nested/nested_sends--fail-insufficient-funds-for-transfer-in-inner-send.json
+5 −5 corpus/nested/nested_sends--fail-invalid-method-num-for-actor.json
+5 −5 corpus/nested/nested_sends--fail-invalid-method-num-new-actor.json
+5 −5 corpus/nested/nested_sends--fail-mismatch-params.json
+5 −5 corpus/nested/nested_sends--fail-missing-params.json
+5 −5 corpus/nested/nested_sends--fail-non-existent-actor-address.json
+5 −5 corpus/nested/nested_sends--fail-non-existent-id-address.json
+5 −5 corpus/nested/nested_sends--ok-basic.json
+5 −5 corpus/nested/nested_sends--ok-non-cbor-params-with-transfer.json
+5 −5 corpus/nested/nested_sends--ok-recursive.json
+5 −5 corpus/nested/nested_sends--ok-to-new-actor-with-invoke.json
+5 −5 corpus/nested/nested_sends--ok-to-new-actor.json
+4 −4 corpus/paych/paych--collect-ok.json
+4 −4 corpus/paych/paych--create-ok.json
+4 −4 corpus/paych/paych--update-ok.json
+5 −5 corpus/reward/penalties--not-penalized-insufficient-balance-to-cover-gas-and-transfer.json
+5 −5 corpus/reward/penalties--not-penalized-insufficient-gas-for-return.json
+5 −5 corpus/reward/penalties--penalize-bad-nonce-multiple-miners.json
+5 −5 corpus/reward/penalties--penalize-inexistent-sender-multiple-miners.json
+5 −5 corpus/reward/penalties--penalize-insufficient-balance-to-cover-gas.json
+5 −5 corpus/reward/penalties--penalize-non-account-sender-multiple-miners.json
+4 −4 corpus/reward/reward--ok-miners-awarded-no-premiums.json
+5 −5 corpus/transfer/basic--fail-balance-equal-gas.json
+5 −5 corpus/transfer/basic--fail-balance-under-gaslimit.json
+5 −5 corpus/transfer/basic--fail-exceed-balance.json
+5 −5 corpus/transfer/basic--fail-negative-amount.json
+5 −5 corpus/transfer/basic--ok-zero.json
+5 −5 corpus/transfer/basic--ok.json
+5 −5 corpus/transfer/self_transfer--id-to-id-addresses.json
+5 −5 corpus/transfer/self_transfer--id-to-secp-addresses.json
+4 −4 corpus/transfer/self_transfer--secp-to-id-addresses.json
+4 −4 corpus/transfer/self_transfer--secp-to-secp-addresses.json
+4 −4 corpus/transfer/system_receiver--to-burnt-funds-actor.json
+4 −4 corpus/transfer/system_receiver--to-cron-actor.json
+4 −4 corpus/transfer/system_receiver--to-init-actor.json
+4 −4 corpus/transfer/system_receiver--to-reward-actor.json
+4 −4 corpus/transfer/system_receiver--to-storage-market-actor.json
+4 −4 corpus/transfer/system_receiver--to-storage-power-actor.json
+4 −4 corpus/transfer/system_receiver--to-system-actor.json
+4 −4 corpus/transfer/system_receiver--to-verified-registry-actor.json
+5 −5 corpus/transfer/unknown_accounts--fail-unknown-sender-known-receiver.json
+5 −5 corpus/transfer/unknown_accounts--fail-unknown-sender-unknown-receiver.json
+4 −4 corpus/vm_violations/actor_creation--control-ok-with-good-address-good-cid.json
+4 −4 corpus/vm_violations/actor_creation--fails-with-existing-address.json
+4 −4 corpus/vm_violations/actor_creation--fails-with-good-addr-undef-cid.json
+4 −4 corpus/vm_violations/actor_creation--fails-with-undef-actor-cid-undef-addr.json
+4 −4 corpus/vm_violations/actor_creation--fails-with-unknown-actor-cid-undef-addr.json
+4 −4 corpus/vm_violations/actor_creation--fails-with-unknown-actor-cid.json
+4 −4 corpus/vm_violations/address_resolution--resolve-address-bad-id-identity.json
+4 −4 corpus/vm_violations/address_resolution--resolve-address-bls-lookup.json
+4 −4 corpus/vm_violations/address_resolution--resolve-address-id-identity.json
+4 −4 corpus/vm_violations/address_resolution--resolve-address-nonexistant.json
+4 −4 corpus/vm_violations/address_resolution--resolve-address-secp-lookup.json
+7 −7 corpus/vm_violations/caller_validation--nil-allowed-address-set.json
+7 −7 corpus/vm_violations/caller_validation--nil-allowed-type-set.json
+6 −6 corpus/vm_violations/caller_validation--none.json
+7 −7 corpus/vm_violations/caller_validation--twice.json
+4 −4 corpus/vm_violations/state_mutation--in-transaction.json
+4 −4 corpus/vm_violations/x--state_mutation--after-transaction.json
+4 −4 corpus/vm_violations/x--state_mutation--readonly.json
+1 −1 gen/builders/actors.go
+2 −1 gen/builders/messages_typed.go
+0 −1 gen/builders/state_zero.go
+1 −1 gen/extern/filecoin-ffi
+4 −4 gen/suites/actor_creation/params.go
+4 −2 gen/suites/vm_violations/caller_validation.go
+4 −4 gen/suites/vm_violations/main.go
+1 −1 go.mod
+15 −0 go.sum
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ replace github.com/supranational/blst => github.com/supranational/blst v0.1.2-al
require (
contrib.go.opencensus.io/exporter/jaeger v0.1.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/GeertJohan/go.rice v1.0.0
github.com/Gurpartap/async v0.0.0-20180927173644-4f7f499dd9ee
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
github.com/coreos/go-systemd/v22 v22.0.0
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
github.com/dgraph-io/badger/v2 v2.0.3
github.com/docker/go-units v0.4.0
Expand Down Expand Up @@ -120,7 +118,6 @@ require (
github.com/whyrusleeping/pubsub v0.0.0-20131020042734-02de8aa2db3d
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542
go.opencensus.io v0.22.4
go.uber.org/dig v1.10.0 // indirect
go.uber.org/fx v1.9.0
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ github.com/fatih/color v1.8.0/go.mod h1:3l45GVGkyrnYNl9HoIjnp2NnNWvh6hLAqD8yTfGj
github.com/fd/go-nat v1.0.0/go.mod h1:BTBu/CKvMmOMUPkKVef1pngt2WFH/lg7E6yQnulfp6E=
github.com/filecoin-project/chain-validation v0.0.6-0.20200813000554-40c22fe26eef h1:MtQRSnJLsQOOlmsd/Ua5KWXimpxcaa715h6FUh/eJPY=
github.com/filecoin-project/chain-validation v0.0.6-0.20200813000554-40c22fe26eef/go.mod h1:SMj5VK1pYgqC8FXVEtOBRTc+9AIrYu+C+K3tAXi2Rk8=
github.com/filecoin-project/chain-validation v0.0.6-0.20200907020853-f4e4e7417fea/go.mod h1:pKcH/ShsOvCpO2qnsGFzEJ0NMJdBenPRk4Uu/xpIEkY=
github.com/filecoin-project/go-address v0.0.0-20200107215422-da8eea2842b5/go.mod h1:SAOwJoakQ8EPjwNIsiakIQKsoKdkcbx8U3IapgCg9R0=
github.com/filecoin-project/go-address v0.0.2-0.20200218010043-eb9bb40ed5be/go.mod h1:SAOwJoakQ8EPjwNIsiakIQKsoKdkcbx8U3IapgCg9R0=
github.com/filecoin-project/go-address v0.0.3 h1:eVfbdjEbpbzIrbiSa+PiGUY+oDK9HnUn+M1R/ggoHf8=
Expand Down Expand Up @@ -250,7 +251,7 @@ github.com/filecoin-project/go-fil-commcid v0.0.0-20200208005934-2b8bd03caca5/go
github.com/filecoin-project/go-fil-commcid v0.0.0-20200716160307-8f644712406f h1:GxJzR3oRIMTPtpZ0b7QF8FKPK6/iPAc7trhlL5k/g+s=
github.com/filecoin-project/go-fil-commcid v0.0.0-20200716160307-8f644712406f/go.mod h1:Eaox7Hvus1JgPrL5+M3+h7aSPHc0cVqpSxA+TxIEpZQ=
github.com/filecoin-project/go-fil-markets v0.5.6-0.20200814234959-80b1788108ac/go.mod h1:umicPCaN99ysHTiYOmwhuLxTFbOwcsI+mdw/t96vvM4=
github.com/filecoin-project/go-fil-markets v0.5.8/go.mod h1:6ZX1vbZbnukbVQ8tCB/MmEizuW/bmRX7SpGAltU3KVg=
github.com/filecoin-project/go-fil-markets v0.5.10-0.20200907054005-9945d0d2141a/go.mod h1:w0wCAf/fT7UfvJAZEMjjCQfsbwvrdjU4sN4QFLWsPrk=
github.com/filecoin-project/go-fil-markets v0.6.0 h1:gfxMweUHo4u+2BZh2Q7/7+cV0/ttikuJfhkkxLRsE2Q=
github.com/filecoin-project/go-fil-markets v0.6.0/go.mod h1:LhSFYLkjaoe0vFRKABGYyw1Jz+9jCpF1sPA7yOftLTw=
github.com/filecoin-project/go-jsonrpc v0.1.2-0.20200817153016-2ea5cbaf5ec0/go.mod h1:XBBpuKIMaXIIzeqzO1iucq4GvbF8CxmXRFoezRh+Cx4=
Expand Down Expand Up @@ -278,7 +279,7 @@ github.com/filecoin-project/go-statestore v0.1.0/go.mod h1:LFc9hD+fRxPqiHiaqUEZO
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b h1:fkRZSPrYpk42PV3/lIXiL0LHetxde7vyYYvSsttQtfg=
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b/go.mod h1:Q0GQOBtKf1oE10eSXSlhN45kDBdGvEcVOqMiffqX+N8=
github.com/filecoin-project/lotus v0.4.3-0.20200820203717-d1718369a182/go.mod h1:biFZPQ/YyQGfkHUmHMiaNf2hnD6zm1+OAXPQYQ61Zkg=
github.com/filecoin-project/lotus v0.5.8-0.20200903221953-ada5e6ae68cf/go.mod h1:wxuzS4ozpCFThia18G+J5P0Jp/DSiq9ezzJF1yvZuP4=
github.com/filecoin-project/lotus v0.5.11-0.20200907070510-420a8706da6d/go.mod h1:SVrkI6GQzqSeSuaZ6KsHih4Dh800q9HSFQCtBnyMYBI=
github.com/filecoin-project/sector-storage v0.0.0-20200712023225-1d67dcfa3c15/go.mod h1:salgVdX7qeXFo/xaiEQE29J4pPkjn71T0kt0n+VDBzo=
github.com/filecoin-project/sector-storage v0.0.0-20200730050024-3ee28c3b6d9a/go.mod h1:oOawOl9Yk+qeytLzzIryjI8iRbqo+qzS6EEeElP4PWA=
github.com/filecoin-project/sector-storage v0.0.0-20200810171746-eac70842d8e0/go.mod h1:oOawOl9Yk+qeytLzzIryjI8iRbqo+qzS6EEeElP4PWA=
Expand Down