From 42123be29e8a7efa11434e622c7ec676291df9eb Mon Sep 17 00:00:00 2001 From: Andrew Chiw Date: Tue, 7 Jan 2020 16:50:02 +0100 Subject: [PATCH] chore: bump version to 8 --- README.md | 2 +- account/account.go | 2 +- account/keystore.go | 2 +- aeternity/aens.go | 4 ++-- aeternity/context.go | 6 +++--- aeternity/contracts.go | 8 ++++---- aeternity/helpers.go | 8 ++++---- aeternity/helpers_test.go | 12 ++++++------ aeternity/oracles.go | 10 +++++----- aeternity/oracles_test.go | 2 +- api/swagger.json | 2 +- api/updatedict.py | 2 +- cmd/account.go | 8 ++++---- cmd/account_test.go | 2 +- cmd/chain.go | 6 +++--- cmd/chain_test.go | 2 +- cmd/contract.go | 4 ++-- cmd/contract_test.go | 2 +- cmd/inspect.go | 4 ++-- cmd/inspect_test.go | 2 +- cmd/mocks_test.go | 4 ++-- cmd/name.go | 2 +- cmd/root.go | 4 ++-- cmd/terminal.go | 4 ++-- cmd/terminal_test.go | 2 +- cmd/test_utils.go | 2 +- cmd/tx.go | 10 +++++----- cmd/tx_test.go | 4 ++-- cmd/validation.go | 2 +- go.mod | 2 +- integration_test/aens_higherlevel_test.go | 4 ++-- integration_test/aens_test.go | 8 ++++---- integration_test/api_test.go | 12 ++++++------ integration_test/compiler_test.go | 4 ++-- integration_test/contract_higherlevel_test.go | 8 ++++---- integration_test/contract_test.go | 6 +++--- integration_test/ga_test.go | 14 +++++++------- integration_test/oracle_test.go | 10 +++++----- integration_test/spend_test.go | 8 ++++---- integration_test/testsetup.go | 10 +++++----- main.go | 2 +- models/contract.go | 2 +- naet/api.go | 4 ++-- naet/compiler.go | 6 +++--- naet/node.go | 2 +- swagguard/compiler/client/compiler_client.go | 2 +- .../compiler/client/operations/api_responses.go | 2 +- .../client/operations/api_version_responses.go | 2 +- .../operations/compile_contract_parameters.go | 2 +- .../operations/compile_contract_responses.go | 2 +- .../decode_call_result_bytecode_parameters.go | 2 +- .../decode_call_result_bytecode_responses.go | 2 +- .../operations/decode_call_result_parameters.go | 2 +- .../operations/decode_call_result_responses.go | 2 +- .../decode_calldata_bytecode_parameters.go | 2 +- .../decode_calldata_bytecode_responses.go | 2 +- .../decode_calldata_source_parameters.go | 2 +- .../operations/decode_calldata_source_responses.go | 2 +- .../client/operations/decode_data_parameters.go | 2 +- .../client/operations/decode_data_responses.go | 2 +- .../operations/encode_calldata_parameters.go | 2 +- .../client/operations/encode_calldata_responses.go | 2 +- .../client/operations/generate_a_c_i_parameters.go | 2 +- .../client/operations/generate_a_c_i_responses.go | 2 +- .../client/operations/version_responses.go | 2 +- swagguard/compiler_error_test.go | 4 ++-- .../get_account_by_pubkey_and_hash_responses.go | 2 +- .../get_account_by_pubkey_and_height_responses.go | 2 +- .../external/get_account_by_pubkey_responses.go | 2 +- .../external/get_channel_by_pubkey_responses.go | 2 +- .../client/external/get_contract_code_responses.go | 2 +- .../client/external/get_contract_po_i_responses.go | 2 +- .../node/client/external/get_contract_responses.go | 2 +- .../external/get_contract_store_responses.go | 2 +- .../external/get_current_generation_responses.go | 2 +- .../get_current_key_block_hash_responses.go | 2 +- .../get_current_key_block_height_responses.go | 2 +- .../external/get_current_key_block_responses.go | 2 +- .../external/get_generation_by_hash_responses.go | 2 +- .../external/get_generation_by_height_responses.go | 2 +- .../external/get_key_block_by_hash_responses.go | 2 +- .../external/get_key_block_by_height_responses.go | 2 +- .../get_micro_block_header_by_hash_responses.go | 2 +- ...lock_transaction_by_hash_and_index_responses.go | 2 +- ...t_micro_block_transactions_by_hash_responses.go | 2 +- ...o_block_transactions_count_by_hash_responses.go | 2 +- .../external/get_name_entry_by_name_responses.go | 2 +- .../external/get_oracle_by_pubkey_responses.go | 2 +- .../get_oracle_queries_by_pubkey_responses.go | 2 +- ...racle_query_by_pubkey_and_query_id_responses.go | 2 +- .../client/external/get_peer_pubkey_responses.go | 2 +- ...ing_account_transactions_by_pubkey_responses.go | 2 +- .../external/get_pending_key_block_responses.go | 2 +- .../node/client/external/get_status_responses.go | 2 +- .../client/external/get_top_block_responses.go | 2 +- .../external/get_transaction_by_hash_responses.go | 2 +- .../get_transaction_info_by_hash_responses.go | 2 +- .../client/external/post_transaction_parameters.go | 2 +- .../client/external/post_transaction_responses.go | 2 +- swagguard/node/client/node_client.go | 2 +- swagguard/node/models/account.go | 2 +- swagguard/node/models/channel.go | 2 +- swagguard/node/models/channel_close_mutual_tx.go | 2 +- swagguard/node/models/channel_close_solo_tx.go | 2 +- swagguard/node/models/channel_create_tx.go | 2 +- swagguard/node/models/channel_deposit_tx.go | 2 +- swagguard/node/models/channel_force_progress_tx.go | 2 +- swagguard/node/models/channel_settle_tx.go | 2 +- swagguard/node/models/channel_sla_s_h_tx.go | 2 +- swagguard/node/models/channel_snapshot_solo_tx.go | 2 +- swagguard/node/models/channel_withdraw_tx.go | 2 +- swagguard/node/models/contract_call_object.go | 2 +- swagguard/node/models/contract_call_tx.go | 2 +- swagguard/node/models/contract_create_tx.go | 2 +- swagguard/node/models/dry_run_account.go | 2 +- swagguard/node/models/dry_run_call_req.go | 2 +- swagguard/node/models/event.go | 2 +- swagguard/node/models/g_a_attach_tx.go | 2 +- swagguard/node/models/g_a_meta_tx.go | 2 +- swagguard/node/models/g_a_object.go | 2 +- swagguard/node/models/generic_signed_tx.go | 2 +- swagguard/node/models/name_claim_tx.go | 2 +- swagguard/node/models/name_preclaim_tx.go | 2 +- swagguard/node/models/name_revoke_tx.go | 2 +- swagguard/node/models/name_transfer_tx.go | 2 +- swagguard/node/models/name_update_tx.go | 2 +- swagguard/node/models/off_chain_call_contract.go | 2 +- swagguard/node/models/off_chain_deposit.go | 2 +- swagguard/node/models/off_chain_new_contract.go | 2 +- swagguard/node/models/off_chain_transfer.go | 2 +- swagguard/node/models/off_chain_withdrawal.go | 2 +- swagguard/node/models/oracle_extend_tx.go | 2 +- swagguard/node/models/oracle_query.go | 2 +- swagguard/node/models/oracle_query_tx.go | 2 +- swagguard/node/models/oracle_register_tx.go | 2 +- swagguard/node/models/oracle_respond_tx.go | 2 +- swagguard/node/models/registered_oracle.go | 2 +- swagguard/node/models/spend_tx.go | 2 +- swagguard/node/models/token_supply.go | 2 +- swagguard/node_error_test.go | 4 ++-- swagguard/node_generic_txs_test.go | 2 +- transactions/transactions.go | 10 +++++----- transactions/transactions_test.go | 8 ++++---- transactions/tx_aens.go | 8 ++++---- transactions/tx_aens_test.go | 4 ++-- transactions/tx_contracts.go | 8 ++++---- transactions/tx_contracts_test.go | 2 +- transactions/tx_ga.go | 4 ++-- transactions/tx_oracles.go | 8 ++++---- transactions/tx_oracles_test.go | 4 ++-- transactions/tx_spend.go | 8 ++++---- transactions/tx_spend_test.go | 2 +- 152 files changed, 244 insertions(+), 244 deletions(-) diff --git a/README.md b/README.md index 18a4eccb..7d989deb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ golang sdk for aeternity blockchain `go get github.com/aeternity/aepp-sdk-go` If your project uses Go Modules (go.mod, go.sum files), you must include the major version in the import line like this: -`import github.com/aepp-sdk-go/v7/aeternity` +`import github.com/aepp-sdk-go/v8/aeternity` If your project won't use Go Modules (no go.mod, go.sum files), ensure your `$GOPATH/src/github.com/aeternity/aepp-sdk-go` is on the correct branch. Then your import should be: `import github.com/aepp-sdk-go/aeternity` diff --git a/account/account.go b/account/account.go index 9345ca15..9e693900 100644 --- a/account/account.go +++ b/account/account.go @@ -8,7 +8,7 @@ import ( "os" "path/filepath" - "github.com/aeternity/aepp-sdk-go/v7/binary" + "github.com/aeternity/aepp-sdk-go/v8/binary" "golang.org/x/crypto/ed25519" ) diff --git a/account/keystore.go b/account/keystore.go index 8d7f1d52..c82c176a 100644 --- a/account/keystore.go +++ b/account/keystore.go @@ -7,7 +7,7 @@ import ( "fmt" "time" - config "github.com/aeternity/aepp-sdk-go/v7/config" + config "github.com/aeternity/aepp-sdk-go/v8/config" uuid "github.com/satori/go.uuid" "golang.org/x/crypto/argon2" "golang.org/x/crypto/nacl/secretbox" diff --git a/aeternity/aens.go b/aeternity/aens.go index 7cdd6b49..19aeec82 100644 --- a/aeternity/aens.go +++ b/aeternity/aens.go @@ -3,8 +3,8 @@ package aeternity import ( "math/big" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) // AENS is a higher level interface to AENS functionalities. diff --git a/aeternity/context.go b/aeternity/context.go index 1dd5ade3..91cfc3e4 100644 --- a/aeternity/context.go +++ b/aeternity/context.go @@ -1,9 +1,9 @@ package aeternity import ( - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) type transactionSender interface { diff --git a/aeternity/contracts.go b/aeternity/contracts.go index 85125009..1fab8642 100644 --- a/aeternity/contracts.go +++ b/aeternity/contracts.go @@ -3,10 +3,10 @@ package aeternity import ( "time" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) type callResultListener interface { diff --git a/aeternity/helpers.go b/aeternity/helpers.go index 048e3953..5e050733 100644 --- a/aeternity/helpers.go +++ b/aeternity/helpers.go @@ -6,10 +6,10 @@ import ( "math/big" "time" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) // GetAnythingByNameFunc describes a function that returns lookup results for a diff --git a/aeternity/helpers_test.go b/aeternity/helpers_test.go index f714c7ef..92edd6a7 100644 --- a/aeternity/helpers_test.go +++ b/aeternity/helpers_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/transactions" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/transactions" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) type mockNodeForTxReceiptWatch struct { diff --git a/aeternity/oracles.go b/aeternity/oracles.go index aeba4088..9c6eb1c0 100644 --- a/aeternity/oracles.go +++ b/aeternity/oracles.go @@ -6,11 +6,11 @@ import ( "strings" "time" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) type oracleListener func(node oracleInfoer, oracleID string, queryChan chan *models.OracleQuery, errChan chan error, listenInterval time.Duration) diff --git a/aeternity/oracles_test.go b/aeternity/oracles_test.go index 16cf282d..f10b2cd3 100644 --- a/aeternity/oracles_test.go +++ b/aeternity/oracles_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) type mockOracleQueryNode struct { diff --git a/api/swagger.json b/api/swagger.json index c1334312..f4b5f080 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -2487,7 +2487,7 @@ "minimum": 0, "x-go-type": { "import": { - "package": "github.com/aeternity/aepp-sdk-go/v7/utils" + "package": "github.com/aeternity/aepp-sdk-go/v8/utils" }, "type": "BigInt" }, diff --git a/api/updatedict.py b/api/updatedict.py index cb91c1e2..534d2b2d 100644 --- a/api/updatedict.py +++ b/api/updatedict.py @@ -40,7 +40,7 @@ def add_uint_bigint(data): "minimum": 0, "x-go-type": { "import": { - "package": "github.com/aeternity/aepp-sdk-go/v7/utils" + "package": "github.com/aeternity/aepp-sdk-go/v8/utils" }, "type": "BigInt" } diff --git a/cmd/account.go b/cmd/account.go index 837e709e..1bf7d1eb 100644 --- a/cmd/account.go +++ b/cmd/account.go @@ -20,10 +20,10 @@ import ( "runtime" "sync" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" "github.com/spf13/cobra" ) diff --git a/cmd/account_test.go b/cmd/account_test.go index 5f553a42..4a0508b3 100644 --- a/cmd/account_test.go +++ b/cmd/account_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" ) diff --git a/cmd/chain.go b/cmd/chain.go index 1ec35a04..44d31e3a 100644 --- a/cmd/chain.go +++ b/cmd/chain.go @@ -18,9 +18,9 @@ import ( "errors" "fmt" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" ) diff --git a/cmd/chain_test.go b/cmd/chain_test.go index dd08c2ac..18b57dc6 100644 --- a/cmd/chain_test.go +++ b/cmd/chain_test.go @@ -6,7 +6,7 @@ import ( "os" "testing" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/naet" ) // Prefixing each test with Example makes go-test check the stdout diff --git a/cmd/contract.go b/cmd/contract.go index 7b27007e..ccd26d0f 100644 --- a/cmd/contract.go +++ b/cmd/contract.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "os" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" ) diff --git a/cmd/contract_test.go b/cmd/contract_test.go index 4a0c1976..ec03ad80 100644 --- a/cmd/contract_test.go +++ b/cmd/contract_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/naet" ) func Test_compileFunc(t *testing.T) { diff --git a/cmd/inspect.go b/cmd/inspect.go index de59f20c..48a705e4 100644 --- a/cmd/inspect.go +++ b/cmd/inspect.go @@ -21,8 +21,8 @@ import ( "strconv" "strings" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" ) diff --git a/cmd/inspect_test.go b/cmd/inspect_test.go index 87b7f783..7c737b33 100644 --- a/cmd/inspect_test.go +++ b/cmd/inspect_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/naet" ) func Test_printNameEntry(t *testing.T) { diff --git a/cmd/mocks_test.go b/cmd/mocks_test.go index cb5850e3..8bcc9e1e 100644 --- a/cmd/mocks_test.go +++ b/cmd/mocks_test.go @@ -1,8 +1,8 @@ package cmd import ( - compilermodels "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + compilermodels "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) type mockGetHeighter struct { diff --git a/cmd/name.go b/cmd/name.go index f433504b..bb128ac9 100644 --- a/cmd/name.go +++ b/cmd/name.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" ) diff --git a/cmd/root.go b/cmd/root.go index a06209b1..fbfb4122 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -18,8 +18,8 @@ import ( "fmt" "os" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/terminal.go b/cmd/terminal.go index b067b113..7d5a3653 100644 --- a/cmd/terminal.go +++ b/cmd/terminal.go @@ -8,8 +8,8 @@ import ( "time" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" ) func times(str string, n int) (out string) { diff --git a/cmd/terminal_test.go b/cmd/terminal_test.go index 3c198bd5..d769c65f 100644 --- a/cmd/terminal_test.go +++ b/cmd/terminal_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) func Test_printIf_BigIntBalancePrinted(t *testing.T) { diff --git a/cmd/test_utils.go b/cmd/test_utils.go index 5a73ff8e..e93f03b5 100644 --- a/cmd/test_utils.go +++ b/cmd/test_utils.go @@ -8,7 +8,7 @@ import ( "path/filepath" "testing" - "github.com/aeternity/aepp-sdk-go/v7/config" + "github.com/aeternity/aepp-sdk-go/v8/config" ) func setPrivateNetParams() { diff --git a/cmd/tx.go b/cmd/tx.go index 04672585..11e5d745 100644 --- a/cmd/tx.go +++ b/cmd/tx.go @@ -5,11 +5,11 @@ import ( "fmt" "math/big" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" + "github.com/aeternity/aepp-sdk-go/v8/utils" "github.com/spf13/cobra" ) diff --git a/cmd/tx_test.go b/cmd/tx_test.go index 0a946f01..afdd688a 100644 --- a/cmd/tx_test.go +++ b/cmd/tx_test.go @@ -3,8 +3,8 @@ package cmd import ( "testing" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/transactions" "github.com/spf13/cobra" ) diff --git a/cmd/validation.go b/cmd/validation.go index 05ce71fd..1d3db57e 100644 --- a/cmd/validation.go +++ b/cmd/validation.go @@ -1,6 +1,6 @@ package cmd -import "github.com/aeternity/aepp-sdk-go/v7/binary" +import "github.com/aeternity/aepp-sdk-go/v8/binary" // IsAddress does some minor checks to ensure that the string is an ak_ address func IsAddress(a string) bool { diff --git a/go.mod b/go.mod index 0f8c4046..ed3e08c0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/aeternity/aepp-sdk-go/v7 +module github.com/aeternity/aepp-sdk-go/v8 go 1.12 diff --git a/integration_test/aens_higherlevel_test.go b/integration_test/aens_higherlevel_test.go index 60eb699d..b7632709 100644 --- a/integration_test/aens_higherlevel_test.go +++ b/integration_test/aens_higherlevel_test.go @@ -3,8 +3,8 @@ package integrationtest import ( "testing" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) func TestRegisterName(t *testing.T) { diff --git a/integration_test/aens_test.go b/integration_test/aens_test.go index 152a559e..8fead0b4 100644 --- a/integration_test/aens_test.go +++ b/integration_test/aens_test.go @@ -7,10 +7,10 @@ import ( "testing" "time" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) func getNameEntry(t *testing.T, node *naet.Node, name string) (responseJSON string) { diff --git a/integration_test/api_test.go b/integration_test/api_test.go index 6d516686..9470f323 100644 --- a/integration_test/api_test.go +++ b/integration_test/api_test.go @@ -11,12 +11,12 @@ import ( "gotest.tools/golden" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) /* diff --git a/integration_test/compiler_test.go b/integration_test/compiler_test.go index 8367e30a..a3a2552b 100644 --- a/integration_test/compiler_test.go +++ b/integration_test/compiler_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" "gotest.tools/golden" ) diff --git a/integration_test/contract_higherlevel_test.go b/integration_test/contract_higherlevel_test.go index 896610e6..0d80e128 100644 --- a/integration_test/contract_higherlevel_test.go +++ b/integration_test/contract_higherlevel_test.go @@ -3,10 +3,10 @@ package integrationtest import ( "testing" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) func TestCreateContract(t *testing.T) { diff --git a/integration_test/contract_test.go b/integration_test/contract_test.go index 295f180c..77399e23 100644 --- a/integration_test/contract_test.go +++ b/integration_test/contract_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/transactions" "gotest.tools/golden" ) diff --git a/integration_test/ga_test.go b/integration_test/ga_test.go index 306ed0f2..a239a7f2 100644 --- a/integration_test/ga_test.go +++ b/integration_test/ga_test.go @@ -5,13 +5,13 @@ import ( "math/big" "testing" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/models" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/models" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" "gotest.tools/golden" ) diff --git a/integration_test/oracle_test.go b/integration_test/oracle_test.go index c9ed4540..09ae39ac 100644 --- a/integration_test/oracle_test.go +++ b/integration_test/oracle_test.go @@ -5,11 +5,11 @@ import ( "math/big" "testing" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) func myFunction(query string) (response string, err error) { diff --git a/integration_test/spend_test.go b/integration_test/spend_test.go index 3e6619a0..89f3663b 100644 --- a/integration_test/spend_test.go +++ b/integration_test/spend_test.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/transactions" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/transactions" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) // Tests for 2 things: sending an amount that is max uint64, and that the node diff --git a/integration_test/testsetup.go b/integration_test/testsetup.go index c57d67c2..b3e26d3e 100644 --- a/integration_test/testsetup.go +++ b/integration_test/testsetup.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/aeternity" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" - "github.com/aeternity/aepp-sdk-go/v7/transactions" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/aeternity" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" + "github.com/aeternity/aepp-sdk-go/v8/transactions" ) var sender = "ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi" diff --git a/main.go b/main.go index 10514649..29767ee8 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ package main import ( - "github.com/aeternity/aepp-sdk-go/v7/cmd" + "github.com/aeternity/aepp-sdk-go/v8/cmd" ) // Version hold the version of the program diff --git a/models/contract.go b/models/contract.go index c439f0c5..da161285 100644 --- a/models/contract.go +++ b/models/contract.go @@ -1,7 +1,7 @@ package models import ( - "github.com/aeternity/aepp-sdk-go/v7/binary" + "github.com/aeternity/aepp-sdk-go/v8/binary" rlp "github.com/randomshinichi/rlpae" ) diff --git a/naet/api.go b/naet/api.go index 80d635b3..9088031f 100644 --- a/naet/api.go +++ b/naet/api.go @@ -4,8 +4,8 @@ import ( "fmt" "reflect" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/client/external" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/client/external" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // getErrorReason parses the external.*BadRequest structs returned by the diff --git a/naet/compiler.go b/naet/compiler.go index 2476a8b2..9d388f38 100644 --- a/naet/compiler.go +++ b/naet/compiler.go @@ -1,9 +1,9 @@ package naet import ( - compiler_client "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/client" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/client/operations" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + compiler_client "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/client" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/client/operations" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" httptransport "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" ) diff --git a/naet/node.go b/naet/node.go index 69654dd0..9c1a7d54 100644 --- a/naet/node.go +++ b/naet/node.go @@ -3,7 +3,7 @@ package naet import ( "strings" - apiclient "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/client" + apiclient "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/client" httptransport "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" ) diff --git a/swagguard/compiler/client/compiler_client.go b/swagguard/compiler/client/compiler_client.go index 05c9d4f5..298c54ca 100644 --- a/swagguard/compiler/client/compiler_client.go +++ b/swagguard/compiler/client/compiler_client.go @@ -11,7 +11,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/client/operations" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/client/operations" ) // Default compiler HTTP client. diff --git a/swagguard/compiler/client/operations/api_responses.go b/swagguard/compiler/client/operations/api_responses.go index 684caf90..adbed70f 100644 --- a/swagguard/compiler/client/operations/api_responses.go +++ b/swagguard/compiler/client/operations/api_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // APIReader is a Reader for the API structure. diff --git a/swagguard/compiler/client/operations/api_version_responses.go b/swagguard/compiler/client/operations/api_version_responses.go index 40be6ad2..986fed00 100644 --- a/swagguard/compiler/client/operations/api_version_responses.go +++ b/swagguard/compiler/client/operations/api_version_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // APIVersionReader is a Reader for the APIVersion structure. diff --git a/swagguard/compiler/client/operations/compile_contract_parameters.go b/swagguard/compiler/client/operations/compile_contract_parameters.go index 32d90638..63064e03 100644 --- a/swagguard/compiler/client/operations/compile_contract_parameters.go +++ b/swagguard/compiler/client/operations/compile_contract_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewCompileContractParams creates a new CompileContractParams object diff --git a/swagguard/compiler/client/operations/compile_contract_responses.go b/swagguard/compiler/client/operations/compile_contract_responses.go index 8002d963..3e00e47d 100644 --- a/swagguard/compiler/client/operations/compile_contract_responses.go +++ b/swagguard/compiler/client/operations/compile_contract_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // CompileContractReader is a Reader for the CompileContract structure. diff --git a/swagguard/compiler/client/operations/decode_call_result_bytecode_parameters.go b/swagguard/compiler/client/operations/decode_call_result_bytecode_parameters.go index e91d4996..4c70dbb5 100644 --- a/swagguard/compiler/client/operations/decode_call_result_bytecode_parameters.go +++ b/swagguard/compiler/client/operations/decode_call_result_bytecode_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewDecodeCallResultBytecodeParams creates a new DecodeCallResultBytecodeParams object diff --git a/swagguard/compiler/client/operations/decode_call_result_bytecode_responses.go b/swagguard/compiler/client/operations/decode_call_result_bytecode_responses.go index e16311e2..6693145f 100644 --- a/swagguard/compiler/client/operations/decode_call_result_bytecode_responses.go +++ b/swagguard/compiler/client/operations/decode_call_result_bytecode_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // DecodeCallResultBytecodeReader is a Reader for the DecodeCallResultBytecode structure. diff --git a/swagguard/compiler/client/operations/decode_call_result_parameters.go b/swagguard/compiler/client/operations/decode_call_result_parameters.go index 001c6aeb..bc6b029b 100644 --- a/swagguard/compiler/client/operations/decode_call_result_parameters.go +++ b/swagguard/compiler/client/operations/decode_call_result_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewDecodeCallResultParams creates a new DecodeCallResultParams object diff --git a/swagguard/compiler/client/operations/decode_call_result_responses.go b/swagguard/compiler/client/operations/decode_call_result_responses.go index 02f942b2..564157ce 100644 --- a/swagguard/compiler/client/operations/decode_call_result_responses.go +++ b/swagguard/compiler/client/operations/decode_call_result_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // DecodeCallResultReader is a Reader for the DecodeCallResult structure. diff --git a/swagguard/compiler/client/operations/decode_calldata_bytecode_parameters.go b/swagguard/compiler/client/operations/decode_calldata_bytecode_parameters.go index a1b0c15f..bf9d51e9 100644 --- a/swagguard/compiler/client/operations/decode_calldata_bytecode_parameters.go +++ b/swagguard/compiler/client/operations/decode_calldata_bytecode_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewDecodeCalldataBytecodeParams creates a new DecodeCalldataBytecodeParams object diff --git a/swagguard/compiler/client/operations/decode_calldata_bytecode_responses.go b/swagguard/compiler/client/operations/decode_calldata_bytecode_responses.go index 28a1760d..e7789549 100644 --- a/swagguard/compiler/client/operations/decode_calldata_bytecode_responses.go +++ b/swagguard/compiler/client/operations/decode_calldata_bytecode_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // DecodeCalldataBytecodeReader is a Reader for the DecodeCalldataBytecode structure. diff --git a/swagguard/compiler/client/operations/decode_calldata_source_parameters.go b/swagguard/compiler/client/operations/decode_calldata_source_parameters.go index 50ff7279..aaebdc9e 100644 --- a/swagguard/compiler/client/operations/decode_calldata_source_parameters.go +++ b/swagguard/compiler/client/operations/decode_calldata_source_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewDecodeCalldataSourceParams creates a new DecodeCalldataSourceParams object diff --git a/swagguard/compiler/client/operations/decode_calldata_source_responses.go b/swagguard/compiler/client/operations/decode_calldata_source_responses.go index c837e969..aa7d1cb4 100644 --- a/swagguard/compiler/client/operations/decode_calldata_source_responses.go +++ b/swagguard/compiler/client/operations/decode_calldata_source_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // DecodeCalldataSourceReader is a Reader for the DecodeCalldataSource structure. diff --git a/swagguard/compiler/client/operations/decode_data_parameters.go b/swagguard/compiler/client/operations/decode_data_parameters.go index c40b0cb4..d5f95726 100644 --- a/swagguard/compiler/client/operations/decode_data_parameters.go +++ b/swagguard/compiler/client/operations/decode_data_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewDecodeDataParams creates a new DecodeDataParams object diff --git a/swagguard/compiler/client/operations/decode_data_responses.go b/swagguard/compiler/client/operations/decode_data_responses.go index 054b7e50..b421052d 100644 --- a/swagguard/compiler/client/operations/decode_data_responses.go +++ b/swagguard/compiler/client/operations/decode_data_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // DecodeDataReader is a Reader for the DecodeData structure. diff --git a/swagguard/compiler/client/operations/encode_calldata_parameters.go b/swagguard/compiler/client/operations/encode_calldata_parameters.go index 2cee9dc4..41649941 100644 --- a/swagguard/compiler/client/operations/encode_calldata_parameters.go +++ b/swagguard/compiler/client/operations/encode_calldata_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewEncodeCalldataParams creates a new EncodeCalldataParams object diff --git a/swagguard/compiler/client/operations/encode_calldata_responses.go b/swagguard/compiler/client/operations/encode_calldata_responses.go index 9b7fd40f..2d17e7a7 100644 --- a/swagguard/compiler/client/operations/encode_calldata_responses.go +++ b/swagguard/compiler/client/operations/encode_calldata_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // EncodeCalldataReader is a Reader for the EncodeCalldata structure. diff --git a/swagguard/compiler/client/operations/generate_a_c_i_parameters.go b/swagguard/compiler/client/operations/generate_a_c_i_parameters.go index 6bba4d43..a6ac5695 100644 --- a/swagguard/compiler/client/operations/generate_a_c_i_parameters.go +++ b/swagguard/compiler/client/operations/generate_a_c_i_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // NewGenerateACIParams creates a new GenerateACIParams object diff --git a/swagguard/compiler/client/operations/generate_a_c_i_responses.go b/swagguard/compiler/client/operations/generate_a_c_i_responses.go index e5c09b0a..329fa407 100644 --- a/swagguard/compiler/client/operations/generate_a_c_i_responses.go +++ b/swagguard/compiler/client/operations/generate_a_c_i_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // GenerateACIReader is a Reader for the GenerateACI structure. diff --git a/swagguard/compiler/client/operations/version_responses.go b/swagguard/compiler/client/operations/version_responses.go index 2205a078..8bfafbd6 100644 --- a/swagguard/compiler/client/operations/version_responses.go +++ b/swagguard/compiler/client/operations/version_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) // VersionReader is a Reader for the Version structure. diff --git a/swagguard/compiler_error_test.go b/swagguard/compiler_error_test.go index 613cb926..3f25965c 100644 --- a/swagguard/compiler_error_test.go +++ b/swagguard/compiler_error_test.go @@ -5,8 +5,8 @@ import ( "strings" "testing" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/client/operations" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/compiler/models" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/client/operations" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/compiler/models" ) func TestCompilerErrorModelDereferencing(t *testing.T) { diff --git a/swagguard/node/client/external/get_account_by_pubkey_and_hash_responses.go b/swagguard/node/client/external/get_account_by_pubkey_and_hash_responses.go index 34cbd4c7..19237cb5 100644 --- a/swagguard/node/client/external/get_account_by_pubkey_and_hash_responses.go +++ b/swagguard/node/client/external/get_account_by_pubkey_and_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetAccountByPubkeyAndHashReader is a Reader for the GetAccountByPubkeyAndHash structure. diff --git a/swagguard/node/client/external/get_account_by_pubkey_and_height_responses.go b/swagguard/node/client/external/get_account_by_pubkey_and_height_responses.go index 235e2760..da6830ee 100644 --- a/swagguard/node/client/external/get_account_by_pubkey_and_height_responses.go +++ b/swagguard/node/client/external/get_account_by_pubkey_and_height_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetAccountByPubkeyAndHeightReader is a Reader for the GetAccountByPubkeyAndHeight structure. diff --git a/swagguard/node/client/external/get_account_by_pubkey_responses.go b/swagguard/node/client/external/get_account_by_pubkey_responses.go index 6a4be1d5..a100a99f 100644 --- a/swagguard/node/client/external/get_account_by_pubkey_responses.go +++ b/swagguard/node/client/external/get_account_by_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetAccountByPubkeyReader is a Reader for the GetAccountByPubkey structure. diff --git a/swagguard/node/client/external/get_channel_by_pubkey_responses.go b/swagguard/node/client/external/get_channel_by_pubkey_responses.go index b5850832..f632fb57 100644 --- a/swagguard/node/client/external/get_channel_by_pubkey_responses.go +++ b/swagguard/node/client/external/get_channel_by_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetChannelByPubkeyReader is a Reader for the GetChannelByPubkey structure. diff --git a/swagguard/node/client/external/get_contract_code_responses.go b/swagguard/node/client/external/get_contract_code_responses.go index c0f66d50..4d503c0a 100644 --- a/swagguard/node/client/external/get_contract_code_responses.go +++ b/swagguard/node/client/external/get_contract_code_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetContractCodeReader is a Reader for the GetContractCode structure. diff --git a/swagguard/node/client/external/get_contract_po_i_responses.go b/swagguard/node/client/external/get_contract_po_i_responses.go index ca34add6..f7377c55 100644 --- a/swagguard/node/client/external/get_contract_po_i_responses.go +++ b/swagguard/node/client/external/get_contract_po_i_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetContractPoIReader is a Reader for the GetContractPoI structure. diff --git a/swagguard/node/client/external/get_contract_responses.go b/swagguard/node/client/external/get_contract_responses.go index 39b57adf..8b6c487f 100644 --- a/swagguard/node/client/external/get_contract_responses.go +++ b/swagguard/node/client/external/get_contract_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetContractReader is a Reader for the GetContract structure. diff --git a/swagguard/node/client/external/get_contract_store_responses.go b/swagguard/node/client/external/get_contract_store_responses.go index 289fe76f..2c200f5e 100644 --- a/swagguard/node/client/external/get_contract_store_responses.go +++ b/swagguard/node/client/external/get_contract_store_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetContractStoreReader is a Reader for the GetContractStore structure. diff --git a/swagguard/node/client/external/get_current_generation_responses.go b/swagguard/node/client/external/get_current_generation_responses.go index a2c0b04c..92f967ef 100644 --- a/swagguard/node/client/external/get_current_generation_responses.go +++ b/swagguard/node/client/external/get_current_generation_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetCurrentGenerationReader is a Reader for the GetCurrentGeneration structure. diff --git a/swagguard/node/client/external/get_current_key_block_hash_responses.go b/swagguard/node/client/external/get_current_key_block_hash_responses.go index 89e847f6..918c9409 100644 --- a/swagguard/node/client/external/get_current_key_block_hash_responses.go +++ b/swagguard/node/client/external/get_current_key_block_hash_responses.go @@ -14,7 +14,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetCurrentKeyBlockHashReader is a Reader for the GetCurrentKeyBlockHash structure. diff --git a/swagguard/node/client/external/get_current_key_block_height_responses.go b/swagguard/node/client/external/get_current_key_block_height_responses.go index 26c11cdf..8ddc4c26 100644 --- a/swagguard/node/client/external/get_current_key_block_height_responses.go +++ b/swagguard/node/client/external/get_current_key_block_height_responses.go @@ -14,7 +14,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetCurrentKeyBlockHeightReader is a Reader for the GetCurrentKeyBlockHeight structure. diff --git a/swagguard/node/client/external/get_current_key_block_responses.go b/swagguard/node/client/external/get_current_key_block_responses.go index 583595cd..98ce6af4 100644 --- a/swagguard/node/client/external/get_current_key_block_responses.go +++ b/swagguard/node/client/external/get_current_key_block_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetCurrentKeyBlockReader is a Reader for the GetCurrentKeyBlock structure. diff --git a/swagguard/node/client/external/get_generation_by_hash_responses.go b/swagguard/node/client/external/get_generation_by_hash_responses.go index b8129c23..78028a53 100644 --- a/swagguard/node/client/external/get_generation_by_hash_responses.go +++ b/swagguard/node/client/external/get_generation_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetGenerationByHashReader is a Reader for the GetGenerationByHash structure. diff --git a/swagguard/node/client/external/get_generation_by_height_responses.go b/swagguard/node/client/external/get_generation_by_height_responses.go index 0a3083a7..8285d718 100644 --- a/swagguard/node/client/external/get_generation_by_height_responses.go +++ b/swagguard/node/client/external/get_generation_by_height_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetGenerationByHeightReader is a Reader for the GetGenerationByHeight structure. diff --git a/swagguard/node/client/external/get_key_block_by_hash_responses.go b/swagguard/node/client/external/get_key_block_by_hash_responses.go index ac81e860..fd36e957 100644 --- a/swagguard/node/client/external/get_key_block_by_hash_responses.go +++ b/swagguard/node/client/external/get_key_block_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetKeyBlockByHashReader is a Reader for the GetKeyBlockByHash structure. diff --git a/swagguard/node/client/external/get_key_block_by_height_responses.go b/swagguard/node/client/external/get_key_block_by_height_responses.go index e8c6bc57..77e0f1a6 100644 --- a/swagguard/node/client/external/get_key_block_by_height_responses.go +++ b/swagguard/node/client/external/get_key_block_by_height_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetKeyBlockByHeightReader is a Reader for the GetKeyBlockByHeight structure. diff --git a/swagguard/node/client/external/get_micro_block_header_by_hash_responses.go b/swagguard/node/client/external/get_micro_block_header_by_hash_responses.go index 176069d6..bbea9b72 100644 --- a/swagguard/node/client/external/get_micro_block_header_by_hash_responses.go +++ b/swagguard/node/client/external/get_micro_block_header_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetMicroBlockHeaderByHashReader is a Reader for the GetMicroBlockHeaderByHash structure. diff --git a/swagguard/node/client/external/get_micro_block_transaction_by_hash_and_index_responses.go b/swagguard/node/client/external/get_micro_block_transaction_by_hash_and_index_responses.go index 09e6c188..60619eb9 100644 --- a/swagguard/node/client/external/get_micro_block_transaction_by_hash_and_index_responses.go +++ b/swagguard/node/client/external/get_micro_block_transaction_by_hash_and_index_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetMicroBlockTransactionByHashAndIndexReader is a Reader for the GetMicroBlockTransactionByHashAndIndex structure. diff --git a/swagguard/node/client/external/get_micro_block_transactions_by_hash_responses.go b/swagguard/node/client/external/get_micro_block_transactions_by_hash_responses.go index 8678fda7..871214a1 100644 --- a/swagguard/node/client/external/get_micro_block_transactions_by_hash_responses.go +++ b/swagguard/node/client/external/get_micro_block_transactions_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetMicroBlockTransactionsByHashReader is a Reader for the GetMicroBlockTransactionsByHash structure. diff --git a/swagguard/node/client/external/get_micro_block_transactions_count_by_hash_responses.go b/swagguard/node/client/external/get_micro_block_transactions_count_by_hash_responses.go index 93eb6e97..dda86c01 100644 --- a/swagguard/node/client/external/get_micro_block_transactions_count_by_hash_responses.go +++ b/swagguard/node/client/external/get_micro_block_transactions_count_by_hash_responses.go @@ -14,7 +14,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetMicroBlockTransactionsCountByHashReader is a Reader for the GetMicroBlockTransactionsCountByHash structure. diff --git a/swagguard/node/client/external/get_name_entry_by_name_responses.go b/swagguard/node/client/external/get_name_entry_by_name_responses.go index fd6db50c..2ab347f7 100644 --- a/swagguard/node/client/external/get_name_entry_by_name_responses.go +++ b/swagguard/node/client/external/get_name_entry_by_name_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetNameEntryByNameReader is a Reader for the GetNameEntryByName structure. diff --git a/swagguard/node/client/external/get_oracle_by_pubkey_responses.go b/swagguard/node/client/external/get_oracle_by_pubkey_responses.go index 8cd93aff..0f5f6f96 100644 --- a/swagguard/node/client/external/get_oracle_by_pubkey_responses.go +++ b/swagguard/node/client/external/get_oracle_by_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetOracleByPubkeyReader is a Reader for the GetOracleByPubkey structure. diff --git a/swagguard/node/client/external/get_oracle_queries_by_pubkey_responses.go b/swagguard/node/client/external/get_oracle_queries_by_pubkey_responses.go index 946a8605..84d4c841 100644 --- a/swagguard/node/client/external/get_oracle_queries_by_pubkey_responses.go +++ b/swagguard/node/client/external/get_oracle_queries_by_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetOracleQueriesByPubkeyReader is a Reader for the GetOracleQueriesByPubkey structure. diff --git a/swagguard/node/client/external/get_oracle_query_by_pubkey_and_query_id_responses.go b/swagguard/node/client/external/get_oracle_query_by_pubkey_and_query_id_responses.go index 3e800d6b..6d948442 100644 --- a/swagguard/node/client/external/get_oracle_query_by_pubkey_and_query_id_responses.go +++ b/swagguard/node/client/external/get_oracle_query_by_pubkey_and_query_id_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetOracleQueryByPubkeyAndQueryIDReader is a Reader for the GetOracleQueryByPubkeyAndQueryID structure. diff --git a/swagguard/node/client/external/get_peer_pubkey_responses.go b/swagguard/node/client/external/get_peer_pubkey_responses.go index d726f71e..7c13cd0b 100644 --- a/swagguard/node/client/external/get_peer_pubkey_responses.go +++ b/swagguard/node/client/external/get_peer_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetPeerPubkeyReader is a Reader for the GetPeerPubkey structure. diff --git a/swagguard/node/client/external/get_pending_account_transactions_by_pubkey_responses.go b/swagguard/node/client/external/get_pending_account_transactions_by_pubkey_responses.go index 1bad3967..3e9f26b4 100644 --- a/swagguard/node/client/external/get_pending_account_transactions_by_pubkey_responses.go +++ b/swagguard/node/client/external/get_pending_account_transactions_by_pubkey_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetPendingAccountTransactionsByPubkeyReader is a Reader for the GetPendingAccountTransactionsByPubkey structure. diff --git a/swagguard/node/client/external/get_pending_key_block_responses.go b/swagguard/node/client/external/get_pending_key_block_responses.go index ab6dc251..d9dcced9 100644 --- a/swagguard/node/client/external/get_pending_key_block_responses.go +++ b/swagguard/node/client/external/get_pending_key_block_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetPendingKeyBlockReader is a Reader for the GetPendingKeyBlock structure. diff --git a/swagguard/node/client/external/get_status_responses.go b/swagguard/node/client/external/get_status_responses.go index 879a5a92..e137938d 100644 --- a/swagguard/node/client/external/get_status_responses.go +++ b/swagguard/node/client/external/get_status_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetStatusReader is a Reader for the GetStatus structure. diff --git a/swagguard/node/client/external/get_top_block_responses.go b/swagguard/node/client/external/get_top_block_responses.go index 503fe071..261863a1 100644 --- a/swagguard/node/client/external/get_top_block_responses.go +++ b/swagguard/node/client/external/get_top_block_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetTopBlockReader is a Reader for the GetTopBlock structure. diff --git a/swagguard/node/client/external/get_transaction_by_hash_responses.go b/swagguard/node/client/external/get_transaction_by_hash_responses.go index a898ff52..9e993d3e 100644 --- a/swagguard/node/client/external/get_transaction_by_hash_responses.go +++ b/swagguard/node/client/external/get_transaction_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetTransactionByHashReader is a Reader for the GetTransactionByHash structure. diff --git a/swagguard/node/client/external/get_transaction_info_by_hash_responses.go b/swagguard/node/client/external/get_transaction_info_by_hash_responses.go index 7375a72b..87724b39 100644 --- a/swagguard/node/client/external/get_transaction_info_by_hash_responses.go +++ b/swagguard/node/client/external/get_transaction_info_by_hash_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // GetTransactionInfoByHashReader is a Reader for the GetTransactionInfoByHash structure. diff --git a/swagguard/node/client/external/post_transaction_parameters.go b/swagguard/node/client/external/post_transaction_parameters.go index 6535a06a..57e8b920 100644 --- a/swagguard/node/client/external/post_transaction_parameters.go +++ b/swagguard/node/client/external/post_transaction_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // NewPostTransactionParams creates a new PostTransactionParams object diff --git a/swagguard/node/client/external/post_transaction_responses.go b/swagguard/node/client/external/post_transaction_responses.go index 5497a1db..4f49b420 100644 --- a/swagguard/node/client/external/post_transaction_responses.go +++ b/swagguard/node/client/external/post_transaction_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + models "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // PostTransactionReader is a Reader for the PostTransaction structure. diff --git a/swagguard/node/client/node_client.go b/swagguard/node/client/node_client.go index f85fa4f9..98685c63 100644 --- a/swagguard/node/client/node_client.go +++ b/swagguard/node/client/node_client.go @@ -11,7 +11,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/client/external" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/client/external" ) // Default node HTTP client. diff --git a/swagguard/node/models/account.go b/swagguard/node/models/account.go index 6993bd7d..185fca40 100644 --- a/swagguard/node/models/account.go +++ b/swagguard/node/models/account.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // Account account diff --git a/swagguard/node/models/channel.go b/swagguard/node/models/channel.go index 4eaab4db..7c0e842a 100644 --- a/swagguard/node/models/channel.go +++ b/swagguard/node/models/channel.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // Channel channel diff --git a/swagguard/node/models/channel_close_mutual_tx.go b/swagguard/node/models/channel_close_mutual_tx.go index a17934ac..1d2e8d35 100644 --- a/swagguard/node/models/channel_close_mutual_tx.go +++ b/swagguard/node/models/channel_close_mutual_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelCloseMutualTx channel close mutual tx diff --git a/swagguard/node/models/channel_close_solo_tx.go b/swagguard/node/models/channel_close_solo_tx.go index 468eaef3..5284949c 100644 --- a/swagguard/node/models/channel_close_solo_tx.go +++ b/swagguard/node/models/channel_close_solo_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelCloseSoloTx channel close solo tx diff --git a/swagguard/node/models/channel_create_tx.go b/swagguard/node/models/channel_create_tx.go index 0ef8f753..669e5577 100644 --- a/swagguard/node/models/channel_create_tx.go +++ b/swagguard/node/models/channel_create_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelCreateTx channel create tx diff --git a/swagguard/node/models/channel_deposit_tx.go b/swagguard/node/models/channel_deposit_tx.go index 9d129502..d7714eb6 100644 --- a/swagguard/node/models/channel_deposit_tx.go +++ b/swagguard/node/models/channel_deposit_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelDepositTx channel deposit tx diff --git a/swagguard/node/models/channel_force_progress_tx.go b/swagguard/node/models/channel_force_progress_tx.go index 404fc676..08b5a795 100644 --- a/swagguard/node/models/channel_force_progress_tx.go +++ b/swagguard/node/models/channel_force_progress_tx.go @@ -17,7 +17,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelForceProgressTx channel force progress tx diff --git a/swagguard/node/models/channel_settle_tx.go b/swagguard/node/models/channel_settle_tx.go index 974b3e49..aabbb93c 100644 --- a/swagguard/node/models/channel_settle_tx.go +++ b/swagguard/node/models/channel_settle_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelSettleTx channel settle tx diff --git a/swagguard/node/models/channel_sla_s_h_tx.go b/swagguard/node/models/channel_sla_s_h_tx.go index 895f11f3..119e17b1 100644 --- a/swagguard/node/models/channel_sla_s_h_tx.go +++ b/swagguard/node/models/channel_sla_s_h_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelSLASHTx channel slash tx diff --git a/swagguard/node/models/channel_snapshot_solo_tx.go b/swagguard/node/models/channel_snapshot_solo_tx.go index f3b40a10..fb470f3e 100644 --- a/swagguard/node/models/channel_snapshot_solo_tx.go +++ b/swagguard/node/models/channel_snapshot_solo_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelSnapshotSoloTx channel snapshot solo tx diff --git a/swagguard/node/models/channel_withdraw_tx.go b/swagguard/node/models/channel_withdraw_tx.go index 9bec0a10..d6eb50e3 100644 --- a/swagguard/node/models/channel_withdraw_tx.go +++ b/swagguard/node/models/channel_withdraw_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ChannelWithdrawTx channel withdraw tx diff --git a/swagguard/node/models/contract_call_object.go b/swagguard/node/models/contract_call_object.go index ed09a3a1..1b7654c5 100644 --- a/swagguard/node/models/contract_call_object.go +++ b/swagguard/node/models/contract_call_object.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ContractCallObject contract call object diff --git a/swagguard/node/models/contract_call_tx.go b/swagguard/node/models/contract_call_tx.go index 3257326d..514b31f8 100644 --- a/swagguard/node/models/contract_call_tx.go +++ b/swagguard/node/models/contract_call_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ContractCallTx contract call tx diff --git a/swagguard/node/models/contract_create_tx.go b/swagguard/node/models/contract_create_tx.go index 6c8985fd..1ccb8229 100644 --- a/swagguard/node/models/contract_create_tx.go +++ b/swagguard/node/models/contract_create_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // ContractCreateTx contract create tx diff --git a/swagguard/node/models/dry_run_account.go b/swagguard/node/models/dry_run_account.go index 56438ff8..89baa1de 100644 --- a/swagguard/node/models/dry_run_account.go +++ b/swagguard/node/models/dry_run_account.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // DryRunAccount dry run account diff --git a/swagguard/node/models/dry_run_call_req.go b/swagguard/node/models/dry_run_call_req.go index 4cd1f960..16793039 100644 --- a/swagguard/node/models/dry_run_call_req.go +++ b/swagguard/node/models/dry_run_call_req.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // DryRunCallReq dry run call req diff --git a/swagguard/node/models/event.go b/swagguard/node/models/event.go index 05e07787..b5241b1a 100644 --- a/swagguard/node/models/event.go +++ b/swagguard/node/models/event.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // Event event diff --git a/swagguard/node/models/g_a_attach_tx.go b/swagguard/node/models/g_a_attach_tx.go index 5d58fa92..91a2d91f 100644 --- a/swagguard/node/models/g_a_attach_tx.go +++ b/swagguard/node/models/g_a_attach_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // GAAttachTx g a attach tx diff --git a/swagguard/node/models/g_a_meta_tx.go b/swagguard/node/models/g_a_meta_tx.go index 10e89d15..ad1ebe7f 100644 --- a/swagguard/node/models/g_a_meta_tx.go +++ b/swagguard/node/models/g_a_meta_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // GAMetaTx g a meta tx diff --git a/swagguard/node/models/g_a_object.go b/swagguard/node/models/g_a_object.go index 8f91db7b..0d3a8a38 100644 --- a/swagguard/node/models/g_a_object.go +++ b/swagguard/node/models/g_a_object.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // GAObject g a object diff --git a/swagguard/node/models/generic_signed_tx.go b/swagguard/node/models/generic_signed_tx.go index 6829e19f..c892cdb1 100644 --- a/swagguard/node/models/generic_signed_tx.go +++ b/swagguard/node/models/generic_signed_tx.go @@ -17,7 +17,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // GenericSignedTx generic signed tx diff --git a/swagguard/node/models/name_claim_tx.go b/swagguard/node/models/name_claim_tx.go index 90a47c4a..dfef6e8e 100644 --- a/swagguard/node/models/name_claim_tx.go +++ b/swagguard/node/models/name_claim_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // NameClaimTx name claim tx diff --git a/swagguard/node/models/name_preclaim_tx.go b/swagguard/node/models/name_preclaim_tx.go index 3035b553..c539aae7 100644 --- a/swagguard/node/models/name_preclaim_tx.go +++ b/swagguard/node/models/name_preclaim_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // NamePreclaimTx name preclaim tx diff --git a/swagguard/node/models/name_revoke_tx.go b/swagguard/node/models/name_revoke_tx.go index da60640e..9e2f7a48 100644 --- a/swagguard/node/models/name_revoke_tx.go +++ b/swagguard/node/models/name_revoke_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // NameRevokeTx name revoke tx diff --git a/swagguard/node/models/name_transfer_tx.go b/swagguard/node/models/name_transfer_tx.go index df5da3b1..a6f9d885 100644 --- a/swagguard/node/models/name_transfer_tx.go +++ b/swagguard/node/models/name_transfer_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // NameTransferTx name transfer tx diff --git a/swagguard/node/models/name_update_tx.go b/swagguard/node/models/name_update_tx.go index 671d2664..752d1fde 100644 --- a/swagguard/node/models/name_update_tx.go +++ b/swagguard/node/models/name_update_tx.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // NameUpdateTx name update tx diff --git a/swagguard/node/models/off_chain_call_contract.go b/swagguard/node/models/off_chain_call_contract.go index 201c49aa..2cde0c28 100644 --- a/swagguard/node/models/off_chain_call_contract.go +++ b/swagguard/node/models/off_chain_call_contract.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OffChainCallContract off chain call contract diff --git a/swagguard/node/models/off_chain_deposit.go b/swagguard/node/models/off_chain_deposit.go index da225c8a..b6f8379c 100644 --- a/swagguard/node/models/off_chain_deposit.go +++ b/swagguard/node/models/off_chain_deposit.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OffChainDeposit off chain deposit diff --git a/swagguard/node/models/off_chain_new_contract.go b/swagguard/node/models/off_chain_new_contract.go index 845af47b..47594b66 100644 --- a/swagguard/node/models/off_chain_new_contract.go +++ b/swagguard/node/models/off_chain_new_contract.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OffChainNewContract off chain new contract diff --git a/swagguard/node/models/off_chain_transfer.go b/swagguard/node/models/off_chain_transfer.go index 8628a943..2dad704b 100644 --- a/swagguard/node/models/off_chain_transfer.go +++ b/swagguard/node/models/off_chain_transfer.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OffChainTransfer off chain transfer diff --git a/swagguard/node/models/off_chain_withdrawal.go b/swagguard/node/models/off_chain_withdrawal.go index 51393f7e..9cd42edb 100644 --- a/swagguard/node/models/off_chain_withdrawal.go +++ b/swagguard/node/models/off_chain_withdrawal.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OffChainWithdrawal off chain withdrawal diff --git a/swagguard/node/models/oracle_extend_tx.go b/swagguard/node/models/oracle_extend_tx.go index 87ee7a5d..6018b97a 100644 --- a/swagguard/node/models/oracle_extend_tx.go +++ b/swagguard/node/models/oracle_extend_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OracleExtendTx oracle extend tx diff --git a/swagguard/node/models/oracle_query.go b/swagguard/node/models/oracle_query.go index 97edeeeb..eb28ccdc 100644 --- a/swagguard/node/models/oracle_query.go +++ b/swagguard/node/models/oracle_query.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OracleQuery oracle query diff --git a/swagguard/node/models/oracle_query_tx.go b/swagguard/node/models/oracle_query_tx.go index 3063b7fa..2b986e93 100644 --- a/swagguard/node/models/oracle_query_tx.go +++ b/swagguard/node/models/oracle_query_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OracleQueryTx oracle query tx diff --git a/swagguard/node/models/oracle_register_tx.go b/swagguard/node/models/oracle_register_tx.go index 2c6f229e..c5c15515 100644 --- a/swagguard/node/models/oracle_register_tx.go +++ b/swagguard/node/models/oracle_register_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OracleRegisterTx oracle register tx diff --git a/swagguard/node/models/oracle_respond_tx.go b/swagguard/node/models/oracle_respond_tx.go index cfc3c5df..a1e19e19 100644 --- a/swagguard/node/models/oracle_respond_tx.go +++ b/swagguard/node/models/oracle_respond_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // OracleRespondTx oracle respond tx diff --git a/swagguard/node/models/registered_oracle.go b/swagguard/node/models/registered_oracle.go index a9b338ea..48b502b4 100644 --- a/swagguard/node/models/registered_oracle.go +++ b/swagguard/node/models/registered_oracle.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // RegisteredOracle registered oracle diff --git a/swagguard/node/models/spend_tx.go b/swagguard/node/models/spend_tx.go index 7b00b92b..4aa9acd4 100644 --- a/swagguard/node/models/spend_tx.go +++ b/swagguard/node/models/spend_tx.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // SpendTx spend tx diff --git a/swagguard/node/models/token_supply.go b/swagguard/node/models/token_supply.go index 259fd03e..e00beb3a 100644 --- a/swagguard/node/models/token_supply.go +++ b/swagguard/node/models/token_supply.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/errors" "github.com/go-openapi/swag" - utils "github.com/aeternity/aepp-sdk-go/v7/utils" + utils "github.com/aeternity/aepp-sdk-go/v8/utils" ) // TokenSupply token supply diff --git a/swagguard/node_error_test.go b/swagguard/node_error_test.go index 0338a9dc..61b82ce6 100644 --- a/swagguard/node_error_test.go +++ b/swagguard/node_error_test.go @@ -5,8 +5,8 @@ import ( "strings" "testing" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/client/external" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/client/external" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) func TestErrorModelDereferencing(t *testing.T) { diff --git a/swagguard/node_generic_txs_test.go b/swagguard/node_generic_txs_test.go index 75e39102..8a916058 100644 --- a/swagguard/node_generic_txs_test.go +++ b/swagguard/node_generic_txs_test.go @@ -3,7 +3,7 @@ package swagguard_test import ( "testing" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" ) // Unfortunately, one must patch the generated go-swagger code to correctly parse the GenericTx into a specific Transaction type. diff --git a/transactions/transactions.go b/transactions/transactions.go index 0f59a500..b5b27909 100644 --- a/transactions/transactions.go +++ b/transactions/transactions.go @@ -6,12 +6,12 @@ import ( "io" "math/big" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/naet" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/naet" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/transactions_test.go b/transactions/transactions_test.go index 2dcbb0f4..b5e5eb5b 100644 --- a/transactions/transactions_test.go +++ b/transactions/transactions_test.go @@ -6,11 +6,11 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/account" - "github.com/aeternity/aepp-sdk-go/v7/config" + "github.com/aeternity/aepp-sdk-go/v8/account" + "github.com/aeternity/aepp-sdk-go/v8/config" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) func getRLPSerialized(tx1 string, tx2 string) ([]interface{}, []interface{}) { diff --git a/transactions/tx_aens.go b/transactions/tx_aens.go index 489fc821..bb0c3a94 100644 --- a/transactions/tx_aens.go +++ b/transactions/tx_aens.go @@ -8,10 +8,10 @@ import ( "strconv" "strings" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_aens_test.go b/transactions/tx_aens_test.go index cfea99e2..59cc4dfa 100644 --- a/transactions/tx_aens_test.go +++ b/transactions/tx_aens_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_contracts.go b/transactions/tx_contracts.go index a97ceb8d..3ecd93d8 100644 --- a/transactions/tx_contracts.go +++ b/transactions/tx_contracts.go @@ -4,10 +4,10 @@ import ( "io" "math/big" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_contracts_test.go b/transactions/tx_contracts_test.go index ef08e957..d992dac6 100644 --- a/transactions/tx_contracts_test.go +++ b/transactions/tx_contracts_test.go @@ -6,7 +6,7 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) func TestContractTx(t *testing.T) { diff --git a/transactions/tx_ga.go b/transactions/tx_ga.go index b00feb6f..b1587acf 100644 --- a/transactions/tx_ga.go +++ b/transactions/tx_ga.go @@ -4,8 +4,8 @@ import ( "io" "math/big" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_oracles.go b/transactions/tx_oracles.go index 8e80a12a..dbf967a0 100644 --- a/transactions/tx_oracles.go +++ b/transactions/tx_oracles.go @@ -7,10 +7,10 @@ import ( "math/big" "strings" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_oracles_test.go b/transactions/tx_oracles_test.go index 5f06a4db..bffea113 100644 --- a/transactions/tx_oracles_test.go +++ b/transactions/tx_oracles_test.go @@ -5,8 +5,8 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/utils" ) func TestOracleTx_ID(t *testing.T) { diff --git a/transactions/tx_spend.go b/transactions/tx_spend.go index b5749ba9..4228e5c7 100644 --- a/transactions/tx_spend.go +++ b/transactions/tx_spend.go @@ -4,10 +4,10 @@ import ( "io" "math/big" - "github.com/aeternity/aepp-sdk-go/v7/binary" - "github.com/aeternity/aepp-sdk-go/v7/config" - "github.com/aeternity/aepp-sdk-go/v7/swagguard/node/models" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/binary" + "github.com/aeternity/aepp-sdk-go/v8/config" + "github.com/aeternity/aepp-sdk-go/v8/swagguard/node/models" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" ) diff --git a/transactions/tx_spend_test.go b/transactions/tx_spend_test.go index 62cf40dd..d7e076fe 100644 --- a/transactions/tx_spend_test.go +++ b/transactions/tx_spend_test.go @@ -6,7 +6,7 @@ import ( "reflect" "testing" - "github.com/aeternity/aepp-sdk-go/v7/utils" + "github.com/aeternity/aepp-sdk-go/v8/utils" rlp "github.com/randomshinichi/rlpae" )