Skip to content

Commit

Permalink
Update files to use Plastic Newtonsoft. #119
Browse files Browse the repository at this point in the history
  • Loading branch information
kPatch committed Nov 15, 2024
1 parent 0f00119 commit 3d827e0
Show file tree
Hide file tree
Showing 167 changed files with 202 additions and 211 deletions.
2 changes: 1 addition & 1 deletion Assets/Sui-Unity-SDK/Code/Sui.Accounts/AccountAddress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
//

using Org.BouncyCastle.Crypto.Digests;
using Newtonsoft.Json;
using OpenDive.BCS;
using Sui.Cryptography;
using Sui.Rpc.Models;
using Sui.Utilities;
using static Sui.Cryptography.SignatureUtils;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Accounts
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Newtonsoft.Json;
using Sui.Accounts;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Sui.Accounts;
using Sui.Clients.Faucet.Request;
using Sui.Cryptography;
using Sui.Rpc;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Clients
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;

using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Clients.Faucet.Request
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;

using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Clients.Faucet.Request
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Unity.Plastic.Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json.Linq;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// THE SOFTWARE.
//

using Newtonsoft.Json;
using Unity.Plastic.Newtonsoft.Json;

namespace Sui.Rpc.Models
{
Expand Down
Loading

0 comments on commit 3d827e0

Please sign in to comment.