Skip to content

Commit

Permalink
stellar remove
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed Feb 19, 2024
1 parent 1e18de8 commit 4ac63a8
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 1,015 deletions.
1 change: 0 additions & 1 deletion DONATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Your donations increase your Rating in our community.

You can make a donation from yourself or your organization in a convenient way for you:

- [Stellar.org](https://stellar.org) ([XLM and all available assets](https://stellar.expert/explorer/public/account/GDOB5BAYE25LLEU6CCQCGGJB2ILUEIMA2DTQRGCVHX3XX2ATGMXP5ERH))
- [Binance.com](https://www.binance.com/en/register?ref=25983180) ([Binance Smart Chain](https://bscscan.com/address/0xaEf5AC6d0019593c21Aba6C2825B20377a1D635a))
- [Coingate.com (50+ cryptocurrencies)](https://coingate.com/pay/opensourcewebsite)
- [Coinbase.com (6 cryptocurrencies)](https://commerce.coinbase.com/checkout/e89005ec-c8c2-47c1-9ca4-b1deb9992794)
Expand Down
1 change: 0 additions & 1 deletion DONATE.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

Вы можете сделать пожертвование от себя или своей организации удобным для вас способом:

- [Stellar.org](https://stellar.org) ([XLM и все доступные ассеты](https://stellar.expert/explorer/public/account/GDOB5BAYE25LLEU6CCQCGGJB2ILUEIMA2DTQRGCVHX3XX2ATGMXP5ERH))
- [Binance.com](https://www.binance.com/en/register?ref=25983180) ([Binance Smart Chain](https://bscscan.com/address/0xaEf5AC6d0019593c21Aba6C2825B20377a1D635a))
- [Coingate.com (более 50 криптовалют)](https://coingate.com/pay/opensourcewebsite)
- [Coinbase.com (6 криптовалют)](https://commerce.coinbase.com/checkout/e89005ec-c8c2-47c1-9ca4-b1deb9992794)
Expand Down
112 changes: 0 additions & 112 deletions commands/StellarOperatorController.php

This file was deleted.

7 changes: 0 additions & 7 deletions config/params.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@
],
],
],
//'stellar' => [ // Used for stellar features and Telegram bot
// 'testNet' => true, // https://developers.stellar.org/docs/glossary/testnet/
// 'issuer_public_key' => '',
// 'distributor_public_key' => '',
// 'operator_public_key' => '',
// 'operator_private_key' => '',
//],
];

This file was deleted.

43 changes: 43 additions & 0 deletions migrations/m240219_050754_drop_tables_for_stellar.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php

use yii\db\Migration;

/**
* Class m240219_050754_drop_tables_for_stellar
*/
class m240219_050754_drop_tables_for_stellar extends Migration
{
/**
* {@inheritdoc}
*/
public function safeUp()
{
$this->dropTable('{{%stellar_distributor}}');
$this->dropTable('{{%user_stellar_income}}');
}

/**
* {@inheritdoc}
*/
public function safeDown()
{
echo "m240219_050754_drop_tables_for_stellar cannot be reverted.\n";

return false;
}

/*
// Use up()/down() to run migration code without a transaction.
public function up()
{
}
public function down()
{
echo "m240219_050754_drop_tables_for_stellar cannot be reverted.\n";
return false;
}
*/
}
75 changes: 0 additions & 75 deletions models/StellarDistributorData.php

This file was deleted.

Loading

0 comments on commit 4ac63a8

Please sign in to comment.