`@0x/contracts-zero-ex`: `bootstrap()` de-registers itself and self-destructs once it's called. `@0x/contracts-zero-ex`: `bootstrap()` now takes arbitrary call data, but the callee is fixed in an immutable. `@0x/contracts-zero-ex`: `bootstrap()` caller is fixed in an immutable. `@0x/contracts-zero-ex`: `bootstrap()` only calls a single target. `@0x/contracts-zero-ex`: Renamed `BasicMigration` to `InitialMigration`. `@0x/contracts-zero-ex`: `InitialMigration` is now the bootstrap target and multiplexes to the initial features. `@0x/contracts-zero-ex`: Add `Migrate` feature and tests. `@0x/contracts-zero-ex`: Re-organize contract locatins (remove `interfaces` folder).
36 lines
2.1 KiB
TypeScript
36 lines
2.1 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
export * from '../test/generated-wrappers/bootstrap';
|
|
export * from '../test/generated-wrappers/fixin_common';
|
|
export * from '../test/generated-wrappers/fixin_ownable';
|
|
export * from '../test/generated-wrappers/i_bootstrap';
|
|
export * from '../test/generated-wrappers/i_feature';
|
|
export * from '../test/generated-wrappers/i_migrate';
|
|
export * from '../test/generated-wrappers/i_ownable';
|
|
export * from '../test/generated-wrappers/i_simple_function_registry';
|
|
export * from '../test/generated-wrappers/i_test_simple_function_registry_feature';
|
|
export * from '../test/generated-wrappers/initial_migration';
|
|
export * from '../test/generated-wrappers/lib_bootstrap';
|
|
export * from '../test/generated-wrappers/lib_common_rich_errors';
|
|
export * from '../test/generated-wrappers/lib_migrate';
|
|
export * from '../test/generated-wrappers/lib_migrate_rich_errors';
|
|
export * from '../test/generated-wrappers/lib_migrate_storage';
|
|
export * from '../test/generated-wrappers/lib_ownable_rich_errors';
|
|
export * from '../test/generated-wrappers/lib_ownable_storage';
|
|
export * from '../test/generated-wrappers/lib_proxy_rich_errors';
|
|
export * from '../test/generated-wrappers/lib_proxy_storage';
|
|
export * from '../test/generated-wrappers/lib_simple_function_registry_rich_errors';
|
|
export * from '../test/generated-wrappers/lib_simple_function_registry_storage';
|
|
export * from '../test/generated-wrappers/migrate';
|
|
export * from '../test/generated-wrappers/ownable';
|
|
export * from '../test/generated-wrappers/simple_function_registry';
|
|
export * from '../test/generated-wrappers/test_initial_migration';
|
|
export * from '../test/generated-wrappers/test_migrator';
|
|
export * from '../test/generated-wrappers/test_simple_function_registry_feature_impl1';
|
|
export * from '../test/generated-wrappers/test_simple_function_registry_feature_impl2';
|
|
export * from '../test/generated-wrappers/test_zero_ex_feature';
|
|
export * from '../test/generated-wrappers/zero_ex';
|