1 file changed
+1
-1
lines changed- .github/workflows/ci-test.yaml+21-4
- .gitignore+2
- Cargo.lock+145-132
- README.md+1-1
- cli/cmd/accounts.go+116
- cli/cmd/common/transaction.go+2
- cli/cmd/root.go+2-1
- cli/cmd/wallet.go+25-2
- cli/config/wallet.go+75-3
- cli/go.mod+19-17
- cli/go.sum+195-197
- cli/wallet/file/file.go+10-6
- cli/wallet/ledger/common.go+73
- cli/wallet/ledger/device.go+189
- cli/wallet/ledger/ledger.go+191
- cli/wallet/ledger/signer.go+61
- cli/wallet/wallet.go+3
- client-sdk/go/config/default.go+1-1
- client-sdk/go/go.mod+25-26
- client-sdk/go/go.sum+128-68
- client-sdk/go/modules/core/core.go+14
- client-sdk/go/modules/core/types.go+39-1
- client-sdk/ts-web/core/package.json+2-2
- client-sdk/ts-web/core/reflect-go/go.mod+24-23
- client-sdk/ts-web/core/reflect-go/go.sum+263-201
- client-sdk/ts-web/core/reflect-go/main.go+18-44
- client-sdk/ts-web/ext-utils/package.json+1-1
- client-sdk/ts-web/package-lock.json+30-30
- client-sdk/ts-web/rt/package.json+1-1
- client-sdk/ts-web/rt/playground/sample-run-network.sh+2-3
- client-sdk/ts-web/rt/playground/src/index.js+41
- client-sdk/ts-web/rt/src/core.ts+11
- client-sdk/ts-web/rt/src/types.ts+25-1
- client-sdk/ts-web/signer-ledger/package.json+1-1
- docs/runtime/reproducibility.md+56
- docs/runtime/transactions.md+329
- runtime-sdk-macros/src/lib.rs+2-2
- runtime-sdk-macros/src/method_handler_derive.rs+67
- runtime-sdk/Cargo.toml+4-4
- runtime-sdk/modules/contracts/src/lib.rs+35-67
- runtime-sdk/modules/evm/Cargo.toml+1
- runtime-sdk/modules/evm/src/lib.rs+24-24
- runtime-sdk/modules/evm/src/test.rs+8-5
- runtime-sdk/src/context.rs+40-7
- runtime-sdk/src/dispatcher.rs+15-4
- runtime-sdk/src/module.rs+44-1
- runtime-sdk/src/modules/consensus_accounts/test.rs+1
- runtime-sdk/src/modules/core/mod.rs+17-2
- runtime-sdk/src/modules/core/test.rs+71-1
- runtime-sdk/src/modules/core/types.rs+38-1
- runtime-sdk/src/runtime.rs+6-2
- runtime-sdk/src/testing/mock.rs+4-4
- tests/benchmark/cmd/fixture.go+10-19
- tests/benchmark/go.mod+84-67
- tests/benchmark/go.sum+267-309
- tests/check-core-versions.sh+1
- tests/consts.sh+2-2
- tests/download-artifacts.sh+5-2
- tests/e2e/go.mod+86-69
- tests/e2e/go.sum+270-313
- tests/e2e/runtime.go+24-33
- tests/e2e/scenarios.go+2
- tests/e2e/simplekvtest.go+91-1
- tests/paths.sh+3-3
- tools/orc/go.mod+41
- tools/orc/go.sum+1.2k
- tools/orc/main.go+229
- tools/orc/sgx.go+36
0 commit comments